2022-11-23T01:33:29.3357124Z Requested labels: windows.8xlarge.nvidia.gpu 2022-11-23T01:33:29.3357197Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:33:29.3357222Z Waiting for a runner to pick up this job... 2022-11-23T01:33:29.6361244Z Job is about to start running on the runner: i-0ba4b8b38fe1b3be3 (organization) 2022-11-23T01:33:34.7575323Z Current runner version: '2.299.1' 2022-11-23T01:33:34.7588299Z Runner name: 'i-0ba4b8b38fe1b3be3' 2022-11-23T01:33:34.7589248Z Runner group name: 'Default' 2022-11-23T01:33:34.7590370Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:33:34.7594798Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:33:34.7595742Z Actions: write 2022-11-23T01:33:34.7596075Z Checks: write 2022-11-23T01:33:34.7596340Z Contents: write 2022-11-23T01:33:34.7596667Z Deployments: write 2022-11-23T01:33:34.7597032Z Discussions: write 2022-11-23T01:33:34.7597297Z Issues: write 2022-11-23T01:33:34.7597787Z Metadata: read 2022-11-23T01:33:34.7598107Z Packages: write 2022-11-23T01:33:34.7598374Z Pages: write 2022-11-23T01:33:34.7598782Z PullRequests: write 2022-11-23T01:33:34.7599143Z RepositoryProjects: write 2022-11-23T01:33:34.7599656Z SecurityEvents: write 2022-11-23T01:33:34.7600002Z Statuses: write 2022-11-23T01:33:34.7600351Z ##[endgroup] 2022-11-23T01:33:34.7605481Z Secret source: Actions 2022-11-23T01:33:34.7606512Z Prepare workflow directory 2022-11-23T01:33:34.9558531Z Prepare all required actions 2022-11-23T01:33:34.9800178Z Getting action download info 2022-11-23T01:33:35.2550343Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:34:48.2038357Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:34:52.1889283Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:34:53.4525964Z Getting action download info 2022-11-23T01:34:53.5976730Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:34:54.6784517Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:34:54.6786787Z ##[group] Inputs 2022-11-23T01:34:54.6787138Z build-environment: win-vs2019-cuda11.6-py3 2022-11-23T01:34:54.6787416Z cuda-version: 11.6 2022-11-23T01:34:54.6788870Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 5, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:34:54.6789794Z sync-tag: 2022-11-23T01:34:54.6790008Z ##[endgroup] 2022-11-23T01:34:54.6790749Z Complete job name: win-vs2019-cuda11.6-py3 / test (functorch, 1, 1, windows.8xlarge.nvidia.gpu) 2022-11-23T01:34:54.9642135Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:34:54.9642664Z git config --global core.symlinks true 2022-11-23T01:34:54.9699695Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:54.9700072Z env: 2022-11-23T01:34:54.9700280Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:54.9700510Z ##[endgroup] 2022-11-23T01:34:55.7114104Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:34:55.7114539Z with: 2022-11-23T01:34:55.7114748Z no-sudo: true 2022-11-23T01:34:55.7114954Z submodules: recursive 2022-11-23T01:34:55.7115182Z fetch-depth: 0 2022-11-23T01:34:55.7115384Z env: 2022-11-23T01:34:55.7115577Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:55.7115805Z ##[endgroup] 2022-11-23T01:34:55.7557100Z ##[group]Run retry () { 2022-11-23T01:34:55.7557561Z retry () { 2022-11-23T01:34:55.7557839Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:34:55.7558214Z } 2022-11-23T01:34:55.7558694Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.7560266Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:34:55.7560527Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.7560778Z else 2022-11-23T01:34:55.7561062Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.7561283Z fi 2022-11-23T01:34:55.7561504Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.7599312Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:55.7599651Z env: 2022-11-23T01:34:55.7599865Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:55.7600092Z NO_SUDO: true 2022-11-23T01:34:55.7600280Z ##[endgroup] 2022-11-23T01:34:55.8017586Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:34:56.1240573Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:34:56.1242648Z with: 2022-11-23T01:34:56.1242883Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:34:56.1243137Z fetch-depth: 0 2022-11-23T01:34:56.1243361Z submodules: recursive 2022-11-23T01:34:56.1243602Z quiet-checkout: true 2022-11-23T01:34:56.1243840Z repository: pytorch/pytorch 2022-11-23T01:34:56.1244263Z token: *** 2022-11-23T01:34:56.1244481Z ssh-strict: true 2022-11-23T01:34:56.1244710Z persist-credentials: true 2022-11-23T01:34:56.1244941Z clean: true 2022-11-23T01:34:56.1245137Z lfs: false 2022-11-23T01:34:56.1245342Z set-safe-directory: true 2022-11-23T01:34:56.1245557Z env: 2022-11-23T01:34:56.1245765Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:56.1245970Z ##[endgroup] 2022-11-23T01:35:03.0682832Z Syncing repository: pytorch/pytorch 2022-11-23T01:35:03.0685107Z ##[group]Getting Git version info 2022-11-23T01:35:03.0685492Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:03.0882241Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:35:03.1314798Z git version 2.38.1.windows.1 2022-11-23T01:35:03.1372968Z ##[endgroup] 2022-11-23T01:35:03.1396800Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\d04c09b8-f269-4df1-b62b-688e07adfef1\.gitconfig' 2022-11-23T01:35:03.1479998Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\d04c09b8-f269-4df1-b62b-688e07adfef1' before making global git config changes 2022-11-23T01:35:03.1481104Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:35:03.1495314Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:03.1898994Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:03.1934721Z ##[group]Initializing the repository 2022-11-23T01:35:03.1948196Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:03.2580498Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:35:03.2649101Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:35:03.3051681Z ##[endgroup] 2022-11-23T01:35:03.3052726Z ##[group]Disabling automatic garbage collection 2022-11-23T01:35:03.3062225Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:35:03.3439449Z ##[endgroup] 2022-11-23T01:35:03.3440012Z ##[group]Setting up auth 2022-11-23T01:35:03.3454240Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:35:03.3818218Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:35:04.4229787Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:35:04.4583833Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-11-23T01:35:05.1094449Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:35:05.1537676Z ##[endgroup] 2022-11-23T01:35:05.1538136Z ##[group]Fetching the repository 2022-11-23T01:35:05.1559645Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T01:37:12.0367045Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:37:12.0669791Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:12.0723402Z ##[endgroup] 2022-11-23T01:37:12.0725894Z ##[group]Determining the checkout info 2022-11-23T01:37:12.0727339Z ##[endgroup] 2022-11-23T01:37:12.0730371Z ##[group]Checking out the ref 2022-11-23T01:37:12.0740328Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:30.2762564Z ##[endgroup] 2022-11-23T01:37:30.2763343Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:37:30.2776047Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:37:30.3223433Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:37:30.3594104Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:37:30.3950548Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:37:30.4347813Z ##[endgroup] 2022-11-23T01:37:30.4348302Z ##[group]Fetching submodules 2022-11-23T01:37:30.4357253Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:37:31.0887216Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:37:31.8968330Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:37:31.8969335Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:37:31.8971819Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:37:31.8972682Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:37:31.8973271Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:37:31.8973967Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:37:31.8974663Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:37:31.8975984Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:37:31.8976760Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:37:31.8977924Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:37:31.8979502Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:37:31.8980680Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:37:31.8981762Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:37:31.8983094Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:37:31.8984354Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:37:31.8985610Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:37:31.8986654Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:37:31.8987782Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:37:31.8988900Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:37:31.8989993Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:37:31.8991170Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:37:31.8992428Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:37:31.8993497Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:37:31.8994540Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:37:31.8995576Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:37:31.8996644Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:37:31.8997856Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:37:31.8998986Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:37:31.9000082Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:37:31.9001221Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:37:31.9002335Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:37:31.9003643Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:37:31.9005040Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:37:31.9006835Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:37:31.9287798Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:37:31.9289059Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:37:31.9290261Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:37:31.9291638Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:37:31.9292450Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:37:31.9292985Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:37:31.9293559Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:37:32.5061550Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:37:33.8997839Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:37:34.5191987Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:37:35.1381881Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:37:35.7706931Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:37:40.1447628Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:37:52.3497783Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:37:53.0861418Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:37:54.1229718Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:37:57.2730488Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:37:59.9394078Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:38:02.5176839Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:38:11.6860010Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:38:13.0274504Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:38:15.3364948Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:38:17.6544759Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:38:18.1180314Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:38:18.9830616Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:38:19.5846151Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:38:21.7444100Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:38:22.5575593Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:38:22.9444710Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:38:23.4705960Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:38:26.2769954Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:38:27.0001716Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:38:27.6036110Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:38:37.1876095Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:38:40.1422381Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:38:40.8426454Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:38:41.2765382Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:38:51.1231059Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:38:51.5104390Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:38:51.9281129Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:38:53.3797436Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:38:53.8010400Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:38:54.4580883Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:38:55.1258217Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:38:56.1455936Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:39:00.0106973Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:39:01.3836175Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:39:05.4625441Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:39:05.7776093Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:39:05.9945662Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:39:06.1314436Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:39:06.6808922Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:39:07.2245539Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:39:07.8947326Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:39:24.0219061Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:39:24.4892083Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:39:25.9483827Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:39:26.5646172Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:39:32.6218236Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:39:39.9568569Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:39:43.4626188Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:39:44.5861369Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:39:44.6212154Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:44.6213172Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:44.6213792Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:44.6214461Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:46.2773459Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:39:47.2372133Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:39:49.7057496Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:39:50.1897104Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:39:50.8950428Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:39:52.1018369Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:39:53.4003261Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:39:53.9471581Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:39:56.1732827Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:39:56.6920106Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:39:56.8547727Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:39:57.2685390Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:39:57.7697545Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:39:58.7303246Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:39:58.9021145Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:39:58.9216851Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:40:13.0379441Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:40:16.6152101Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:40:16.6357895Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:40:30.7032372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:40:36.5304093Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:40:36.7660391Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:40:36.9934894Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:40:37.5278499Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:40:37.5554192Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:40:37.5554922Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:40:39.8186036Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:40:41.8382210Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:40:42.1481220Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:40:42.6342042Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:40:43.0269808Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:40:43.1669146Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:40:44.8555350Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:40:50.8952307Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:40:50.9261563Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:40:50.9262257Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:40:51.8242010Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:40:53.9984115Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:40:54.3018034Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:40:54.9486867Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:40:55.1441719Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:40:55.1703128Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:40:58.2282920Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:41:00.6565054Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:41:00.6837737Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:00.6839412Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:01.5908934Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:41:03.5945019Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:41:03.7935950Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:41:04.1639253Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:41:04.1849296Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:04.6384077Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:41:04.7420543Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:41:04.8676983Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:41:09.5969026Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:41:09.6208922Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:09.6209635Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:10.4577460Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:41:12.5757060Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:41:12.7279924Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:41:13.4674928Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:41:13.5885724Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:41:13.7604489Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:41:14.3115278Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:41:14.4755660Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:41:14.9504588Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:41:15.0784354Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:41:15.7317084Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:41:18.5794114Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:41:19.1939424Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:41:19.2284359Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:19.2285710Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:19.2286836Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:19.2287967Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:21.1828390Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:41:21.6940111Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:41:23.7750425Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:41:25.2623067Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:41:25.8480016Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:41:26.1446955Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:41:26.9461559Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:41:27.3823300Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:41:27.4048508Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:27.8188370Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:41:27.9218605Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:41:28.8845850Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:41:28.9146586Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:41:29.5909653Z Entering 'android/libs/fbjni' 2022-11-23T01:41:29.6628283Z Entering 'third_party/FP16' 2022-11-23T01:41:29.7287654Z Entering 'third_party/FXdiv' 2022-11-23T01:41:29.7973841Z Entering 'third_party/NNPACK' 2022-11-23T01:41:29.8631146Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:29.9384475Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:30.0111858Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:30.0814734Z Entering 'third_party/benchmark' 2022-11-23T01:41:30.1539988Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:30.2297439Z Entering 'third_party/cub' 2022-11-23T01:41:30.3022404Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:30.3762280Z Entering 'third_party/cutlass' 2022-11-23T01:41:30.4447074Z Entering 'third_party/eigen' 2022-11-23T01:41:30.5187993Z Entering 'third_party/fbgemm' 2022-11-23T01:41:30.5882155Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:30.6681041Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:30.7408366Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:30.8165405Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:30.8861089Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:30.9593115Z Entering 'third_party/fmt' 2022-11-23T01:41:31.0268205Z Entering 'third_party/foxi' 2022-11-23T01:41:31.0893411Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:31.1622731Z Entering 'third_party/gloo' 2022-11-23T01:41:31.2382541Z Entering 'third_party/googletest' 2022-11-23T01:41:31.3084041Z Entering 'third_party/ideep' 2022-11-23T01:41:31.3737065Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:31.4481618Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:31.5253341Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:31.5930281Z Entering 'third_party/ittapi' 2022-11-23T01:41:31.6636462Z Entering 'third_party/kineto' 2022-11-23T01:41:31.7319736Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:31.8088250Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:31.8804334Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:31.9517085Z Entering 'third_party/neon2sse' 2022-11-23T01:41:32.0203601Z Entering 'third_party/nlohmann' 2022-11-23T01:41:32.0928396Z Entering 'third_party/onnx' 2022-11-23T01:41:32.1635687Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:32.2358567Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:32.3162163Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:32.3948916Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:32.4687986Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:32.5427670Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:32.6125249Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:32.6948906Z Entering 'third_party/pocketfft' 2022-11-23T01:41:32.7663324Z Entering 'third_party/protobuf' 2022-11-23T01:41:32.8408668Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:32.9165617Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:32.9937166Z Entering 'third_party/psimd' 2022-11-23T01:41:33.0640378Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:33.1301836Z Entering 'third_party/pybind11' 2022-11-23T01:41:33.1975633Z Entering 'third_party/python-enum' 2022-11-23T01:41:33.2675543Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:33.3412003Z Entering 'third_party/python-six' 2022-11-23T01:41:33.4126351Z Entering 'third_party/sleef' 2022-11-23T01:41:33.4803048Z Entering 'third_party/tbb' 2022-11-23T01:41:33.5520448Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:33.6196818Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:33.6902066Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:33.7565812Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:33.8250830Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:33.8963324Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:33.9718216Z Entering 'third_party/zstd' 2022-11-23T01:41:34.0516313Z ##[endgroup] 2022-11-23T01:41:34.0518190Z ##[group]Persisting credentials for submodules 2022-11-23T01:41:34.0528379Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2022-11-23T01:41:34.7151103Z Entering 'android/libs/fbjni' 2022-11-23T01:41:34.8099020Z Entering 'third_party/FP16' 2022-11-23T01:41:34.8864220Z Entering 'third_party/FXdiv' 2022-11-23T01:41:34.9690214Z Entering 'third_party/NNPACK' 2022-11-23T01:41:35.0502200Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:35.1285897Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:35.2115466Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:35.2913888Z Entering 'third_party/benchmark' 2022-11-23T01:41:35.3672864Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:35.4517540Z Entering 'third_party/cub' 2022-11-23T01:41:35.5376051Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:35.6172746Z Entering 'third_party/cutlass' 2022-11-23T01:41:35.7017068Z Entering 'third_party/eigen' 2022-11-23T01:41:35.7782606Z Entering 'third_party/fbgemm' 2022-11-23T01:41:35.8587992Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:35.9426853Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:36.0313874Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:36.1191659Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:36.2026474Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:36.2870123Z Entering 'third_party/fmt' 2022-11-23T01:41:36.3711765Z Entering 'third_party/foxi' 2022-11-23T01:41:36.4521637Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:36.5372957Z Entering 'third_party/gloo' 2022-11-23T01:41:36.6209790Z Entering 'third_party/googletest' 2022-11-23T01:41:36.7064611Z Entering 'third_party/ideep' 2022-11-23T01:41:36.7921785Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:36.8743023Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:36.9589949Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:37.0372626Z Entering 'third_party/ittapi' 2022-11-23T01:41:37.1190684Z Entering 'third_party/kineto' 2022-11-23T01:41:37.2042178Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:37.2860988Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:37.3676797Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:37.4480679Z Entering 'third_party/neon2sse' 2022-11-23T01:41:37.5312052Z Entering 'third_party/nlohmann' 2022-11-23T01:41:37.6142934Z Entering 'third_party/onnx' 2022-11-23T01:41:37.7223269Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:37.8012018Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:37.8913362Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:37.9690625Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:38.0487357Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:38.1278276Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:38.2156279Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:38.3060336Z Entering 'third_party/pocketfft' 2022-11-23T01:41:38.3883252Z Entering 'third_party/protobuf' 2022-11-23T01:41:38.4720236Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:38.5573773Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:38.6418318Z Entering 'third_party/psimd' 2022-11-23T01:41:38.7225547Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:38.8015366Z Entering 'third_party/pybind11' 2022-11-23T01:41:38.8827332Z Entering 'third_party/python-enum' 2022-11-23T01:41:38.9581746Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:39.0441211Z Entering 'third_party/python-six' 2022-11-23T01:41:39.1523113Z Entering 'third_party/sleef' 2022-11-23T01:41:39.2404340Z Entering 'third_party/tbb' 2022-11-23T01:41:39.3264219Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:39.4112834Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:39.5034656Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:39.5926140Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:39.6810453Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:39.7732705Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:39.8702518Z Entering 'third_party/zstd' 2022-11-23T01:41:39.9685597Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2022-11-23T01:41:40.6343845Z Entering 'android/libs/fbjni' 2022-11-23T01:41:40.7280923Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:41:40.7538762Z Entering 'third_party/FP16' 2022-11-23T01:41:40.8457147Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:41:40.8693386Z Entering 'third_party/FXdiv' 2022-11-23T01:41:40.9601708Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:41:40.9827038Z Entering 'third_party/NNPACK' 2022-11-23T01:41:41.0744352Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:41:41.0974988Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:41.1866929Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:41:41.2103066Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:41.3024265Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:41:41.3277398Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:41.4210657Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:41:41.4448065Z Entering 'third_party/benchmark' 2022-11-23T01:41:41.5380167Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:41.5657113Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:41.6572461Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:41.6794607Z Entering 'third_party/cub' 2022-11-23T01:41:41.7654439Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:41:41.7867491Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:41.8753880Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:41:41.8972395Z Entering 'third_party/cutlass' 2022-11-23T01:41:41.9875109Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:41:42.0124640Z Entering 'third_party/eigen' 2022-11-23T01:41:42.1113935Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:41:42.1399802Z Entering 'third_party/fbgemm' 2022-11-23T01:41:42.2310903Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:41:42.2527102Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:42.3469713Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:41:42.3752907Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:42.4642318Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:42.4881454Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:42.5790676Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:42.6043306Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:42.6995679Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:41:42.7275015Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:42.8261562Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:41:42.8493175Z Entering 'third_party/fmt' 2022-11-23T01:41:42.9469938Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:41:42.9728022Z Entering 'third_party/foxi' 2022-11-23T01:41:43.0690609Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:41:43.0941110Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:43.1885515Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:41:43.2116132Z Entering 'third_party/gloo' 2022-11-23T01:41:43.3066936Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:41:43.3353404Z Entering 'third_party/googletest' 2022-11-23T01:41:43.4316178Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:43.4545925Z Entering 'third_party/ideep' 2022-11-23T01:41:43.5578509Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:41:43.5831663Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:43.6755119Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:41:43.6986806Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:43.8008115Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:41:43.8292627Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:43.9277358Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:41:43.9548498Z Entering 'third_party/ittapi' 2022-11-23T01:41:44.0473100Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:41:44.0705981Z Entering 'third_party/kineto' 2022-11-23T01:41:44.1607740Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:41:44.1829150Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:44.2839429Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:41:44.3105790Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:44.4063023Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:41:44.4339097Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:44.5306840Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:41:44.5562731Z Entering 'third_party/neon2sse' 2022-11-23T01:41:44.6547982Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:41:44.6786609Z Entering 'third_party/nlohmann' 2022-11-23T01:41:44.7771745Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:41:44.8047363Z Entering 'third_party/onnx' 2022-11-23T01:41:44.9043368Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:41:44.9284007Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:45.0216747Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:45.0478167Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:45.1456280Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:45.1732197Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:45.2719637Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:41:45.2953236Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:45.3921929Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:41:45.4163675Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:45.5190432Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:45.5427666Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:45.6361852Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:45.6596056Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:45.7569431Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:41:45.7892035Z Entering 'third_party/pocketfft' 2022-11-23T01:41:45.8874854Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:41:45.9088031Z Entering 'third_party/protobuf' 2022-11-23T01:41:45.9998168Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:41:46.0208778Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:46.1181327Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:46.1419602Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:46.2450790Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:46.2700912Z Entering 'third_party/psimd' 2022-11-23T01:41:46.3625847Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:41:46.3858447Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:46.4764582Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:41:46.5006787Z Entering 'third_party/pybind11' 2022-11-23T01:41:46.5998910Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:46.6225524Z Entering 'third_party/python-enum' 2022-11-23T01:41:46.7162273Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:41:46.7442781Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:46.8403382Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:41:46.8621292Z Entering 'third_party/python-six' 2022-11-23T01:41:46.9524510Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:41:46.9772680Z Entering 'third_party/sleef' 2022-11-23T01:41:47.0648373Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:41:47.0898265Z Entering 'third_party/tbb' 2022-11-23T01:41:47.1810634Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:41:47.2088220Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:47.3036633Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:41:47.3259392Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:47.4243085Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:47.4470031Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:47.5394630Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:41:47.5624836Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:47.6546696Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:41:47.6789495Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:47.7652020Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:47.7855078Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:47.8754445Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:41:47.9053115Z Entering 'third_party/zstd' 2022-11-23T01:41:47.9992924Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:41:48.4739160Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T01:41:49.1355103Z Entering 'android/libs/fbjni' 2022-11-23T01:41:49.2090899Z Entering 'third_party/FP16' 2022-11-23T01:41:49.2774214Z Entering 'third_party/FXdiv' 2022-11-23T01:41:49.3436749Z Entering 'third_party/NNPACK' 2022-11-23T01:41:49.4108716Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:49.4794656Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:49.5448537Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:49.6216244Z Entering 'third_party/benchmark' 2022-11-23T01:41:49.6902729Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:49.7598443Z Entering 'third_party/cub' 2022-11-23T01:41:49.8268041Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:49.9007100Z Entering 'third_party/cutlass' 2022-11-23T01:41:49.9728313Z Entering 'third_party/eigen' 2022-11-23T01:41:50.0388008Z Entering 'third_party/fbgemm' 2022-11-23T01:41:50.1086797Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:50.1834022Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:50.2531769Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:50.3228896Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:50.4000503Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:50.4708413Z Entering 'third_party/fmt' 2022-11-23T01:41:50.5473801Z Entering 'third_party/foxi' 2022-11-23T01:41:50.6196697Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:50.6910500Z Entering 'third_party/gloo' 2022-11-23T01:41:50.7613773Z Entering 'third_party/googletest' 2022-11-23T01:41:50.8350607Z Entering 'third_party/ideep' 2022-11-23T01:41:50.9017890Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:50.9757193Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:51.0526634Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:51.1162310Z Entering 'third_party/ittapi' 2022-11-23T01:41:51.1821863Z Entering 'third_party/kineto' 2022-11-23T01:41:51.2490051Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:51.3193287Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:51.3886566Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:51.4545544Z Entering 'third_party/neon2sse' 2022-11-23T01:41:51.5221097Z Entering 'third_party/nlohmann' 2022-11-23T01:41:51.5892279Z Entering 'third_party/onnx' 2022-11-23T01:41:51.6632760Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:51.7363451Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:51.8096571Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:51.8793130Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:51.9431027Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:52.0164497Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:52.0841160Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:52.1631369Z Entering 'third_party/pocketfft' 2022-11-23T01:41:52.2306144Z Entering 'third_party/protobuf' 2022-11-23T01:41:52.3102983Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:52.3850368Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:52.4567226Z Entering 'third_party/psimd' 2022-11-23T01:41:52.5254483Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:52.5949123Z Entering 'third_party/pybind11' 2022-11-23T01:41:52.6619550Z Entering 'third_party/python-enum' 2022-11-23T01:41:52.7293457Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:52.7956659Z Entering 'third_party/python-six' 2022-11-23T01:41:52.8609180Z Entering 'third_party/sleef' 2022-11-23T01:41:52.9261939Z Entering 'third_party/tbb' 2022-11-23T01:41:52.9919772Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:53.0614380Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:53.1305493Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:53.1969706Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:53.2619850Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:53.3290052Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:53.4043784Z Entering 'third_party/zstd' 2022-11-23T01:41:53.4880373Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-11-23T01:41:54.1194941Z Entering 'android/libs/fbjni' 2022-11-23T01:41:54.1898968Z Entering 'third_party/FP16' 2022-11-23T01:41:54.2580199Z Entering 'third_party/FXdiv' 2022-11-23T01:41:54.3284539Z Entering 'third_party/NNPACK' 2022-11-23T01:41:54.4017832Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:54.4685268Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:54.5598210Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:54.6337153Z Entering 'third_party/benchmark' 2022-11-23T01:41:54.7050976Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:54.7760001Z Entering 'third_party/cub' 2022-11-23T01:41:54.8504074Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:54.9175336Z Entering 'third_party/cutlass' 2022-11-23T01:41:54.9910564Z Entering 'third_party/eigen' 2022-11-23T01:41:55.0653055Z Entering 'third_party/fbgemm' 2022-11-23T01:41:55.1352159Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:55.2117956Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:55.2807815Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:55.3486729Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:55.4274077Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:55.4984303Z Entering 'third_party/fmt' 2022-11-23T01:41:55.5686706Z Entering 'third_party/foxi' 2022-11-23T01:41:55.6361017Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:55.7052047Z Entering 'third_party/gloo' 2022-11-23T01:41:55.7752623Z Entering 'third_party/googletest' 2022-11-23T01:41:55.8429681Z Entering 'third_party/ideep' 2022-11-23T01:41:55.9195487Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:55.9886489Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:56.0708764Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:56.1449683Z Entering 'third_party/ittapi' 2022-11-23T01:41:56.2139941Z Entering 'third_party/kineto' 2022-11-23T01:41:56.2842754Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:56.3563322Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:56.4425143Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:56.5082638Z Entering 'third_party/neon2sse' 2022-11-23T01:41:56.5764114Z Entering 'third_party/nlohmann' 2022-11-23T01:41:56.6466793Z Entering 'third_party/onnx' 2022-11-23T01:41:56.7190492Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:56.7888020Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:56.8617486Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:56.9304418Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:57.0010504Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:57.1011004Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:57.1697808Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:57.2479727Z Entering 'third_party/pocketfft' 2022-11-23T01:41:57.3165889Z Entering 'third_party/protobuf' 2022-11-23T01:41:57.3875565Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:57.4593528Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:57.5309716Z Entering 'third_party/psimd' 2022-11-23T01:41:57.5971121Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:57.6718134Z Entering 'third_party/pybind11' 2022-11-23T01:41:57.7457247Z Entering 'third_party/python-enum' 2022-11-23T01:41:57.8156638Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:57.8835480Z Entering 'third_party/python-six' 2022-11-23T01:41:57.9549833Z Entering 'third_party/sleef' 2022-11-23T01:41:58.0219519Z Entering 'third_party/tbb' 2022-11-23T01:41:58.0897262Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:58.1590536Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:58.2342789Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:58.3061558Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:58.3742448Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:58.4432271Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:58.5189179Z Entering 'third_party/zstd' 2022-11-23T01:41:58.5991685Z ##[endgroup] 2022-11-23T01:41:58.6412466Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:41:58.6800066Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:41:58.7514555Z Prepare all required actions 2022-11-23T01:41:58.7515253Z Getting action download info 2022-11-23T01:41:58.9097474Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T01:42:00.7203378Z ##[group]Run ./.github/actions/setup-win 2022-11-23T01:42:00.7203951Z with: 2022-11-23T01:42:00.7204439Z cuda-version: 11.6 2022-11-23T01:42:00.7204757Z env: 2022-11-23T01:42:00.7205022Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:00.7205263Z ##[endgroup] 2022-11-23T01:42:00.7410391Z ##[group]Run set -euo pipefail 2022-11-23T01:42:00.7410750Z set -euo pipefail 2022-11-23T01:42:00.7411023Z function get_ec2_metadata() { 2022-11-23T01:42:00.7411394Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:42:00.7411880Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:42:00.7412275Z  category=$1 2022-11-23T01:42:00.7412726Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:42:00.7413025Z } 2022-11-23T01:42:00.7413324Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:42:00.7413710Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:42:00.7414075Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:42:00.7414441Z echo "system info $(uname -a)" 2022-11-23T01:42:00.7451707Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:42:00.7452049Z env: 2022-11-23T01:42:00.7452314Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:00.7453200Z ##[endgroup] 2022-11-23T01:42:00.8184280Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:42:00.8506925Z instance-id: i-0ba4b8b38fe1b3be3 2022-11-23T01:42:00.8775990Z instance-type: p3.2xlarge 2022-11-23T01:42:00.9132116Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-11-23T01:42:00.9382045Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:42:00.9382929Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:42:00.9412568Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:42:00.9412915Z env: 2022-11-23T01:42:00.9413178Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:00.9413463Z ##[endgroup] 2022-11-23T01:42:01.5156639Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:01.6894460Z Finished 2022-11-23T01:42:01.7600720Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:42:01.7601287Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:42:01.7627809Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:42:01.7628203Z env: 2022-11-23T01:42:01.7628476Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:01.7628715Z ##[endgroup] 2022-11-23T01:42:02.2837870Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:02.4632988Z Finished 2022-11-23T01:42:03.2948252Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T01:42:03.2948596Z .\.circleci\scripts\vs_install.ps1 2022-11-23T01:42:03.2982190Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:42:03.2982956Z env: 2022-11-23T01:42:03.2983439Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:03.2983753Z VS_VERSION: 16.8.6 2022-11-23T01:42:03.2984042Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:42:03.2984263Z ##[endgroup] 2022-11-23T01:42:03.8284857Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:04.0066731Z Finished 2022-11-23T01:42:04.3556053Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T01:42:04.4601621Z ##[group]Run .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:42:04.4602004Z .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:42:04.4602378Z .circleci/scripts/windows_cudnn_install.sh 2022-11-23T01:42:04.4639375Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:42:04.4639756Z env: 2022-11-23T01:42:04.4639981Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:04.4640414Z CUDA_VERSION: 11.6 2022-11-23T01:42:04.4640722Z ##[endgroup] 2022-11-23T01:42:04.5725477Z + case ${CUDA_VERSION} in 2022-11-23T01:42:04.5725863Z + cuda_installer_name=cuda_11.6.0_511.23_windows 2022-11-23T01:42:04.5726537Z + cuda_install_packages='thrust_11.6 nvcc_11.6 cuobjdump_11.6 nvprune_11.6 nvprof_11.6 cupti_11.6 cublas_11.6 cublas_dev_11.6 cudart_11.6 cufft_11.6 cufft_dev_11.6 curand_11.6 curand_dev_11.6 cusolver_11.6 cusolver_dev_11.6 cusparse_11.6 cusparse_dev_11.6 npp_11.6 npp_dev_11.6 nvrtc_11.6 nvrtc_dev_11.6 nvml_dev_11.6' 2022-11-23T01:42:04.5727930Z + [[ -f /c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin/nvcc.exe ]] 2022-11-23T01:42:04.5730074Z + echo 'Existing CUDA v11.6 installation found, skipping install' 2022-11-23T01:42:04.5730457Z Existing CUDA v11.6 installation found, skipping install 2022-11-23T01:42:04.5731181Z + [[ -f /c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64/nvToolsExt64_1.dll ]] 2022-11-23T01:42:04.6047247Z + echo 'Existing nvtools installation found, skipping install' 2022-11-23T01:42:04.6048809Z Existing nvtools installation found, skipping install 2022-11-23T01:42:04.6396048Z + windows_s3_link=https://ossci-windows.s3.amazonaws.com 2022-11-23T01:42:04.6396844Z + case ${CUDA_VERSION} in 2022-11-23T01:42:04.6397958Z + cudnn_file_name=cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive 2022-11-23T01:42:04.6398794Z + cudnn_installer_name=cudnn_installer.zip 2022-11-23T01:42:04.6399765Z + cudnn_installer_link=https://ossci-windows.s3.amazonaws.com/cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive.zip 2022-11-23T01:42:04.6400851Z + cudnn_install_folder='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/' 2022-11-23T01:42:04.6401716Z + [[ -f C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6//include/cudnn.h ]] 2022-11-23T01:42:04.6474882Z + echo 'Existing cudnn installation found, skipping install...' 2022-11-23T01:42:04.6475533Z Existing cudnn installation found, skipping install... 2022-11-23T01:42:04.6798427Z ##[group]Run actions/setup-python@v4 2022-11-23T01:42:04.6798729Z with: 2022-11-23T01:42:04.6799002Z python-version: 3.x 2022-11-23T01:42:04.6799245Z check-latest: false 2022-11-23T01:42:04.6799513Z cache: pip 2022-11-23T01:42:04.6799981Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T01:42:04.6800618Z token: *** 2022-11-23T01:42:04.6800851Z update-environment: true 2022-11-23T01:42:04.6801086Z env: 2022-11-23T01:42:04.6801296Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:04.6801514Z ##[endgroup] 2022-11-23T01:42:05.3677434Z Version 3.x was not found in the local cache 2022-11-23T01:42:05.6725016Z Version 3.x is available for downloading 2022-11-23T01:42:05.6726865Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T01:42:06.0191792Z Extract downloaded archive 2022-11-23T01:42:06.0399630Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\actions-runner\_work\_temp\b6c1c236-7157-4fdb-b0bb-947b41af4929', 'C:\actions-runner\_work\_temp\85f91cdf-3a1f-4613-acf8-e7183d193f25')" 2022-11-23T01:42:07.5759939Z Execute installation script 2022-11-23T01:42:08.6241682Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:08.7789348Z Finished 2022-11-23T01:42:08.8338311Z Check if Python hostedtoolcache folder exist... 2022-11-23T01:42:08.8339027Z 2022-11-23T01:42:08.8358389Z Create Python toolcache folder 2022-11-23T01:42:08.8360797Z 2022-11-23T01:42:08.8399321Z Check if current Python version is installed... 2022-11-23T01:42:08.8399800Z 2022-11-23T01:42:08.8432038Z No Python3.11.* found 2022-11-23T01:42:08.8434227Z 2022-11-23T01:42:08.8441021Z Remove registry entries for Python 3.11(x64)... 2022-11-23T01:42:08.8441599Z 2022-11-23T01:42:09.2180168Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T01:42:09.2180729Z 2022-11-23T01:42:09.2210157Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:42:09.2210684Z 2022-11-23T01:42:09.2441568Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T01:42:09.2442532Z 2022-11-23T01:42:55.6613448Z Create python3 symlink 2022-11-23T01:42:55.6615146Z 2022-11-23T01:42:55.7204337Z 2022-11-23T01:42:55.7210406Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:42:55.7216905Z Mode LastWriteTime Length Name 2022-11-23T01:42:55.7223068Z ---- ------------- ------ ---- 2022-11-23T01:42:55.7230019Z -a---l 11/23/2022 1:42 AM 0 python3.exe 2022-11-23T01:42:55.7237467Z Install and upgrade Pip 2022-11-23T01:42:55.7238431Z 2022-11-23T01:42:58.5274642Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmp6h2jl8lb 2022-11-23T01:42:58.5302268Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T01:42:58.5317765Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:42:59.5804101Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:42:59.7151475Z Collecting pip 2022-11-23T01:42:59.7607468Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T01:42:59.9147811Z 2022-11-23T01:42:59.9149965Z ---------------------------------------- 2.1/2.1 MB 2022-11-23T01:42:59.9150962Z 13.1 MB/s eta 0:00:00 2022-11-23T01:42:59.9153874Z 2022-11-23T01:43:00.0081096Z Installing collected packages: pip 2022-11-23T01:43:00.0083416Z Attempting uninstall: pip 2022-11-23T01:43:00.0134343Z Found existing installation: pip 22.3 2022-11-23T01:43:00.7839969Z Uninstalling pip-22.3: 2022-11-23T01:43:00.8175431Z Successfully uninstalled pip-22.3 2022-11-23T01:43:07.3538094Z Successfully installed pip-22.3.1 2022-11-23T01:43:07.5666378Z Create complete file 2022-11-23T01:43:07.5667051Z 2022-11-23T01:43:07.5683207Z 2022-11-23T01:43:07.5684000Z 2022-11-23T01:43:07.6109968Z Successfully set up CPython (3.11.0) 2022-11-23T01:43:34.1184882Z Received 11658366 of 11658366 (100.0%), 51.7 MBs/sec 2022-11-23T01:43:34.1190134Z Cache Size: ~11 MB (11658366 B) 2022-11-23T01:43:34.1262601Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/9fa62ec6-2366-4283-9194-66d807634829/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:34.2959393Z Cache restored successfully 2022-11-23T01:43:34.2996996Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T01:43:34.3471327Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:43:34.3471714Z with: 2022-11-23T01:43:34.3472298Z github-secret: *** 2022-11-23T01:43:34.3472556Z activate-with-label: false 2022-11-23T01:43:34.3472815Z label: with-ssh 2022-11-23T01:43:34.3473090Z remove-existing-keys: true 2022-11-23T01:43:34.3473355Z env: 2022-11-23T01:43:34.3473629Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:34.3473956Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:34.3474422Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:34.3474874Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:34.3475245Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:34.3475621Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:34.3475909Z ##[endgroup] 2022-11-23T01:43:34.5875433Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:43:34.6159110Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T01:43:34.6159580Z python3 -m pip install psutil==5.9.1 2022-11-23T01:43:34.6160015Z python3 -m pip install pynvml==11.4.1 2022-11-23T01:43:34.6160370Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:43:34.6160950Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:43:34.6200986Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:43:34.6201338Z env: 2022-11-23T01:43:34.6201570Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:34.6201889Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:34.6202535Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:34.6202948Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:34.6203621Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:34.6204212Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:34.6204521Z ##[endgroup] 2022-11-23T01:43:35.7538341Z Collecting psutil==5.9.1 2022-11-23T01:43:35.7951545Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T01:43:35.8223367Z ------------------------------------- 479.1/479.1 kB 31.3 MB/s eta 0:00:00 2022-11-23T01:43:36.1208904Z Installing build dependencies: started 2022-11-23T01:43:41.3561410Z Installing build dependencies: finished with status 'done' 2022-11-23T01:43:41.3583065Z Getting requirements to build wheel: started 2022-11-23T01:43:42.5453774Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T01:43:42.5584826Z Preparing metadata (pyproject.toml): started 2022-11-23T01:43:43.5153819Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T01:43:43.5557352Z Building wheels for collected packages: psutil 2022-11-23T01:43:43.5590146Z Building wheel for psutil (pyproject.toml): started 2022-11-23T01:43:59.2671832Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T01:43:59.2869662Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246140 sha256=a5ddcdfcc8df40fd60eb6abe56081d321b64c2b9f6173e4e657d950e35729c47 2022-11-23T01:43:59.2871645Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T01:43:59.2968025Z Successfully built psutil 2022-11-23T01:43:59.3826017Z Installing collected packages: psutil 2022-11-23T01:43:59.9567456Z Successfully installed psutil-5.9.1 2022-11-23T01:44:01.2538898Z Collecting pynvml==11.4.1 2022-11-23T01:44:01.2850316Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T01:44:01.2997554Z ---------------------------------------- 47.0/47.0 kB 2.3 MB/s eta 0:00:00 2022-11-23T01:44:01.3905998Z Installing collected packages: pynvml 2022-11-23T01:44:01.6298942Z Successfully installed pynvml-11.4.1 2022-11-23T01:44:01.7871294Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T01:44:01.7871829Z with: 2022-11-23T01:44:01.7872137Z name: win-vs2019-cuda11.6-py3 2022-11-23T01:44:01.7872680Z path: C:\3528293554\build-results 2022-11-23T01:44:01.7873116Z s3-bucket: gha-artifacts 2022-11-23T01:44:01.7873372Z region: us-east-1 2022-11-23T01:44:01.7873592Z env: 2022-11-23T01:44:01.7873822Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:01.7874135Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:01.7874564Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:01.7874976Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:01.7875363Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:01.7875749Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:01.7876054Z ##[endgroup] 2022-11-23T01:44:03.2520094Z Found 3 objects with prefix pytorch/pytorch/3528293554/win-vs2019-cuda11.6-py3/ 2022-11-23T01:44:03.2529251Z Starting download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:44:03.6550678Z Finished download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:44:03.6552971Z Starting download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:44:03.7093010Z Finished download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:44:03.7097552Z Starting download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:05.5814598Z Finished download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:05.5815410Z 2022-11-23T01:44:05.5843766Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T01:44:05.5859286Z Artifact download has finished successfully 2022-11-23T01:44:05.6210538Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:44:05.6210995Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:44:05.6245559Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:44:05.6245887Z env: 2022-11-23T01:44:05.6246126Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:05.6246473Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:05.6247113Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:05.6247544Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:05.6248042Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:05.6248552Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:05.6248865Z ##[endgroup] 2022-11-23T01:44:06.2009273Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:44:06.3817019Z Finished 2022-11-23T01:44:06.6030759Z Folder PATH listing 2022-11-23T01:44:06.6031176Z Volume serial number is 0241-89EB 2022-11-23T01:44:06.6031523Z C:\3528293554\BUILD-RESULTS 2022-11-23T01:44:06.6042104Z .ninja_log 2022-11-23T01:44:06.6042849Z .pytorch-test-times.json 2022-11-23T01:44:06.6043509Z win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:06.6045735Z 2022-11-23T01:44:06.6046557Z No subfolders exist 2022-11-23T01:44:06.6047002Z 2022-11-23T01:44:06.6534286Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:44:06.6535210Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:44:06.6535735Z  2022-11-23T01:44:06.6536007Z # sanitize the input commit message and PR body here: 2022-11-23T01:44:06.6536316Z # 2022-11-23T01:44:06.6536659Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:44:06.6537164Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:44:06.6537583Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:44:06.6537888Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:44:06.6538098Z  2022-11-23T01:44:06.6538446Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:44:06.6538861Z # wreak havoc internally 2022-11-23T01:44:06.6539184Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:44:06.6539508Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:44:06.6539734Z  2022-11-23T01:44:06.6539987Z .jenkins/pytorch/win-test.sh 2022-11-23T01:44:06.6576245Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:44:06.6576569Z env: 2022-11-23T01:44:06.6576808Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:06.6577155Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:06.6577587Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:06.6578000Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:06.6578389Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:06.6578755Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:06.6579046Z USE_CUDA: 1 2022-11-23T01:44:06.6579472Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:44:06.6579724Z PYTHON_VERSION: 3.8 2022-11-23T01:44:06.6579987Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:44:06.6580394Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:44:06.6581036Z VC_PRODUCT: BuildTools 2022-11-23T01:44:06.6581269Z VC_VERSION: 2022-11-23T01:44:06.6581502Z VS_VERSION: 16.8.6 2022-11-23T01:44:06.6581735Z VC_YEAR: 2019 2022-11-23T01:44:06.6581958Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:44:06.6582199Z PR_NUMBER: 2022-11-23T01:44:06.6582459Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:06.6582722Z CUDA_VERSION: 11.6 2022-11-23T01:44:06.6583016Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528293554/build-results/ 2022-11-23T01:44:06.6583332Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T01:44:06.6583705Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:44:06.6584032Z SHARD_NUMBER: 1 2022-11-23T01:44:06.6584261Z NUM_TEST_SHARDS: 1 2022-11-23T01:44:06.6584507Z TEST_CONFIG: functorch 2022-11-23T01:44:06.6584789Z PR_BODY: 2022-11-23T01:44:06.6585011Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T01:44:06.6585285Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:44:06.6585584Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:44:06.6585850Z ##[endgroup] 2022-11-23T01:44:06.8027598Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T01:44:06.8809169Z ++ cd .jenkins/pytorch 2022-11-23T01:44:06.8820067Z ++ pwd 2022-11-23T01:44:06.8828061Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T01:44:06.8829030Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:44:06.8948888Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:44:06.9129203Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T01:44:06.9140781Z +++ declare -f -t trap_add 2022-11-23T01:44:06.9151555Z ++ set -ex 2022-11-23T01:44:06.9152537Z ++ [[ win-vs2019-cuda11.6-py3 == *rocm* ]] 2022-11-23T01:44:06.9153361Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:44:06.9274472Z ++ git rev-parse HEAD 2022-11-23T01:44:06.9698642Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:06.9699337Z + export IMAGE_COMMIT_ID 2022-11-23T01:44:06.9700263Z + export IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:06.9701444Z + IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:06.9702178Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T01:44:06.9702853Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:06.9703674Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:06.9808836Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:07.0334069Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T01:44:07.0334654Z + export TMP_DIR_WIN 2022-11-23T01:44:07.0335001Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:07.0335379Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:07.0457966Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:07.0656770Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:44:07.0657744Z + export PROJECT_DIR_WIN 2022-11-23T01:44:07.0658433Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:07.0659184Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:07.0776355Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:07.0974330Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T01:44:07.0974955Z + export TEST_DIR_WIN 2022-11-23T01:44:07.0975725Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:44:07.0976798Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:44:07.1093053Z ++ cygpath -w /c/3528293554/build-results/ 2022-11-23T01:44:07.1302109Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528293554\build-results\' 2022-11-23T01:44:07.1303119Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T01:44:07.1304307Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T01:44:07.1705884Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:44:07.1706813Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:44:07.2059091Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T01:44:07.2572629Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T01:44:07.2576437Z + '[' -n '' ']' 2022-11-23T01:44:07.2578003Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:44:07.2579398Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:44:07.2580370Z + [[ functorch = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T01:44:07.2581683Z + [[ win-vs2019-cuda11.6-py3 == *cuda* ]] 2022-11-23T01:44:07.2582432Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:44:07.2583044Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:44:07.2583756Z + run_tests 2022-11-23T01:44:07.2585014Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T01:44:07.2586180Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T01:44:07.2589187Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T01:44:09.7226518Z Wed Nov 23 01:44:08 2022 2022-11-23T01:44:09.7227425Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:09.7229461Z | NVIDIA-SMI 462.31 Driver Version: 462.31 CUDA Version: 11.2 | 2022-11-23T01:44:09.7230335Z |-------------------------------+----------------------+----------------------+ 2022-11-23T01:44:09.7231159Z | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-11-23T01:44:09.7231973Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-11-23T01:44:09.7232663Z | | | MIG M. | 2022-11-23T01:44:09.7233215Z |===============================+======================+======================| 2022-11-23T01:44:09.7491447Z | 0 Tesla V100-SXM2... TCC | 00000000:00:1E.0 Off | 0 | 2022-11-23T01:44:09.7492168Z | N/A 38C P0 25W / 300W | 0MiB / 16258MiB | 0% Default | 2022-11-23T01:44:09.7492765Z | | | N/A | 2022-11-23T01:44:09.7493477Z +-------------------------------+----------------------+----------------------+ 2022-11-23T01:44:09.7494186Z 2022-11-23T01:44:09.7494868Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:09.7495590Z | Processes: | 2022-11-23T01:44:09.7496220Z | GPU GI CI PID Type Process name GPU Memory | 2022-11-23T01:44:09.7496878Z | ID ID Usage | 2022-11-23T01:44:09.7497436Z |=============================================================================| 2022-11-23T01:44:09.7498060Z | No running processes found | 2022-11-23T01:44:09.7498806Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:09.7953453Z + break 2022-11-23T01:44:09.7954007Z + [[ functorch == *functorch* ]] 2022-11-23T01:44:09.7954863Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/install_test_functorch.bat 2022-11-23T01:44:09.8242889Z 2022-11-23T01:44:09.8243852Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T01:44:09.8264779Z 2022-11-23T01:44:09.8265722Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T01:44:09.8266897Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T01:44:09.8267482Z exit /b 0 2022-11-23T01:44:09.8267824Z ) 2022-11-23T01:44:09.8270171Z 2022-11-23T01:44:09.8271883Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T01:44:09.8275344Z 2022-11-23T01:44:09.8276031Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T01:44:09.8280683Z 2022-11-23T01:44:09.8282385Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-11-23T01:44:09.8305645Z 2022-11-23T01:44:09.8306773Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda11.6-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T01:44:09.8315582Z 2022-11-23T01:44:09.8316620Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T01:44:09.8320834Z 2022-11-23T01:44:09.8321582Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:44:09.8322685Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-11-23T01:44:09.8323286Z if errorlevel 1 exit /b 2022-11-23T01:44:09.8323572Z if not errorlevel 0 exit /b 2022-11-23T01:44:09.8324141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-11-23T01:44:09.8324656Z if errorlevel 1 exit /b 2022-11-23T01:44:09.8324913Z if not errorlevel 0 exit /b 2022-11-23T01:44:09.8325137Z ) 2022-11-23T01:44:09.8325866Z 2022-11-23T01:44:09.8326699Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T01:44:14.7047121Z 2022-11-23T01:44:14.7048514Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:44:14.7048987Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T01:44:14.7049309Z if errorlevel 1 exit /b 2022-11-23T01:44:14.7049605Z if not errorlevel 0 exit /b 2022-11-23T01:44:14.7050029Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T01:44:14.7050543Z if errorlevel 1 exit /b 2022-11-23T01:44:14.7050824Z if not errorlevel 0 exit /b 2022-11-23T01:44:14.7051067Z ) 2022-11-23T01:44:14.7052689Z 2022-11-23T01:44:14.7053222Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:44:14.7055480Z 2022-11-23T01:44:14.7055857Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:44:14.7058961Z 2022-11-23T01:44:14.7059710Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:14.7061153Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T01:44:14.7061995Z if errorlevel 1 exit /b 2022-11-23T01:44:14.7062530Z if not errorlevel 0 exit /b 2022-11-23T01:44:14.7062997Z ) 2022-11-23T01:44:22.9672326Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:44:24.9164001Z Solving environment: ...working... done 2022-11-23T01:44:25.1915015Z 2022-11-23T01:44:25.1915627Z # All requested packages already installed. 2022-11-23T01:44:25.2582596Z 2022-11-23T01:44:25.2583209Z Retrieving notices: ...working... done 2022-11-23T01:44:26.5631004Z 2022-11-23T01:44:26.5631861Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T01:44:26.5638313Z 2022-11-23T01:44:26.5639216Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-11-23T01:44:26.7719066Z ********************************************************************** 2022-11-23T01:44:26.7719487Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:44:26.7720236Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:44:26.7720770Z ********************************************************************** 2022-11-23T01:44:27.6117209Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:44:27.6184245Z 2022-11-23T01:44:27.6185058Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T01:44:27.6194251Z 2022-11-23T01:44:27.6195468Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-shard pytest-rerunfailures sympy "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-11-23T01:44:29.1536523Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T01:44:29.1557119Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T01:44:29.1567933Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T01:44:29.1579870Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T01:44:29.1592572Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T01:44:29.1602930Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T01:44:29.1613229Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T01:44:29.1621080Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T01:44:29.1637720Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T01:44:29.1645696Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T01:44:29.1654121Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T01:44:29.1665196Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T01:44:29.1673554Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T01:44:29.1683738Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T01:44:29.1693997Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T01:44:29.1704088Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T01:44:29.1716975Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T01:44:29.2339553Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-11-23T01:44:29.2349154Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T01:44:29.2548557Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-11-23T01:44:30.7191924Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T01:44:30.9654579Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T01:44:30.9767836Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T01:44:30.9846886Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T01:44:30.9947931Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T01:44:31.0014262Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T01:44:31.0083952Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T01:44:31.0207002Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-11-23T01:44:31.0269889Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T01:44:31.0333262Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T01:44:31.3284285Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-11-23T01:44:31.4493551Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T01:44:31.4502373Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T01:44:31.4560107Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T01:44:31.4575499Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T01:44:31.4584436Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T01:44:31.4790852Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T01:44:31.4807050Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T01:44:31.5062840Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T01:44:31.5216054Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T01:44:31.6678001Z Requirement already satisfied: llvmlite<0.40,>=0.39.0dev0 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.39.1) 2022-11-23T01:44:31.6931137Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-11-23T01:44:31.7343074Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-11-23T01:44:31.7353527Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-11-23T01:44:31.7950425Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.24) 2022-11-23T01:44:31.7963330Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-11-23T01:44:31.7981012Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-11-23T01:44:31.7998489Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-11-23T01:44:31.9407705Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-11-23T01:44:31.9728531Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-11-23T01:44:31.9834921Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-11-23T01:44:32.5862646Z 2022-11-23T01:44:32.5863607Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:44:32.5864853Z 2022-11-23T01:44:32.5865359Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:44:32.5868878Z 2022-11-23T01:44:32.5869283Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T01:44:32.5874262Z 2022-11-23T01:44:32.5875021Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2022-11-23T01:44:32.5877241Z 2022-11-23T01:44:32.5877988Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:32.5882820Z 2022-11-23T01:44:32.5883361Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2022-11-23T01:44:32.5885484Z 2022-11-23T01:44:32.5886004Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=11_6 2022-11-23T01:44:32.5890492Z 2022-11-23T01:44:32.5891319Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH_V11_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:32.5895610Z 2022-11-23T01:44:32.5896476Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64 2022-11-23T01:44:32.5900855Z 2022-11-23T01:44:32.5901439Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:32.5904629Z 2022-11-23T01:44:32.5905216Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:32.5909063Z 2022-11-23T01:44:32.5909585Z (base) C:\actions-runner\_work\pytorch\pytorch>set NVTOOLSEXT_PATH=C:\Program Files\NVIDIA Corporation\NvToolsExt 2022-11-23T01:44:32.5914259Z 2022-11-23T01:44:32.5918498Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T01:44:32.5923372Z 2022-11-23T01:44:32.5924089Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_CUDALIB=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin 2022-11-23T01:44:32.5924775Z 2022-11-23T01:44:32.5925413Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_LIBDEVICE=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\nvvm\libdevice 2022-11-23T01:44:32.5928809Z 2022-11-23T01:44:32.5929474Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_NVVM=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\nvvm\bin\nvvm64_32_0.dll 2022-11-23T01:44:32.5936070Z 2022-11-23T01:44:32.5936663Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T01:44:32.5943998Z 2022-11-23T01:44:32.5944862Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:32.5945781Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T01:44:32.5946908Z copy /Y C:\3528293554\build-results\\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T01:44:32.5948252Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T01:44:32.5949218Z popd 2022-11-23T01:44:32.5950155Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T01:44:32.7333757Z 1 file(s) copied. 2022-11-23T01:44:32.9337482Z 2022-11-23T01:44:32.9338036Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:44:32.9338286Z 2022-11-23T01:44:32.9338425Z Scanning the drive for archives: 2022-11-23T01:44:32.9338702Z 1 file, 184390338 bytes (176 MiB) 2022-11-23T01:44:32.9338859Z 2022-11-23T01:44:32.9339227Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:57.4694101Z -- 2022-11-23T01:44:57.4695280Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:57.4696085Z Type = 7z 2022-11-23T01:44:57.4696476Z Physical Size = 184390338 2022-11-23T01:44:57.4698008Z Headers Size = 131520 2022-11-23T01:44:57.4698756Z Method = LZMA2:24 BCJ 2022-11-23T01:44:57.4699424Z Solid = + 2022-11-23T01:44:57.4699785Z Blocks = 2 2022-11-23T01:44:57.4700011Z 2022-11-23T01:44:57.4701276Z Everything is Ok 2022-11-23T01:44:57.4701606Z 2022-11-23T01:44:57.4701730Z Folders: 604 2022-11-23T01:44:57.4701958Z Files: 11127 2022-11-23T01:44:57.4702161Z Size: 1184901478 2022-11-23T01:44:57.4702411Z Compressed: 184390338 2022-11-23T01:44:57.5895427Z 2022-11-23T01:44:57.5896421Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:57.5897053Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:44:57.5897990Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:44:57.5899031Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:44:57.5899725Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T01:44:57.5900128Z ) 2022-11-23T01:44:59.5783493Z Completed 2.3 KiB/2.3 KiB (32.7 KiB/s) with 1 file(s) remaining 2022-11-23T01:44:59.5784257Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T01:44:59.6880054Z 2022-11-23T01:44:59.6881287Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T01:44:59.6882134Z echo "setup pytorch env failed" 2022-11-23T01:44:59.6883321Z echo 0 2022-11-23T01:44:59.6883623Z exit /b 2022-11-23T01:44:59.6883930Z ) 2022-11-23T01:44:59.6884176Z 2022-11-23T01:44:59.6884459Z (base) C:\actions-runner\_work\pytorch\pytorch>echo "Installing test dependencies" 2022-11-23T01:44:59.6884878Z "Installing test dependencies" 2022-11-23T01:44:59.6886261Z 2022-11-23T01:44:59.6886651Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install networkx 2022-11-23T01:45:00.6158496Z Requirement already satisfied: networkx in c:\jenkins\miniconda3\lib\site-packages (2.8.8) 2022-11-23T01:45:01.6691332Z 2022-11-23T01:45:01.6692470Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:45:01.6694992Z 2022-11-23T01:45:01.6695864Z (base) C:\actions-runner\_work\pytorch\pytorch>echo "Test functorch" 2022-11-23T01:45:01.6696871Z "Test functorch" 2022-11-23T01:45:01.6698836Z 2022-11-23T01:45:01.6701329Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T01:45:01.6710216Z 2022-11-23T01:45:01.6711052Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --functorch --shard "1" "1" --verbose 2022-11-23T01:45:17.6927059Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1134: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:17.6927758Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T01:45:17.6928390Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1152: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:17.6928918Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T01:45:17.6929485Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1153: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:17.6930435Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T01:45:17.6930985Z Selected tests: 2022-11-23T01:45:17.6931472Z functorch/test_aotdispatch 2022-11-23T01:45:17.6931972Z functorch/test_control_flow 2022-11-23T01:45:17.6932443Z functorch/test_dims 2022-11-23T01:45:17.6932896Z functorch/test_eager_transforms 2022-11-23T01:45:17.6934935Z functorch/test_functionalize 2022-11-23T01:45:17.6935495Z functorch/test_memory_efficient_fusion 2022-11-23T01:45:17.6936063Z functorch/test_minifier 2022-11-23T01:45:17.6936324Z functorch/test_ops 2022-11-23T01:45:17.6936576Z functorch/test_vmap 2022-11-23T01:45:17.7968740Z parallel (file granularity) tests: 2022-11-23T01:45:17.7969288Z functorch/test_aotdispatch 2022-11-23T01:45:17.7969612Z functorch/test_control_flow 2022-11-23T01:45:17.7969894Z functorch/test_dims 2022-11-23T01:45:17.7970301Z functorch/test_eager_transforms 2022-11-23T01:45:17.7970597Z functorch/test_functionalize 2022-11-23T01:45:17.7970901Z functorch/test_memory_efficient_fusion 2022-11-23T01:45:17.7971162Z functorch/test_minifier 2022-11-23T01:45:17.7971795Z serial (file granularity) tests: 2022-11-23T01:45:17.7972074Z functorch/test_ops 2022-11-23T01:45:17.7972315Z functorch/test_vmap 2022-11-23T01:45:22.2593845Z Running functorch/test_aotdispatch ... [2022-11-23 01:45:22.258589] 2022-11-23T01:45:22.2600527Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:22.259306] 2022-11-23T01:45:22.2603117Z Ignoring disabled issues: [] 2022-11-23T01:45:22.2610425Z Running functorch/test_control_flow ... [2022-11-23 01:45:22.260731] 2022-11-23T01:45:22.2618950Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_control_flow.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:22.261434] 2022-11-23T01:45:22.2622498Z Ignoring disabled issues: [] 2022-11-23T01:45:40.9189583Z 2022-11-23T01:45:40.9190743Z Expand the folded group to see the log file of functorch/test_control_flow 2022-11-23T01:45:40.9194214Z ##[group]PRINTING LOG FILE of functorch/test_control_flow (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_control_flow_9i2l2oiw) 2022-11-23T01:45:40.9195103Z 2022-11-23T01:45:40.9195338Z Running tests... 2022-11-23T01:45:40.9196008Z ---------------------------------------------------------------------- 2022-11-23T01:45:40.9196901Z Test results will be stored in test-reports\python-unittest\functorch.test_control_flow 2022-11-23T01:45:40.9197780Z test_cond_no_trace (__main__.TestControlFlow) ... ok (11.259s) 2022-11-23T01:45:40.9198595Z test_assert_on_mismatch_tensor_size (__main__.TestControlFlowTraced) ... ok (0.020s) 2022-11-23T01:45:40.9199528Z test_assert_on_mismatch_tensor_size_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.018s) 2022-11-23T01:45:40.9200446Z test_assert_on_mismatch_type_size (__main__.TestControlFlowTraced) ... ok (0.012s) 2022-11-23T01:45:40.9201396Z test_assert_on_mismatch_type_size_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.012s) 2022-11-23T01:45:40.9202257Z test_cond_nested_traced (__main__.TestControlFlowTraced) ... ok (0.044s) 2022-11-23T01:45:40.9203134Z test_cond_nested_traced_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.041s) 2022-11-23T01:45:40.9204012Z test_cond_nested_traced_multi (__main__.TestControlFlowTraced) ... ok (0.031s) 2022-11-23T01:45:40.9204904Z test_cond_nested_traced_multi_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.027s) 2022-11-23T01:45:40.9205809Z test_cond_nested_traced_other_inputs (__main__.TestControlFlowTraced) ... ok (0.037s) 2022-11-23T01:45:40.9206899Z test_cond_nested_traced_other_inputs_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.034s) 2022-11-23T01:45:40.9207941Z test_cond_traced_not_nested (__main__.TestControlFlowTraced) ... ok (0.018s) 2022-11-23T01:45:40.9208891Z test_cond_traced_not_nested_fake_tensor (__main__.TestControlFlowTraced) ... ok (0.019s) 2022-11-23T01:45:40.9209741Z test_map_real (__main__.TestControlFlowTraced) ... ok (0.014s) 2022-11-23T01:45:40.9210520Z test_map_symbolic (__main__.TestControlFlowTraced) ... ok (0.840s) 2022-11-23T01:45:40.9211374Z test_nested_cond_map_cond_symbolic (__main__.TestControlFlowTraced) ... ok (0.934s) 2022-11-23T01:45:40.9212238Z test_nested_map_cond_real (__main__.TestControlFlowTraced) ... ok (0.030s) 2022-11-23T01:45:40.9213332Z test_nested_map_cond_symbolic (__main__.TestControlFlowTraced) ... ok (0.490s) 2022-11-23T01:45:40.9213954Z 2022-11-23T01:45:40.9214402Z ---------------------------------------------------------------------- 2022-11-23T01:45:40.9215162Z Ran 18 tests in 13.875s 2022-11-23T01:45:40.9215467Z 2022-11-23T01:45:40.9215626Z OK 2022-11-23T01:45:40.9215867Z 2022-11-23T01:45:40.9216099Z Generating XML reports... 2022-11-23T01:45:40.9217010Z Generated XML report: test-reports\python-unittest\functorch.test_control_flow\TEST-TestControlFlow-20221123014525.xml 2022-11-23T01:45:40.9218404Z Generated XML report: test-reports\python-unittest\functorch.test_control_flow\TEST-TestControlFlowTraced-20221123014525.xml 2022-11-23T01:45:40.9219106Z 2022-11-23T01:45:40.9219687Z ##[endgroup] 2022-11-23T01:45:40.9220861Z FINISHED PRINTING LOG FILE of functorch/test_control_flow (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_control_flow_9i2l2oiw) 2022-11-23T01:45:40.9221706Z 2022-11-23T01:45:45.7255399Z Running functorch/test_dims ... [2022-11-23 01:45:45.722605] 2022-11-23T01:45:45.7263033Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_dims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:45.725759] 2022-11-23T01:45:45.7265274Z Ignoring disabled issues: [] 2022-11-23T01:46:15.2861847Z 2022-11-23T01:46:15.2862877Z Expand the folded group to see the log file of functorch/test_aotdispatch 2022-11-23T01:46:15.2864904Z ##[group]PRINTING LOG FILE of functorch/test_aotdispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_aotdispatch_r3lu8ifj) 2022-11-23T01:46:15.2866838Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:48: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-11-23T01:46:15.2868544Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:46:15.2869039Z 2022-11-23T01:46:15.2869260Z Running tests... 2022-11-23T01:46:15.2869929Z ---------------------------------------------------------------------- 2022-11-23T01:46:15.2872264Z Test results will be stored in test-reports\python-unittest\functorch.test_aotdispatch 2022-11-23T01:46:15.2873456Z test_autocast_disable_guard (__main__.TestAOTAutograd) ... ok (27.848s) 2022-11-23T01:46:15.2874491Z test_batch_norm_amp (__main__.TestAOTAutograd) ... ok (4.094s) 2022-11-23T01:46:15.2875240Z test_batchnorm (__main__.TestAOTAutograd) ... ok (0.057s) 2022-11-23T01:46:15.2877252Z test_compilation_context (__main__.TestAOTAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py:350: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-11-23T01:46:15.2879640Z warnings.warn( 2022-11-23T01:46:15.2880127Z ok (0.038s) 2022-11-23T01:46:15.2880964Z test_custom_autograd (__main__.TestAOTAutograd) ... ok (0.011s) 2022-11-23T01:46:15.2881706Z test_dupe_arg (__main__.TestAOTAutograd) ... ok (0.020s) 2022-11-23T01:46:15.2882446Z test_grad_context (__main__.TestAOTAutograd) ... ok (0.022s) 2022-11-23T01:46:15.2883163Z test_inner_grad (__main__.TestAOTAutograd) ... ok (0.016s) 2022-11-23T01:46:15.2883874Z test_list_codegen (__main__.TestAOTAutograd) ... ok (0.057s) 2022-11-23T01:46:15.2884613Z test_module (__main__.TestAOTAutograd) ... ok (0.048s) 2022-11-23T01:46:15.2885333Z test_multi_output (__main__.TestAOTAutograd) ... ok (0.018s) 2022-11-23T01:46:15.2886241Z test_multi_output_list (__main__.TestAOTAutograd) ... ok (0.018s) 2022-11-23T01:46:15.2887233Z test_no_grad_input_output (__main__.TestAOTAutograd) ... ok (0.101s) 2022-11-23T01:46:15.2888337Z test_nonidempotent_amp (__main__.TestAOTAutograd) ... ok (0.273s) 2022-11-23T01:46:15.2889083Z test_output_dict (__main__.TestAOTAutograd) ... ok (0.055s) 2022-11-23T01:46:15.2889842Z test_output_op_depending_on_symint (__main__.TestAOTAutograd) 2022-11-23T01:46:15.2890841Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... skip: no sympy (0.001s) 2022-11-23T01:46:15.2891760Z test_resize_input (__main__.TestAOTAutograd) ... ok (0.014s) 2022-11-23T01:46:15.2892681Z test_single_output (__main__.TestAOTAutograd) ... ok (0.020s) 2022-11-23T01:46:15.2893724Z test_some_outputs_dont_require_grad (__main__.TestAOTAutograd) ... ok (0.010s) 2022-11-23T01:46:15.2894587Z test_aot_module_simplified (__main__.TestAOTModuleSimplified) ... ok (0.063s) 2022-11-23T01:46:15.2896711Z test_aot_module_simplified_preserves_stack_trace (__main__.TestAOTModuleSimplified) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py:350: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-11-23T01:46:15.2898706Z warnings.warn( 2022-11-23T01:46:15.2899308Z ok (0.076s) 2022-11-23T01:46:15.2900126Z test_autocast (__main__.TestPartitioning) ... skip: test requires torchvision (0.001s) 2022-11-23T01:46:15.2900963Z test_contiguous (__main__.TestPartitioning) ... ok (0.028s) 2022-11-23T01:46:15.2901956Z test_default_partitioner_getitem (__main__.TestPartitioning) ... ok (0.037s) 2022-11-23T01:46:15.2902917Z test_default_partitioner_output_tensor_shape_tensor (__main__.TestPartitioning) ... skip: no sympy (0.003s) 2022-11-23T01:46:15.2903850Z test_meta_tensor_inplace_op (__main__.TestPartitioning) ... ok (0.587s) 2022-11-23T01:46:15.2904820Z test_min_cut_partitioner (__main__.TestPartitioning) ... ok (0.173s) 2022-11-23T01:46:15.2905902Z test_min_cut_partitioner_output_tensor_shape_tensor (__main__.TestPartitioning) ... skip: no sympy (0.006s) 2022-11-23T01:46:15.2906911Z test_min_cut_partitioner_recomputable_ops (__main__.TestPartitioning) ... ok (0.080s) 2022-11-23T01:46:15.2907869Z test_min_cut_partitioner_save_shape (__main__.TestPartitioning) ... skip: no sympy (0.003s) 2022-11-23T01:46:15.2908728Z test_preserve_random (__main__.TestPartitioning) ... ok (0.018s) 2022-11-23T01:46:15.2909512Z test_recompute_partitioning (__main__.TestPartitioning) ... ok (0.033s) 2022-11-23T01:46:15.2909998Z 2022-11-23T01:46:15.2910387Z ---------------------------------------------------------------------- 2022-11-23T01:46:15.2911150Z Ran 32 tests in 33.828s 2022-11-23T01:46:15.2911452Z 2022-11-23T01:46:15.2911641Z OK (skipped=5) 2022-11-23T01:46:15.2912006Z 2022-11-23T01:46:15.2912315Z Generating XML reports... 2022-11-23T01:46:15.2913256Z Generated XML report: test-reports\python-unittest\functorch.test_aotdispatch\TEST-TestAOTAutograd-20221123014540.xml 2022-11-23T01:46:15.2914629Z Generated XML report: test-reports\python-unittest\functorch.test_aotdispatch\TEST-TestAOTModuleSimplified-20221123014540.xml 2022-11-23T01:46:15.2915951Z Generated XML report: test-reports\python-unittest\functorch.test_aotdispatch\TEST-TestPartitioning-20221123014540.xml 2022-11-23T01:46:15.2916634Z 2022-11-23T01:46:15.2917274Z ##[endgroup] 2022-11-23T01:46:15.2918219Z FINISHED PRINTING LOG FILE of functorch/test_aotdispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_aotdispatch_r3lu8ifj) 2022-11-23T01:46:15.2918969Z 2022-11-23T01:46:18.6701430Z 2022-11-23T01:46:18.6702222Z Expand the folded group to see the log file of functorch/test_dims 2022-11-23T01:46:18.6703409Z ##[group]PRINTING LOG FILE of functorch/test_dims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_dims_gd4aqvbo) 2022-11-23T01:46:18.6704933Z 2022-11-23T01:46:18.6705054Z Running tests... 2022-11-23T01:46:18.6705526Z ---------------------------------------------------------------------- 2022-11-23T01:46:18.6706092Z Test results will be stored in test-reports\python-unittest\functorch.test_dims 2022-11-23T01:46:18.6706839Z test_attn (__main__.TestMin) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py:255: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-11-23T01:46:18.6707438Z warnings.warn( 2022-11-23T01:46:18.6707733Z ok (3.149s) 2022-11-23T01:46:18.6708971Z test_attn_cuda (__main__.TestMin) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86712 for platform(s) win, windows, 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-11-23T01:46:18.6709729Z test_c (__main__.TestMin) ... ok (0.398s) 2022-11-23T01:46:18.6710056Z test_compare_dims (__main__.TestMin) ... ok (0.407s) 2022-11-23T01:46:18.6710427Z test_diag (__main__.TestMin) ... ok (0.401s) 2022-11-23T01:46:18.6710747Z test_dim_args (__main__.TestMin) ... ok (0.340s) 2022-11-23T01:46:18.6711068Z test_dims_with_size (__main__.TestMin) ... ok (0.349s) 2022-11-23T01:46:18.6711359Z test_dir (__main__.TestMin) ... ok (0.391s) 2022-11-23T01:46:18.6711663Z test_doc (__main__.TestMin) ... ok (0.364s) 2022-11-23T01:46:18.6711971Z test_embed (__main__.TestMin) ... ok (0.355s) 2022-11-23T01:46:18.6712442Z test_eq (__main__.TestMin) ... ok (0.349s) 2022-11-23T01:46:18.6712786Z test_expand (__main__.TestMin) ... ok (0.360s) 2022-11-23T01:46:18.6713082Z test_functorch (__main__.TestMin) ... ok (0.345s) 2022-11-23T01:46:18.6713399Z test_hello (__main__.TestMin) ... ok (0.518s) 2022-11-23T01:46:18.6713698Z test_index (__main__.TestMin) ... ok (0.354s) 2022-11-23T01:46:18.6714238Z test_index_placement (__main__.TestMin) ... ok (0.337s) 2022-11-23T01:46:18.6714580Z test_inplace (__main__.TestMin) ... ok (0.351s) 2022-11-23T01:46:18.6714903Z test_manual_stuff (__main__.TestMin) ... ok (0.407s) 2022-11-23T01:46:18.6715572Z test_mask (__main__.TestMin) ... ok (0.356s) 2022-11-23T01:46:18.6715886Z test_max (__main__.TestMin) ... ok (0.442s) 2022-11-23T01:46:18.6716188Z test_mm (__main__.TestMin) ... ok (0.373s) 2022-11-23T01:46:18.6716498Z test_mm_fuse (__main__.TestMin) ... ok (0.360s) 2022-11-23T01:46:18.6716810Z test_monkey (__main__.TestMin) ... ok (0.388s) 2022-11-23T01:46:18.6717138Z test_network (__main__.TestMin) ... skip: no torchvision (0.349s) 2022-11-23T01:46:18.6717487Z test_order (__main__.TestMin) ... ok (0.349s) 2022-11-23T01:46:18.6717811Z test_order_keyword (__main__.TestMin) ... ok (0.387s) 2022-11-23T01:46:18.6718130Z test_parse (__main__.TestMin) ... ok (0.374s) 2022-11-23T01:46:18.6718455Z test_permute_orig (__main__.TestMin) ... ok (0.336s) 2022-11-23T01:46:18.6718771Z test_seg (__main__.TestMin) ... ok (0.334s) 2022-11-23T01:46:18.6719056Z test_simple (__main__.TestMin) ... ok (0.413s) 2022-11-23T01:46:18.6719427Z test_softmax_split (__main__.TestMin) ... ok (0.422s) 2022-11-23T01:46:18.6719751Z test_stack (__main__.TestMin) ... ok (0.333s) 2022-11-23T01:46:18.6720091Z test_time_mm_fuse (__main__.TestMin) ... pp: 0.04553840000000164423 seconds 2022-11-23T01:46:18.6720401Z fc: 0.07931470000000118148 seconds 2022-11-23T01:46:18.6720611Z ok (0.592s) 2022-11-23T01:46:18.6720905Z test_with_dims_split (__main__.TestMin) ... ok (0.375s) 2022-11-23T01:46:18.6721264Z test_attn (__main__.TestMinFunctorchOnly) ... ok (0.464s) 2022-11-23T01:46:18.6721679Z test_attn_cuda (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-11-23T01:46:18.6722087Z test_c (__main__.TestMinFunctorchOnly) ... ok (0.364s) 2022-11-23T01:46:18.6722604Z test_compare_dims (__main__.TestMinFunctorchOnly) ... ok (0.351s) 2022-11-23T01:46:18.6722960Z test_diag (__main__.TestMinFunctorchOnly) ... ok (0.356s) 2022-11-23T01:46:18.6723335Z test_dim_args (__main__.TestMinFunctorchOnly) ... ok (0.346s) 2022-11-23T01:46:18.6723721Z test_dims_with_size (__main__.TestMinFunctorchOnly) ... ok (0.365s) 2022-11-23T01:46:18.6724102Z test_dir (__main__.TestMinFunctorchOnly) ... ok (0.371s) 2022-11-23T01:46:18.6724466Z test_doc (__main__.TestMinFunctorchOnly) ... ok (0.358s) 2022-11-23T01:46:18.6724828Z test_embed (__main__.TestMinFunctorchOnly) ... ok (0.337s) 2022-11-23T01:46:18.6725173Z test_eq (__main__.TestMinFunctorchOnly) ... ok (0.369s) 2022-11-23T01:46:18.6725544Z test_expand (__main__.TestMinFunctorchOnly) ... ok (0.419s) 2022-11-23T01:46:18.6725929Z test_functorch (__main__.TestMinFunctorchOnly) ... ok (0.377s) 2022-11-23T01:46:18.6726305Z test_hello (__main__.TestMinFunctorchOnly) ... ok (0.460s) 2022-11-23T01:46:18.6726668Z test_index (__main__.TestMinFunctorchOnly) ... ok (0.346s) 2022-11-23T01:46:18.6727053Z test_index_placement (__main__.TestMinFunctorchOnly) ... ok (0.351s) 2022-11-23T01:46:18.6727423Z test_inplace (__main__.TestMinFunctorchOnly) ... ok (0.350s) 2022-11-23T01:46:18.6727801Z test_manual_stuff (__main__.TestMinFunctorchOnly) ... ok (0.427s) 2022-11-23T01:46:18.6728175Z test_mask (__main__.TestMinFunctorchOnly) ... ok (0.411s) 2022-11-23T01:46:18.6728533Z test_max (__main__.TestMinFunctorchOnly) ... ok (0.399s) 2022-11-23T01:46:18.6728886Z test_mm (__main__.TestMinFunctorchOnly) ... ok (0.487s) 2022-11-23T01:46:18.6729316Z test_mm_fuse (__main__.TestMinFunctorchOnly) ... ok (0.421s) 2022-11-23T01:46:18.6729709Z test_monkey (__main__.TestMinFunctorchOnly) ... ok (0.506s) 2022-11-23T01:46:18.6730084Z test_network (__main__.TestMinFunctorchOnly) ... skip: no torchvision (0.590s) 2022-11-23T01:46:18.6730472Z test_order (__main__.TestMinFunctorchOnly) ... ok (0.413s) 2022-11-23T01:46:18.6730858Z test_order_keyword (__main__.TestMinFunctorchOnly) ... ok (0.501s) 2022-11-23T01:46:18.6731449Z test_parse (__main__.TestMinFunctorchOnly) ... ok (0.554s) 2022-11-23T01:46:18.6731826Z test_permute_orig (__main__.TestMinFunctorchOnly) ... ok (0.393s) 2022-11-23T01:46:18.6732600Z test_seg (__main__.TestMinFunctorchOnly) ... ok (0.380s) 2022-11-23T01:46:18.6732953Z test_simple (__main__.TestMinFunctorchOnly) ... ok (0.428s) 2022-11-23T01:46:18.6733337Z test_softmax_split (__main__.TestMinFunctorchOnly) ... ok (0.483s) 2022-11-23T01:46:18.6733721Z test_stack (__main__.TestMinFunctorchOnly) ... ok (0.396s) 2022-11-23T01:46:18.6734141Z test_time_mm_fuse (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.001s) 2022-11-23T01:46:18.6734572Z test_with_dims_split (__main__.TestMinFunctorchOnly) ... ok (0.351s) 2022-11-23T01:46:18.6734917Z 2022-11-23T01:46:18.6735269Z ---------------------------------------------------------------------- 2022-11-23T01:46:18.6735904Z Ran 68 tests in 28.500s 2022-11-23T01:46:18.6736171Z 2022-11-23T01:46:18.6736361Z OK (skipped=5) 2022-11-23T01:46:18.6736645Z 2022-11-23T01:46:18.6736885Z Generating XML reports... 2022-11-23T01:46:18.6737748Z Generated XML report: test-reports\python-unittest\functorch.test_dims\TEST-TestMin-20221123014549.xml 2022-11-23T01:46:18.6739003Z Generated XML report: test-reports\python-unittest\functorch.test_dims\TEST-TestMinFunctorchOnly-20221123014549.xml 2022-11-23T01:46:18.6739701Z 2022-11-23T01:46:18.6740276Z ##[endgroup] 2022-11-23T01:46:18.6741191Z FINISHED PRINTING LOG FILE of functorch/test_dims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_dims_gd4aqvbo) 2022-11-23T01:46:18.6741863Z 2022-11-23T01:46:20.3866943Z Running functorch/test_eager_transforms ... [2022-11-23 01:46:20.386332] 2022-11-23T01:46:20.3875461Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_eager_transforms.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:20.387033] 2022-11-23T01:46:20.3879599Z Ignoring disabled issues: [] 2022-11-23T01:46:23.5435743Z Running functorch/test_functionalize ... [2022-11-23 01:46:23.543232] 2022-11-23T01:46:23.5443622Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_functionalize.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:23.544062] 2022-11-23T01:46:23.5446999Z Ignoring disabled issues: [] 2022-11-23T01:46:35.6982274Z 2022-11-23T01:46:35.6983308Z Expand the folded group to see the log file of functorch/test_functionalize 2022-11-23T01:46:35.6985061Z ##[group]PRINTING LOG FILE of functorch/test_functionalize (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_functionalize_zdvv_rsw) 2022-11-23T01:46:35.6986797Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_aotdispatch.py:48: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-11-23T01:46:35.6988194Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:46:35.6988606Z 2022-11-23T01:46:35.6988750Z Running tests... 2022-11-23T01:46:35.6989339Z ---------------------------------------------------------------------- 2022-11-23T01:46:35.6990107Z Test results will be stored in test-reports\python-unittest\functorch.test_functionalize 2022-11-23T01:46:35.6991030Z test_autocast_disable_guard_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (3.077s) 2022-11-23T01:46:35.6992291Z test_batch_norm_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.276s) 2022-11-23T01:46:35.6993306Z test_batchnorm_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.050s) 2022-11-23T01:46:35.6995411Z test_compilation_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py:350: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-11-23T01:46:35.6997165Z warnings.warn( 2022-11-23T01:46:35.6997580Z ok (0.041s) 2022-11-23T01:46:35.6998254Z test_custom_autograd_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.010s) 2022-11-23T01:46:35.6999216Z test_dupe_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.020s) 2022-11-23T01:46:35.7000138Z test_grad_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.024s) 2022-11-23T01:46:35.7001086Z test_inner_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.009s) 2022-11-23T01:46:35.7002036Z test_list_codegen_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.067s) 2022-11-23T01:46:35.7002984Z test_module_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.051s) 2022-11-23T01:46:35.7003916Z test_multi_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.021s) 2022-11-23T01:46:35.7004901Z test_multi_output_list_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.018s) 2022-11-23T01:46:35.7005913Z test_no_grad_input_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.116s) 2022-11-23T01:46:35.7006899Z test_nonidempotent_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.116s) 2022-11-23T01:46:35.7007880Z test_output_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.050s) 2022-11-23T01:46:35.7009083Z test_output_op_depending_on_symint_functionalize (__main__.make_functionalize_test..FunctionalizeTest) 2022-11-23T01:46:35.7010116Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... skip: no sympy (0.003s) 2022-11-23T01:46:35.7011139Z test_resize_input_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.006s) 2022-11-23T01:46:35.7012274Z test_single_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.015s) 2022-11-23T01:46:35.7013481Z test_some_outputs_dont_require_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.015s) 2022-11-23T01:46:35.7014599Z test_autocast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test requires torchvision (0.001s) 2022-11-23T01:46:35.7015995Z test_contiguous_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.021s) 2022-11-23T01:46:35.7017207Z test_default_partitioner_getitem_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.034s) 2022-11-23T01:46:35.7018432Z test_default_partitioner_output_tensor_shape_tensor_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: no sympy (0.003s) 2022-11-23T01:46:35.7019598Z test_meta_tensor_inplace_op_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.561s) 2022-11-23T01:46:35.7020752Z test_min_cut_partitioner_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.161s) 2022-11-23T01:46:35.7022087Z test_min_cut_partitioner_output_tensor_shape_tensor_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: no sympy (0.006s) 2022-11-23T01:46:35.7023278Z test_min_cut_partitioner_recomputable_ops_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.073s) 2022-11-23T01:46:35.7024390Z test_min_cut_partitioner_save_shape_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: no sympy (0.000s) 2022-11-23T01:46:35.7025425Z test_preserve_random_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.022s) 2022-11-23T01:46:35.7026405Z test_recompute_partitioning_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.034s) 2022-11-23T01:46:35.7026946Z 2022-11-23T01:46:35.7027316Z ---------------------------------------------------------------------- 2022-11-23T01:46:35.7027913Z Ran 30 tests in 4.906s 2022-11-23T01:46:35.7028196Z 2022-11-23T01:46:35.7028378Z OK (skipped=5) 2022-11-23T01:46:35.7028645Z 2022-11-23T01:46:35.7028862Z Generating XML reports... 2022-11-23T01:46:35.7029838Z Generated XML report: test-reports\python-unittest\functorch.test_functionalize\TEST-FunctionalizeTestAOTAutograd-20221123014629.xml 2022-11-23T01:46:35.7031222Z Generated XML report: test-reports\python-unittest\functorch.test_functionalize\TEST-FunctionalizeTestPartitioning-20221123014629.xml 2022-11-23T01:46:35.7031916Z 2022-11-23T01:46:35.7032466Z ##[endgroup] 2022-11-23T01:46:35.7033380Z FINISHED PRINTING LOG FILE of functorch/test_functionalize (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_functionalize_zdvv_rsw) 2022-11-23T01:46:35.7034067Z 2022-11-23T01:46:40.4467803Z Running functorch/test_memory_efficient_fusion ... [2022-11-23 01:46:40.446080] 2022-11-23T01:46:40.4475355Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_memory_efficient_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:40.447281] 2022-11-23T01:46:40.4477381Z Ignoring disabled issues: [] 2022-11-23T01:47:01.8652953Z 2022-11-23T01:47:01.8653949Z Expand the folded group to see the log file of functorch/test_memory_efficient_fusion 2022-11-23T01:47:01.8655924Z ##[group]PRINTING LOG FILE of functorch/test_memory_efficient_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_memory_efficient_fusion_f3r1jyzg) 2022-11-23T01:47:01.8657539Z 2022-11-23T01:47:01.8657781Z Running tests... 2022-11-23T01:47:01.8658384Z ---------------------------------------------------------------------- 2022-11-23T01:47:01.8659228Z Test results will be stored in test-reports\python-unittest\functorch.test_memory_efficient_fusion 2022-11-23T01:47:01.8660038Z test_empty (__main__.NoChangeTestCase) ... ok (2.743s) 2022-11-23T01:47:01.8660711Z test_nochange (__main__.NoChangeTestCase) ... ok (0.019s) 2022-11-23T01:47:01.8661349Z test_rand_like (__main__.NoChangeTestCase) ... ok (0.015s) 2022-11-23T01:47:01.8662060Z test_rand_n (__main__.NoChangeTestCase) ... ok (0.008s) 2022-11-23T01:47:01.8662736Z test_random (__main__.RandomOpTestCase) ... ok (0.149s) 2022-11-23T01:47:01.8663471Z test_immutable_list_multiple_entries (__main__.ReduceTestCase) ... ok (0.047s) 2022-11-23T01:47:01.8664188Z test_immutable_list_type (__main__.ReduceTestCase) ... ok (0.016s) 2022-11-23T01:47:01.8664818Z test_kwarg (__main__.ReduceTestCase) ... ok (0.010s) 2022-11-23T01:47:01.8665477Z test_nested_immutable_list_type (__main__.ReduceTestCase) ... ok (0.010s) 2022-11-23T01:47:01.8666137Z test_simple (__main__.ReduceTestCase) ... ok (0.026s) 2022-11-23T01:47:01.8666743Z test_simple_2 (__main__.ReduceTestCase) ... ok (0.021s) 2022-11-23T01:47:01.8667363Z test_simple_multiple_same_ops (__main__.ReduceTestCase) ... ok (0.021s) 2022-11-23T01:47:01.8668013Z test_two_args (__main__.ReduceTestCase) ... ok (0.020s) 2022-11-23T01:47:01.8668973Z test_two_args_default (__main__.ReduceTestCase) ... ok (0.023s) 2022-11-23T01:47:01.8670704Z test_gelu_bias (__main__.TestMemoryEfficientOpAuthoring) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T01:47:01.8672184Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T01:47:01.8672708Z ok (7.737s) 2022-11-23T01:47:01.8673302Z test_hard_sigmoid (__main__.TestMemoryEfficientOpAuthoring) ... ok (0.596s) 2022-11-23T01:47:01.8674092Z test_hard_swish (__main__.TestMemoryEfficientOpAuthoring) ... ok (0.806s) 2022-11-23T01:47:01.8674835Z test_layer_norm (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.743s) 2022-11-23T01:47:01.8675713Z test_mish (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.121s) 2022-11-23T01:47:01.8676523Z test_rmsnorm (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.234s) 2022-11-23T01:47:01.8677274Z test_swish (__main__.TestMemoryEfficientOpAuthoring) ... ok (0.581s) 2022-11-23T01:47:01.8677684Z 2022-11-23T01:47:01.8678015Z ---------------------------------------------------------------------- 2022-11-23T01:47:01.8678548Z Ran 21 tests in 16.954s 2022-11-23T01:47:01.8678798Z 2022-11-23T01:47:01.8678936Z OK 2022-11-23T01:47:01.8679112Z 2022-11-23T01:47:01.8679318Z Generating XML reports... 2022-11-23T01:47:01.8680189Z Generated XML report: test-reports\python-unittest\functorch.test_memory_efficient_fusion\TEST-NoChangeTestCase-20221123014644.xml 2022-11-23T01:47:01.8681474Z Generated XML report: test-reports\python-unittest\functorch.test_memory_efficient_fusion\TEST-RandomOpTestCase-20221123014644.xml 2022-11-23T01:47:01.8682805Z Generated XML report: test-reports\python-unittest\functorch.test_memory_efficient_fusion\TEST-ReduceTestCase-20221123014644.xml 2022-11-23T01:47:01.8684068Z Generated XML report: test-reports\python-unittest\functorch.test_memory_efficient_fusion\TEST-TestMemoryEfficientOpAuthoring-20221123014644.xml 2022-11-23T01:47:01.8684779Z 2022-11-23T01:47:01.8685311Z ##[endgroup] 2022-11-23T01:47:01.8686201Z FINISHED PRINTING LOG FILE of functorch/test_memory_efficient_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_memory_efficient_fusion_f3r1jyzg) 2022-11-23T01:47:01.8687221Z 2022-11-23T01:47:06.5659933Z Running functorch/test_minifier ... [2022-11-23 01:47:06.565202] 2022-11-23T01:47:06.5667522Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:47:06.566509] 2022-11-23T01:47:06.5669899Z Ignoring disabled issues: [] 2022-11-23T01:47:13.9389805Z 2022-11-23T01:47:13.9391094Z Expand the folded group to see the log file of functorch/test_minifier 2022-11-23T01:47:13.9393426Z ##[group]PRINTING LOG FILE of functorch/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_minifier_b83y_kc_) 2022-11-23T01:47:13.9394176Z 2022-11-23T01:47:13.9395013Z Running tests... 2022-11-23T01:47:13.9395688Z ---------------------------------------------------------------------- 2022-11-23T01:47:13.9396692Z Test results will be stored in test-reports\python-unittest\functorch.test_minifier 2022-11-23T01:47:13.9397817Z test_has_add_mul (__main__.TestMinifier) ... ok (2.836s) 2022-11-23T01:47:13.9398910Z test_has_mul_minifier (__main__.TestMinifier) ... Started off with 9 nodes 2022-11-23T01:47:13.9399360Z 2022-11-23T01:47:13.9399602Z # Working Repro with 9 nodes 2022-11-23T01:47:13.9400197Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9400991Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9401600Z 2022-11-23T01:47:13.9401641Z 2022-11-23T01:47:13.9401651Z 2022-11-23T01:47:13.9402984Z def forward(self, x_1): 2022-11-23T01:47:13.9403612Z mul = torch.ops.aten.mul.Tensor(x_1, 3); x_1 = None 2022-11-23T01:47:13.9404229Z add = torch.ops.aten.add.Tensor(mul, 5); mul = None 2022-11-23T01:47:13.9404889Z cos = torch.ops.aten.cos.default(add); add = None 2022-11-23T01:47:13.9405544Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-11-23T01:47:13.9406190Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:47:13.9406795Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-11-23T01:47:13.9407469Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-11-23T01:47:13.9407994Z return (mul_1,) 2022-11-23T01:47:13.9408606Z 2022-11-23T01:47:13.9408949Z 2022-11-23T01:47:13.9409146Z Trying granularity 8 2022-11-23T01:47:13.9409579Z 2022-11-23T01:47:13.9409987Z Strategy: Eliminate dead code (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:47:13.9410506Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9410802Z 2022-11-23T01:47:13.9411094Z Strategy: Remove unused inputs (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:47:13.9411631Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9411925Z 2022-11-23T01:47:13.9412205Z Strategy: Truncate suffix (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:47:13.9412728Z FAIL: Truncate suffix 2022-11-23T01:47:13.9413016Z 2022-11-23T01:47:13.9413285Z Strategy: Delta Debugging (G: 8) (9 nodes, 1 inputs) 2022-11-23T01:47:13.9413774Z FAIL: Delta Debugging 2022-11-23T01:47:13.9414232Z Trying granularity 4 2022-11-23T01:47:13.9414514Z 2022-11-23T01:47:13.9414793Z Strategy: Truncate suffix (G: 4) (9 nodes, 1 inputs) 2022-11-23T01:47:13.9415464Z FAIL: Truncate suffix 2022-11-23T01:47:13.9415743Z 2022-11-23T01:47:13.9416016Z Strategy: Delta Debugging (G: 4) (9 nodes, 1 inputs) 2022-11-23T01:47:13.9416764Z SUCCESS: Went from 9 to 6 nodes 2022-11-23T01:47:13.9417047Z 2022-11-23T01:47:13.9417272Z # Working Repro with 6 nodes 2022-11-23T01:47:13.9417876Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9418682Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9419195Z 2022-11-23T01:47:13.9419206Z 2022-11-23T01:47:13.9419216Z 2022-11-23T01:47:13.9419433Z def forward(self, cos): 2022-11-23T01:47:13.9420338Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-11-23T01:47:13.9421048Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:47:13.9421793Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-11-23T01:47:13.9422594Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-11-23T01:47:13.9423267Z return (mul_1,) 2022-11-23T01:47:13.9423757Z 2022-11-23T01:47:13.9423997Z 2022-11-23T01:47:13.9424202Z Trying granularity 4 2022-11-23T01:47:13.9424501Z 2022-11-23T01:47:13.9424805Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:47:13.9425343Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9425650Z 2022-11-23T01:47:13.9425956Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:47:13.9426529Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9426828Z 2022-11-23T01:47:13.9427110Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:47:13.9427653Z FAIL: Truncate suffix 2022-11-23T01:47:13.9427948Z 2022-11-23T01:47:13.9428230Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:47:13.9428837Z FAIL: Delta Debugging 2022-11-23T01:47:13.9429324Z Trying granularity 2 2022-11-23T01:47:13.9429614Z 2022-11-23T01:47:13.9429996Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-11-23T01:47:13.9430711Z SUCCESS: Went from 6 to 4 nodes 2022-11-23T01:47:13.9431049Z 2022-11-23T01:47:13.9431279Z # Working Repro with 4 nodes 2022-11-23T01:47:13.9431876Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9432869Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9433438Z 2022-11-23T01:47:13.9433448Z 2022-11-23T01:47:13.9433458Z 2022-11-23T01:47:13.9433680Z def forward(self, cos): 2022-11-23T01:47:13.9434307Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-11-23T01:47:13.9435025Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:47:13.9435684Z return (div,) 2022-11-23T01:47:13.9436106Z 2022-11-23T01:47:13.9436342Z 2022-11-23T01:47:13.9436521Z Trying granularity 4 2022-11-23T01:47:13.9436905Z 2022-11-23T01:47:13.9437347Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9437980Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9438314Z 2022-11-23T01:47:13.9438634Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9439212Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9439514Z 2022-11-23T01:47:13.9439797Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9440315Z FAIL: Truncate suffix 2022-11-23T01:47:13.9440615Z 2022-11-23T01:47:13.9440912Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9441463Z FAIL: Delta Debugging 2022-11-23T01:47:13.9441933Z Trying granularity 2 2022-11-23T01:47:13.9442219Z 2022-11-23T01:47:13.9442622Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9443199Z FAIL: Truncate suffix 2022-11-23T01:47:13.9443610Z 2022-11-23T01:47:13.9443876Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9444536Z SUCCESS: Went from 4 to 3 nodes 2022-11-23T01:47:13.9444851Z 2022-11-23T01:47:13.9445071Z # Working Repro with 3 nodes 2022-11-23T01:47:13.9445652Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9446501Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9447028Z 2022-11-23T01:47:13.9447038Z 2022-11-23T01:47:13.9447048Z 2022-11-23T01:47:13.9447268Z def forward(self, sub): 2022-11-23T01:47:13.9447892Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:47:13.9448443Z return (div,) 2022-11-23T01:47:13.9448867Z 2022-11-23T01:47:13.9449106Z 2022-11-23T01:47:13.9449430Z Trying granularity 2 2022-11-23T01:47:13.9449736Z 2022-11-23T01:47:13.9450040Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9450995Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9451297Z 2022-11-23T01:47:13.9451602Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9452150Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9452460Z 2022-11-23T01:47:13.9452750Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9453298Z FAIL: Truncate suffix 2022-11-23T01:47:13.9453586Z 2022-11-23T01:47:13.9453875Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9454422Z FAIL: Delta Debugging 2022-11-23T01:47:13.9454863Z Trying granularity 1 2022-11-23T01:47:13.9455158Z 2022-11-23T01:47:13.9455455Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9455996Z FAIL: Truncate suffix 2022-11-23T01:47:13.9456387Z 2022-11-23T01:47:13.9456690Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9457365Z FAIL: Delta Debugging 2022-11-23T01:47:13.9457778Z 2022-11-23T01:47:13.9458147Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9458684Z FAIL: Remove outputs 2022-11-23T01:47:13.9459127Z Made 15 queries 2022-11-23T01:47:13.9459386Z 2022-11-23T01:47:13.9459616Z # Working Repro with 3 nodes 2022-11-23T01:47:13.9460193Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9460991Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9461510Z 2022-11-23T01:47:13.9461520Z 2022-11-23T01:47:13.9461530Z 2022-11-23T01:47:13.9461740Z def forward(self, sub): 2022-11-23T01:47:13.9462504Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-11-23T01:47:13.9463203Z return (div,) 2022-11-23T01:47:13.9463621Z 2022-11-23T01:47:13.9463852Z 2022-11-23T01:47:13.9464248Z Wrote minimal repro out to repro.py 2022-11-23T01:47:13.9464927Z Started off with 7 nodes 2022-11-23T01:47:13.9465223Z 2022-11-23T01:47:13.9465449Z # Working Repro with 7 nodes 2022-11-23T01:47:13.9466130Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9467034Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9467548Z 2022-11-23T01:47:13.9467559Z 2022-11-23T01:47:13.9467569Z 2022-11-23T01:47:13.9467796Z def forward(self, x_1, y_1): 2022-11-23T01:47:13.9468397Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-11-23T01:47:13.9469066Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-11-23T01:47:13.9469881Z mul = torch.ops.aten.mul.Tensor(add, div); add = None 2022-11-23T01:47:13.9470636Z add_1 = torch.ops.aten.add.Tensor(mul, div); mul = div = None 2022-11-23T01:47:13.9471432Z return add_1 2022-11-23T01:47:13.9471843Z 2022-11-23T01:47:13.9472078Z 2022-11-23T01:47:13.9472275Z Trying granularity 4 2022-11-23T01:47:13.9472560Z 2022-11-23T01:47:13.9472853Z Strategy: Eliminate dead code (G: 4) (7 nodes, 2 inputs) 2022-11-23T01:47:13.9473418Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9473714Z 2022-11-23T01:47:13.9474018Z Strategy: Remove unused inputs (G: 4) (7 nodes, 2 inputs) 2022-11-23T01:47:13.9474560Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9474862Z 2022-11-23T01:47:13.9475152Z Strategy: Truncate suffix (G: 4) (7 nodes, 2 inputs) 2022-11-23T01:47:13.9475729Z SUCCESS: Went from 7 to 6 nodes 2022-11-23T01:47:13.9476034Z 2022-11-23T01:47:13.9476246Z # Working Repro with 6 nodes 2022-11-23T01:47:13.9477056Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9478186Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9478713Z 2022-11-23T01:47:13.9478724Z 2022-11-23T01:47:13.9478735Z 2022-11-23T01:47:13.9478969Z def forward(self, x_1, y_1): 2022-11-23T01:47:13.9479573Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-11-23T01:47:13.9480454Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-11-23T01:47:13.9481145Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-11-23T01:47:13.9481702Z return (mul,) 2022-11-23T01:47:13.9482102Z 2022-11-23T01:47:13.9482340Z 2022-11-23T01:47:13.9482677Z Trying granularity 4 2022-11-23T01:47:13.9482980Z 2022-11-23T01:47:13.9483412Z Strategy: Eliminate dead code (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:47:13.9484004Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9484300Z 2022-11-23T01:47:13.9484803Z Strategy: Remove unused inputs (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:47:13.9485382Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9485797Z 2022-11-23T01:47:13.9486099Z Strategy: Truncate suffix (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:47:13.9486654Z FAIL: Truncate suffix 2022-11-23T01:47:13.9486945Z 2022-11-23T01:47:13.9487268Z Strategy: Delta Debugging (G: 4) (6 nodes, 2 inputs) 2022-11-23T01:47:13.9487932Z SUCCESS: Went from 6 to 4 nodes 2022-11-23T01:47:13.9488300Z 2022-11-23T01:47:13.9488789Z # Working Repro with 4 nodes 2022-11-23T01:47:13.9489576Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9490674Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9491355Z 2022-11-23T01:47:13.9491365Z 2022-11-23T01:47:13.9491375Z 2022-11-23T01:47:13.9491780Z def forward(self, div, add): 2022-11-23T01:47:13.9492443Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-11-23T01:47:13.9493021Z return (mul,) 2022-11-23T01:47:13.9493600Z 2022-11-23T01:47:13.9493875Z 2022-11-23T01:47:13.9494083Z Trying granularity 4 2022-11-23T01:47:13.9494350Z 2022-11-23T01:47:13.9494651Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9495217Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9495517Z 2022-11-23T01:47:13.9495818Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9496396Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9496699Z 2022-11-23T01:47:13.9497079Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9497633Z FAIL: Truncate suffix 2022-11-23T01:47:13.9497872Z 2022-11-23T01:47:13.9498208Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9498832Z FAIL: Delta Debugging 2022-11-23T01:47:13.9499273Z Trying granularity 2 2022-11-23T01:47:13.9499527Z 2022-11-23T01:47:13.9499785Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9500289Z FAIL: Truncate suffix 2022-11-23T01:47:13.9500566Z 2022-11-23T01:47:13.9500836Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9501307Z FAIL: Delta Debugging 2022-11-23T01:47:13.9501719Z Trying granularity 1 2022-11-23T01:47:13.9501971Z 2022-11-23T01:47:13.9502226Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9502781Z FAIL: Truncate suffix 2022-11-23T01:47:13.9503059Z 2022-11-23T01:47:13.9503312Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9503844Z FAIL: Delta Debugging 2022-11-23T01:47:13.9504100Z 2022-11-23T01:47:13.9504360Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9504948Z FAIL: Remove outputs 2022-11-23T01:47:13.9505352Z Made 9 queries 2022-11-23T01:47:13.9505568Z 2022-11-23T01:47:13.9505895Z # Working Repro with 4 nodes 2022-11-23T01:47:13.9506500Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9507288Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9507770Z 2022-11-23T01:47:13.9507780Z 2022-11-23T01:47:13.9507822Z 2022-11-23T01:47:13.9508009Z def forward(self, div, add): 2022-11-23T01:47:13.9508604Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-11-23T01:47:13.9509125Z return (mul,) 2022-11-23T01:47:13.9509700Z 2022-11-23T01:47:13.9509903Z 2022-11-23T01:47:13.9510130Z Wrote minimal repro out to repro.py 2022-11-23T01:47:13.9510564Z ok (0.043s) 2022-11-23T01:47:13.9511070Z test_input_returned (__main__.TestMinifier) ... Started off with 7 nodes 2022-11-23T01:47:13.9511595Z 2022-11-23T01:47:13.9511793Z # Working Repro with 7 nodes 2022-11-23T01:47:13.9512711Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9513610Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9514067Z 2022-11-23T01:47:13.9514078Z 2022-11-23T01:47:13.9514087Z 2022-11-23T01:47:13.9514309Z def forward(self, a_1, b_1, c_1): 2022-11-23T01:47:13.9514852Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:47:13.9515446Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-11-23T01:47:13.9516005Z mul = torch.ops.aten.mul.Tensor(sin, cos) 2022-11-23T01:47:13.9516501Z return (sin, b_1, cos, mul) 2022-11-23T01:47:13.9516877Z 2022-11-23T01:47:13.9517080Z 2022-11-23T01:47:13.9517252Z Trying granularity 4 2022-11-23T01:47:13.9517507Z 2022-11-23T01:47:13.9517768Z Strategy: Remove outputs (G: 4) (7 nodes, 3 inputs) 2022-11-23T01:47:13.9518412Z SUCCESS: Went from 4 to 2 outputs 2022-11-23T01:47:13.9518687Z 2022-11-23T01:47:13.9518889Z # Working Repro with 7 nodes 2022-11-23T01:47:13.9519824Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9520854Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9521408Z 2022-11-23T01:47:13.9521418Z 2022-11-23T01:47:13.9521427Z 2022-11-23T01:47:13.9521644Z def forward(self, a_1, b_1, c_1): 2022-11-23T01:47:13.9522169Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:47:13.9522783Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-11-23T01:47:13.9523398Z mul = torch.ops.aten.mul.Tensor(sin, cos); cos = None 2022-11-23T01:47:13.9523930Z return [b_1, sin] 2022-11-23T01:47:13.9524300Z 2022-11-23T01:47:13.9524517Z 2022-11-23T01:47:13.9524808Z Trying granularity 4 2022-11-23T01:47:13.9525074Z 2022-11-23T01:47:13.9525345Z Strategy: Eliminate dead code (G: 4) (7 nodes, 3 inputs) 2022-11-23T01:47:13.9525971Z SUCCESS: Went from 7 to 5 nodes 2022-11-23T01:47:13.9526390Z 2022-11-23T01:47:13.9526575Z # Working Repro with 5 nodes 2022-11-23T01:47:13.9527273Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9528143Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9528591Z 2022-11-23T01:47:13.9528601Z 2022-11-23T01:47:13.9528617Z 2022-11-23T01:47:13.9528841Z def forward(self, a_1, b_1, c_1): 2022-11-23T01:47:13.9529343Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:47:13.9529807Z return [b_1, sin] 2022-11-23T01:47:13.9530171Z 2022-11-23T01:47:13.9530363Z 2022-11-23T01:47:13.9530575Z Trying granularity 4 2022-11-23T01:47:13.9530860Z 2022-11-23T01:47:13.9531154Z Strategy: Eliminate dead code (G: 4) (5 nodes, 3 inputs) 2022-11-23T01:47:13.9531804Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9532074Z 2022-11-23T01:47:13.9532343Z Strategy: Remove unused inputs (G: 4) (5 nodes, 3 inputs) 2022-11-23T01:47:13.9533124Z SUCCESS: Went from 5 to 4 nodes 2022-11-23T01:47:13.9533420Z 2022-11-23T01:47:13.9533623Z # Working Repro with 4 nodes 2022-11-23T01:47:13.9534188Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9534972Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9535626Z 2022-11-23T01:47:13.9535635Z 2022-11-23T01:47:13.9535644Z 2022-11-23T01:47:13.9535851Z def forward(self, a_1, b_1): 2022-11-23T01:47:13.9536395Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-11-23T01:47:13.9536889Z return [b_1, sin] 2022-11-23T01:47:13.9537253Z 2022-11-23T01:47:13.9537459Z 2022-11-23T01:47:13.9537633Z Trying granularity 4 2022-11-23T01:47:13.9537859Z 2022-11-23T01:47:13.9538120Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9538769Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9539043Z 2022-11-23T01:47:13.9539324Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9540064Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9540337Z 2022-11-23T01:47:13.9540609Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9541087Z FAIL: Truncate suffix 2022-11-23T01:47:13.9541315Z 2022-11-23T01:47:13.9541558Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9542049Z SUCCESS: Went from 4 to 3 nodes 2022-11-23T01:47:13.9542314Z 2022-11-23T01:47:13.9542498Z # Working Repro with 3 nodes 2022-11-23T01:47:13.9543121Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9543948Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9544444Z 2022-11-23T01:47:13.9544455Z 2022-11-23T01:47:13.9544465Z 2022-11-23T01:47:13.9544684Z def forward(self, b_1, sin): 2022-11-23T01:47:13.9545136Z return [b_1, sin] 2022-11-23T01:47:13.9545630Z 2022-11-23T01:47:13.9545995Z 2022-11-23T01:47:13.9546308Z Trying granularity 2 2022-11-23T01:47:13.9546663Z 2022-11-23T01:47:13.9546924Z Strategy: Remove outputs (G: 2) (3 nodes, 2 inputs) 2022-11-23T01:47:13.9547454Z SUCCESS: Went from 2 to 1 outputs 2022-11-23T01:47:13.9547744Z 2022-11-23T01:47:13.9547949Z # Working Repro with 3 nodes 2022-11-23T01:47:13.9548538Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9549352Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9549816Z 2022-11-23T01:47:13.9549827Z 2022-11-23T01:47:13.9549837Z 2022-11-23T01:47:13.9550057Z def forward(self, b_1, sin): 2022-11-23T01:47:13.9550458Z return [sin] 2022-11-23T01:47:13.9550826Z 2022-11-23T01:47:13.9551025Z 2022-11-23T01:47:13.9551214Z Trying granularity 2 2022-11-23T01:47:13.9551481Z 2022-11-23T01:47:13.9551762Z Strategy: Eliminate dead code (G: 2) (3 nodes, 2 inputs) 2022-11-23T01:47:13.9552382Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9552640Z 2022-11-23T01:47:13.9553037Z Strategy: Remove unused inputs (G: 2) (3 nodes, 2 inputs) 2022-11-23T01:47:13.9553663Z SUCCESS: Went from 3 to 2 nodes 2022-11-23T01:47:13.9553937Z 2022-11-23T01:47:13.9554140Z # Working Repro with 2 nodes 2022-11-23T01:47:13.9554674Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9555390Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9555841Z 2022-11-23T01:47:13.9555852Z 2022-11-23T01:47:13.9555861Z 2022-11-23T01:47:13.9556061Z def forward(self, sin): 2022-11-23T01:47:13.9556421Z return [sin] 2022-11-23T01:47:13.9556784Z 2022-11-23T01:47:13.9556991Z 2022-11-23T01:47:13.9557163Z Trying granularity 2 2022-11-23T01:47:13.9557426Z 2022-11-23T01:47:13.9557705Z Strategy: Eliminate dead code (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:47:13.9558332Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9558737Z 2022-11-23T01:47:13.9559155Z Strategy: Remove unused inputs (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:47:13.9559773Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9560173Z 2022-11-23T01:47:13.9560475Z Strategy: Truncate suffix (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:47:13.9561017Z FAIL: Truncate suffix 2022-11-23T01:47:13.9561501Z 2022-11-23T01:47:13.9562423Z Strategy: Delta Debugging (G: 2) (2 nodes, 1 inputs) 2022-11-23T01:47:13.9563221Z FAIL: Delta Debugging 2022-11-23T01:47:13.9563785Z Trying granularity 1 2022-11-23T01:47:13.9564076Z 2022-11-23T01:47:13.9564377Z Strategy: Truncate suffix (G: 1) (2 nodes, 1 inputs) 2022-11-23T01:47:13.9564911Z FAIL: Truncate suffix 2022-11-23T01:47:13.9566913Z 2022-11-23T01:47:13.9567240Z Strategy: Delta Debugging (G: 1) (2 nodes, 1 inputs) 2022-11-23T01:47:13.9567794Z FAIL: Delta Debugging 2022-11-23T01:47:13.9568089Z 2022-11-23T01:47:13.9568383Z Strategy: Remove outputs (G: 1) (2 nodes, 1 inputs) 2022-11-23T01:47:13.9568920Z FAIL: Remove outputs 2022-11-23T01:47:13.9569368Z Made 15 queries 2022-11-23T01:47:13.9569621Z 2022-11-23T01:47:13.9569851Z # Working Repro with 2 nodes 2022-11-23T01:47:13.9570412Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9571229Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9571777Z 2022-11-23T01:47:13.9571790Z 2022-11-23T01:47:13.9571801Z 2022-11-23T01:47:13.9572288Z def forward(self, sin): 2022-11-23T01:47:13.9572750Z return [sin] 2022-11-23T01:47:13.9573358Z 2022-11-23T01:47:13.9573717Z 2022-11-23T01:47:13.9573976Z Wrote minimal repro out to repro.py 2022-11-23T01:47:13.9574466Z ok (0.051s) 2022-11-23T01:47:13.9575270Z test_module (__main__.TestMinifier) ... Started off with 6 nodes 2022-11-23T01:47:13.9575762Z 2022-11-23T01:47:13.9576018Z # Working Repro with 6 nodes 2022-11-23T01:47:13.9576545Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9577537Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9578075Z 2022-11-23T01:47:13.9578087Z 2022-11-23T01:47:13.9578098Z 2022-11-23T01:47:13.9578321Z def forward(self, x): 2022-11-23T01:47:13.9581069Z relu = self.relu(x); x = None 2022-11-23T01:47:13.9581625Z sub = relu - relu; relu = None 2022-11-23T01:47:13.9582119Z truediv = sub / sub; sub = None 2022-11-23T01:47:13.9582601Z add = truediv + 3; truediv = None 2022-11-23T01:47:13.9583013Z return add 2022-11-23T01:47:13.9583374Z 2022-11-23T01:47:13.9583585Z 2022-11-23T01:47:13.9583762Z Trying granularity 4 2022-11-23T01:47:13.9584021Z 2022-11-23T01:47:13.9584296Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:47:13.9584823Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9585097Z 2022-11-23T01:47:13.9585346Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:47:13.9587881Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9588167Z 2022-11-23T01:47:13.9588426Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:47:13.9588922Z FAIL: Truncate suffix 2022-11-23T01:47:13.9589174Z 2022-11-23T01:47:13.9589427Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-11-23T01:47:13.9589910Z FAIL: Delta Debugging 2022-11-23T01:47:13.9590308Z Trying granularity 2 2022-11-23T01:47:13.9590566Z 2022-11-23T01:47:13.9590814Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-11-23T01:47:13.9591311Z FAIL: Truncate suffix 2022-11-23T01:47:13.9591584Z 2022-11-23T01:47:13.9591852Z Strategy: Delta Debugging (G: 2) (6 nodes, 1 inputs) 2022-11-23T01:47:13.9594387Z SUCCESS: Went from 6 to 5 nodes 2022-11-23T01:47:13.9594679Z 2022-11-23T01:47:13.9594882Z # Working Repro with 5 nodes 2022-11-23T01:47:13.9595409Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9596224Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9596741Z 2022-11-23T01:47:13.9596752Z 2022-11-23T01:47:13.9596763Z 2022-11-23T01:47:13.9596985Z def forward(self, relu): 2022-11-23T01:47:13.9597494Z sub = relu - relu; relu = None 2022-11-23T01:47:13.9598023Z truediv = sub / sub; sub = None 2022-11-23T01:47:13.9598808Z add = truediv + 3; truediv = None 2022-11-23T01:47:13.9601029Z return add 2022-11-23T01:47:13.9601441Z 2022-11-23T01:47:13.9601675Z 2022-11-23T01:47:13.9601877Z Trying granularity 4 2022-11-23T01:47:13.9602175Z 2022-11-23T01:47:13.9602496Z Strategy: Eliminate dead code (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:47:13.9603088Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9603389Z 2022-11-23T01:47:13.9603709Z Strategy: Remove unused inputs (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:47:13.9604321Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9604632Z 2022-11-23T01:47:13.9604931Z Strategy: Truncate suffix (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:47:13.9605485Z FAIL: Truncate suffix 2022-11-23T01:47:13.9605783Z 2022-11-23T01:47:13.9606200Z Strategy: Delta Debugging (G: 4) (5 nodes, 1 inputs) 2022-11-23T01:47:13.9606743Z FAIL: Delta Debugging 2022-11-23T01:47:13.9607448Z Trying granularity 2 2022-11-23T01:47:13.9607733Z 2022-11-23T01:47:13.9607993Z Strategy: Truncate suffix (G: 2) (5 nodes, 1 inputs) 2022-11-23T01:47:13.9608583Z SUCCESS: Went from 5 to 4 nodes 2022-11-23T01:47:13.9608898Z 2022-11-23T01:47:13.9609128Z # Working Repro with 4 nodes 2022-11-23T01:47:13.9609702Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9610524Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9611048Z 2022-11-23T01:47:13.9611060Z 2022-11-23T01:47:13.9611070Z 2022-11-23T01:47:13.9611297Z def forward(self, relu): 2022-11-23T01:47:13.9611813Z sub = relu - relu; relu = None 2022-11-23T01:47:13.9612493Z truediv = sub / sub; sub = None 2022-11-23T01:47:13.9613085Z return (truediv,) 2022-11-23T01:47:13.9613490Z 2022-11-23T01:47:13.9613860Z 2022-11-23T01:47:13.9614175Z Trying granularity 4 2022-11-23T01:47:13.9614462Z 2022-11-23T01:47:13.9614762Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9615326Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9615616Z 2022-11-23T01:47:13.9615930Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9616527Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9616838Z 2022-11-23T01:47:13.9617127Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9617675Z FAIL: Truncate suffix 2022-11-23T01:47:13.9617968Z 2022-11-23T01:47:13.9618253Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9618779Z FAIL: Delta Debugging 2022-11-23T01:47:13.9619250Z Trying granularity 2 2022-11-23T01:47:13.9619677Z 2022-11-23T01:47:13.9619968Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9620660Z FAIL: Truncate suffix 2022-11-23T01:47:13.9621051Z 2022-11-23T01:47:13.9621395Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-11-23T01:47:13.9621990Z SUCCESS: Went from 4 to 3 nodes 2022-11-23T01:47:13.9622301Z 2022-11-23T01:47:13.9622508Z # Working Repro with 3 nodes 2022-11-23T01:47:13.9623102Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9624227Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9624749Z 2022-11-23T01:47:13.9624761Z 2022-11-23T01:47:13.9624770Z 2022-11-23T01:47:13.9624995Z def forward(self, sub): 2022-11-23T01:47:13.9625474Z truediv = sub / sub; sub = None 2022-11-23T01:47:13.9625975Z return (truediv,) 2022-11-23T01:47:13.9626556Z 2022-11-23T01:47:13.9626793Z 2022-11-23T01:47:13.9626977Z Trying granularity 2 2022-11-23T01:47:13.9627385Z 2022-11-23T01:47:13.9627825Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9628408Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9628679Z 2022-11-23T01:47:13.9628974Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9629571Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9629873Z 2022-11-23T01:47:13.9630162Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9630920Z FAIL: Truncate suffix 2022-11-23T01:47:13.9631214Z 2022-11-23T01:47:13.9631497Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9632048Z FAIL: Delta Debugging 2022-11-23T01:47:13.9632488Z Trying granularity 1 2022-11-23T01:47:13.9632929Z 2022-11-23T01:47:13.9633339Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9634015Z FAIL: Truncate suffix 2022-11-23T01:47:13.9634424Z 2022-11-23T01:47:13.9634828Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9635388Z FAIL: Delta Debugging 2022-11-23T01:47:13.9635676Z 2022-11-23T01:47:13.9636224Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-11-23T01:47:13.9636806Z FAIL: Remove outputs 2022-11-23T01:47:13.9637263Z Made 15 queries 2022-11-23T01:47:13.9637522Z 2022-11-23T01:47:13.9637748Z # Working Repro with 3 nodes 2022-11-23T01:47:13.9638298Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9639124Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9639600Z 2022-11-23T01:47:13.9641152Z 2022-11-23T01:47:13.9641195Z 2022-11-23T01:47:13.9641563Z def forward(self, sub): 2022-11-23T01:47:13.9642080Z truediv = sub / sub; sub = None 2022-11-23T01:47:13.9642647Z return (truediv,) 2022-11-23T01:47:13.9643070Z 2022-11-23T01:47:13.9643305Z 2022-11-23T01:47:13.9643563Z Wrote minimal repro out to repro.py 2022-11-23T01:47:13.9644061Z ok (0.049s) 2022-11-23T01:47:13.9644643Z test_tup_use (__main__.TestMinifier) ... Started off with 8 nodes 2022-11-23T01:47:13.9645018Z 2022-11-23T01:47:13.9645421Z # Working Repro with 8 nodes 2022-11-23T01:47:13.9646145Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9647250Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9647900Z 2022-11-23T01:47:13.9647910Z 2022-11-23T01:47:13.9647921Z 2022-11-23T01:47:13.9648281Z def forward(self, a_1, b_1): 2022-11-23T01:47:13.9648974Z std_mean = torch.ops.aten.std_mean.correction(a_1, None, correction = 1); a_1 = None 2022-11-23T01:47:13.9649666Z getitem = std_mean[0] 2022-11-23T01:47:13.9650197Z getitem_1 = std_mean[1]; std_mean = None 2022-11-23T01:47:13.9650878Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-11-23T01:47:13.9651687Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:47:13.9652463Z return (add,) 2022-11-23T01:47:13.9652986Z 2022-11-23T01:47:13.9653225Z 2022-11-23T01:47:13.9653439Z Trying granularity 8 2022-11-23T01:47:13.9653869Z 2022-11-23T01:47:13.9654151Z Strategy: Eliminate dead code (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:47:13.9654877Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9655302Z 2022-11-23T01:47:13.9655616Z Strategy: Remove unused inputs (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:47:13.9656196Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9656508Z 2022-11-23T01:47:13.9656796Z Strategy: Truncate suffix (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:47:13.9657346Z FAIL: Truncate suffix 2022-11-23T01:47:13.9657628Z 2022-11-23T01:47:13.9657920Z Strategy: Delta Debugging (G: 8) (8 nodes, 2 inputs) 2022-11-23T01:47:13.9658452Z FAIL: Delta Debugging 2022-11-23T01:47:13.9658928Z Trying granularity 4 2022-11-23T01:47:13.9659407Z 2022-11-23T01:47:13.9659807Z Strategy: Truncate suffix (G: 4) (8 nodes, 2 inputs) 2022-11-23T01:47:13.9660504Z FAIL: Truncate suffix 2022-11-23T01:47:13.9660814Z 2022-11-23T01:47:13.9661125Z Strategy: Delta Debugging (G: 4) (8 nodes, 2 inputs) 2022-11-23T01:47:13.9662084Z SUCCESS: Went from 8 to 6 nodes 2022-11-23T01:47:13.9662623Z SUCCESS: Went from 2 to 3 inputs 2022-11-23T01:47:13.9662944Z 2022-11-23T01:47:13.9663166Z # Working Repro with 6 nodes 2022-11-23T01:47:13.9664120Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9665476Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9665977Z 2022-11-23T01:47:13.9665987Z 2022-11-23T01:47:13.9665998Z 2022-11-23T01:47:13.9666263Z def forward(self, b_1, getitem, getitem_1): 2022-11-23T01:47:13.9666975Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-11-23T01:47:13.9667817Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:47:13.9668467Z return (add,) 2022-11-23T01:47:13.9668950Z 2022-11-23T01:47:13.9669179Z 2022-11-23T01:47:13.9669365Z Trying granularity 4 2022-11-23T01:47:13.9669642Z 2022-11-23T01:47:13.9669938Z Strategy: Eliminate dead code (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:47:13.9670511Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9670802Z 2022-11-23T01:47:13.9671086Z Strategy: Remove unused inputs (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:47:13.9671668Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9671946Z 2022-11-23T01:47:13.9672223Z Strategy: Truncate suffix (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:47:13.9672762Z FAIL: Truncate suffix 2022-11-23T01:47:13.9673038Z 2022-11-23T01:47:13.9673315Z Strategy: Delta Debugging (G: 4) (6 nodes, 3 inputs) 2022-11-23T01:47:13.9673876Z SUCCESS: Went from 6 to 4 nodes 2022-11-23T01:47:13.9674321Z 2022-11-23T01:47:13.9674517Z # Working Repro with 4 nodes 2022-11-23T01:47:13.9675428Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9676531Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9677084Z 2022-11-23T01:47:13.9677095Z 2022-11-23T01:47:13.9677106Z 2022-11-23T01:47:13.9677333Z def forward(self, getitem, mul): 2022-11-23T01:47:13.9677963Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:47:13.9678528Z return (add,) 2022-11-23T01:47:13.9678901Z 2022-11-23T01:47:13.9679087Z 2022-11-23T01:47:13.9679275Z Trying granularity 4 2022-11-23T01:47:13.9679541Z 2022-11-23T01:47:13.9679823Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9680344Z FAIL: Eliminate dead code 2022-11-23T01:47:13.9680614Z 2022-11-23T01:47:13.9681021Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9681545Z FAIL: Remove unused inputs 2022-11-23T01:47:13.9681900Z 2022-11-23T01:47:13.9682256Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9682740Z FAIL: Truncate suffix 2022-11-23T01:47:13.9683004Z 2022-11-23T01:47:13.9683265Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9683760Z FAIL: Delta Debugging 2022-11-23T01:47:13.9684190Z Trying granularity 2 2022-11-23T01:47:13.9684454Z 2022-11-23T01:47:13.9684713Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9685219Z FAIL: Truncate suffix 2022-11-23T01:47:13.9685452Z 2022-11-23T01:47:13.9685715Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9686252Z FAIL: Delta Debugging 2022-11-23T01:47:13.9686676Z Trying granularity 1 2022-11-23T01:47:13.9686943Z 2022-11-23T01:47:13.9687223Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9687883Z FAIL: Truncate suffix 2022-11-23T01:47:13.9688176Z 2022-11-23T01:47:13.9688595Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9689241Z FAIL: Delta Debugging 2022-11-23T01:47:13.9689532Z 2022-11-23T01:47:13.9689814Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-11-23T01:47:13.9690333Z FAIL: Remove outputs 2022-11-23T01:47:13.9690733Z Made 11 queries 2022-11-23T01:47:13.9690967Z 2022-11-23T01:47:13.9691169Z # Working Repro with 4 nodes 2022-11-23T01:47:13.9691766Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-11-23T01:47:13.9692800Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-11-23T01:47:13.9693266Z 2022-11-23T01:47:13.9693276Z 2022-11-23T01:47:13.9693287Z 2022-11-23T01:47:13.9693504Z def forward(self, getitem, mul): 2022-11-23T01:47:13.9694238Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-11-23T01:47:13.9694799Z return (add,) 2022-11-23T01:47:13.9695250Z 2022-11-23T01:47:13.9695479Z 2022-11-23T01:47:13.9695814Z Wrote minimal repro out to repro.py 2022-11-23T01:47:13.9696231Z ok (0.046s) 2022-11-23T01:47:13.9696459Z 2022-11-23T01:47:13.9696797Z ---------------------------------------------------------------------- 2022-11-23T01:47:13.9697348Z Ran 5 tests in 3.031s 2022-11-23T01:47:13.9697610Z 2022-11-23T01:47:13.9697746Z OK 2022-11-23T01:47:13.9697957Z 2022-11-23T01:47:13.9698166Z Generating XML reports... 2022-11-23T01:47:13.9698956Z Generated XML report: test-reports\python-unittest\functorch.test_minifier\TEST-TestMinifier-20221123014710.xml 2022-11-23T01:47:13.9699565Z 2022-11-23T01:47:13.9701381Z ##[endgroup] 2022-11-23T01:47:13.9702529Z FINISHED PRINTING LOG FILE of functorch/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_minifier_b83y_kc_) 2022-11-23T01:47:13.9703226Z 2022-11-23T01:47:16.6482115Z 2022-11-23T01:47:16.6483126Z Expand the folded group to see the log file of functorch/test_eager_transforms 2022-11-23T01:47:16.6485311Z ##[group]PRINTING LOG FILE of functorch/test_eager_transforms (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_eager_transforms_g0n6h9fu) 2022-11-23T01:47:16.6487581Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_eager_transforms.py:51: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-11-23T01:47:16.6489048Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:47:16.6489531Z 2022-11-23T01:47:16.6489715Z Running tests... 2022-11-23T01:47:16.6490347Z ---------------------------------------------------------------------- 2022-11-23T01:47:16.6492258Z Test results will be stored in test-reports\python-unittest\functorch.test_eager_transforms 2022-11-23T01:47:16.6493614Z test_autograd_function_debug_switch_cuda (__main__.TestComposabilityCUDA) ... ok (3.000s) 2022-11-23T01:47:16.6495888Z test_autograd_functional_jacfwd_inside_transform_cuda (__main__.TestComposabilityCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_vmap_internals.py:100: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_add_batch_dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T01:47:16.6497971Z arg if in_dim is None else torch._add_batch_dim(arg, in_dim, vmap_level) 2022-11-23T01:47:16.6498545Z ok (0.182s) 2022-11-23T01:47:16.6499255Z test_autograd_functional_jacrev_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6500267Z test_autograd_functional_jvp_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6501261Z test_autograd_functional_vjp_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.013s) 2022-11-23T01:47:16.6502544Z test_grad_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6503281Z test_grad_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6504023Z test_grad_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6504814Z test_jvp_doesnt_support_saved_tensor_hooks_cuda (__main__.TestComposabilityCUDA) ... ok (0.007s) 2022-11-23T01:47:16.6506607Z test_make_fx_jacrev_cuda (__main__.TestComposabilityCUDA) ... ok (0.060s) 2022-11-23T01:47:16.6507346Z test_make_fx_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.013s) 2022-11-23T01:47:16.6508059Z test_make_fx_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.008s) 2022-11-23T01:47:16.6508907Z test_no_warning_on_import_functorch_cuda (__main__.TestComposabilityCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T01:47:16.6509754Z test_requires_grad_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6510574Z test_retain_grad_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6511511Z test_transforms_dont_support_saved_tensor_hooks_transform_functionalize_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6512627Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_and_value_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6513719Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6514769Z test_transforms_dont_support_saved_tensor_hooks_transform_hessian_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6515839Z test_transforms_dont_support_saved_tensor_hooks_transform_jacfwd_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6516916Z test_transforms_dont_support_saved_tensor_hooks_transform_jacrev_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6518277Z test_transforms_dont_support_saved_tensor_hooks_transform_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6519325Z test_vjp_doesnt_support_saved_tensor_hooks_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6520176Z test_vjp_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.009s) 2022-11-23T01:47:16.6520966Z test_vjp_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6521821Z test_vjp_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6522593Z test_vmap_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.010s) 2022-11-23T01:47:16.6523300Z test_vmap_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6524138Z test_vmap_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.012s) 2022-11-23T01:47:16.6524975Z test_ensemble_regression_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (1.059s) 2022-11-23T01:47:16.6525970Z test_find_learning_rate_ensembling_AlphaDropout_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.020s) 2022-11-23T01:47:16.6527124Z test_find_learning_rate_ensembling_Dropout_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.020s) 2022-11-23T01:47:16.6528281Z test_find_learning_rate_ensembling_FeatureAlphaDropout_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.020s) 2022-11-23T01:47:16.6529271Z test_lennard_jones_batched_jac_jac_jacfwd_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.524s) 2022-11-23T01:47:16.6530256Z test_lennard_jones_batched_jac_jac_jacrev_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.500s) 2022-11-23T01:47:16.6531169Z test_maml_omniglot_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (36.819s) 2022-11-23T01:47:16.6533093Z test_maml_regression_cuda (__main__.TestExamplesCorrectnessCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_eager_transforms.py:2778: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_new.cpp:253.) 2022-11-23T01:47:16.6535020Z return torch.tensor(xs, dtype=torch.float, device=device), \ 2022-11-23T01:47:16.6535621Z ok (0.045s) 2022-11-23T01:47:16.6536427Z test_resnet18_per_sample_grads_cuda (__main__.TestExamplesCorrectnessCUDA) ... skip: test requires torchvision (0.002s) 2022-11-23T01:47:16.6537745Z test_update_batch_norm_originally_track_running_stats_False_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (4.394s) 2022-11-23T01:47:16.6538807Z test_update_batch_norm_originally_track_running_stats_True_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.016s) 2022-11-23T01:47:16.6539706Z test_functionalize_fake_tensors_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.010s) 2022-11-23T01:47:16.6540585Z test_functionalize_fx_multi_out_op_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.021s) 2022-11-23T01:47:16.6541461Z test_functionalize_fx_out_op_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.016s) 2022-11-23T01:47:16.6542351Z test_functionalize_fx_reapply_views_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.015s) 2022-11-23T01:47:16.6543262Z test_functionalize_fx_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.017s) 2022-11-23T01:47:16.6544145Z test_functionalize_fx_transpose_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.007s) 2022-11-23T01:47:16.6545022Z test_functionalize_grad_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6545910Z test_functionalize_nonfunctional_output_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6546812Z test_functionalize_opt_tensor_list_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.015s) 2022-11-23T01:47:16.6547782Z test_functionalize_optional_tensorlist1_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.011s) 2022-11-23T01:47:16.6548805Z test_functionalize_optional_tensorlist2_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.009s) 2022-11-23T01:47:16.6550304Z test_inplace_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.014s) 2022-11-23T01:47:16.6551267Z test_linear_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6552155Z test_multioutput_inplace_slice_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.009s) 2022-11-23T01:47:16.6553173Z test_multioutput_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.008s) 2022-11-23T01:47:16.6554130Z test_resize_program_inputs_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.012s) 2022-11-23T01:47:16.6555091Z test_simple_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6557526Z test_vmap_functionalize_jvp_cuda (__main__.TestFunctionalizeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_eager_transforms.py:3322: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T01:47:16.6559369Z y.add_(1) 2022-11-23T01:47:16.6559900Z ok (0.003s) 2022-11-23T01:47:16.6560685Z test_advanced_indexing_cuda (__main__.TestGradTransformCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6561545Z test_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6562507Z test_composed_with_autograd_cuda (__main__.TestGradTransformCUDA) ... ok (0.012s) 2022-11-23T01:47:16.6563501Z test_composite_complicated_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6564469Z test_composite_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6565399Z test_composite_two_ops_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6566309Z test_conj_bit_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6567192Z test_dtype_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6568078Z test_escaped_wrappers_are_ignored_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6571532Z test_escaped_wrappers_are_marked_as_dead_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6572547Z test_fn_with_kwargs_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6574030Z test_functional_init_cuda (__main__.TestGradTransformCUDA) ... ok (0.011s) 2022-11-23T01:47:16.6574993Z test_functional_init_with_buffers_cuda (__main__.TestGradTransformCUDA) ... ok (0.021s) 2022-11-23T01:47:16.6575960Z test_grad_aux_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.008s) 2022-11-23T01:47:16.6576818Z test_grad_aux_tensor_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6577784Z test_grad_of_vjp_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.012s) 2022-11-23T01:47:16.6578704Z test_grad_of_vjp_of_grad_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6579607Z test_grad_pytree_inputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.012s) 2022-11-23T01:47:16.6580415Z test_inplace_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6581255Z test_inplace_on_captures_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6581728Z test_inplace_on_view_base_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6582205Z test_inplace_on_view_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6582886Z test_invalid_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6583340Z test_is_cuda_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-11-23T01:47:16.6584251Z test_manual_seed_inside_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6584750Z test_negative_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6585433Z test_nesting_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6586191Z test_no_grad_inside_cuda (__main__.TestGradTransformCUDA) ... ok (0.014s) 2022-11-23T01:47:16.6587023Z test_no_grad_mixed_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6663120Z test_no_grad_nested_complicated_cuda (__main__.TestGradTransformCUDA) ... ok (0.008s) 2022-11-23T01:47:16.6664023Z test_no_grad_nested_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.007s) 2022-11-23T01:47:16.6664770Z test_no_grad_outside_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6665568Z test_no_grad_outside_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6666287Z test_no_grad_outside_vjp_fn_cuda (__main__.TestGradTransformCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6667120Z test_no_grad_outside_vjp_only_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6667851Z test_no_grad_value_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6668514Z test_numel_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6669199Z test_out_of_order_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6669885Z test_primitive_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6670645Z test_print_captured_tensor_inside_transform_cuda (__main__.TestGradTransformCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6671376Z test_shape_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6672157Z test_tensor_ctor_inside_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6672946Z test_tensor_print_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.358s) 2022-11-23T01:47:16.6673764Z test_tensor_print_grad_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.017s) 2022-11-23T01:47:16.6674496Z test_tensor_print_vmap_cuda (__main__.TestGradTransformCUDA) ... ok (0.335s) 2022-11-23T01:47:16.6675228Z test_tensor_print_vmap_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.021s) 2022-11-23T01:47:16.6675977Z test_tensor_print_vmap_vmap_cuda (__main__.TestGradTransformCUDA) ... ok (0.303s) 2022-11-23T01:47:16.6676696Z test_unrelated_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6677977Z test_unrelated_hessian_cuda (__main__.TestGradTransformCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T01:47:16.6678820Z test_unrelated_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6679762Z test_unrelated_vjp_multiple_inputs_outputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6680546Z test_view_inplace_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6681215Z test_views_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6681887Z test_vjp_aux_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6682592Z test_vjp_aux_tensor_cuda (__main__.TestGradTransformCUDA) ... ok (0.010s) 2022-11-23T01:47:16.6683251Z test_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6683953Z test_vjp_of_grad_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.010s) 2022-11-23T01:47:16.6684794Z test_vjp_outputs_can_any_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6685686Z test_vjp_pytree_error_cuda (__main__.TestGradTransformCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6686398Z test_vjp_pytree_input_cuda (__main__.TestGradTransformCUDA) ... ok (0.013s) 2022-11-23T01:47:16.6687246Z test_vjp_pytree_output_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6687958Z test_vjp_two_outputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-11-23T01:47:16.6688649Z test_zero_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6689577Z test_hessian_vectorize_correctness_multi_input_cuda (__main__.TestHessianCUDA) ... ok (0.040s) 2022-11-23T01:47:16.6690418Z test_hessian_vectorize_correctness_simple_cuda (__main__.TestHessianCUDA) ... ok (0.023s) 2022-11-23T01:47:16.6691319Z test_hessian_vectorize_correctness_unrelated_outputs_cuda (__main__.TestHessianCUDA) ... ok (0.019s) 2022-11-23T01:47:16.6692233Z test_jacfwd_different_levels_cuda (__main__.TestHessianCUDA) ... ok (0.014s) 2022-11-23T01:47:16.6693091Z test_against_reference_correctness_different_devices_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6693956Z test_against_reference_correctness_different_devices_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6694755Z test_against_reference_default_arg_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.011s) 2022-11-23T01:47:16.6695521Z test_against_reference_default_arg_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-11-23T01:47:16.6696287Z test_against_reference_multi_input_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.015s) 2022-11-23T01:47:16.6697030Z test_against_reference_multi_input_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.012s) 2022-11-23T01:47:16.6697893Z test_against_reference_multi_input_multi_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.039s) 2022-11-23T01:47:16.6698809Z test_against_reference_multi_input_multi_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.036s) 2022-11-23T01:47:16.6699805Z test_against_reference_simple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.018s) 2022-11-23T01:47:16.6700596Z test_against_reference_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.009s) 2022-11-23T01:47:16.6701379Z test_against_reference_unrelated_outputs_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-11-23T01:47:16.6702156Z test_against_reference_unrelated_outputs_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.016s) 2022-11-23T01:47:16.6702916Z test_against_reference_zero_dim_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.016s) 2022-11-23T01:47:16.6703650Z test_against_reference_zero_dim_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.015s) 2022-11-23T01:47:16.6704365Z test_argnums_defaults_to_zero_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6705198Z test_argnums_defaults_to_zero_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6706274Z test_argnums_effect_on_return_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6706994Z test_argnums_effect_on_return_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6707664Z test_argnums_tuple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-11-23T01:47:16.6708330Z test_argnums_tuple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6708995Z test_aux_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.009s) 2022-11-23T01:47:16.6709644Z test_aux_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6710288Z test_aux_tensor_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6710924Z test_diff_numel_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6711559Z test_dimensionality_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6712329Z test_dimensionality_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6713140Z test_empty_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6713822Z test_empty_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-11-23T01:47:16.6714487Z test_empty_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-11-23T01:47:16.6715164Z test_empty_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6715805Z test_float_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6716464Z test_float_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6717262Z test_hessian_simple_cuda (__main__.TestJacCUDA) ... ok (0.008s) 2022-11-23T01:47:16.6717923Z test_inplace_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-11-23T01:47:16.6718628Z test_inplace_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.008s) 2022-11-23T01:47:16.6719292Z test_multiple_args_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6720077Z test_multiple_args_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6720820Z test_multiple_inputs_outputs_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.022s) 2022-11-23T01:47:16.6721655Z test_multiple_inputs_outputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.014s) 2022-11-23T01:47:16.6722455Z test_multiple_inputs_outputs_pytree_multidim_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-11-23T01:47:16.6723225Z test_multiple_inputs_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.022s) 2022-11-23T01:47:16.6723959Z test_multiple_inputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-11-23T01:47:16.6724722Z test_multiple_outputs_multiple_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.009s) 2022-11-23T01:47:16.6725568Z test_multiple_outputs_multiple_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-11-23T01:47:16.6726380Z test_multiple_outputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6727211Z test_multiple_outputs_single_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.020s) 2022-11-23T01:47:16.6727988Z test_multiple_outputs_single_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6728713Z test_negative_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6729398Z test_negative_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.000s) 2022-11-23T01:47:16.6730051Z test_nested_jac_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6730746Z test_out_of_bounds_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-11-23T01:47:16.6731451Z test_out_of_bounds_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-11-23T01:47:16.6732227Z test_outputs_can_any_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.009s) 2022-11-23T01:47:16.6732949Z test_outputs_can_any_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.008s) 2022-11-23T01:47:16.6733970Z test_repeated_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6734647Z test_repeated_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-11-23T01:47:16.6735302Z test_simple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6735924Z test_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6736566Z test_simple_not_flat_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6737238Z test_simple_not_flat_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6737916Z test_unrelated_input_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6738582Z test_unrelated_input_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6739355Z test_unrelated_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6740109Z test_unrelated_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6740882Z test_vmap_on_jac_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6741612Z test_autograd_function_disables_fwd_grad_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-11-23T01:47:16.6742294Z test_aux_pytree_cuda (__main__.TestJvpCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6742912Z test_aux_tensor_cuda (__main__.TestJvpCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6743544Z test_disable_fwd_grad_inside_cuda (__main__.TestJvpCUDA) ... ok (0.007s) 2022-11-23T01:47:16.6744212Z test_disable_fwd_grad_mixed_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6744895Z test_disable_fwd_grad_outside_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6746515Z test_enable_fwd_grad_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6747424Z test_fwd_grad_enabled_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6748100Z test_inplace_on_captures_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6748783Z test_inputs_are_tuples_of_tensors_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6749520Z test_jvp_inside_autograd_function_cuda (__main__.TestJvpCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6750208Z test_multiple_inputs_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6750869Z test_multiple_inputs_outputs_cuda (__main__.TestJvpCUDA) ... ok (0.008s) 2022-11-23T01:47:16.6751545Z test_multiple_outputs_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6752237Z test_nonempty_primals_and_tangents_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6752990Z test_outputs_can_any_pytree_cuda (__main__.TestJvpCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6753721Z test_primals_tangents_length_mismatch_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6754594Z test_pytree_inputs_cuda (__main__.TestJvpCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6755282Z test_pytree_inputs_error_cases_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6755950Z test_simple_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6756555Z test_strict_mode_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-11-23T01:47:16.6757167Z test_unrelated_input_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6757830Z test_unrelated_output_cuda (__main__.TestJvpCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6758535Z test_zerotensor_vmapjvp_interaction_cuda (__main__.TestJvpCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6759228Z test_buffer_tying (__main__.TestMakeFunctional) ... ok (0.007s) 2022-11-23T01:47:16.6760007Z test_combine_state_for_ensemble_error (__main__.TestMakeFunctional) ... ok (0.005s) 2022-11-23T01:47:16.6760837Z test_combine_state_for_ensemble_smoke (__main__.TestMakeFunctional) ... ok (0.002s) 2022-11-23T01:47:16.6762225Z test_correctness_mnist (__main__.TestMakeFunctional) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_eager_transforms.py:2661: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-11-23T01:47:16.6763498Z return F.log_softmax(x) 2022-11-23T01:47:16.6763910Z ok (0.041s) 2022-11-23T01:47:16.6764565Z test_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.005s) 2022-11-23T01:47:16.6765533Z test_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.003s) 2022-11-23T01:47:16.6766337Z test_parameter_tying (__main__.TestMakeFunctional) ... ok (0.008s) 2022-11-23T01:47:16.6767129Z test_parameter_tying_ensemble (__main__.TestMakeFunctional) ... ok (0.012s) 2022-11-23T01:47:16.6767888Z test_parameter_tying_grad (__main__.TestMakeFunctional) ... ok (0.009s) 2022-11-23T01:47:16.6768766Z test_state_correctly_returned_after_forward (__main__.TestMakeFunctional) ... ok (0.005s) 2022-11-23T01:47:16.6769677Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.005s) 2022-11-23T01:47:16.6770676Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.005s) 2022-11-23T01:47:16.6771538Z test_basic_sum_cuda (__main__.TestPyOperatorInteractionCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6772330Z test_grad_grad_sum_cuda (__main__.TestPyOperatorInteractionCUDA) ... ok (0.007s) 2022-11-23T01:47:16.6773122Z test_grad_sum_cuda (__main__.TestPyOperatorInteractionCUDA) ... ok (0.004s) 2022-11-23T01:47:16.6773990Z test_no_grad_inside_grad_cuda (__main__.TestPyOperatorInteractionCUDA) ... ok (0.016s) 2022-11-23T01:47:16.6775115Z test_no_grad_outside_grad_cuda (__main__.TestPyOperatorInteractionCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6775974Z test_vmap_grad_sum_cuda (__main__.TestPyOperatorInteractionCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6776760Z test_vmap_sum_cuda (__main__.TestPyOperatorInteractionCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6777477Z test_argnums_reorders (__main__.TestSliceArgnums) ... ok (0.003s) 2022-11-23T01:47:16.6778172Z test_duplicate_argnums (__main__.TestSliceArgnums) ... ok (0.002s) 2022-11-23T01:47:16.6778876Z test_flat_args_with_negative_int_argnum (__main__.TestSliceArgnums) ... ok (0.002s) 2022-11-23T01:47:16.6779630Z test_flat_args_with_positive_int_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-11-23T01:47:16.6780440Z test_flat_args_with_tuple_argnum (__main__.TestSliceArgnums) ... ok (0.003s) 2022-11-23T01:47:16.6781255Z test_invalid_argnum_type (__main__.TestSliceArgnums) ... ok (0.003s) 2022-11-23T01:47:16.6781950Z test_not_enough_argnums (__main__.TestSliceArgnums) ... ok (0.002s) 2022-11-23T01:47:16.6782659Z test_out_of_bounds_argnum_values (__main__.TestSliceArgnums) ... ok (0.003s) 2022-11-23T01:47:16.6783334Z test_pytree_args (__main__.TestSliceArgnums) ... ok (0.003s) 2022-11-23T01:47:16.6784056Z test_all_dual_base_inplace_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.009s) 2022-11-23T01:47:16.6784975Z test_all_dual_base_view_inplace_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.011s) 2022-11-23T01:47:16.6785778Z test_all_dual_no_view_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.010s) 2022-11-23T01:47:16.6786646Z test_right_dual_base_prop_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.007s) 2022-11-23T01:47:16.6787465Z test_right_dual_view_prop_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.009s) 2022-11-23T01:47:16.6788340Z test_log_softmax_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.005s) 2022-11-23T01:47:16.6789060Z test_new_empty_materializes_tensor_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.003s) 2022-11-23T01:47:16.6789856Z test_new_zeros_materializes_tensor_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.006s) 2022-11-23T01:47:16.6790641Z test_per_sample_grads_embeddingnet_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.193s) 2022-11-23T01:47:16.6791424Z test_per_sample_grads_inplace_view_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.063s) 2022-11-23T01:47:16.6792355Z test_per_sample_grads_simple_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.080s) 2022-11-23T01:47:16.6792771Z 2022-11-23T01:47:16.6793098Z ---------------------------------------------------------------------- 2022-11-23T01:47:16.6793725Z Ran 253 tests in 49.531s 2022-11-23T01:47:16.6793963Z 2022-11-23T01:47:16.6794125Z OK (skipped=3) 2022-11-23T01:47:16.6794429Z 2022-11-23T01:47:16.6794709Z Generating XML reports... 2022-11-23T01:47:16.6795598Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestComposabilityCUDA-20221123014624.xml 2022-11-23T01:47:16.6796863Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestExamplesCorrectnessCUDA-20221123014624.xml 2022-11-23T01:47:16.6798124Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestFunctionalizeCUDA-20221123014624.xml 2022-11-23T01:47:16.6799329Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestGradTransformCUDA-20221123014624.xml 2022-11-23T01:47:16.6800631Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestHessianCUDA-20221123014624.xml 2022-11-23T01:47:16.6801862Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestJacCUDA-20221123014624.xml 2022-11-23T01:47:16.6802956Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestJvpCUDA-20221123014624.xml 2022-11-23T01:47:16.6804093Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestMakeFunctional-20221123014624.xml 2022-11-23T01:47:16.6805506Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestPyOperatorInteractionCUDA-20221123014624.xml 2022-11-23T01:47:16.6806785Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestSliceArgnums-20221123014624.xml 2022-11-23T01:47:16.6808260Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestVmapJvpInplaceViewCUDA-20221123014624.xml 2022-11-23T01:47:16.6809514Z Generated XML report: test-reports\python-unittest\functorch.test_eager_transforms\TEST-TestVmapOfGradCUDA-20221123014624.xml 2022-11-23T01:47:16.6810126Z 2022-11-23T01:47:16.6810739Z ##[endgroup] 2022-11-23T01:47:16.6811628Z FINISHED PRINTING LOG FILE of functorch/test_eager_transforms (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_eager_transforms_g0n6h9fu) 2022-11-23T01:47:16.6812309Z 2022-11-23T01:47:19.0316921Z Ignoring disabled issues: [] 2022-11-23T01:47:19.5492956Z Running functorch/test_ops ... [2022-11-23 01:47:19.548726] 2022-11-23T01:47:24.3276500Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:47:24.322081] 2022-11-23T01:47:24.3279493Z Ignoring disabled issues: [] 2022-11-23T01:47:24.4233646Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:47:24.422966] 2022-11-23T01:47:24.4237387Z Ignoring disabled issues: [] 2022-11-23T02:49:26.0461486Z 2022-11-23T02:49:26.0462648Z Expand the folded group to see the log file of functorch/test_ops 2022-11-23T02:49:26.0464905Z ##[group]PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_fip8sdcn) 2022-11-23T02:49:26.0668378Z Test results will be stored in test-reports\python-pytest\functorch.test_ops\functorch.test_ops-7ee1630738595f4c.xml 2022-11-23T02:49:26.0669351Z ============================= test session starts ============================= 2022-11-23T02:49:26.0671021Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:49:26.0671758Z cachedir: .pytest_cache 2022-11-23T02:49:26.0672628Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:49:26.0673671Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:49:26.0674706Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:49:26.0675605Z collecting ... collected 9090 items / 11 deselected / 9079 selected 2022-11-23T02:49:26.1853114Z Running 4552 items in this shard: test/functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_binary_cross_entropy_cuda, test/functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_log_softmax_cuda, test/functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_nll_loss_cuda, test/functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_softmax_cuda, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_T_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_T_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_broadcast_to_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_conj_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_conj_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_contiguous_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_diagonal_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_diagonal_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_expand_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_dsplit_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_hsplit_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_hsplit_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_list_args_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_list_args_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_unbind_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_vsplit_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mT_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_permute_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_real_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_real_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_reshape_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_reshape_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_conj_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_conj_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_neg_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_select_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_select_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_squeeze_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_transpose_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unflatten_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unsqueeze_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_complex_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_complex_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_T_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rdiv___cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmod___cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rpow___cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad__softmax_backward_data_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_abs_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acosh_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_add_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addbmm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcdiv_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcmul_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_decomposed_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmv_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addr_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_aminmax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argsort_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_1d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_2d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_3d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_block_diag_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bmm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_tensors_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ceil_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chalf_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_solve_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_constant_pad_nd_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_contiguous_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cos_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cross_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumulative_trapezoid_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_deg2rad_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_embed_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_scatter_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_digamma_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_floor_rounding_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_no_rounding_mode_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dot_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dsplit_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dstack_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_einsum_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eq_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp2_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eye_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft2_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftn_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfftn_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft2_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftn_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfftn_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfftn_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flatten_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_power_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_divide_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmod_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gather_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_geqrf_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gradient_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_grid_sampler_2d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_heaviside_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_histc_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hsplit_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_i0_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_copy_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_inner_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isinf_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isnan_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isneginf_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isposinf_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isreal_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_unary_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kthvalue_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ldexp_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_le_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lerp_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cond_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_singular_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eig_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvalsh_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_householder_product_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_solve_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_solve_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_power_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_multi_dot_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svd_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorinv_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorsolve_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vecdot_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log10_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log2_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp2_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_xor_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lt_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mH_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumprod_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumsum_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logaddexp_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_mean_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_median_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_normalize_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_select_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_std_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_sum_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matmul_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_binary_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_pool2d_with_indices_backward_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_with_dim_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_median_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_binary_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_no_dim_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_minimum_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_msort_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mul_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_multinomial_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nan_to_num_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmean_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmedian_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nansum_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_batch_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_layer_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ne_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_zeros_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nextafter_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_alpha_dropout_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_elu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gelu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_group_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_kl_div_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_normalize_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pdist_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softsign_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_threshold_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_unfold_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nonzero_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_inf_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ormqr_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_outer_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pca_lowrank_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_permute_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pinverse_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polar_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_positive_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_prod_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rad2deg_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rand_like_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_real_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_remainder_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize_as__cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_roll_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rot90_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsub_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scalar_tensor_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_mean_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_sum_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_lengths_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_scatter_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sign_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_cosine_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_kaiser_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signbit_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinc_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinh_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_scatter_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_with_dtype_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_airy_ai_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j0_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j1_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y1_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_entr_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i0e_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtr_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtri_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_xlog1py_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_zeta_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_list_args_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_with_sizes_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_square_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_squeeze_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_mean_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stft_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tan_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tanh_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensordot_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tile_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_topk_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_transpose_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapezoid_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapz_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triangular_solve_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tril_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trunc_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unbind_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_uniform_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_consecutive_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vdot_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_complex_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_copy_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vsplit_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vstack_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zero__cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_like_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvmapjvp_linalg_solve_cuda 2022-11-23T02:49:26.2570622Z 2022-11-23T02:49:26.2571040Z functorch\test_ops.py::TestOperatorsCUDA::test_extremal_numerics_binary_cross_entropy_cuda PASSED [ 0%] 2022-11-23T02:49:26.2571567Z functorch\test_ops.py::TestOperatorsCUDA::test_extremal_numerics_log_softmax_cuda PASSED [ 0%] 2022-11-23T02:49:26.2572066Z functorch\test_ops.py::TestOperatorsCUDA::test_extremal_numerics_nll_loss_cuda PASSED [ 0%] 2022-11-23T02:49:26.2572571Z functorch\test_ops.py::TestOperatorsCUDA::test_extremal_numerics_softmax_cuda PASSED [ 0%] 2022-11-23T02:49:26.2573043Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_H_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2573491Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_T_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2573965Z functorch\test_ops.py::TestOperatorsCUDA::test_grad___getitem___cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2574439Z functorch\test_ops.py::TestOperatorsCUDA::test_grad___getitem___functorch_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2575094Z functorch\test_ops.py::TestOperatorsCUDA::test_grad___rmatmul___cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2575570Z functorch\test_ops.py::TestOperatorsCUDA::test_grad___rmul___cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2576287Z functorch\test_ops.py::TestOperatorsCUDA::test_grad___rpow___cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2576763Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_abs_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2577221Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_acos_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2577674Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_acosh_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2578118Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_addcmul_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2579292Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_addmm_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2579744Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_addmv_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2580272Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2580783Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_amax_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2581237Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_amin_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2581953Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2582511Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2583341Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2583928Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2584447Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_as_strided_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2584917Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_asin_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2585372Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_asinh_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2585832Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_atan2_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2586410Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_atan_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2586907Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_atanh_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2587415Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_bfloat16_functorch_no_channels_last_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2587919Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_bmm_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2588607Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2589220Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2590100Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2590641Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_broadcast_tensors_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2591182Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2591745Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2592347Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2592885Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cat_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2593348Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cdouble_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2593813Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cfloat_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2594259Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_chalf_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2594817Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:49:26.2595518Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_chunk_cuda_float32 PASSED [ 0%] 2022-11-23T02:49:26.2595988Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_clamp_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2596986Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_clamp_max_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2597460Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_clone_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2597931Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_column_stack_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2598396Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_combinations_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2598869Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_complex_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2599347Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_conj_physical_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2599824Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_copysign_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2600280Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cos_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2600815Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:49:26.2601328Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cov_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2601767Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cummax_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2602371Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cumsum_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2602874Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cumulative_trapezoid_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2603696Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_diag_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2604207Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_diagflat_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2604685Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_diagonal_copy_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2605153Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_diff_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2605605Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_digamma_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2606065Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_dist_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2606535Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_div_floor_rounding_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2607014Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_double_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2607523Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_double_functorch_no_channels_last_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2608028Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_dstack_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2608530Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:49:26.2609194Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_erf_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2609668Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_erfc_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2610276Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_exp_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2610864Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_expand_as_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2611332Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_expand_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2611793Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_expm1_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2612296Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:49:26.2612808Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_fft2_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2613270Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_fft_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2613859Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_fftn_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2614332Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_fftshift_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2614811Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_hfftn_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2615281Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_ifft2_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2615732Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_ifftn_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2616374Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_ifftshift_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2616854Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfft_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2617553Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_irfft2_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2618030Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_rfft2_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2618514Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fill_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2618960Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_flatten_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2619425Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_flip_cuda_float32 PASSED [ 1%] 2022-11-23T02:49:26.2619921Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_float_functorch_no_channels_last_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2620412Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fmax_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2620960Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fmod_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2621451Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_frexp_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2621917Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_gather_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2622416Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2623248Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2624056Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2624844Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_half_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2625346Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_half_functorch_no_channels_last_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2625848Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_hsplit_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2626315Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_hypot_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2626818Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2627397Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2627913Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_index_fill_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2628383Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_index_put_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2628848Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_inner_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2629405Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2630157Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2630828Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2631769Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2632337Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2632905Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2633497Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2634127Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2634670Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_kthvalue_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2635190Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2635688Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_cross_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2636163Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_eig_cuda_float32 XFAIL [ 2%] 2022-11-23T02:49:26.2636775Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigvals_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2637278Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigvalsh_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2637880Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_inv_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2638645Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2639212Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_lstsq_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2639667Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2640160Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_factor_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2640649Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_factor_ex_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2641203Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:49:26.2641733Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_pinv_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2642310Z 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) [ 2%] 2022-11-23T02:49:26.2642878Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_ex_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2643376Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_triangular_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2644053Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_tensorsolve_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2644654Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_vander_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2645273Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_vecdot_cuda_float32 PASSED [ 2%] 2022-11-23T02:49:26.2645761Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_vector_norm_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2646237Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_log1p_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2646711Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_log_softmax_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2647210Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_log_softmax_with_dtype_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2647682Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_logaddexp2_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2648287Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_logaddexp_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2648757Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_logdet_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2649286Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:49:26.2649854Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:49:26.2650556Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:49:26.2651191Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:49:26.2652016Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:49:26.2652557Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_logsumexp_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2653123Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:49:26.2653670Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_lu_unpack_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2654143Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_amin_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2654686Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:49:26.2655311Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_cumprod_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2655806Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_mean_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2656281Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_median_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2656771Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_normalize_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2657260Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_scatter_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2657910Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_select_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2658525Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_softmin_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2659148Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_matrix_exp_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2659607Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_max_binary_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2660119Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2660618Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_min_binary_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2661112Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_min_reduction_no_dim_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2661591Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_minimum_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2662046Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_mm_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2662503Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_movedim_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2662945Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_mul_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2663475Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:49:26.2663988Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_mv_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2664637Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2665149Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2666050Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2666537Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nan_to_num_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2666988Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nanmean_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2667455Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nanmedian_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2667933Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nanquantile_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2668473Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:49:26.2668990Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_narrow_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2669472Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_native_layer_norm_cuda_float32 PASSED [ 3%] 2022-11-23T02:49:26.2670003Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:49:26.2670553Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 4%] 2022-11-23T02:49:26.2671124Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 4%] 2022-11-23T02:49:26.2671843Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 4%] 2022-11-23T02:49:26.2673132Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2673756Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_alpha_dropout_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2674281Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool1d_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2674807Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool2d_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2675302Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_bilinear_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2675846Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2676378Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_celu_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2676883Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv1d_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2677389Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2677932Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2678708Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2679268Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2680119Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2680694Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2681243Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2681774Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cross_entropy_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2682305Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2682985Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2683503Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_gelu_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2683993Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_grid_sample_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2684513Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardshrink_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2685031Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardsigmoid_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2685709Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_huber_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2686235Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_instance_norm_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2687050Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2687616Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2688140Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2688686Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2689218Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_leaky_relu_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2689822Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_linear_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2690359Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_logsigmoid_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2690874Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool1d_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2691394Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool1d_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2691920Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2692579Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool3d_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2693120Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2693768Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mish_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2694421Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mse_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2694964Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2695494Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_nll_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2696009Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_normalize_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2696504Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_circular_cuda_float32 PASSED [ 4%] 2022-11-23T02:49:26.2697033Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_constant_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2697544Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_reflect_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2698060Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pdist_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2698583Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2699090Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_prelu_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2699894Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_silu_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2700412Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2701079Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softplus_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2701727Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_tanhshrink_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2702244Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_threshold_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2702760Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_unfold_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2703281Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2703815Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_upsample_nearest_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2704361Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:49:26.2704879Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_norm_fro_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2705344Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_norm_inf_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2705809Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_ormqr_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2706269Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_outer_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2706996Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_pca_lowrank_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2707507Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_permute_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2708252Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_pinverse_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2708737Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_put_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2709197Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_quantile_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2709661Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_rad2deg_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2710185Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_randint_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:49:26.2710760Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:49:26.2711271Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_real_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2711718Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_remainder_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2712189Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_repeat_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2712668Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_reshape_as_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2713136Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_reshape_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2713745Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_resolve_neg_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2714231Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_round_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2714805Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_0_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2715461Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_3_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2715922Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_rsub_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2716452Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_scalar_tensor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:49:26.2716993Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_amax_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2717610Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_amin_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2718085Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sgn_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2718524Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sign_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2719061Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:49:26.2719676Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:49:26.2720286Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:49:26.2721050Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:49:26.2721688Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_slice_scatter_cuda_float32 PASSED [ 5%] 2022-11-23T02:49:26.2722342Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_softmax_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2722811Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sort_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2723275Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sparse_sampled_addmm_cuda_float32 XFAIL [ 6%] 2022-11-23T02:49:26.2723917Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:49:26.2724540Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:49:26.2725177Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:49:26.2725772Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:49:26.2726380Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:49:26.2727043Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T02:49:26.2727869Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T02:49:26.2728431Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_entr_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2729267Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:49:26.2729912Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:49:26.2730464Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_i0e_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2730941Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_i1_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2731532Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T02:49:26.2732191Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:49:26.2732820Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:49:26.2733625Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T02:49:26.2734319Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T02:49:26.2735081Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_xlog1py_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2735749Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:49:26.2736381Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_split_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2736859Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_split_list_args_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2737346Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_split_with_sizes_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2737824Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_squeeze_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2738269Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_stack_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2738724Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_std_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2739182Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_stft_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2739640Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sub_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2740180Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sum_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2740673Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sum_to_size_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2741143Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_svd_lowrank_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2741763Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_symeig_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2742229Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_tanh_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2742953Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_tensordot_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2743426Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_tile_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2743891Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_to_sparse_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2744354Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_trace_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2744804Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_transpose_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2745291Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_triangular_solve_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2745761Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_tril_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2746223Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_unbind_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2746697Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_unflatten_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2747164Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_unfold_cuda_float32 PASSED [ 6%] 2022-11-23T02:49:26.2747701Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 7%] 2022-11-23T02:49:26.2748407Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 7%] 2022-11-23T02:49:26.2748948Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_unsqueeze_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2749553Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_vdot_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2750148Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_view_as_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2750614Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_vsplit_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2751196Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_where_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2751656Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_xlogy_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2752091Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_zero__cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2752609Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 7%] 2022-11-23T02:49:26.2753119Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_H_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2753565Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_T_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2754043Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp___getitem___functorch_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2754523Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp___radd___cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2754989Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp___rdiv___cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2755598Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp___rpow___cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2756083Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp__softmax_backward_data_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2756840Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_acos_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2757305Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_acosh_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2757857Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_addcdiv_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2758347Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_addr_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2758842Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_all_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:49:26.2759345Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_amax_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2759859Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_any_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:49:26.2760418Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:49:26.2760985Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:49:26.2761547Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_argsort_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:49:26.2762050Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_asin_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2762680Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_asinh_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2763117Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_atan_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2763848Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_atanh_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2764321Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_atleast_2d_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2764850Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_bfloat16_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:49:26.2765460Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_bfloat16_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:49:26.2766007Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_block_diag_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2766486Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_to_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2767030Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:49:26.2767564Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cat_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2768201Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:49:26.2768706Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_ceil_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2769393Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cfloat_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:49:26.2769928Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_inverse_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2770633Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_solve_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2771111Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_column_stack_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2771590Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_combinations_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2772065Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_conj_physical_cuda_float32 PASSED [ 7%] 2022-11-23T02:49:26.2772536Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cov_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2772992Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cross_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2773452Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cummax_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2773893Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cummin_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2774357Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cumprod_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2774936Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cumulative_trapezoid_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2775448Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_diag_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2775925Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_diagonal_scatter_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2776562Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_diff_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2777132Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_digamma_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2778029Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_div_floor_rounding_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2778536Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_div_trunc_rounding_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2779003Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_dsplit_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2779475Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_dstack_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2779934Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_einsum_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2780454Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_empty_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:49:26.2781023Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_equal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:49:26.2781520Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_exp2_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2781984Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_expand_as_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2782452Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_expand_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2783048Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_expm1_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2783602Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_eye_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:49:26.2784246Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_fftshift_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2784844Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfft_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2785289Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifft_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2785911Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifftshift_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2786390Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfft_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2786859Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfftn_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2787326Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfft2_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2787791Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfft_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2788237Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfft_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2788697Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfftn_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2789151Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fill_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2789613Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_flatten_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2790248Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_flip_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2790710Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fliplr_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2791324Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_floor_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2791962Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_floor_divide_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:49:26.2792479Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fmax_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2793021Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fmod_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2793495Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_frac_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2793942Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_frexp_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2794462Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_full_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:49:26.2795023Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_ge_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:49:26.2795513Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_gradient_cuda_float32 PASSED [ 8%] 2022-11-23T02:49:26.2796050Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_grid_sampler_2d_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2796630Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_gt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2797354Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_histc_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2798014Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_hsplit_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2798711Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_hstack_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2799225Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_index_add_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2799676Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_index_fill_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2800162Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_index_put_functorch_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2800645Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_inner_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2801161Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_int_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2801729Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_isclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2802301Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_isfinite_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2803004Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_isnan_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2803551Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_isneginf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2804299Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_isposinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2805245Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2805808Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_lerp_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2806271Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_lgamma_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2806738Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cross_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2807229Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_det_singular_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2807691Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eig_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2808174Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigvals_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2808655Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigvalsh_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2809162Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_householder_product_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2809764Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_inv_ex_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2810296Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2810951Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2811416Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_factor_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2812065Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_solve_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2812785Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2813367Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2813870Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_pinv_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2814345Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_qr_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2814833Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_triangular_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2815309Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_svdvals_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2815804Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_tensorsolve_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2816290Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vector_norm_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2816830Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2817338Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_log_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2817953Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_log_softmax_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2818451Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_log_softmax_with_dtype_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2819206Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_logaddexp2_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2819754Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_logical_and_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2820458Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_logspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:49:26.2820969Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_lu_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2821414Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_mH_cuda_float32 PASSED [ 9%] 2022-11-23T02:49:26.2821853Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_mT_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2822313Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_amax_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2822776Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_cumsum_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2823250Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_fill_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2823755Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2824275Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_logsumexp_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2824961Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_normalize_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2825450Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_softmax_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2826238Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_std_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2826700Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_var_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2827266Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_matmul_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2827758Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_matrix_exp_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2828213Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_mean_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2828668Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_median_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2829166Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_meshgrid_list_of_tensors_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2829673Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_min_reduction_no_dim_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2830157Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_min_reduction_with_dim_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2830639Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_mode_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2831093Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_mul_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2831704Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_mv_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2832193Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2833093Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2833580Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nanmean_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2834048Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nanmedian_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2834510Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nansum_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2834984Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_native_batch_norm_cuda_float32 XFAIL [ 10%] 2022-11-23T02:49:26.2835507Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_ne_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:49:26.2836077Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_new_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:49:26.2836646Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_new_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:49:26.2837217Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nextafter_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:49:26.2837949Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:49:26.2838696Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2839229Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2840123Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2840660Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2841185Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2841709Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_alpha_dropout_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2842210Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool1d_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2842719Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool2d_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2843223Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_avg_pool3d_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2843750Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2844385Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_bilinear_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2844944Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2845600Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_celu_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2846242Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv1d_cuda_float32 PASSED [ 10%] 2022-11-23T02:49:26.2847083Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2847634Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2848269Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2848978Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2849831Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2850406Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2851007Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2851571Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2852085Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2852826Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2853526Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cosine_similarity_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2854280Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_cross_entropy_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2854950Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout3d_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2856266Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:49:26.2856835Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2857344Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_embedding_functorch_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2857887Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2858480Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_grid_sample_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:49:26.2859041Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_group_norm_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2859563Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardsigmoid_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2860097Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2860771Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_huber_loss_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2861309Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_area_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2862224Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2862821Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2863480Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2864030Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_l1_loss_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2864529Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_linear_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2865056Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2865575Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool1d_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2866089Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:49:26.2866639Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool3d_cuda_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:49:26.2867180Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2867871Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mish_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2868384Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mse_loss_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2869045Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2869684Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_constant_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2870184Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_reflect_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2870714Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pairwise_distance_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2871242Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2871749Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_prelu_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2872240Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_relu6_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2872728Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_silu_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2873369Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2873862Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softplus_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2874371Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softshrink_cuda_float32 PASSED [ 11%] 2022-11-23T02:49:26.2875073Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softsign_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2875581Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_tanhshrink_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2876313Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_threshold_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2876839Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2877379Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_upsample_nearest_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2877911Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2878418Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_norm_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2878880Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_norm_inf_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2879344Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_norm_nuc_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2879967Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_normal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2880544Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_ops_aten_index_put_functorch_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2881088Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_ormqr_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2881753Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_outer_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2882230Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_permute_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2882817Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_pinverse_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2883416Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_2_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2883895Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_pow_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2884360Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_quantile_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2884831Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_rad2deg_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2885349Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_randint_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2885868Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_real_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2886327Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_repeat_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2886796Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_reshape_as_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2887255Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_reshape_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2887716Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_roll_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2888168Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_rot90_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2888768Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_round_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2889249Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_0_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2889836Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_rsqrt_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2890609Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_scalar_tensor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2891130Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_scatter_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2891610Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_amax_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2892164Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_prod_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2892699Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_sum_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2893248Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_searchsorted_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2893778Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_select_scatter_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2894249Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sgn_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2894762Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_short_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2895362Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2896057Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sigmoid_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2896630Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sign_cuda_float32 PASSED [ 12%] 2022-11-23T02:49:26.2897384Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2898026Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2898632Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2899220Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_signbit_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:49:26.2899722Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sin_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2900172Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sinc_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2900641Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_slice_scatter_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2901118Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_softmax_with_dtype_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2901593Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sort_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2902127Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2902873Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2903565Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2904313Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T02:49:26.2905004Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T02:49:26.2905666Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2906308Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T02:49:26.2907090Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2907701Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2908244Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_ndtr_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2908724Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_ndtri_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2909398Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2910011Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2910892Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2911651Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T02:49:26.2912385Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_xlog1py_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2912990Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_split_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2913661Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sqrt_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2914323Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_square_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2914904Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_stack_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2915496Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_std_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2916103Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_std_mean_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2916796Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sum_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2917241Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_svd_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2917685Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_t_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2918133Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_take_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2918585Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_tan_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2919106Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_to_sparse_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2919611Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_trapezoid_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2920075Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_tril_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2920545Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_unflatten_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2921068Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_uniform_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2921655Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2922424Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_unique_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2923070Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_var_mean_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2923772Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_view_as_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2924241Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_view_copy_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2924884Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_view_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2925344Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_vstack_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2925865Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:49:26.2926399Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp___getitem___functorch_cuda_float32 PASSED [ 13%] 2022-11-23T02:49:26.2926888Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_acosh_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2927339Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_add_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2927803Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_addbmm_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2928278Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_addcdiv_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2928895Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_addcmul_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2929396Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmm_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2930036Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmm_decomposed_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2930774Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_addmv_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2931248Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_addr_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2931712Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_amin_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2932405Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:49:26.2933569Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:49:26.2934726Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:49:26.2935898Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_atan2_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2936966Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_atanh_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2937992Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_1d_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2938948Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_3d_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2939918Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_baddbmm_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2940922Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_bernoulli_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2941980Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:49:26.2943281Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:49:26.2944582Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_tensors_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2945687Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:49:26.2946826Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:49:26.2947908Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cartesian_prod_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2948899Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cat_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2949986Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cdist_cuda_float32 XFAIL [ 14%] 2022-11-23T02:49:26.2951110Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_ceil_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2952381Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:49:26.2953583Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:49:26.2954698Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_cuda_float32 XFAIL [ 14%] 2022-11-23T02:49:26.2955691Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_inverse_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2956837Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cholesky_solve_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2958028Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_min_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2959027Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_column_stack_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2960038Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_conj_physical_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2961013Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_constant_pad_nd_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2962007Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_contiguous_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2962987Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_corrcoef_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2964073Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cos_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2965212Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cosh_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2966984Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:49:26.2968109Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cov_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2969051Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cross_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2970149Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cummin_cuda_float32 PASSED [ 14%] 2022-11-23T02:49:26.2971227Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumsum_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2972277Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_deg2rad_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2973216Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_diag_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2974189Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_diag_embed_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2975136Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagflat_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2976113Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagonal_scatter_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2976637Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_diff_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2977276Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_dot_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2977772Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_double_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2978416Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_double_functorch_no_channels_last_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2979037Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_dsplit_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2979490Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_dstack_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2979953Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_einsum_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2980489Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:49:26.2981011Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_erf_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2981474Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_erfc_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2982140Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_erfinv_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2982613Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_expand_as_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2983065Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_expm1_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2983535Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fftn_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2984014Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fftshift_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2984662Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfft_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2985135Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifft_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2985863Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfft2_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2986333Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfft2_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2986798Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfft2_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2987270Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfft_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2987740Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_rfftn_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2988213Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2988689Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_power_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2989266Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_floor_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2989743Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmod_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2990267Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:49:26.2990791Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_gather_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2991486Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:49:26.2992058Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:49:26.2992845Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_grid_sampler_2d_cuda_float32 XFAIL [ 15%] 2022-11-23T02:49:26.2993382Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:49:26.2993912Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_half_functorch_no_channels_last_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2994479Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:49:26.2995058Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:49:26.2995573Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_hstack_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2996041Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_hypot_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2996567Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:49:26.2997148Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:49:26.2997671Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_add_cuda_float32 PASSED [ 15%] 2022-11-23T02:49:26.2998289Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_copy_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.2998779Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_put_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.2999700Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_put_functorch_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3000248Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3000820Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3001394Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3001974Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3002553Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3003167Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3003788Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3004330Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_kron_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3004850Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3005515Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_lerp_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3006235Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cross_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3006901Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_det_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3007381Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_det_singular_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3007874Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eig_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3008357Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigh_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3008834Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_inv_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3009376Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3009945Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3010460Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_factor_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3010942Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_factor_ex_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3011502Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3012297Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3012988Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_pinv_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3013694Z 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) [ 16%] 2022-11-23T02:49:26.3014267Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_qr_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3014748Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3015209Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_svd_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3015693Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_svdvals_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3016315Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_tensorinv_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3016797Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_log10_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3017265Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_log1p_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3017758Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_softmax_with_dtype_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3018258Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_logaddexp2_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3018957Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3019556Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3020406Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3021025Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3021620Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3022127Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3022592Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_mT_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3023159Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_amax_cuda_float32 PASSED [ 16%] 2022-11-23T02:49:26.3023718Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:49:26.3024260Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_cumprod_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3024801Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_cumsum_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3025296Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_fill_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3025981Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3026515Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_logaddexp_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3027285Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_mean_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3027774Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_normalize_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3028273Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_prod_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3028762Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_softmax_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3029249Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_sum_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3029726Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_matrix_exp_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3030199Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_binary_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3030706Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3031219Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_reduction_with_dim_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3031711Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_maximum_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3032182Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_mean_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3081623Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_median_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3082955Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_meshgrid_variadic_tensors_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3084007Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_reduction_with_dim_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3084944Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_msort_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3085833Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_mul_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3086858Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:49:26.3087828Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_mv_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3088734Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanmedian_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3089829Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:49:26.3090847Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_narrow_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3091823Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_native_dropout_backward_cuda_float32 XFAIL [ 17%] 2022-11-23T02:49:26.3092791Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_native_layer_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3093823Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:49:26.3095056Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:49:26.3096208Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:49:26.3097318Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:49:26.3098416Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:49:26.3099523Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T02:49:26.3100753Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3101986Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3103044Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3104089Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3105129Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_alpha_dropout_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3106166Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_batch_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3107156Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_celu_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3108151Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv1d_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3109211Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3110333Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3111460Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3112512Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 17%] 2022-11-23T02:49:26.3113752Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3114795Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3115838Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cosine_similarity_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3116900Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cross_entropy_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3117939Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_ctc_loss_cuda_float32 XFAIL [ 18%] 2022-11-23T02:49:26.3118936Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout2d_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3119909Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_elu_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3120924Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_bag_cuda_float32 XFAIL [ 18%] 2022-11-23T02:49:26.3121945Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3122970Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_embedding_functorch_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3124133Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3125410Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3126841Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_gelu_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3133930Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_glu_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3135032Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardsigmoid_cuda_float32 XFAIL [ 18%] 2022-11-23T02:49:26.3136110Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardswish_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3137167Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardtanh_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3138824Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_huber_loss_cuda_float32 XFAIL [ 18%] 2022-11-23T02:49:26.3139937Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3141058Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3142147Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_linear_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3143244Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3144363Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3145420Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_kl_div_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3146482Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_l1_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3147517Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_layer_norm_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3148550Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_leaky_relu_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3149566Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_linear_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3150940Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_logsigmoid_cuda_float32 XFAIL [ 18%] 2022-11-23T02:49:26.3152077Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3153051Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool2d_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3165283Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3166468Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3167546Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3168602Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mish_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3169619Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mse_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3170355Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3172008Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multilabel_margin_loss_cuda_float32 XFAIL [ 18%] 2022-11-23T02:49:26.3173451Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 XFAIL [ 18%] 2022-11-23T02:49:26.3174320Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_nll_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3175373Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_normalize_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3176649Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_circular_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3177733Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3178795Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3179848Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_prelu_cuda_float32 PASSED [ 18%] 2022-11-23T02:49:26.3180846Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_selu_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3181868Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3182909Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_soft_margin_loss_cuda_float32 XFAIL [ 19%] 2022-11-23T02:49:26.3183943Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softmin_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3184979Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3186032Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softplus_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3187056Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_tanhshrink_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3188118Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3189241Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3190361Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_upsample_nearest_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3191491Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:49:26.3192545Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_fro_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3193596Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:49:26.3194630Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_polar_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3195849Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_0_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3196875Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_2_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3197921Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_4_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3198911Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_positive_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3199870Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_pow_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3200796Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_prod_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3201726Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_rad2deg_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3202786Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:49:26.3203931Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:49:26.3205097Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:49:26.3206140Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_ravel_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3207084Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_real_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3208203Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_remainder_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3209176Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_repeat_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3210161Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_repeat_interleave_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3211230Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:49:26.3212285Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_roll_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3213221Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3214190Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_0_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3215179Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_3_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3216183Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_round_decimals_neg_3_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3217143Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_rsqrt_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3218192Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_scalar_tensor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:49:26.3219274Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_add_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3220278Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_mean_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3221296Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_segment_reduce_lengths_cuda_float32 XFAIL [ 19%] 2022-11-23T02:49:26.3222354Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_segment_reduce_offsets_cuda_float32 XFAIL [ 19%] 2022-11-23T02:49:26.3223347Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_select_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3224359Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sgn_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3225279Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sigmoid_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3225798Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sign_cuda_float32 PASSED [ 19%] 2022-11-23T02:49:26.3226351Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:49:26.3227168Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3227778Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3228300Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sinc_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3228774Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_slice_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3229234Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_softmax_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3229736Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_softmax_with_dtype_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3230225Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sort_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3230718Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sparse_sampled_addmm_cuda_float32 XFAIL [ 20%] 2022-11-23T02:49:26.3231280Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3231907Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3232543Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3233315Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 20%] 2022-11-23T02:49:26.3233993Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3234628Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3235191Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i1e_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3235764Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3236433Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 20%] 2022-11-23T02:49:26.3237091Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3237712Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3238334Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3238954Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3239487Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_ndtr_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3240022Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3240633Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3241275Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3242068Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 20%] 2022-11-23T02:49:26.3242736Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3243293Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_xlog1py_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3243846Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:49:26.3244371Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3244841Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_list_args_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3245341Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_split_with_sizes_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3245830Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sqrt_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3246299Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_square_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3246771Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_stack_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3247244Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_std_mean_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3247694Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_stft_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3248238Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_svd_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3248727Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_t_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3249206Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_take_along_dim_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3249688Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_tan_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3250154Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_tanh_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3250628Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_tensordot_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3251079Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_tile_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3251535Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_topk_cuda_float32 PASSED [ 20%] 2022-11-23T02:49:26.3252002Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_transpose_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3252490Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_trapezoid_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3252958Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_trapz_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3253421Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_tril_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3253880Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_true_divide_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3254357Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_trunc_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3254826Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_unflatten_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3255303Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_unfold_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3255839Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T02:49:26.3256440Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T02:49:26.3257032Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T02:49:26.3257549Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_as_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3258118Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_copy_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3258587Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3259056Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_vstack_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3259519Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_zero__cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3260040Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T02:49:26.3260621Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 21%] 2022-11-23T02:49:26.3261172Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_T_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3261662Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_T_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3262190Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_broadcast_to_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3262726Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_conj_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3263247Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_conj_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3263774Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_contiguous_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3264397Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_diagonal_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3264957Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_diagonal_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3265472Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_expand_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3266381Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_dsplit_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3267705Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_hsplit_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3268716Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_hsplit_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3269762Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_list_args_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3270790Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_list_args_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3271811Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_unbind_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3272831Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_vsplit_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3273757Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mT_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3274787Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_permute_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3275798Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_real_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3276818Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_real_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3277862Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_reshape_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3278924Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_reshape_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3279980Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_conj_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3282184Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_conj_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3283444Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_neg_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3284614Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_select_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3285762Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_select_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3286786Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_squeeze_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:49:26.3287811Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_transpose_grad_op_vjp_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3288894Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unflatten_grad_op_jvp_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3290017Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unsqueeze_grad_op_jvp_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3291147Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_complex_grad_op_jvp_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3292229Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_complex_grad_op_vjp_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3293302Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_grad_op_jvp_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3294623Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_as_grad_op_vjp_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3295745Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_grad_op_jvp_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3296738Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_T_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3297680Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp___rmatmul___cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3298625Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp___rmod___cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3299555Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp___rpow___cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3300486Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp___rsub___cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3301393Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_abs_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3302313Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_acos_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3303246Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_acosh_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3304289Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:49:26.3305445Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:49:26.3306501Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_amin_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3307541Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:49:26.3308575Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_angle_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3309612Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:49:26.3310761Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:49:26.3311875Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:49:26.3312940Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_as_strided_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3314064Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_as_strided_scatter_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3314987Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_asin_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3315911Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_asinh_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3316878Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_atleast_1d_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3317825Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_atleast_2d_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3318793Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_atleast_3d_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3319758Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_baddbmm_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3320719Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_bernoulli_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3321691Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_block_diag_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3322741Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:49:26.3323973Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:49:26.3325167Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_tensors_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3326327Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:49:26.3327612Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cartesian_prod_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3328601Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_chalf_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3329655Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:49:26.3330708Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3331675Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_inverse_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3332672Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cholesky_solve_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3333658Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_conj_physical_cuda_float32 PASSED [ 22%] 2022-11-23T02:49:26.3334614Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_constant_pad_nd_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3335597Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_contiguous_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3336553Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_copysign_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3337450Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_corrcoef_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3338400Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cos_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3339302Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cosh_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3340236Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cummax_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3341165Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cumsum_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3342093Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_diag_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3343025Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_diagflat_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3343990Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_diagonal_copy_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3344960Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_diagonal_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3345916Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_diagonal_scatter_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3347073Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_div_floor_rounding_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3348088Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_div_no_rounding_mode_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3349065Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_double_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3350098Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_double_functorch_no_channels_last_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3351114Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_dsplit_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3352003Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_einsum_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3352933Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_erf_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3353814Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_erfc_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3354719Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_exp2_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3355681Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_expand_as_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3356591Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_fft_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3357493Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_fftshift_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3358410Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfft_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3359194Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfftn_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3360145Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifft2_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3361033Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfft2_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3361999Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfft_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3362843Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_ihfftn_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3363762Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfftn_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3364642Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfft2_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3365542Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfft_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3366378Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fliplr_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3367233Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_flipud_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3367929Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fmax_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3368536Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fmin_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3369129Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fmod_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3369576Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_frac_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3370080Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:49:26.3370627Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:49:26.3371140Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_gather_cuda_float32 PASSED [ 23%] 2022-11-23T02:49:26.3371643Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:49:26.3372203Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:49:26.3373126Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:49:26.3374035Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_half_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3375251Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_hypot_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3376176Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_index_add_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3377025Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_index_copy_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3377961Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:49:26.3378754Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:49:26.3379841Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:49:26.3381040Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:49:26.3382381Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:49:26.3383345Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_kthvalue_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3384085Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_lerp_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3384555Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_lgamma_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3385020Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cond_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3385653Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cross_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3386154Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eig_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3386629Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigh_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3387090Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigvals_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3387791Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_householder_product_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3388562Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_inv_ex_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3389044Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_solve_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3389524Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_norm_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3390120Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:49:26.3390727Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:49:26.3391273Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_multi_dot_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3391735Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_norm_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3392238Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3392729Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_pinv_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3393195Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_qr_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3393663Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_ex_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3394289Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_svd_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3394747Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vander_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3395406Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:49:26.3396189Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_log10_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3396643Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_log2_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3397124Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_log_softmax_with_dtype_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3397608Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_logaddexp_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3398069Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_logdet_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3398579Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:49:26.3399093Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_logit_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3399607Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:49:26.3400176Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:49:26.3400670Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_mT_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3401258Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_amax_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3401733Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_amin_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3402471Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_fill_cuda_float32 PASSED [ 24%] 2022-11-23T02:49:26.3403076Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3403612Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_log_softmax_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3404102Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_logaddexp_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3404587Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_mean_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3405059Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_median_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3405526Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_norm_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3405972Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_prod_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3406446Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_scatter_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3406930Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_select_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3407403Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_softmax_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3408024Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_var_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3408622Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_max_binary_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3409225Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_maximum_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3409925Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_mean_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3410793Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_median_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3411318Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_min_reduction_no_dim_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3411789Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_minimum_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3412244Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_mm_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3412695Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_msort_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3413130Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_mul_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3414326Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3415430Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3416366Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nan_to_num_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3416901Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nansum_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3417428Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:49:26.3417948Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_narrow_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3418414Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_native_dropout_backward_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3418905Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_native_layer_norm_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3419442Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:49:26.3420025Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:49:26.3420595Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:49:26.3421337Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:49:26.3422687Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3423295Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3423817Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3424396Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_alpha_dropout_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3424908Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool1d_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3425418Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool2d_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3425925Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_avg_pool3d_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3426431Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_batch_norm_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3427085Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_bilinear_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3427840Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3428945Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3429992Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_celu_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3430868Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv1d_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3431454Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_cuda_float32 PASSED [ 25%] 2022-11-23T02:49:26.3431989Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3432573Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3433145Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3433700Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cosine_similarity_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3434704Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cross_entropy_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3435745Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_ctc_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3436686Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout2d_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3437287Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout3d_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3437787Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_dropout_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3438302Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_bag_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3438813Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_functorch_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3439376Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3439934Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3440464Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3441157Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_gelu_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3441784Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_glu_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3442539Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_grid_sample_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3443060Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_group_norm_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3443571Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardsigmoid_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3444221Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardswish_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3444735Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardtanh_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3445256Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3445792Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3446335Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3446855Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_linear_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3447512Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3448101Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3448852Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_linear_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3449372Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_local_response_norm_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3449897Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3450416Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool1d_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3450937Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3451424Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mish_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3451922Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3452576Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3453119Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3453642Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_nll_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3454309Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_normalize_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3454939Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_circular_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3455588Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_constant_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3456101Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_reflect_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3456622Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pad_replicate_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3457135Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3457640Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_prelu_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3458128Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_relu_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3458614Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_rrelu_cuda_float32 PASSED [ 26%] 2022-11-23T02:49:26.3459184Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3459729Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3460284Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softmin_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3461305Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softshrink_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3462227Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softsign_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3462749Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3463276Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_upsample_nearest_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3463806Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:49:26.3464311Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_norm_fro_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3464770Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_norm_nuc_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3465470Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:49:26.3466396Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_pca_lowrank_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3467044Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_1_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3467693Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_4_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3468145Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_pow_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3468892Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_put_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3469507Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_qr_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3469964Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_quantile_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3470571Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_rad2deg_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3471102Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:49:26.3471669Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:49:26.3472217Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:49:26.3472734Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_reciprocal_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3473204Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_renorm_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3473660Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_repeat_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3474122Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_reshape_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3474820Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:49:26.3475387Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:49:26.3476276Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_resolve_conj_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3476739Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_roll_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3477192Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_round_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3477759Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_3_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3478250Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_rsub_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3478703Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_scatter_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3479186Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_amax_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3479659Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_amin_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3480147Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_prod_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3480635Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_sum_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3481129Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_segment_reduce_lengths_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3481811Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_select_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3482415Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_select_scatter_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3483127Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sgn_cuda_float32 PASSED [ 27%] 2022-11-23T02:49:26.3483618Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:49:26.3484223Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:49:26.3484838Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:49:26.3485435Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:49:26.3486014Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:49:26.3486515Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sin_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3486965Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sinc_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3487402Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_slice_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3487981Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_softmax_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3488615Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_softmax_with_dtype_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3489218Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sort_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3489910Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sparse_sampled_addmm_cuda_float32 XFAIL [ 28%] 2022-11-23T02:49:26.3490460Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:49:26.3491055Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:49:26.3491644Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:49:26.3492277Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:49:26.3492894Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:49:26.3493512Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:49:26.3494056Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_i0e_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3494704Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:49:26.3495548Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T02:49:26.3496503Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:49:26.3497043Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_ndtri_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3497626Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T02:49:26.3498324Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T02:49:26.3498963Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:49:26.3499470Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_split_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3499924Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sqrt_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3500377Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_squeeze_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3500827Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_stack_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3501276Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_stft_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3502196Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sum_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3503075Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sum_to_size_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3503553Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_symeig_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3504358Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_t_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3504950Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_take_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3505573Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_tanh_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3506016Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_tensordot_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3506475Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_to_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3506926Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_to_sparse_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3507380Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_topk_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3507831Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_trace_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3508482Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_transpose_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3508961Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_trapezoid_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3509736Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_triangular_solve_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3510230Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_tril_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3510669Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_triu_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3511110Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_trunc_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3511558Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_unbind_cuda_float32 PASSED [ 28%] 2022-11-23T02:49:26.3512069Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:49:26.3512734Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:49:26.3513332Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:49:26.3513819Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_var_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3514365Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_var_mean_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3515185Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_view_as_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3515646Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_view_copy_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3516238Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_view_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3516801Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_where_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3517252Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_zero__cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3517710Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp___getitem___cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3518197Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp___getitem___functorch_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3518672Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp___rdiv___cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3519145Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmatmul___cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3519596Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmul___cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3520042Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_addcmul_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3520525Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmm_decomposed_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3520999Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_addr_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3521449Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_amax_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3522034Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_amin_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3522484Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_angle_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3523402Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:49:26.3524146Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:49:26.3524809Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:49:26.3525342Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_as_strided_scatter_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3525814Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_asin_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3526269Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_atan2_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3526726Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_atan_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3527185Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_3d_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3527648Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_bernoulli_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3528112Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_bfloat16_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3528689Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_block_diag_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3529193Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_tensors_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3529820Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_to_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3530562Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:49:26.3531198Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:49:26.3531723Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_ceil_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3532186Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cfloat_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3532642Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_chalf_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3533206Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:49:26.3534161Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_inverse_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3535048Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_min_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3535965Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_clone_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3536438Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_combinations_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3537186Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_conj_cuda_float32 PASSED [ 29%] 2022-11-23T02:49:26.3537967Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_constant_pad_nd_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3538665Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_corrcoef_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3539147Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cos_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3539599Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cosh_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3540031Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cov_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3540616Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumprod_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3541581Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumsum_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3542658Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cumulative_trapezoid_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3543984Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_deg2rad_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3544868Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_diag_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3545764Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_diag_embed_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3546648Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagonal_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3547594Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagonal_scatter_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3548509Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_dist_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3549560Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_floor_rounding_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3550786Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_double_functorch_no_channels_last_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3551788Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_dsplit_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3552716Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_dstack_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3553609Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_einsum_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3554605Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:49:26.3555709Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:49:26.3557161Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:49:26.3558380Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:49:26.3559356Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_erfc_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3560252Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_exp2_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3561138Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_exp_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3562058Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_expand_as_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3563129Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_expand_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3563738Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_expm1_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3564886Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:49:26.3566811Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fft2_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3567806Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fft_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3568753Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfft2_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3569892Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfft_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3570965Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifft2_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3572039Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifft_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3572998Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifftn_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3573982Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ifftshift_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3574982Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfft2_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3575926Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfft_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3577041Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfft2_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3578467Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfft_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3579381Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_irfftn_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3579878Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfft2_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3580340Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fill_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3580789Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_flatten_cuda_float32 PASSED [ 30%] 2022-11-23T02:49:26.3581263Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_flip_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3581729Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_flipud_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3582192Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_floor_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3582731Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3583263Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_frac_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3583954Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3584458Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_gather_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3585207Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3585890Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_gradient_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3586389Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_half_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3586915Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3587433Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_hsplit_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3587891Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_hstack_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3588338Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_hypot_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3588857Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3589375Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_copy_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3589845Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_put_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3590487Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_put_functorch_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3590990Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_reduce_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3591607Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_inner_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3592300Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3592915Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3593484Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3594047Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3594614Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3595224Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3595900Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_kron_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3596356Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_kthvalue_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3596855Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3597556Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigh_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3598048Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigvals_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3598846Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eigvalsh_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3599341Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_inv_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3599884Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3600419Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lstsq_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3600909Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3601407Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3601899Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_factor_ex_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3602487Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_solve_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3603006Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_norm_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3603576Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:49:26.3604269Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_norm_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3604746Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_pinv_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3605374Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_pinv_hermitian_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3605980Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_qr_cuda_float32 PASSED [ 31%] 2022-11-23T02:49:26.3606461Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_slogdet_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3606956Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_tensorinv_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3607455Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vector_norm_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3607996Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:49:26.3608502Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_log1p_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3608968Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_log2_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3609425Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3609890Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_softmax_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3610388Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_log_softmax_with_dtype_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3611049Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_logaddexp2_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3611547Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_logaddexp_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3612202Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:49:26.3613052Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:49:26.3613569Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_logit_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3614091Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:49:26.3614610Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_logsumexp_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3615139Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:49:26.3615737Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:49:26.3616282Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_solve_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3616742Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_unpack_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3617203Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_mH_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3617801Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_mT_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3618437Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_amax_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3619341Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_fill_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3619936Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_median_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3620433Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_scatter_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3621071Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_softmax_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3621553Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_softmin_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3622042Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_sum_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3622561Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_matmul_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3623252Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_matrix_exp_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3623729Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_binary_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3624273Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3624800Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_reduction_no_dim_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3625535Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_meshgrid_list_of_tensors_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3626225Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_binary_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3626964Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_minimum_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3627830Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_mm_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3628735Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_mode_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3629644Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_movedim_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3630578Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_msort_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3631487Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_mul_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3632542Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:49:26.3633693Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_mv_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3634846Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3635341Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanmean_cuda_float32 PASSED [ 32%] 2022-11-23T02:49:26.3635796Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nansum_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3636271Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_narrow_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3636753Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_native_layer_norm_cuda_float32 XFAIL [ 33%] 2022-11-23T02:49:26.3637309Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 33%] 2022-11-23T02:49:26.3637899Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 33%] 2022-11-23T02:49:26.3638470Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 33%] 2022-11-23T02:49:26.3639264Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 33%] 2022-11-23T02:49:26.3640132Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3640688Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3641223Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3641885Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3642443Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool1d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3642958Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool2d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3643213Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_batch_norm_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3643482Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3643726Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_celu_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3643981Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3644267Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3644536Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3644806Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3645110Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3645511Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3645789Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3646154Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout2d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3646430Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout3d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3646823Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_dropout_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3647073Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_elu_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3647528Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 33%] 2022-11-23T02:49:26.3647800Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3648061Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3648302Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_glu_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3648634Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_grid_sample_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 33%] 2022-11-23T02:49:26.3648892Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardshrink_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3649219Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardsigmoid_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 33%] 2022-11-23T02:49:26.3649481Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardswish_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3649735Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hardtanh_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3650002Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3650262Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_instance_norm_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3650609Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_area_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3650902Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3651167Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3651421Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_layer_norm_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3651672Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_leaky_relu_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3652037Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool1d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3652309Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool2d_cuda_float32 PASSED [ 33%] 2022-11-23T02:49:26.3652586Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool1d_cuda_float32 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:49:26.3652979Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3653248Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool3d_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3653507Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3653895Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3654241Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T02:49:26.3654585Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T02:49:26.3654835Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_nll_loss_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3655095Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_replicate_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3655414Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pdist_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T02:49:26.3655787Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3656049Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3656293Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_relu6_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3656535Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_relu_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3656773Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_silu_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3657026Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softplus_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3657279Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softshrink_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3657532Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softsign_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3657786Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_threshold_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3658031Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_unfold_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3658258Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_fro_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3658485Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_inf_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3658795Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_normal_number_mean_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3659299Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:49:26.3659573Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_ops_aten_index_put_functorch_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3659899Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_ormqr_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3660150Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_outer_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3660522Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_3_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3660750Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_pow_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3660970Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_prod_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3661200Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_rad2deg_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3661491Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:49:26.3661772Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:49:26.3662003Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_repeat_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3662233Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_reshape_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3662468Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_resolve_conj_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3662699Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_resolve_neg_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3662923Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_roll_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3663143Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_rot90_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3663383Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_0_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3663621Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_3_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3663958Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_rsqrt_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3664182Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_rsub_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3664475Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_scalar_tensor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:49:26.3664700Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3664944Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_amax_cuda_float32 PASSED [ 34%] 2022-11-23T02:49:26.3665169Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_prod_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3665463Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3665949Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 35%] 2022-11-23T02:49:26.3666193Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_select_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3666564Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_select_scatter_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3667016Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3667421Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3667731Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3667951Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sinc_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3668171Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sinh_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3668398Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_softmax_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3668696Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3668991Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3669288Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3669580Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3669871Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3670192Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3670542Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T02:49:26.3670857Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3671174Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3671410Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i0e_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3671643Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i1_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3671871Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_i1e_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3672458Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T02:49:26.3672708Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_ndtri_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3673124Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3673591Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3673958Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T02:49:26.3674316Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T02:49:26.3674631Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3674855Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_xlog1py_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3675144Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:49:26.3675455Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3675709Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_square_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3675939Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_squeeze_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3676163Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_stack_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3676388Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sub_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3676607Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sum_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3676830Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_symeig_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3677050Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_take_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3677264Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_tan_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3677497Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_tensor_split_cuda_float32 XFAIL [ 35%] 2022-11-23T02:49:26.3677718Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_to_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3677940Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_trace_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3678171Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_trapezoid_cuda_float32 PASSED [ 35%] 2022-11-23T02:49:26.3678394Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_trapz_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3678641Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_triangular_solve_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3678986Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_triu_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3679217Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_unflatten_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3679556Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_unfold_copy_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3679993Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:49:26.3680290Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:49:26.3680630Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_unsqueeze_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3680851Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_var_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3681072Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_vdot_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3681311Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_as_complex_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3681530Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3681759Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_vsplit_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3681984Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_vstack_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3682207Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_where_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3682427Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_xlogy_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3682650Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_zero__cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3682934Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:49:26.3683220Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:49:26.3683438Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_H_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3683663Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap___radd___cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3684346Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap___rdiv___cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3684641Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmatmul___cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3684868Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap___rpow___cuda_float32 XFAIL [ 36%] 2022-11-23T02:49:26.3685101Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_addbmm_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3685496Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_addcdiv_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3685730Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_addr_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3686153Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:49:26.3686513Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_amin_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3686805Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:49:26.3687095Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:49:26.3687380Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:49:26.3687616Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_as_strided_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3687839Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_atan2_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3688060Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_atan_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3688285Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_atanh_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3688511Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_3d_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3688741Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_baddbmm_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3689011Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_bfloat16_functorch_no_channels_last_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3689243Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_block_diag_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3689686Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:49:26.3689933Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_tensors_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3690217Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:49:26.3690457Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cartesian_prod_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3690687Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cdist_cuda_float32 PASSED [ 36%] 2022-11-23T02:49:26.3690910Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cfloat_cuda_float32 XFAIL [ 36%] 2022-11-23T02:49:26.3691126Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_chalf_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3691397Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:49:26.3691815Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:49:26.3692093Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_inverse_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3692335Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_solve_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3692679Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_cuda_float32 XFAIL [ 37%] 2022-11-23T02:49:26.3693148Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_max_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3693421Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_combinations_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3693658Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_conj_physical_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3693891Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_corrcoef_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3694109Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cov_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3694328Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cross_cuda_float32 XFAIL [ 37%] 2022-11-23T02:49:26.3694552Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cummax_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3694774Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cummin_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3695002Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumprod_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3695228Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumsum_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3695479Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cumulative_trapezoid_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3695713Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_diag_embed_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3695951Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagonal_copy_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3696179Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagonal_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3696422Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagonal_scatter_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3696648Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_digamma_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3696859Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_dist_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3697107Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_floor_rounding_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3697362Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_no_rounding_mode_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3697599Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_div_trunc_rounding_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3697928Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_dot_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3698259Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_dsplit_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3698550Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_dstack_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3698774Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_einsum_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3699189Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:49:26.3699589Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:49:26.3699823Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_erfc_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3700050Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_erfinv_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3700277Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_exp_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3700501Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_expm1_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3700729Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fft2_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3700955Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fft_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3701183Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fftn_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3701502Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfft2_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3701760Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfftn_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3701987Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifft_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3702225Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfft2_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3702458Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfftn_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3702689Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfftn_cuda_float32 PASSED [ 37%] 2022-11-23T02:49:26.3702895Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fill_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3703120Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_flip_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3703347Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_cuda_float32 XFAIL [ 38%] 2022-11-23T02:49:26.3703645Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3703864Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmax_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3704092Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmin_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3704310Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fmod_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3704527Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_frac_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3704903Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_frexp_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3705199Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3705603Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3706099Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3706350Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_gradient_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3706711Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_grid_sampler_2d_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3706941Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_hstack_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3707165Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_hypot_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3707386Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_i0_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3707670Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3707908Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_copy_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3708137Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_put_cuda_float32 XFAIL [ 38%] 2022-11-23T02:49:26.3708387Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_put_functorch_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3708612Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_reduce_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3708932Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3709214Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3709495Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3709859Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3710174Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3710490Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3710795Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3711025Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_kthvalue_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3711405Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_ldexp_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3711649Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_lgamma_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3711887Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cross_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3712359Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigh_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3712716Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigvals_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3712960Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_inv_ex_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3713268Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3713572Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3713833Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3714065Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3714311Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_factor_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3714629Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:49:26.3714864Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_multi_dot_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3715236Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_pinv_hermitian_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3715470Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_qr_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3715728Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_triangular_cuda_float32 PASSED [ 38%] 2022-11-23T02:49:26.3715970Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_svdvals_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3716200Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_tensorinv_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3716448Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_tensorsolve_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3716687Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vecdot_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3716933Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vector_norm_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3717161Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_log10_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3717385Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3717648Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_softmax_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3718034Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_log_softmax_with_dtype_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3718367Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_logaddexp2_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3718885Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:49:26.3719357Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:49:26.3719597Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_logit_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3719917Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:49:26.3720195Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:49:26.3720416Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3720638Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_mT_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3720878Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_amax_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3721179Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:49:26.3721421Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_cumprod_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3721669Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_logsumexp_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3721902Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_mean_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3722139Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_median_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3722357Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_norm_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3722596Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_prod_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3722837Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_scatter_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3723072Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_select_cuda_float32 XFAIL [ 39%] 2022-11-23T02:49:26.3723308Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_softmax_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3723662Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_softmin_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3723897Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_std_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3724174Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_matmul_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3724545Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_matrix_exp_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3724778Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_mean_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3725008Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_median_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3725582Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_binary_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3725833Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_minimum_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3726061Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_mm_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3726285Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_msort_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3726508Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_mul_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3726760Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3726988Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanmean_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3727316Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanquantile_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3727563Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_narrow_cuda_float32 XFAIL [ 39%] 2022-11-23T02:49:26.3727766Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_neg_cuda_float32 PASSED [ 39%] 2022-11-23T02:49:26.3728069Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:49:26.3728362Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T02:49:26.3728647Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T02:49:26.3728938Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T02:49:26.3729245Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:49:26.3729521Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3729792Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3730055Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3730313Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool1d_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3730590Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3730984Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_bilinear_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3731328Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3731580Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_celu_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3731828Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3732682Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3733050Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3733338Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3733611Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3733880Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3734149Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3734407Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout3d_cuda_float32 XFAIL [ 40%] 2022-11-23T02:49:26.3734684Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:49:26.3734930Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_elu_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3735187Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3735454Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_functorch_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3735852Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:49:26.3736177Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:49:26.3736422Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_glu_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3736689Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_grid_sample_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3736947Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_group_norm_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3737205Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardshrink_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3737460Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardtanh_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3737733Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3738164Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_area_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3738451Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3738913Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_linear_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3739472Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_l1_loss_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3739885Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_layer_norm_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3740144Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_linear_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3740415Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_local_response_norm_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3740681Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_logsigmoid_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3740954Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3741205Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool1d_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3741614Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool2d_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3741862Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_pool3d_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3742128Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3742389Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool2d_cuda_float32 PASSED [ 40%] 2022-11-23T02:49:26.3742641Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mish_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3742894Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3743144Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3743430Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3743685Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_nll_loss_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3743946Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_circular_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3744202Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_constant_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3744743Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pairwise_distance_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3745042Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3745443Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_relu_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3745831Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_rrelu_cuda_float32 SKIPPED (Skipped!) [ 41%] 2022-11-23T02:49:26.3746091Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_silu_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3746341Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softmin_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3746609Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3746865Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softshrink_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3747124Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_tanhshrink_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3747378Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_threshold_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3747645Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3747913Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_upsample_nearest_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3748202Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:49:26.3748428Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3748657Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_inf_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3748952Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:49:26.3749309Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:49:26.3749538Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_polar_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3749909Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_2_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3750148Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_3_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3750399Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_4_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3750630Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_positive_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3750855Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_prod_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3751244Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_put_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3751479Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_qr_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3751711Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_quantile_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3752052Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_ravel_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3752377Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_real_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3752618Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_reciprocal_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3752846Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_repeat_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3753080Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_reshape_as_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3753393Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_reshape_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3753708Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:49:26.3753998Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:49:26.3754238Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_resolve_neg_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3754461Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_roll_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3754683Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_rot90_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3754900Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_cuda_float32 PASSED [ 41%] 2022-11-23T02:49:26.3755147Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_neg_3_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3755498Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_rsub_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3755945Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_add_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3756247Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_amax_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3756502Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_amin_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3756740Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_mean_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3756977Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_prod_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3757233Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_segment_reduce_lengths_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3757591Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_select_scatter_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3757910Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3758233Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3758572Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sigmoid_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3759164Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3759485Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3759707Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sin_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3759928Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sinc_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3760156Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sinh_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3760397Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_slice_scatter_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3760628Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_softmax_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3760933Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3761232Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3761533Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3761854Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3762251Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3762634Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 42%] 2022-11-23T02:49:26.3762997Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 42%] 2022-11-23T02:49:26.3763234Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_entr_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3763474Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_erfcx_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3763780Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3764020Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i0e_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3764411Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i1e_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3764742Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3765174Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3765618Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3765937Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3766261Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3766574Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3766869Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:49:26.3767222Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_with_sizes_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3767451Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_square_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3767678Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_stack_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3767908Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_std_mean_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3768143Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sum_to_size_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3768368Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_t_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3768625Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_tanh_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3768858Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_tensordot_cuda_float32 PASSED [ 42%] 2022-11-23T02:49:26.3769083Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_tile_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3769324Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_to_cuda_float32 SKIPPED (Skipped!) [ 43%] 2022-11-23T02:49:26.3769580Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_to_sparse_cuda_float32 SKIPPED (Skipped!) [ 43%] 2022-11-23T02:49:26.3769800Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_topk_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3770024Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_trace_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3770309Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_transpose_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3770569Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_trapezoid_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3770926Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_trapz_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3771185Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_triangular_solve_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3771523Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_tril_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3771854Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_triu_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3772119Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_true_divide_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3772349Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_unbind_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3772576Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_unfold_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3772811Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_unsqueeze_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3773034Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_var_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3773269Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_as_complex_cuda_float32 XFAIL [ 43%] 2022-11-23T02:49:26.3773496Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_as_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3773725Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_copy_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3773946Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_view_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3774172Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_where_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3774389Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_xlogy_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3774680Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:49:26.3774918Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_T_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3775155Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_T_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3775915Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___radd___cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3776167Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rdiv___cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3776401Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmod___cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3776632Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmod___cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3776862Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rpow___cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3777181Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rpow___cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3777534Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad__softmax_backward_data_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3777780Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_abs_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3778165Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_abs_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3778537Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acos_cuda_float32 PASSED [ 43%] 2022-11-23T02:49:26.3778786Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acosh_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3779020Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_add_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3779263Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addbmm_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3779607Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcdiv_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3779868Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcmul_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3780110Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3780378Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_decomposed_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3780619Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmv_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3780857Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addr_cuda_float64 PASSED [ 43%] 2022-11-23T02:49:26.3781159Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:49:26.3781468Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3781709Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amax_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3781947Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amax_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3782178Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amin_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3782415Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_amin_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3782719Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_aminmax_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3783014Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3783317Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3783621Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmin_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3784064Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argsort_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3784528Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asin_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3784823Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asinh_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3785189Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan2_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3785432Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3785689Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_1d_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3785932Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_1d_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3786181Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_2d_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3786436Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_2d_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3786685Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_3d_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3786925Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atleast_3d_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3787169Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_baddbmm_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3787416Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bernoulli_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3787792Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3788063Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_block_diag_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3788312Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_block_diag_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3788555Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bmm_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3788892Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3789212Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3789533Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3789800Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_tensors_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3790065Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_tensors_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3790483Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_to_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3790807Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3791213Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3791606Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdist_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3791858Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ceil_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3792096Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ceil_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3792340Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cfloat_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3792579Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chalf_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3792988Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:49:26.3793244Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_solve_cuda_float64 PASSED [ 44%] 2022-11-23T02:49:26.3793486Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3793734Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_max_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3793975Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clone_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3794228Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_column_stack_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3794485Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_combinations_cuda_float32 PASSED [ 44%] 2022-11-23T02:49:26.3794738Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_complex_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3794977Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3795231Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_physical_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3795490Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_constant_pad_nd_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3795741Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_contiguous_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3796042Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cos_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3796312Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cross_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3796546Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cross_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3796948Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummax_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3797191Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummax_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3797438Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumprod_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3797780Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumsum_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3798220Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumulative_trapezoid_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3798480Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_deg2rad_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3798716Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3798963Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_embed_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3799216Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagflat_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3799453Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3799713Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_scatter_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3799952Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diff_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3800199Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_digamma_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3800462Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_floor_rounding_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3800727Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_no_rounding_mode_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3801106Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_trunc_rounding_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3801344Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dot_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3801584Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3801871Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3802114Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dsplit_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3802336Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dsplit_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3802567Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dstack_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3802797Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_einsum_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3803108Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:49:26.3803557Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eq_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:49:26.3803885Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:49:26.3804128Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erf_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3804561Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfc_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3804958Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfinv_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3805203Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp2_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3805446Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp2_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3805687Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3805926Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_exp_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3806169Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3806402Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_cuda_float64 PASSED [ 45%] 2022-11-23T02:49:26.3806643Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expm1_cuda_float32 PASSED [ 45%] 2022-11-23T02:49:26.3806941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:49:26.3807237Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eye_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:49:26.3807488Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft2_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3807731Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3807971Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftn_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3808203Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftn_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3808457Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft2_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3808691Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfftn_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3808939Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfftn_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3809297Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft2_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3809543Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3809784Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftn_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3810157Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftn_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3810410Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3810662Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfftn_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3811030Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3811392Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfftn_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3811645Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft2_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3811888Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3812132Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flatten_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3812371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flatten_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3812701Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fliplr_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3812967Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3813200Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3813485Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3813744Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_power_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3813986Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3814297Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_divide_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:49:26.3814535Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmax_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3814760Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmax_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3814999Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmin_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3815230Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmin_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3815468Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmod_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3815701Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fmod_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3815943Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frexp_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3816241Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:49:26.3816634Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gather_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3816884Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gather_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3817268Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_geqrf_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:49:26.3817764Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gradient_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3818018Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gradient_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3818278Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_grid_sampler_2d_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3818573Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:49:26.3818810Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_cuda_float64 PASSED [ 46%] 2022-11-23T02:49:26.3819096Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float32 PASSED [ 46%] 2022-11-23T02:49:26.3819404Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_heaviside_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:49:26.3819700Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_histc_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:49:26.3819945Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hsplit_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3820182Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hsplit_cuda_float64 PASSED [ 47%] 2022-11-23T02:49:26.3820420Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hstack_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3820660Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hypot_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3821309Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_i0_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3821609Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_i0_cuda_float64 PASSED [ 47%] 2022-11-23T02:49:26.3821899Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3822156Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_add_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3822408Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_copy_cuda_float64 PASSED [ 47%] 2022-11-23T02:49:26.3822658Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_cuda_float64 PASSED [ 47%] 2022-11-23T02:49:26.3822916Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_reduce_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3823341Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_select_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3823586Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_inner_cuda_float64 PASSED [ 47%] 2022-11-23T02:49:26.3824052Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3824535Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3824878Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3825185Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3825486Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3825771Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isin_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3826064Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3826476Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isinf_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3826776Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3827069Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isnan_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3827374Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isneginf_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3827669Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isposinf_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3827968Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3828272Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isreal_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3828597Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3828927Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3829337Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3829833Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3830172Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3830599Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3831059Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3831311Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kron_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3831560Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kthvalue_cuda_float64 PASSED [ 47%] 2022-11-23T02:49:26.3831807Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ldexp_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3832039Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ldexp_cuda_float64 PASSED [ 47%] 2022-11-23T02:49:26.3832317Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_le_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:49:26.3832560Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lerp_cuda_float64 PASSED [ 47%] 2022-11-23T02:49:26.3832802Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lgamma_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3833052Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cond_cuda_float64 PASSED [ 47%] 2022-11-23T02:49:26.3833305Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3833577Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_singular_cuda_float32 PASSED [ 47%] 2022-11-23T02:49:26.3833842Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_singular_cuda_float64 PASSED [ 47%] 2022-11-23T02:49:26.3834090Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eig_cuda_float32 XFAIL [ 48%] 2022-11-23T02:49:26.3834446Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eig_cuda_float64 XFAIL [ 48%] 2022-11-23T02:49:26.3834701Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigh_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3834957Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvals_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3835215Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvalsh_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3835494Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_householder_product_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3835777Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_householder_product_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3836030Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3836489Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:49:26.3836826Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:49:26.3837277Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:49:26.3837695Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:49:26.3838042Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3838339Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3838589Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3838873Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_cuda_float32 SKIPPED (Skipped!) [ 48%] 2022-11-23T02:49:26.3839131Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_solve_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3839396Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_power_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3839638Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_multi_dot_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3839899Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_multi_dot_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3840151Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3840403Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3840675Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3840927Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3841177Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svd_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3841435Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svdvals_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3841692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorinv_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3841956Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorsolve_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3842220Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorsolve_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3842472Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vecdot_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3842989Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vecdot_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3843265Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vector_norm_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3843629Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log10_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3844017Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log10_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3844262Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log1p_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3844499Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log2_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3844735Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3844979Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3845229Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3845482Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3845736Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp2_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3845966Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp2_cuda_float64 PASSED [ 48%] 2022-11-23T02:49:26.3846304Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3846576Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logdet_cuda_float32 PASSED [ 48%] 2022-11-23T02:49:26.3846885Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:49:26.3847196Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:49:26.3847505Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_xor_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:49:26.3847756Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logsumexp_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3848098Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:49:26.3848430Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:49:26.3848724Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:49:26.3849011Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lt_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:49:26.3849396Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_solve_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3849652Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mH_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3849889Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mH_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3850284Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mT_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3850691Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amax_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3850951Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amax_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3851302Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amin_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3851616Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:49:26.3851922Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:49:26.3852181Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumprod_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3852442Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumprod_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3852698Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumsum_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3852956Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_cumsum_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3853214Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3853498Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3853744Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_log_softmax_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3854005Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logaddexp_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3854266Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logaddexp_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3854595Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logsumexp_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3854873Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_mean_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3855129Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_median_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3855387Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_norm_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3855646Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_normalize_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3856064Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_normalize_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3856327Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_prod_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3856694Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_select_cuda_float64 XFAIL [ 49%] 2022-11-23T02:49:26.3857080Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmax_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3857339Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_std_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3857592Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_sum_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3857839Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_sum_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3858104Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matmul_cuda_float32 SKIPPED (Skipped!) [ 49%] 2022-11-23T02:49:26.3858363Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matmul_cuda_float64 SKIPPED (Skipped!) [ 49%] 2022-11-23T02:49:26.3858611Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_binary_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3858857Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_binary_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3859141Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_pool2d_with_indices_backward_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3859527Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_with_dim_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3859788Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_with_dim_cuda_float64 PASSED [ 49%] 2022-11-23T02:49:26.3860036Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_maximum_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3860259Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mean_cuda_float32 PASSED [ 49%] 2022-11-23T02:49:26.3860503Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_median_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3860752Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_median_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3861025Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3861300Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3861552Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_binary_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3861817Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_no_dim_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3862066Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_minimum_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3862464Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_minimum_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3862796Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mode_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3863239Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_msort_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3863595Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_msort_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3863839Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mul_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3864154Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:49:26.3864465Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_multinomial_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:49:26.3864702Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mv_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3864970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3865228Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3865477Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nan_to_num_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3865725Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nan_to_num_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3865972Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmean_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3866221Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmedian_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3866472Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmedian_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3866717Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nansum_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3866939Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nansum_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3867183Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3867417Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3867794Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_batch_norm_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3868056Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_batch_norm_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3868319Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_layer_norm_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3868617Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ne_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:49:26.3869069Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:49:26.3869378Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:49:26.3869809Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_zeros_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:49:26.3870238Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nextafter_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:49:26.3870543Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3870843Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3871213Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3871524Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3871809Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3872091Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3872377Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3872655Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3872928Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3873209Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_alpha_dropout_cuda_float64 PASSED [ 50%] 2022-11-23T02:49:26.3873482Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3873754Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float32 PASSED [ 50%] 2022-11-23T02:49:26.3874017Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3874273Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3874529Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3874800Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3875065Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3875496Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3875778Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_bilinear_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3876316Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_celu_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3876752Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3877062Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3877364Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3877651Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3877951Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3878249Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3878550Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3878840Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3879116Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3879510Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3879851Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3880173Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3880452Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3880757Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:49:26.3881058Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:49:26.3881349Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:49:26.3881639Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3882073Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3882365Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3882643Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3883039Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3883552Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3884122Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3884419Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3884824Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3885092Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3885354Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_elu_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3885603Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_elu_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3885885Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3886174Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3886479Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3886794Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3887100Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3887390Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3887685Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3888048Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3888338Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gelu_cuda_float32 PASSED [ 51%] 2022-11-23T02:49:26.3888608Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gelu_cuda_float64 PASSED [ 51%] 2022-11-23T02:49:26.3888882Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3889147Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3889561Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_group_norm_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3889841Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3890230Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3890620Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardswish_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3890905Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3891193Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3891470Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3891759Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3892050Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3892339Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3892623Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3893028Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3893297Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_kl_div_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3893562Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3893832Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3894088Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_linear_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3894372Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3894640Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3894927Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3895207Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL [ 52%] 2022-11-23T02:49:26.3895472Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mish_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3895755Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3896262Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3896688Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3897147Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3897462Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3897729Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3898002Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_normalize_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3898284Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3898565Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3898851Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3899123Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pdist_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3899400Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3899675Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3899953Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3900234Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3900497Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_prelu_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3900760Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_rrelu_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3901143Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_selu_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3901421Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3901696Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3901980Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 52%] 2022-11-23T02:49:26.3902249Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softplus_cuda_float32 PASSED [ 52%] 2022-11-23T02:49:26.3902663Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softsign_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3902949Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_threshold_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3903385Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3903799Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_unfold_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3904073Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_unfold_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3904355Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3904744Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:49:26.3905074Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nonzero_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:49:26.3905321Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3905568Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_inf_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3905861Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:49:26.3906142Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:49:26.3906519Z 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.) [ 53%] 2022-11-23T02:49:26.3906764Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ormqr_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3906996Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ormqr_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3907228Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_outer_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3907482Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pca_lowrank_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3907732Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pca_lowrank_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3907978Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_permute_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3908228Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pinverse_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3908472Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pinverse_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3908708Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polar_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3909067Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polar_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3910117Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3910412Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3910654Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3910926Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3911193Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3911448Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_positive_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3911689Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_positive_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3911936Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_prod_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3912179Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3912416Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_put_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3912652Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_qr_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3912899Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_quantile_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3913242Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rad2deg_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3913517Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rad2deg_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3913823Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rand_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:49:26.3914141Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:49:26.3914440Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:49:26.3914741Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 53%] 2022-11-23T02:49:26.3914982Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_real_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3915239Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reciprocal_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3915623Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_remainder_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3915878Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_remainder_cuda_float64 PASSED [ 53%] 2022-11-23T02:49:26.3916132Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_renorm_cuda_float32 PASSED [ 53%] 2022-11-23T02:49:26.3916497Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3916882Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_interleave_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3917143Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_as_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3917378Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3917685Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:49:26.3917986Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize_as__cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:49:26.3918353Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_neg_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3918596Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_roll_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3918837Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_roll_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3919079Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rot90_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3919318Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3919580Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_0_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3919837Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_3_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3920099Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_neg_3_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3920346Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsqrt_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3920584Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsub_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3920818Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsub_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3921131Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:49:26.3921453Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3921742Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amax_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3922158Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amin_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3922438Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_mean_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3922709Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_sum_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3923332Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_sum_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3923625Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_lengths_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3923897Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_lengths_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3924195Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_offsets_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3924436Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_scatter_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3924741Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:49:26.3925029Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:49:26.3925368Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:49:26.3925709Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:49:26.3925957Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sigmoid_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3926198Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sign_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3926642Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:49:26.3926969Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:49:26.3927288Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:49:26.3927591Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signbit_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:49:26.3927836Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sin_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3928078Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sin_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3928319Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinc_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3928689Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinh_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3928945Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_cuda_float32 PASSED [ 54%] 2022-11-23T02:49:26.3929179Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3929661Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_scatter_cuda_float64 PASSED [ 54%] 2022-11-23T02:49:26.3930114Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_cuda_float32 PASSED [ 55%] 2022-11-23T02:49:26.3930381Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_cuda_float64 PASSED [ 55%] 2022-11-23T02:49:26.3930644Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_with_dtype_cuda_float32 PASSED [ 55%] 2022-11-23T02:49:26.3930909Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_softmax_with_dtype_cuda_float64 PASSED [ 55%] 2022-11-23T02:49:26.3931152Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sort_cuda_float32 PASSED [ 55%] 2022-11-23T02:49:26.3931436Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 55%] 2022-11-23T02:49:26.3931722Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T02:49:26.3932037Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3932352Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3932666Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3932956Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3933252Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3933548Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3933863Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3934197Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3934571Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T02:49:26.3934940Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_entr_cuda_float64 PASSED [ 55%] 2022-11-23T02:49:26.3935337Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i0e_cuda_float64 PASSED [ 55%] 2022-11-23T02:49:26.3935600Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1_cuda_float64 PASSED [ 55%] 2022-11-23T02:49:26.3936078Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3936603Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3936984Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T02:49:26.3937354Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T02:49:26.3937613Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_log_ndtr_cuda_float32 PASSED [ 55%] 2022-11-23T02:49:26.3937938Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3938348Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3938687Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3939017Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3939344Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3939660Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3939977Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3940232Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtr_cuda_float64 PASSED [ 55%] 2022-11-23T02:49:26.3940489Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtri_cuda_float32 PASSED [ 55%] 2022-11-23T02:49:26.3940754Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtri_cuda_float64 PASSED [ 55%] 2022-11-23T02:49:26.3941051Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED [ 55%] 2022-11-23T02:49:26.3941386Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3941899Z 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) [ 55%] 2022-11-23T02:49:26.3942283Z 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) [ 55%] 2022-11-23T02:49:26.3943052Z 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) [ 55%] 2022-11-23T02:49:26.3943553Z 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) [ 55%] 2022-11-23T02:49:26.3943920Z 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) [ 55%] 2022-11-23T02:49:26.3944256Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3944519Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_xlog1py_cuda_float64 PASSED [ 55%] 2022-11-23T02:49:26.3944824Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3945132Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_zeta_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:49:26.3945377Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_cuda_float64 PASSED [ 55%] 2022-11-23T02:49:26.3945634Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_list_args_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3945891Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_list_args_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3946220Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_with_sizes_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3946504Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_with_sizes_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3946734Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_square_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3946983Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_squeeze_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3947226Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stack_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3947464Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3947702Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3947948Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_mean_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3948349Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stft_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3948595Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sub_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3948829Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3949316Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_along_dim_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3949671Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3949904Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tan_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3950141Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tan_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3950373Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tanh_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3950618Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tanh_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3950870Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensordot_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3951120Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensordot_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3951472Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tile_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3951708Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tile_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3951946Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3952181Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_topk_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3952423Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trace_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3952658Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_transpose_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3952908Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapezoid_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3953150Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapz_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3953413Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triangular_solve_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3953673Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triangular_solve_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3953912Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tril_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3954150Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tril_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3954943Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triu_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3955267Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_true_divide_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3955634Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trunc_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3956001Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trunc_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3956263Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unbind_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3956496Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unbind_cuda_float64 PASSED [ 56%] 2022-11-23T02:49:26.3956744Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unflatten_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3956998Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_copy_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3957279Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_cuda_float32 PASSED [ 56%] 2022-11-23T02:49:26.3957585Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_uniform_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:49:26.3957908Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:49:26.3958212Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:49:26.3958455Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_cuda_float64 PASSED [ 57%] 2022-11-23T02:49:26.3958694Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vdot_cuda_float64 PASSED [ 57%] 2022-11-23T02:49:26.3958952Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_complex_cuda_float64 PASSED [ 57%] 2022-11-23T02:49:26.3959200Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3959432Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_copy_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3959667Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_copy_cuda_float64 PASSED [ 57%] 2022-11-23T02:49:26.3960035Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3960270Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_cuda_float64 PASSED [ 57%] 2022-11-23T02:49:26.3960514Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vsplit_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3960747Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vsplit_cuda_float64 PASSED [ 57%] 2022-11-23T02:49:26.3960987Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vstack_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3961337Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vstack_cuda_float64 PASSED [ 57%] 2022-11-23T02:49:26.3961616Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_where_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3961849Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_xlogy_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3962213Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zero__cuda_float64 PASSED [ 57%] 2022-11-23T02:49:26.3962666Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:49:26.3962918Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall___getitem___cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3963179Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall___getitem___functorch_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3963458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rdiv___cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3963783Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmatmul___cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3964033Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmod___cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3964264Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rpow___cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3964495Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rsub___cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3964726Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_abs_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3964961Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_acosh_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3965183Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addcdiv_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3965416Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addcmul_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3965649Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmv_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3965879Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addr_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3966170Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_all_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:49:26.3966476Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_allclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:49:26.3966711Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_angle_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3966994Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_any_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:49:26.3967288Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_arange_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:49:26.3967586Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:49:26.3968045Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argsort_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:49:26.3968287Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_asin_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3968766Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_asinh_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3969141Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atan_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3969392Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_1d_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3969633Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_2d_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3969870Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atleast_3d_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3970135Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bernoulli_cuda_float32 SKIPPED (Skipped!) [ 57%] 2022-11-23T02:49:26.3970473Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bfloat16_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:49:26.3970703Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bmm_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3970950Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_to_cuda_float32 PASSED [ 57%] 2022-11-23T02:49:26.3971203Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cartesian_prod_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3971434Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ceil_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3971711Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cfloat_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:49:26.3972089Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_chalf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:49:26.3972450Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:49:26.3972690Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_min_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3972927Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clone_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3973173Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_column_stack_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3973410Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_complex_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3973659Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_constant_pad_nd_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3973898Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_copysign_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3974136Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_corrcoef_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3974529Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cos_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3974773Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cosh_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3975008Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cross_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3975372Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cummax_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3975839Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cummin_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3976305Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumsum_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3976826Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumulative_trapezoid_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3977265Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diag_embed_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3977524Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagflat_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3977772Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagonal_copy_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3978167Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dist_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3978408Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_no_rounding_mode_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3978666Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_trunc_rounding_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3978899Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_double_cuda_float32 XFAIL [ 58%] 2022-11-23T02:49:26.3979173Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_double_functorch_no_channels_last_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3979409Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dstack_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3979707Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:49:26.3980013Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_empty_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:49:26.3980311Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_equal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:49:26.3980540Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erfc_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3980769Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_exp_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3981206Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expand_as_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3981540Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fft2_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3982125Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfft2_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3982378Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfft_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3982614Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifft2_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3982852Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifftn_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3983097Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifftshift_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3983338Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfft2_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3983576Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfft_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3983810Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfftn_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3984039Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fill_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3984273Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flatten_cuda_float32 PASSED [ 58%] 2022-11-23T02:49:26.3984486Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flip_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3984732Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_power_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3984962Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_floor_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3985186Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmax_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3985417Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmod_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3985640Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_frac_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3985934Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_full_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3986170Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gather_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3986463Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_geqrf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3986890Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_grid_sampler_2d_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3987217Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_half_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3987625Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_T_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3987900Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmatmul___cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3988277Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmod___cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3988772Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule__softmax_backward_data_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3989046Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_acosh_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3989304Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addcdiv_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3989562Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addcmul_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3989812Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmm_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3990063Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmv_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3990406Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addr_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3990752Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_allclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3991000Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_amin_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3991317Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_aminmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3991631Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_arange_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3991927Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3992238Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3992551Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argsort_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3992833Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_as_strided_cuda_float32 SKIPPED (Skipped!) [ 59%] 2022-11-23T02:49:26.3993089Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_asin_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3993334Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atan_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3993596Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_baddbmm_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3993994Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bernoulli_cuda_float32 SKIPPED (Skipped!) [ 59%] 2022-11-23T02:49:26.3994379Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3994772Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_block_diag_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3995291Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bmm_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3995731Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bool_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3996071Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3996336Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_to_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3996657Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bucketize_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3997024Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_byte_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3997294Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cartesian_prod_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3997550Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cat_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3997807Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cdouble_cuda_float32 XFAIL [ 59%] 2022-11-23T02:49:26.3998056Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ceil_cuda_float32 PASSED [ 59%] 2022-11-23T02:49:26.3998368Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:49:26.3998701Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.3998985Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_max_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.3999248Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_column_stack_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.3999504Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_complex_cuda_float32 XFAIL [ 60%] 2022-11-23T02:49:26.3999769Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_conj_physical_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4000030Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_contiguous_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4000285Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_copysign_cuda_float32 XFAIL [ 60%] 2022-11-23T02:49:26.4000674Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_corrcoef_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4000938Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cosh_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4001319Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cov_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4001841Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cross_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4002113Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cummax_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4002365Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cummin_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4002615Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumsum_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4002870Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_deg2rad_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4003131Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagflat_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4003397Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagonal_copy_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4003676Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4004060Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_trunc_rounding_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4004353Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4004607Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dsplit_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4004862Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_einsum_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4005175Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:49:26.4005482Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_eq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:49:26.4005787Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_equal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:49:26.4006049Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expand_as_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4006302Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expm1_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4006604Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_eye_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:49:26.4007018Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fft2_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4007350Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfft2_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4007604Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfft_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4008012Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_hfftn_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4008391Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifft2_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4008647Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifftshift_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4008900Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfft2_cuda_float32 XFAIL [ 60%] 2022-11-23T02:49:26.4009157Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfft_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4009410Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfft_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4009663Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfftn_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4009925Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fill_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4010177Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flip_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4010433Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flipud_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4010781Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:49:26.4011047Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_power_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4011300Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_floor_cuda_float32 PASSED [ 60%] 2022-11-23T02:49:26.4011622Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_floor_divide_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:49:26.4011984Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmax_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4012235Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmod_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4012485Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_frac_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4012735Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_frexp_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4013048Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_full_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4013364Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_full_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4013770Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gather_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4014096Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_geqrf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4014547Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gradient_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4015036Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_grid_sampler_2d_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4015443Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_half_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4015777Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_igamma_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4016091Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_igammac_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4016356Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_add_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4016623Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_copy_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4016863Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_fill_cuda_float32 XFAIL [ 61%] 2022-11-23T02:49:26.4017121Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_put_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4017401Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_put_functorch_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4017654Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_inner_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4017957Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_int_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4018272Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4018612Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4018958Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4019219Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_kthvalue_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4019525Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_le_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4019777Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lerp_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4020284Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_det_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4020575Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_det_singular_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4020908Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eig_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4021462Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4021770Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_householder_product_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4022094Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4022379Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4022640Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_cuda_float32 XFAIL [ 61%] 2022-11-23T02:49:26.4022905Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_factor_cuda_float32 XFAIL [ 61%] 2022-11-23T02:49:26.4023175Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cuda_float32 XFAIL [ 61%] 2022-11-23T02:49:26.4023609Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:49:26.4023908Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_multi_dot_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4024220Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_norm_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4024520Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4024799Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4025160Z 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) [ 61%] 2022-11-23T02:49:26.4025428Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_slogdet_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4025692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4025978Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4026228Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_svdvals_cuda_float32 PASSED [ 61%] 2022-11-23T02:49:26.4026502Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_tensorinv_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4026913Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4027190Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vander_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4027680Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:49:26.4028136Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log1p_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4028401Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log2_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4028649Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4029032Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_softmax_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4029311Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log_softmax_with_dtype_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4029637Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logcumsumexp_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:49:26.4029894Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logdet_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4030214Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_not_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:49:26.4030521Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_xor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:49:26.4030778Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logit_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4031036Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logsumexp_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4031341Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:49:26.4031584Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_cuda_float32 XFAIL [ 62%] 2022-11-23T02:49:26.4031916Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_solve_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4032191Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mT_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4032451Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_amax_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4032774Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:49:26.4033037Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_cumprod_cuda_float32 XFAIL [ 62%] 2022-11-23T02:49:26.4033452Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_cumsum_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4033722Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_fill_cuda_float32 XFAIL [ 62%] 2022-11-23T02:49:26.4034175Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4034612Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_logsumexp_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4035023Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_median_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4035346Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_prod_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4035614Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_select_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4035881Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_softmin_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4036140Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_std_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4036401Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_var_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4036661Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_matmul_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4036911Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_binary_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4037337Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4037614Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4037865Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mean_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4038149Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4038409Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_binary_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4038686Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4038943Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_minimum_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4039200Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mul_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4039522Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_multinomial_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:49:26.4039917Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mv_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4040207Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 62%] 2022-11-23T02:49:26.4040700Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4041173Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4041443Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nan_to_num_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4041702Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanmean_cuda_float32 XFAIL [ 63%] 2022-11-23T02:49:26.4041954Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nansum_cuda_float32 XFAIL [ 63%] 2022-11-23T02:49:26.4042268Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_narrow_copy_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:49:26.4042525Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_narrow_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4042856Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_native_layer_norm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:49:26.4043155Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:49:26.4043451Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4043739Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4044043Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:49:26.4044326Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4044607Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cuda_float32 XFAIL [ 63%] 2022-11-23T02:49:26.4044884Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cuda_float32 XFAIL [ 63%] 2022-11-23T02:49:26.4045180Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4046488Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4046803Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4047269Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4047731Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4048081Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:49:26.4048381Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:49:26.4048683Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:49:26.4048954Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_elu_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4049294Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:49:26.4049695Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:49:26.4050057Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:49:26.4050391Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:49:26.4050692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL [ 63%] 2022-11-23T02:49:26.4050981Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 63%] 2022-11-23T02:49:26.4051255Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_glu_cuda_float32 XFAIL [ 63%] 2022-11-23T02:49:26.4051596Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:49:26.4051882Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4052163Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4052445Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4052742Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4053198Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4053507Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4053804Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4054494Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4054931Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4055232Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4055491Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4055759Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_linear_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4056047Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4056335Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 63%] 2022-11-23T02:49:26.4056635Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:49:26.4056922Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4057211Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 XFAIL [ 64%] 2022-11-23T02:49:26.4057512Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:49:26.4057887Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:49:26.4058207Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4058562Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:49:26.4058843Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4059127Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4059412Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4059868Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:49:26.4060168Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4060539Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_relu_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4061045Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_selu_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4061331Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_silu_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4061615Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 XFAIL [ 64%] 2022-11-23T02:49:26.4061890Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softmin_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4062187Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4062499Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4062792Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4063203Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4063516Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:49:26.4063771Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4064036Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_inf_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4064296Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_nuc_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4064606Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_normal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:49:26.4064923Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ones_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:49:26.4065209Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4065471Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pca_lowrank_cuda_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:49:26.4065730Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pinverse_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4066090Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4066513Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_put_cuda_float32 XFAIL [ 64%] 2022-11-23T02:49:26.4066773Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_qr_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4067159Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rad2deg_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4067611Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rand_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:49:26.4067872Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ravel_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4068125Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_real_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4068393Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reciprocal_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4068653Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_remainder_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4068911Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_repeat_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4069231Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resize_as__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:49:26.4069496Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resolve_conj_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4069758Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resolve_neg_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4070010Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4070264Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rsub_cuda_float32 PASSED [ 64%] 2022-11-23T02:49:26.4070587Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scalar_tensor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4070849Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_add_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4071222Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_cuda_float32 XFAIL [ 65%] 2022-11-23T02:49:26.4071495Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cuda_float32 XFAIL [ 65%] 2022-11-23T02:49:26.4071826Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4072096Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cuda_float32 XFAIL [ 65%] 2022-11-23T02:49:26.4072424Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_searchsorted_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4072937Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4073205Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sgn_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4073674Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4074141Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4074554Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4074910Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4075220Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_signbit_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4075479Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_slice_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4075735Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_softmax_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4076010Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_softmax_with_dtype_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4076335Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4076661Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4076979Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4077332Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4077680Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4078058Z 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) [ 65%] 2022-11-23T02:49:26.4078434Z 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) [ 65%] 2022-11-23T02:49:26.4078702Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_entr_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4079068Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i1e_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4079750Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4080178Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_log_ndtr_cuda_float32 XFAIL [ 65%] 2022-11-23T02:49:26.4080627Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4080944Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4081292Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4081646Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:49:26.4082038Z 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) [ 65%] 2022-11-23T02:49:26.4082423Z 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) [ 65%] 2022-11-23T02:49:26.4082892Z 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) [ 65%] 2022-11-23T02:49:26.4083189Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_list_args_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4083466Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_with_sizes_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4083725Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_squeeze_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4083979Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_stack_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4084238Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_std_mean_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4084494Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_stft_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4084744Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sum_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4085025Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_svd_lowrank_cuda_float32 SKIPPED (Skipped!) [ 65%] 2022-11-23T02:49:26.4085296Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_take_along_dim_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4085550Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tanh_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4085963Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trace_cuda_float32 PASSED [ 65%] 2022-11-23T02:49:26.4086237Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_transpose_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4086619Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_triangular_solve_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4086998Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tril_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4087268Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unfold_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4087581Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_uniform_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4088029Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unique_consecutive_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4104278Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unique_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4104648Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unsqueeze_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4104931Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_var_mean_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4105192Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vdot_cuda_float32 XFAIL [ 66%] 2022-11-23T02:49:26.4105597Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_as_complex_cuda_float32 XFAIL [ 66%] 2022-11-23T02:49:26.4105869Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4106261Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vsplit_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4106658Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_vstack_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4106919Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_where_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4107156Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hsplit_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4107929Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hstack_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4108228Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_hypot_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4108459Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_i0_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4108748Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_igamma_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4108992Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_copy_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4109302Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_reduce_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4109603Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isfinite_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4109899Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4110190Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isnan_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4110488Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isneginf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4110779Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isposinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4111095Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4111420Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4111658Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_kron_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4112061Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_kthvalue_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4112311Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lerp_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4112546Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lgamma_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4113187Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cross_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4113461Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_det_singular_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4113703Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eig_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4113954Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigvalsh_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4114274Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4114580Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lstsq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4114849Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4115106Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_norm_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4115434Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:49:26.4115681Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_norm_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4115956Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4116291Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_pinv_cuda_float32 PASSED [ 66%] 2022-11-23T02:49:26.4116564Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_pinv_hermitian_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4116804Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_qr_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4117053Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4117305Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_ex_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4117568Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_solve_triangular_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4117809Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_svd_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4118057Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_svdvals_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4118308Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vander_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4118734Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:49:26.4118970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log1p_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4119319Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4119709Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_softmax_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4119982Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log_softmax_with_dtype_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4120228Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logaddexp2_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4120473Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logaddexp_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4120785Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logcumsumexp_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:49:26.4121090Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_not_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:49:26.4121506Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_or_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:49:26.4121798Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_xor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:49:26.4122032Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logit_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4122332Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:49:26.4122577Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logsumexp_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4122824Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_amax_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4123111Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:49:26.4123396Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4123649Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_logsumexp_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4123890Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_mean_cuda_float32 XFAIL [ 67%] 2022-11-23T02:49:26.4124186Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_median_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4124444Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_normalize_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4124771Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_scatter_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4125201Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_select_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4125460Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_softmax_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4125823Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_softmin_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4126192Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_std_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4126441Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_sum_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4126699Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_reduction_no_dim_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4126936Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_maximum_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4127175Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mean_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4127412Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_median_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4127676Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_meshgrid_list_of_tensors_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4127918Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_binary_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4128150Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mm_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4128383Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_msort_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4128644Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4128885Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4129128Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nan_to_num_cuda_float32 PASSED [ 67%] 2022-11-23T02:49:26.4129363Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nansum_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4129610Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_native_batch_norm_cuda_float32 XFAIL [ 68%] 2022-11-23T02:49:26.4130043Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_native_layer_norm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:49:26.4130346Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:49:26.4130657Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_empty_strided_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:49:26.4130955Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_full_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:49:26.4131255Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:49:26.4131681Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nextafter_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:49:26.4132004Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:49:26.4132399Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4132686Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4133077Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4133438Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool1d_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4133725Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool2d_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4133989Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_batch_norm_cuda_float32 XFAIL [ 68%] 2022-11-23T02:49:26.4134278Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_batch_norm_without_cudnn_cuda_float32 XFAIL [ 68%] 2022-11-23T02:49:26.4134556Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4134853Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4135145Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4135441Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4135735Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4136010Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4136278Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4136554Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cosine_similarity_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4136872Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:49:26.4137157Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout2d_cuda_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:49:26.4137422Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:49:26.4137678Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_elu_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4138006Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:49:26.4138559Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_functorch_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4138847Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL [ 68%] 2022-11-23T02:49:26.4139234Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 68%] 2022-11-23T02:49:26.4139603Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_glu_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4139936Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_grid_sample_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:49:26.4140201Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_group_norm_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4140470Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardtanh_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4140740Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_instance_norm_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4141019Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4141297Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4141662Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4141945Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_kl_div_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4142206Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_l1_loss_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4142473Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_leaky_relu_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4142732Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_linear_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4143008Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_local_response_norm_cuda_float32 PASSED [ 68%] 2022-11-23T02:49:26.4143274Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4143563Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:49:26.4143852Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool1d_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:49:26.4144126Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4144406Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4144662Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mish_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4145077Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mse_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4145392Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:49:26.4145795Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4146180Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_nll_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4146444Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_normalize_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4146827Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_constant_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4147093Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_reflect_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4147363Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4147638Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4147901Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_prelu_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4148152Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_relu6_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4148420Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_soft_margin_loss_cuda_float32 XFAIL [ 69%] 2022-11-23T02:49:26.4148679Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softmin_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4148948Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softshrink_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4149214Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_tanhshrink_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4149480Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_threshold_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4149759Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4150093Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_unfold_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4150395Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_upsample_nearest_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4150693Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:49:26.4151066Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:49:26.4151509Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ops_aten_index_put_functorch_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4151754Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_outer_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4152102Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_permute_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4152507Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_1_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4152782Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_4_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4152993Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pow_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4153297Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rand_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:49:26.4153597Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randint_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:49:26.4153898Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randint_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:49:26.4154194Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randn_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:49:26.4154489Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_randn_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:49:26.4154726Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ravel_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4155017Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_renorm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:49:26.4155371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reshape_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4155665Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resize__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:49:26.4155911Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resolve_conj_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4156154Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resolve_neg_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4156390Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4156643Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_0_cuda_float32 PASSED [ 69%] 2022-11-23T02:49:26.4156875Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rsqrt_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4157115Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_cuda_float32 XFAIL [ 70%] 2022-11-23T02:49:26.4157428Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_prod_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4157901Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4158228Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4158660Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_select_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4159091Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_select_scatter_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4159337Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sigmoid_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4159574Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sign_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4159891Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4160213Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4160432Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_slice_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4160685Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_slice_scatter_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4160919Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sort_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4161228Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_airy_ai_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4161541Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4161786Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_entr_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4162118Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4162360Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i1e_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4162683Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4163041Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4163296Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_ndtri_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4163743Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4164072Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4164595Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 70%] 2022-11-23T02:49:26.4164862Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_xlog1py_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4165391Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_zeta_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4165691Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4165936Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_square_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4166167Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_std_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4166400Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_stft_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4166630Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_svd_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4166896Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_svd_lowrank_cuda_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T02:49:26.4167237Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_take_along_dim_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4167494Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tan_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4167795Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_to_sparse_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4168044Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trapezoid_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4168279Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_triangular_solve_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4168516Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unbind_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4168754Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unfold_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4169054Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_uniform_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4169368Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unique_consecutive_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4169661Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unique_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:49:26.4169909Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unsqueeze_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4170148Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_var_mean_cuda_float32 PASSED [ 70%] 2022-11-23T02:49:26.4170378Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vdot_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4170762Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_as_complex_cuda_float32 XFAIL [ 71%] 2022-11-23T02:49:26.4171033Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_copy_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4171277Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vsplit_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4171621Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_H_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4172000Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___getitem___cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4172361Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___radd___cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4172598Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rdiv___cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4172831Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmul___cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4173059Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rpow___cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4173287Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rsub___cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4173526Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_abs_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4173762Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_acosh_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4174000Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addbmm_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4174219Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addcmul_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4174458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmm_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4174717Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmm_decomposed_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4175010Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:49:26.4175242Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_amax_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4175550Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_amin_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4175869Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:49:26.4176169Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:49:26.4176414Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_as_strided_cuda_float32 XFAIL [ 71%] 2022-11-23T02:49:26.4176648Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_asin_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4176883Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atan2_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4177306Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_2d_cuda_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:49:26.4177562Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bernoulli_cuda_float32 XFAIL [ 71%] 2022-11-23T02:49:26.4177803Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bfloat16_cuda_float32 XFAIL [ 71%] 2022-11-23T02:49:26.4178212Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:49:26.4178630Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:49:26.4178914Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_tensors_cuda_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:49:26.4179212Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:49:26.4179541Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:49:26.4179792Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cartesian_prod_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4180033Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cdouble_cuda_float32 XFAIL [ 71%] 2022-11-23T02:49:26.4180267Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cfloat_cuda_float32 XFAIL [ 71%] 2022-11-23T02:49:26.4180555Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:49:26.4180986Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 71%] 2022-11-23T02:49:26.4181227Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_cuda_float32 XFAIL [ 71%] 2022-11-23T02:49:26.4181461Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_chunk_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4181705Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_max_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4181956Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_column_stack_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4182205Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_combinations_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4182440Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_complex_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4182679Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_conj_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4182933Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_constant_pad_nd_cuda_float32 PASSED [ 71%] 2022-11-23T02:49:26.4183176Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_contiguous_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4183413Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_copysign_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4183789Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_corrcoef_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4184119Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cov_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4184477Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cummax_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4184848Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cummin_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4185097Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumsum_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4185338Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_deg2rad_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4185575Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diag_embed_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4185798Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagflat_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4186035Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagonal_copy_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4186278Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagonal_scatter_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4186501Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_digamma_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4186755Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_no_rounding_mode_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4187011Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_trunc_rounding_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4187250Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dot_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4187530Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_double_functorch_no_channels_last_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4187770Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dsplit_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4188005Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_einsum_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4188299Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:49:26.4188588Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:49:26.4188825Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erf_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4189175Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erfc_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4189408Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_erfinv_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4189651Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expand_as_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4189886Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expm1_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4190327Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:49:26.4190579Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fft_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4190819Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfft2_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4191173Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfft_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4191572Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_hfftn_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4191816Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifft2_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4192050Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifft_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4192281Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifftshift_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4192516Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfft_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4192845Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfftn_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4193115Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfft2_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4193348Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fill_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4193573Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flip_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4193814Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flipud_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4194060Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_power_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4194298Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_floor_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4194524Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmax_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4194747Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_frac_cuda_float32 PASSED [ 72%] 2022-11-23T02:49:26.4195040Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:49:26.4195331Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4195571Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gradient_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4195823Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_grid_sampler_2d_cuda_float32 XFAIL [ 73%] 2022-11-23T02:49:26.4196112Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4196344Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_half_cuda_float32 XFAIL [ 73%] 2022-11-23T02:49:26.4196621Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_half_functorch_no_channels_last_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4197123Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4197372Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hsplit_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4197791Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hypot_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4198730Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_i0_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4198948Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_inner_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4199238Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4199537Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4199841Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4200131Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4200423Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4200720Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4201011Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4201331Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4201565Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ldexp_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4201916Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cond_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4202191Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigvals_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4202463Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_householder_product_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4202827Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4203132Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4203577Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lstsq_cuda_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T02:49:26.4203840Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_solve_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4204296Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4204730Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_ex_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4205010Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_triangular_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4205260Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_svd_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4205517Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_tensorsolve_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4205767Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vander_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4206015Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vector_norm_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4206317Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4206534Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log2_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4206769Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4207014Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_softmax_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4207389Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logcumsumexp_cuda_float32 XFAIL [ 73%] 2022-11-23T02:49:26.4207626Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logdet_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4207930Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4208221Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4208460Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logit_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4208758Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4209002Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logsumexp_cuda_float32 PASSED [ 73%] 2022-11-23T02:49:26.4209336Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:49:26.4209568Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4209810Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_solve_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4210172Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lu_unpack_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4210417Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_amax_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4210906Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_amin_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4211361Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:49:26.4211615Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_fill_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4211892Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4212150Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_log_softmax_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4212390Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_mean_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4212638Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_median_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4212897Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_normalize_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4213127Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_scatter_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4213374Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_select_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4213620Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_sum_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4213863Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_var_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4214101Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_matmul_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4214339Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_matrix_exp_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4214578Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_binary_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4214857Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4215115Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_reduction_no_dim_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4215349Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mean_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4215703Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_median_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4215993Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_meshgrid_variadic_tensors_cuda_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:49:26.4216235Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_binary_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4216606Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_minimum_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4216847Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mm_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4217111Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_movedim_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4217631Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_msort_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4217874Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mv_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4218142Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 XFAIL [ 74%] 2022-11-23T02:49:26.4218385Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nan_to_num_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4218629Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanquantile_cuda_float32 XFAIL [ 74%] 2022-11-23T02:49:26.4218847Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nansum_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4219154Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:49:26.4219481Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_narrow_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4219761Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_native_batch_norm_cuda_float32 XFAIL [ 74%] 2022-11-23T02:49:26.4220023Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_native_dropout_backward_cuda_float32 XFAIL [ 74%] 2022-11-23T02:49:26.4220317Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:49:26.4220551Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_neg_cuda_float32 PASSED [ 74%] 2022-11-23T02:49:26.4220848Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:49:26.4221155Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:49:26.4221451Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:49:26.4221745Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:49:26.4222030Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:49:26.4222325Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional__scaled_dot_product_attention_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4222606Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4223041Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4223333Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4223742Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4224238Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_batch_norm_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4224531Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_bilinear_cuda_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:49:26.4224925Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_binary_cross_entropy_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4225181Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_celu_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4225441Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv1d_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4225711Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4226018Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4226312Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4226627Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4226919Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4227196Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4227465Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4227823Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cosine_similarity_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4228122Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cross_entropy_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4228381Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_ctc_loss_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4228650Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout2d_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4228911Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4229168Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_elu_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4229577Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_functorch_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4229885Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4230294Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4230717Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4231093Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_gelu_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4231586Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_glu_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4232118Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardswish_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4232679Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4233203Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_huber_loss_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4233765Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_instance_norm_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4234330Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_area_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4234901Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4235683Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4236339Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_l1_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4237092Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_layer_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4237643Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_leaky_relu_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4238156Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_linear_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4238706Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_logsigmoid_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4239262Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4239825Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4240361Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mish_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4240916Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mse_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:49:26.4241472Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multi_margin_loss_cuda_float32 XFAIL [ 75%] 2022-11-23T02:49:26.4242235Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cuda_float32 XFAIL [ 76%] 2022-11-23T02:49:26.4242944Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 XFAIL [ 76%] 2022-11-23T02:49:26.4243653Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_nll_loss_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4244218Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_circular_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4244775Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_reflect_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4245330Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_replicate_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4245865Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pdist_cuda_float32 XFAIL [ 76%] 2022-11-23T02:49:26.4246432Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4246990Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4247516Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_relu6_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4248059Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_relu_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4248585Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_selu_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4249184Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_silu_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4249851Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_soft_margin_loss_cuda_float32 XFAIL [ 76%] 2022-11-23T02:49:26.4250473Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softmin_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4251053Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4251590Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softplus_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4252111Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softsign_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4252906Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_tanhshrink_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4253389Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4253891Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_inf_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4254383Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_nuc_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4254871Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_normal_cuda_float32 XFAIL [ 76%] 2022-11-23T02:49:26.4255395Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_normal_number_mean_cuda_float32 XFAIL [ 76%] 2022-11-23T02:49:26.4255724Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T02:49:26.4256145Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T02:49:26.4256547Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ops_aten_index_put_functorch_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4256792Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_outer_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4257034Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_permute_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4257302Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_0_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4258368Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_1_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4258683Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_2_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4258951Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_3_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4259216Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polygamma_polygamma_n_4_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4259451Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pow_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4259683Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_put_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4259919Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rad2deg_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4260223Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T02:49:26.4260521Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randint_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T02:49:26.4260829Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T02:49:26.4261124Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T02:49:26.4261423Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 76%] 2022-11-23T02:49:26.4261837Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_real_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4262119Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reciprocal_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4262382Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_repeat_interleave_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4262733Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reshape_as_cuda_float32 PASSED [ 76%] 2022-11-23T02:49:26.4263094Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resolve_conj_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4263338Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4263733Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_3_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4263969Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rsqrt_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4264272Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scalar_tensor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4264521Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_add_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4264784Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_mean_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4265044Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_sum_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4265273Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_select_scatter_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4265508Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sgn_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4265801Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4266038Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sigmoid_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4266265Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sign_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4266591Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4266998Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4267256Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sin_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4267480Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sinc_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4267701Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sinh_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4267934Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_slice_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4268194Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_slice_scatter_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4268552Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_softmax_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4268811Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_softmax_with_dtype_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4269236Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4269665Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4269988Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4270320Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4270565Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_entr_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4270892Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4271217Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4271460Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i1_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4271821Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i1e_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4272074Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_log_ndtr_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4272395Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4272727Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4273086Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:49:26.4273460Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:49:26.4273766Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:49:26.4274021Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_with_sizes_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4274255Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sqrt_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4274495Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_squeeze_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4274877Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_std_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4275232Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_std_mean_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4275606Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sum_to_size_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4275958Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_svd_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4276224Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_take_along_dim_cuda_float32 PASSED [ 77%] 2022-11-23T02:49:26.4276460Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_to_sparse_cuda_float32 XFAIL [ 78%] 2022-11-23T02:49:26.4276688Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_topk_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4276930Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_transpose_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4277166Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trapz_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4277419Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_triangular_solve_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4277646Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trunc_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4277887Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unflatten_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4278135Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unfold_copy_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4278431Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:49:26.4278667Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_var_mean_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4278898Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vdot_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4279128Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_as_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4279351Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_copy_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4279587Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vsplit_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4279822Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_where_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4280167Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zero__cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4280466Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:49:26.4280692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_T_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4280923Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp___getitem___cuda_float32 XFAIL [ 78%] 2022-11-23T02:49:26.4281152Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp___rdiv___cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4281505Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmod___cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4281735Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmul___cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4282084Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp___rpow___cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4282346Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp___rsub___cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4282745Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp__softmax_backward_data_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4282973Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_abs_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4283203Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_acosh_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4283423Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_add_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4283652Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_addcdiv_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4283989Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmm_decomposed_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4284243Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmv_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4284469Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_addr_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4284750Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:49:26.4284977Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_amax_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4285269Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:49:26.4285550Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:49:26.4285843Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:49:26.4286130Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:49:26.4286362Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_as_strided_cuda_float32 XFAIL [ 78%] 2022-11-23T02:49:26.4286610Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_as_strided_scatter_cuda_float32 XFAIL [ 78%] 2022-11-23T02:49:26.4286834Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_atan_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4287068Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_3d_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4287297Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_baddbmm_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4287518Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_bmm_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4287938Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:49:26.4288197Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_tensors_cuda_float32 PASSED [ 78%] 2022-11-23T02:49:26.4288592Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:49:26.4289078Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cat_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4289319Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cdist_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4289545Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_ceil_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4289768Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_chalf_cuda_float32 XFAIL [ 79%] 2022-11-23T02:49:26.4290052Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:49:26.4290285Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4290531Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_inverse_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4290740Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4290970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_clone_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4291212Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_combinations_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4291443Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_complex_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4291665Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_conj_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4291902Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_conj_physical_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4292216Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_copysign_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4292468Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_corrcoef_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4292690Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cos_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4292913Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cov_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4293146Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cummax_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4293372Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cummin_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4293600Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumsum_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4293854Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumulative_trapezoid_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4294083Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_deg2rad_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4294462Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_diag_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4294709Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_diag_embed_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4294948Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagonal_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4295309Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagonal_scatter_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4295619Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_diff_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4295854Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_digamma_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4296079Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_dist_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4296327Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_floor_rounding_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4296579Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_no_rounding_mode_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4296819Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_div_trunc_rounding_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4297086Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_double_functorch_no_channels_last_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4297427Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_dsplit_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4297658Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_dstack_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4297941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:49:26.4298223Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:49:26.4298448Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_erfc_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4298680Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_expand_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4298907Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_expm1_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4299140Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fft2_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4299386Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fftshift_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4299621Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfftn_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4299852Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifft2_cuda_float32 PASSED [ 79%] 2022-11-23T02:49:26.4300078Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfft_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4300313Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfftn_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4300620Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfft_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4300987Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfft_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4301225Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfftn_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4301464Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_flatten_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4301806Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fliplr_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4302163Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_flipud_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4302393Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_cuda_float32 XFAIL [ 80%] 2022-11-23T02:49:26.4302665Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_functorch_no_channels_last_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4302902Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_float_power_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4303130Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmax_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4303351Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmin_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4303568Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_frac_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4303864Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:49:26.4304091Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_gather_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4304376Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:49:26.4304622Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_grid_sampler_2d_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4304894Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_half_functorch_no_channels_last_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4305136Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_H_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4305368Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_T_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4305623Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___radd___cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4305973Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rdiv___cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4306225Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmod___cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4306457Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmul___cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4306707Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rpow___cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4306949Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rsub___cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4307310Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_abs_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4307605Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_acosh_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4307862Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_add_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4308230Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addbmm_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4308610Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addcmul_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4308864Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmm_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4309154Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmv_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4309543Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:49:26.4309879Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:49:26.4310129Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_angle_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4310439Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:49:26.4310746Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:49:26.4311055Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:49:26.4311317Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_as_strided_cuda_float32 XFAIL [ 80%] 2022-11-23T02:49:26.4311560Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_asinh_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4311819Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_3d_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4312077Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_baddbmm_cuda_float32 PASSED [ 80%] 2022-11-23T02:49:26.4312354Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bernoulli_cuda_float32 SKIPPED (Skipped!) [ 80%] 2022-11-23T02:49:26.4312602Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bfloat16_cuda_float32 XFAIL [ 80%] 2022-11-23T02:49:26.4312894Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4313236Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:49:26.4313508Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_tensors_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4313986Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:49:26.4314338Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cdouble_cuda_float32 XFAIL [ 81%] 2022-11-23T02:49:26.4314710Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cfloat_cuda_float32 XFAIL [ 81%] 2022-11-23T02:49:26.4315070Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_chalf_cuda_float32 XFAIL [ 81%] 2022-11-23T02:49:26.4315424Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:49:26.4315692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_inverse_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4315955Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_solve_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4316211Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4316456Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clone_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4316716Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_column_stack_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4316966Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_complex_cuda_float32 XFAIL [ 81%] 2022-11-23T02:49:26.4317213Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_conj_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4317558Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_constant_pad_nd_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4317843Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_contiguous_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4318095Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_copysign_cuda_float32 XFAIL [ 81%] 2022-11-23T02:49:26.4318353Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_corrcoef_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4318666Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:49:26.4318913Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cov_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4319158Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cross_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4319407Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cummax_cuda_float32 XFAIL [ 81%] 2022-11-23T02:49:26.4319657Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumprod_cuda_float32 XFAIL [ 81%] 2022-11-23T02:49:26.4319907Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumsum_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4320159Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_deg2rad_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4320568Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diag_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4320836Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diag_embed_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4321203Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagflat_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4321601Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_digamma_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4321859Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dist_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4322127Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_trunc_rounding_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4322374Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dot_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4322730Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_double_cuda_float32 XFAIL [ 81%] 2022-11-23T02:49:26.4322980Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dstack_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4323226Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_einsum_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4323538Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:49:26.4323848Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:49:26.4324205Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:49:26.4324458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expm1_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4324712Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fft2_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4324962Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fft_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4325214Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fftn_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4325469Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfftn_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4325802Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifftn_cuda_float32 PASSED [ 81%] 2022-11-23T02:49:26.4326087Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifftshift_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4326336Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfft2_cuda_float32 XFAIL [ 82%] 2022-11-23T02:49:26.4326588Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfft_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4327008Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfft2_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4327272Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfftn_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4327543Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfft2_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4327889Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfftn_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4328124Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flip_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4328374Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fliplr_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4328721Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_cuda_float32 XFAIL [ 82%] 2022-11-23T02:49:26.4329023Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4329282Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_float_power_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4329529Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_floor_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4329847Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:49:26.4330092Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmax_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4330328Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmin_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4330559Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fmod_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4330915Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_frac_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4331165Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_frexp_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4331469Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:49:26.4331724Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gradient_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4331990Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_grid_sampler_2d_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4332237Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_half_cuda_float32 XFAIL [ 82%] 2022-11-23T02:49:26.4332525Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4332842Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:49:26.4333089Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hsplit_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4333334Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hstack_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4333640Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:49:26.4334131Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_add_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4334418Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_copy_cuda_float32 XFAIL [ 82%] 2022-11-23T02:49:26.4334809Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_reduce_cuda_float32 XFAIL [ 82%] 2022-11-23T02:49:26.4335197Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_select_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4335436Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_inner_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4335776Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:49:26.4336081Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:49:26.4336392Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:49:26.4336730Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:49:26.4337032Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:49:26.4337281Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lgamma_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4337540Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cross_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4337793Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eig_cuda_float32 XFAIL [ 82%] 2022-11-23T02:49:26.4338054Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigh_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4338317Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigvals_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4338597Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_householder_product_cuda_float32 XFAIL [ 82%] 2022-11-23T02:49:26.4338961Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_inv_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4339218Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_inv_ex_cuda_float32 PASSED [ 82%] 2022-11-23T02:49:26.4339535Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:49:26.4339857Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:49:26.4340142Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4340535Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_cuda_float32 XFAIL [ 83%] 2022-11-23T02:49:26.4340813Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cuda_float32 XFAIL [ 83%] 2022-11-23T02:49:26.4341078Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_solve_cuda_float32 XFAIL [ 83%] 2022-11-23T02:49:26.4341638Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:49:26.4341916Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_multi_dot_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4342352Z 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) [ 83%] 2022-11-23T02:49:26.4342635Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_slogdet_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4342891Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_svd_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4343159Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_tensorinv_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4343430Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_tensorsolve_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4343695Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vector_norm_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4343946Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log1p_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4344173Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log2_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4344422Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4344680Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logaddexp_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4344941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logcumsumexp_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4345261Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:49:26.4345574Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:49:26.4345832Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logsumexp_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4346134Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:49:26.4346472Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:49:26.4346722Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_unpack_cuda_float32 XFAIL [ 83%] 2022-11-23T02:49:26.4347838Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:49:26.4348215Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_cumprod_cuda_float32 XFAIL [ 83%] 2022-11-23T02:49:26.4348485Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_cumsum_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4348744Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_mean_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4349005Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_norm_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4349264Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_select_cuda_float32 XFAIL [ 83%] 2022-11-23T02:49:26.4349525Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_softmax_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4349786Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_sum_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4350035Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_matmul_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4350293Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_matrix_exp_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4350564Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_reduction_no_dim_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4350935Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_reduction_with_dim_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4351217Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_maximum_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4351462Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mean_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4351717Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_median_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4351972Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_binary_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4352223Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_reduction_no_dim_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4352490Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_min_reduction_with_dim_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4352736Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_msort_cuda_float32 PASSED [ 83%] 2022-11-23T02:49:26.4353056Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:49:26.4353326Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4353759Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4354028Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4354389Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nan_to_num_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4354765Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanmean_cuda_float32 XFAIL [ 84%] 2022-11-23T02:49:26.4355028Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanmedian_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4355281Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nanquantile_cuda_float32 XFAIL [ 84%] 2022-11-23T02:49:26.4355526Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_narrow_cuda_float32 XFAIL [ 84%] 2022-11-23T02:49:26.4355811Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_native_batch_norm_cuda_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:49:26.4356219Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:49:26.4356527Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:49:26.4356846Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:49:26.4357155Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:49:26.4357461Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:49:26.4357769Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:49:26.4358080Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:49:26.4358373Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4358657Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4359019Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4359321Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4359596Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4360045Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:49:26.4360334Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4360629Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4361046Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4361439Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_celu_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4361723Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4362037Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4362338Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4362641Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4362927Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4363215Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4363497Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4363794Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cuda_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:49:26.4364191Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:49:26.4364458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_elu_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4364784Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:49:26.4365077Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL [ 84%] 2022-11-23T02:49:26.4365348Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_gelu_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4365614Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_glu_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4365892Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_group_norm_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4366180Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4366637Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4366941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4367398Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4367871Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cuda_float32 PASSED [ 84%] 2022-11-23T02:49:26.4368160Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4368439Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4368720Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 XFAIL [ 85%] 2022-11-23T02:49:26.4368995Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 XFAIL [ 85%] 2022-11-23T02:49:26.4369274Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL [ 85%] 2022-11-23T02:49:26.4369565Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 XFAIL [ 85%] 2022-11-23T02:49:26.4369863Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4370139Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4370421Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4370692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_relu6_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4370942Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_relu_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4371203Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_silu_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4371480Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 XFAIL [ 85%] 2022-11-23T02:49:26.4371761Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 XFAIL [ 85%] 2022-11-23T02:49:26.4372150Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softmin_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4372437Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4372714Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softshrink_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4373139Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softsign_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4373430Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_threshold_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4373835Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4374309Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4374699Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_unfold_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4375109Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4375512Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4375949Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4376358Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_nuc_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4376643Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_normal_cuda_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:49:26.4377048Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_normal_number_mean_cuda_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:49:26.4377470Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T02:49:26.4377921Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T02:49:26.4378288Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_outer_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4378677Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pca_lowrank_cuda_float32 XFAIL [ 85%] 2022-11-23T02:49:26.4379042Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polar_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4379335Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4379751Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4380126Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_positive_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4380500Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pow_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4380845Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_qr_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4381275Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T02:49:26.4381709Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randint_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T02:49:26.4382141Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T02:49:26.4382712Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T02:49:26.4383090Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ravel_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4383460Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_real_cuda_float32 PASSED [ 85%] 2022-11-23T02:49:26.4383712Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_renorm_cuda_float32 XFAIL [ 85%] 2022-11-23T02:49:26.4384068Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_repeat_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4384446Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reshape_as_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4384815Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reshape_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4385246Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4385514Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resolve_conj_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4385875Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resolve_neg_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4386230Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_roll_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4386587Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_neg_3_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4386856Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rsqrt_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4387175Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scalar_tensor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4387441Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_add_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4387708Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_amin_cuda_float32 XFAIL [ 86%] 2022-11-23T02:49:26.4388026Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4388279Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_select_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4388625Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4388882Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sigmoid_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4389208Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4389467Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sinc_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4389717Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_slice_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4389962Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_slice_scatter_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4390217Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_softmax_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4390465Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sort_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4390789Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4391110Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4391738Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4392094Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4392565Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_erfcx_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4393028Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4393381Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4393649Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i0e_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4394119Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i1_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4394391Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_i1e_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4394656Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_log_ndtr_cuda_float32 XFAIL [ 86%] 2022-11-23T02:49:26.4395435Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4395760Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_ndtr_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4396064Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4396414Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:49:26.4396800Z 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) [ 86%] 2022-11-23T02:49:26.4397067Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_xlog1py_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4397335Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_with_sizes_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4397585Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sqrt_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4397840Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_square_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4398102Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_squeeze_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4398530Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_stft_cuda_float32 XFAIL [ 86%] 2022-11-23T02:49:26.4398777Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sub_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4399235Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sum_cuda_float32 PASSED [ 86%] 2022-11-23T02:49:26.4399523Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_svd_lowrank_cuda_float32 XFAIL [ 87%] 2022-11-23T02:49:26.4399881Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_symeig_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4400117Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_take_cuda_float32 XFAIL [ 87%] 2022-11-23T02:49:26.4400376Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tensordot_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4400750Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tile_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4401014Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_to_cuda_float32 SKIPPED (Skipped!) [ 87%] 2022-11-23T02:49:26.4401268Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_to_sparse_cuda_float32 XFAIL [ 87%] 2022-11-23T02:49:26.4401515Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trace_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4401774Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_transpose_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4402022Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trapz_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4402281Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_true_divide_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4402534Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unbind_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4402788Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unflatten_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4403043Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unfold_copy_cuda_float32 XFAIL [ 87%] 2022-11-23T02:49:26.4403288Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unfold_cuda_float32 XFAIL [ 87%] 2022-11-23T02:49:26.4403591Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:49:26.4403920Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unsqueeze_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4404196Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_var_mean_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4404442Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vdot_cuda_float32 XFAIL [ 87%] 2022-11-23T02:49:26.4404709Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_as_complex_cuda_float32 XFAIL [ 87%] 2022-11-23T02:49:26.4405127Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_copy_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4405384Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4405633Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vsplit_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4406153Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_where_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4406514Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_xlogy_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4406751Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zero__cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4407071Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:49:26.4407296Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_i0_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4407531Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_fill_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4407760Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_put_cuda_float32 XFAIL [ 87%] 2022-11-23T02:49:26.4408011Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_put_functorch_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4408302Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:49:26.4408594Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:49:26.4408875Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:49:26.4409266Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:49:26.4409548Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:49:26.4409830Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:49:26.4410148Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:49:26.4410469Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:49:26.4410704Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_kthvalue_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4410939Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_lgamma_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4411176Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cond_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4411408Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eig_cuda_float32 XFAIL [ 87%] 2022-11-23T02:49:26.4411642Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigh_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4412001Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_inv_cuda_float32 PASSED [ 87%] 2022-11-23T02:49:26.4412326Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_inv_ex_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4412914Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:49:26.4413331Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:49:26.4413584Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lstsq_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4413811Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_factor_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4414051Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_solve_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4414297Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_norm_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4414547Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_power_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4414866Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:49:26.4415139Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4415378Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_pinv_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4415613Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4415868Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_triangular_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4416101Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_svd_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4416361Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_svdvals_cuda_float32 SKIPPED (Skipped!) [ 88%] 2022-11-23T02:49:26.4416608Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_tensorinv_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4416856Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_tensorsolve_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4417099Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vander_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4417450Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vecdot_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4417681Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_log1p_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4417906Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_log2_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4418133Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4418389Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_softmax_with_dtype_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4418631Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_logaddexp2_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4418861Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_logdet_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4419156Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:49:26.4419439Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:49:26.4419667Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_logit_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4419960Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:49:26.4420196Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_logsumexp_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4420556Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:49:26.4420805Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4421041Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_unpack_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4421277Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_amax_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4421579Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:49:26.4421814Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_cumsum_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4422050Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_fill_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4422316Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4422564Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_logsumexp_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4422799Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_mean_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4423041Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_normalize_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4423276Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_select_cuda_float32 XFAIL [ 88%] 2022-11-23T02:49:26.4423527Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_softmax_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4423901Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_binary_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4424208Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4424459Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_reduction_no_dim_cuda_float32 PASSED [ 88%] 2022-11-23T02:49:26.4424812Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_maximum_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4425173Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_minimum_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4425493Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_mm_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4425757Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4426122Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4426353Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanmean_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4426584Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanmedian_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4426824Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nanquantile_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4427053Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_narrow_cuda_float32 XFAIL [ 89%] 2022-11-23T02:49:26.4427320Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_native_batch_norm_cuda_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:49:26.4428061Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_native_dropout_backward_cuda_float32 [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4428676Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4429347Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4429967Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4430560Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4431155Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4431762Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4432352Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4432939Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4433628Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4434216Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4434802Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4435386Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4436041Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4436647Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4437237Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4437815Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4438399Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4438982Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4439569Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4440142Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4440966Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4441686Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4442419Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4443114Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4443789Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4444394Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4444984Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4445566Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4446148Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4446731Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4447316Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4447897Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4448570Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4449153Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4449733Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4450312Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4450959Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4451557Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4452163Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4452744Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4453325Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4453904Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4454486Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4455161Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4455744Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4456321Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4456904Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4457548Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4458153Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4458735Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4459317Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4459895Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4460477Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4461052Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4461653Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4462325Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4462964Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4463545Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4464127Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4464783Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4465387Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4465966Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4466550Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4467128Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4467714Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4468289Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4468860Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4469534Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4470113Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4470692Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4471275Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4471938Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4472545Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4473265Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4473973Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4475115Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4475751Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4476337Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4477500Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4478090Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4478680Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4479261Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4479929Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4480534Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4481122Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4481706Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4482289Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4482892Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4483479Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4484053Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4484732Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4485315Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4485897Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4486475Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4487134Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4487736Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4488318Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4488891Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4489473Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4490052Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4490633Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4491206Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4491879Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4492461Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4493044Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4493621Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4494271Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4494874Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4495458Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4496039Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4496623Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4497204Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4497789Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4498456Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4499041Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4499624Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4500206Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4500850Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4501455Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4502038Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4502642Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4503218Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4503805Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4504386Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4504966Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4505159Z PASSED [ 89%] 2022-11-23T02:49:26.4505420Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_native_layer_norm_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4505650Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_neg_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4505941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:49:26.4506241Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:49:26.4506520Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4506768Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4507045Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4507304Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool1d_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4507565Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool2d_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4507814Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_avg_pool3d_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4508065Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_batch_norm_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4508419Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4508737Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4508990Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_celu_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4509252Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv1d_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4509546Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4509833Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4510118Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4510406Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4510680Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4510980Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4511247Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4511517Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4511788Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4512067Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4512324Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_ctc_loss_cuda_float32 XFAIL [ 89%] 2022-11-23T02:49:26.4512593Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout2d_cuda_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:49:26.4512963Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:49:26.4513226Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_bag_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4513498Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL [ 89%] 2022-11-23T02:49:26.4513748Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_gelu_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4513976Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_glu_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4514234Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_group_norm_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4514493Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardshrink_cuda_float32 PASSED [ 89%] 2022-11-23T02:49:26.4514741Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_huber_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4515020Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4515290Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_linear_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4515535Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_kl_div_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4515786Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_l1_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4516434Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_linear_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4516752Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_logsigmoid_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4517007Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4517273Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool1d_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4517531Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool3d_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4517797Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4518042Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mish_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4518293Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mse_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4518561Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4518824Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4519097Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4519382Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4519641Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_normalize_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4519906Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_circular_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4520172Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pairwise_distance_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4520408Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pdist_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4520674Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4520925Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_prelu_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4521280Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_relu6_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4521531Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_relu_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4521775Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_selu_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4522009Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_silu_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4522264Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softmin_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4522522Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_tanhshrink_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4522781Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_threshold_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4523055Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4523357Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_unfold_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4523625Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_upsample_nearest_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4523911Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 90%] 2022-11-23T02:49:26.4524137Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4524511Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_inf_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4524765Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_nuc_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4525016Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_normal_cuda_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:49:26.4525305Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 90%] 2022-11-23T02:49:26.4525594Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 90%] 2022-11-23T02:49:26.4525857Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_ops_aten_index_put_functorch_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4526085Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_ormqr_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4526313Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_outer_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4526524Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_polar_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4526778Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_0_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4527034Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_1_cuda_float32 PASSED [ 90%] 2022-11-23T02:49:26.4527296Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_2_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4527550Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_3_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4527798Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_polygamma_polygamma_n_4_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4528020Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_pow_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4528247Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_prod_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4528476Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_rad2deg_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4528765Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_randint_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4528984Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_real_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4529312Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_renorm_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4529821Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4530071Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_resolve_neg_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4530421Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_roll_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4530683Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_3_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4531058Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_neg_3_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4531384Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_scalar_tensor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4531624Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4531877Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_amin_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4532118Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_mean_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4532353Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_prod_cuda_float32 XFAIL [ 91%] 2022-11-23T02:49:26.4532756Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4533144Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_lengths_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4533644Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_select_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4534138Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_select_scatter_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4534422Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sgn_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4534653Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sigmoid_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4534962Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4535281Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4535703Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4535952Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_slice_scatter_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4536185Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_softmax_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4536487Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4536936Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4537268Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4537591Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4537905Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4538148Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_ndtr_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4538429Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4538908Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4539154Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_xlog1py_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4539446Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:49:26.4539692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_with_sizes_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4539921Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_square_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4540151Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_stack_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4540377Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_stft_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4540587Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sum_cuda_float32 PASSED [ 91%] 2022-11-23T02:49:26.4540824Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sum_to_size_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4541055Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_svd_lowrank_cuda_float32 XFAIL [ 92%] 2022-11-23T02:49:26.4541285Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_symeig_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4541528Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_take_along_dim_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4541832Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_tan_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4542083Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_tanh_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4542485Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_tensordot_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4542728Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_tile_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4542970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_to_cuda_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T02:49:26.4543195Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_topk_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4543421Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_trace_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4543667Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_triangular_solve_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4543892Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_triu_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4544119Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_unbind_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4544354Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_unfold_copy_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4544587Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_unsqueeze_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4544827Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_as_complex_cuda_float32 XFAIL [ 92%] 2022-11-23T02:49:26.4545099Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_copy_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4545307Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4545540Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_vsplit_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4545767Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_vstack_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4545996Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_xlogy_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4546223Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_H_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4546446Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_T_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4546824Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___getitem___functorch_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4547066Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmatmul___cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4547299Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmod___cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4547535Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rmul___cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4547761Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rpow___cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4548030Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp__softmax_backward_data_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4548389Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_abs_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4548634Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_acos_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4548894Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmm_decomposed_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4549125Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addr_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4549424Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:49:26.4549718Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:49:26.4550102Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:49:26.4550419Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:49:26.4550713Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:49:26.4550961Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_as_strided_cuda_float32 XFAIL [ 92%] 2022-11-23T02:49:26.4551193Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_as_strided_scatter_cuda_float32 XFAIL [ 92%] 2022-11-23T02:49:26.4551427Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_asinh_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4551660Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atan2_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4551889Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atan_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4552121Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atanh_cuda_float32 PASSED [ 92%] 2022-11-23T02:49:26.4552384Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_1d_cuda_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T02:49:26.4552622Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_baddbmm_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4552890Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bernoulli_cuda_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:49:26.4553127Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bfloat16_cuda_float32 XFAIL [ 93%] 2022-11-23T02:49:26.4553406Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4553661Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_tensors_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4553956Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:49:26.4554249Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:49:26.4554498Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cartesian_prod_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4554733Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cdouble_cuda_float32 XFAIL [ 93%] 2022-11-23T02:49:26.4555069Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cfloat_cuda_float32 XFAIL [ 93%] 2022-11-23T02:49:26.4555360Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:49:26.4555598Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4555848Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_inverse_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4556100Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cholesky_solve_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4556331Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_chunk_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4556562Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4556782Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_max_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4557012Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clone_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4557255Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_column_stack_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4557483Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_conj_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4557728Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_conj_physical_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4557980Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_constant_pad_nd_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4558292Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_copysign_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4558546Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cosh_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4558851Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:49:26.4559094Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumsum_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4559324Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diag_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4559576Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagonal_scatter_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4559803Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dist_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4560084Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_double_functorch_no_channels_last_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4560319Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dsplit_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4560553Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dstack_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4560847Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:49:26.4561136Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:49:26.4561365Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erfinv_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4561596Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expm1_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4561831Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fft_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4562053Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fftn_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4562296Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fftshift_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4562531Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfft_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4562868Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfftn_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4563116Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifftshift_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4563357Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfft2_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4563596Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfftn_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4563833Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfft2_cuda_float32 PASSED [ 93%] 2022-11-23T02:49:26.4564070Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfft_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4564301Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fill_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4564539Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flatten_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4564772Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fliplr_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4565013Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flipud_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4565242Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_cuda_float32 XFAIL [ 94%] 2022-11-23T02:49:26.4565473Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_floor_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4565701Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmax_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4565923Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmin_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4566227Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_frac_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4566481Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_frexp_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4566774Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4567081Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4567354Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4567594Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gradient_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4567917Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_grid_sampler_2d_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 94%] 2022-11-23T02:49:26.4568207Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4568436Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_half_cuda_float32 XFAIL [ 94%] 2022-11-23T02:49:26.4568725Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4568970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_add_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4569211Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_copy_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4569450Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_put_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4569709Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_put_functorch_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4569953Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_reduce_cuda_float32 XFAIL [ 94%] 2022-11-23T02:49:26.4570240Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4570565Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4570959Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4571242Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4571529Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4571817Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4572115Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4572411Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4572702Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4573025Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4573329Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4573562Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_kron_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4573872Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_kthvalue_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4574138Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ldexp_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4574371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lerp_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4574590Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lgamma_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4574842Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigvals_cuda_float32 XFAIL [ 94%] 2022-11-23T02:49:26.4575107Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_householder_product_cuda_float32 XFAIL [ 94%] 2022-11-23T02:49:26.4575413Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:49:26.4575681Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4575934Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_factor_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4576191Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_factor_ex_cuda_float32 PASSED [ 94%] 2022-11-23T02:49:26.4576501Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:49:26.4576756Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_multi_dot_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4576998Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_norm_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4577261Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_pinv_hermitian_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4577606Z 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) [ 95%] 2022-11-23T02:49:26.4577847Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_qr_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4578098Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_slogdet_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4578341Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4578691Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_ex_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4578934Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_svd_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4579187Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_tensorinv_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4579445Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_tensorsolve_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4579692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vander_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4579931Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vecdot_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4580183Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_vector_norm_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4580482Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:49:26.4580721Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log1p_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4580947Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logaddexp2_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4581185Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logaddexp_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4581486Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:49:26.4581849Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:49:26.4582175Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:49:26.4582472Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:49:26.4582711Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logit_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4583007Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:49:26.4583444Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:49:26.4583958Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:49:26.4584227Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_unpack_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4584458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mT_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4584701Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_amax_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4584948Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_amin_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4585250Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:49:26.4585647Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:49:26.4586137Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_cumprod_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4586543Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_cumsum_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4586859Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4587118Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_log_softmax_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4587371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_logaddexp_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4587780Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_mean_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4588028Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_scatter_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4588271Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_softmin_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4588497Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_std_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4588744Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_sum_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4588983Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_binary_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4589260Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 95%] 2022-11-23T02:49:26.4589500Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_maximum_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4589733Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mean_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4589970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_median_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4590237Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_meshgrid_list_of_tensors_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4590506Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_meshgrid_variadic_tensors_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4590846Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_reduction_with_dim_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4591108Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mode_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4591342Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_msort_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4591579Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mul_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4591882Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:49:26.4592114Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mv_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4592375Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4592616Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanmedian_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4592852Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nansum_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4593087Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_narrow_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4593340Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_native_batch_norm_cuda_float32 XFAIL [ 96%] 2022-11-23T02:49:26.4594090Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_native_dropout_backward_cuda_float32 [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4594896Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4596060Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4597433Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4598630Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4599801Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4601008Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4602378Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4603426Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4604075Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4604668Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4605261Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4605850Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4606717Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4607874Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4609905Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4611087Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4612268Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4613459Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4614852Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4616051Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4617247Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4618448Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4619639Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4620840Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4622031Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4623385Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4624595Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4625778Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4626986Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4627880Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4628531Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4629123Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4629717Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4630297Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4630886Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4631861Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4632683Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4633581Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4634181Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4634763Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4635351Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4636013Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4636620Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4637202Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4637789Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4638372Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4639140Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4639876Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4640601Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4641295Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4641885Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4642462Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4643048Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4643697Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4644302Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4644883Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4645624Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4646216Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4646950Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4647777Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4649083Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4650259Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4651446Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4652752Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4654331Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4655551Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4656250Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4656844Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4657435Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4658361Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4659224Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4660496Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4661867Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4663060Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4664207Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4665386Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4667620Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4668864Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4670086Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4671279Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4672487Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4674000Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4675222Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4676416Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4677797Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4678993Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4680491Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4681683Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4682807Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:49:26.4682953Z PASSED [ 96%] 2022-11-23T02:49:26.4683229Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_native_layer_norm_cuda_float32 XFAIL [ 96%] 2022-11-23T02:49:26.4683544Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:49:26.4683843Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:49:26.4684135Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional__scaled_dot_product_attention_cuda_float32 XFAIL [ 96%] 2022-11-23T02:49:26.4684422Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4684703Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4684970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4685266Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Skipped!) [ 96%] 2022-11-23T02:49:26.4685535Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool1d_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4686047Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool2d_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4686546Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_avg_pool3d_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4687242Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_batch_norm_cuda_float32 XFAIL [ 96%] 2022-11-23T02:49:26.4687772Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 XFAIL [ 96%] 2022-11-23T02:49:26.4688437Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_celu_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4689198Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4689863Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4690407Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4690939Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4691463Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4691962Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4692291Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4692914Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4693294Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4694143Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4694605Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4695266Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4695580Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cross_entropy_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4695839Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_ctc_loss_cuda_float32 XFAIL [ 96%] 2022-11-23T02:49:26.4696095Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_elu_cuda_float32 PASSED [ 96%] 2022-11-23T02:49:26.4696442Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:49:26.4696927Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_functorch_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4697257Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4697558Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:49:26.4697889Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:49:26.4698323Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_glu_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4698792Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_group_norm_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4699159Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardsigmoid_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:49:26.4699692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_huber_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4700001Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_instance_norm_cuda_float32 XFAIL [ 97%] 2022-11-23T02:49:26.4700278Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_area_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4700979Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4701861Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_linear_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4702345Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4702640Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4702898Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_kl_div_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4703167Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_leaky_relu_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4703430Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_linear_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4703847Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_local_response_norm_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4704187Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool1d_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4704448Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool2d_cuda_float32 XFAIL [ 97%] 2022-11-23T02:49:26.4704886Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_pool3d_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4705221Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool1d_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4706166Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL [ 97%] 2022-11-23T02:49:26.4706504Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4706941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mish_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4707232Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4707902Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:49:26.4708587Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:49:26.4709035Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_nll_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4709495Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_normalize_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4709963Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_constant_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4710433Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_reflect_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4710923Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pairwise_distance_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4711361Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4711780Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_prelu_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4712199Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_relu_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4712695Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4713143Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softmin_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4713742Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4714460Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softplus_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4714968Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softshrink_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4715248Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_softsign_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4715514Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_tanhshrink_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4715782Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_threshold_cuda_float32 PASSED [ 97%] 2022-11-23T02:49:26.4716059Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_upsample_nearest_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4716298Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_fro_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4716543Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_inf_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4716775Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_nuc_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4717010Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_normal_cuda_float32 XFAIL [ 98%] 2022-11-23T02:49:26.4717302Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4717601Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4718150Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4718639Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_outer_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4718954Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pca_lowrank_cuda_float32 XFAIL [ 98%] 2022-11-23T02:49:26.4719189Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polar_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4719457Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_0_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4719690Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_prod_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4719933Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_quantile_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4720436Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4720748Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randint_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4721040Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4721424Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_real_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4721821Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_renorm_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4722087Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_repeat_interleave_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4722328Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reshape_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4722628Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4722877Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resolve_conj_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4723111Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rot90_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4723346Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4723736Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_0_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4723969Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rsub_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4724269Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_add_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4724531Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_amin_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4724793Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_mean_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4725053Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_prod_cuda_float32 XFAIL [ 98%] 2022-11-23T02:49:26.4725309Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_sum_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4725617Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4725962Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 98%] 2022-11-23T02:49:26.4726199Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sgn_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4726491Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4727011Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4727339Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sigmoid_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4727660Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4728114Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4728566Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sinc_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4728791Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sinh_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4729039Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_slice_scatter_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4729280Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_softmax_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4729515Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sort_cuda_float32 PASSED [ 98%] 2022-11-23T02:49:26.4729822Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:49:26.4730136Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4730506Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:49:26.4730833Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4731160Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4731404Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i1_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4731731Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4732207Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:49:26.4732465Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_log_ndtr_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4732785Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4733096Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4733390Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4733848Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4734199Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4734574Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:49:26.4735299Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:49:26.4735666Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_with_sizes_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4735925Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_stack_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4736168Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_std_mean_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4736405Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_stft_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4736638Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sub_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4736860Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sum_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4737127Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_svd_lowrank_cuda_float32 XFAIL [ 99%] 2022-11-23T02:49:26.4737354Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_t_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4737566Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_take_cuda_float32 XFAIL [ 99%] 2022-11-23T02:49:26.4737809Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tanh_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4738053Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tensor_split_cuda_float32 XFAIL [ 99%] 2022-11-23T02:49:26.4738295Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tensordot_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4738532Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_topk_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4738769Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_transpose_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4738992Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tril_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4739226Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trunc_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4739463Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unbind_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4739711Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unfold_copy_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4739950Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unfold_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4740248Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4740789Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4741046Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_as_complex_cuda_float32 XFAIL [ 99%] 2022-11-23T02:49:26.4741280Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_as_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4741696Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4742113Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vsplit_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4742360Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vstack_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4742593Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_where_cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4742824Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zero__cuda_float32 PASSED [ 99%] 2022-11-23T02:49:26.4743120Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4743459Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:49:26.4743768Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvmapjvp_linalg_solve_cuda PASSED [100%] 2022-11-23T02:49:26.4743803Z 2022-11-23T02:49:26.4743939Z ============================== warnings summary =============================== 2022-11-23T02:49:26.4744459Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:49:26.4745164Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:49:26.4745432Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:49:26.4745447Z 2022-11-23T02:49:26.4745880Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:49:26.4746567Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ops\functorch.test_ops-7ee1630738595f4c.xml - 2022-11-23T02:49:26.4746946Z = 3374 passed, 986 skipped, 11 deselected, 192 xfailed, 1 warning in 3711.91s (1:01:51) = 2022-11-23T02:49:26.4747524Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:49:26.4747545Z 2022-11-23T02:49:26.4748301Z ##[endgroup] 2022-11-23T02:49:26.4749063Z FINISHED PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_fip8sdcn) 2022-11-23T02:49:26.4749083Z 2022-11-23T02:54:49.4298916Z 2022-11-23T02:54:49.4299513Z Expand the folded group to see the log file of functorch/test_ops 2022-11-23T02:54:49.4300978Z ##[group]PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_1p1sim3a) 2022-11-23T02:54:49.4435883Z Test results will be stored in test-reports\python-pytest\functorch.test_ops\functorch.test_ops-c2dc53dbf7915d98.xml 2022-11-23T02:54:49.4436896Z ============================= test session starts ============================= 2022-11-23T02:54:49.4437921Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:54:49.4438639Z cachedir: .pytest_cache 2022-11-23T02:54:49.4439512Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:54:49.4440569Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:54:49.4441133Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:54:49.4441626Z collecting ... collected 9090 items / 17 deselected / 9073 selected 2022-11-23T02:54:49.5581860Z Running 4510 items in this shard: test/functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_cross_entropy_cuda, test/functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_l1_loss_cuda, test/functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_layer_norm_cuda, test/functorch/test_ops.py::TestOperatorsCUDA::test_extremal_numerics_mse_loss_cuda, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_broadcast_to_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_contiguous_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_expand_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_flatten_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_flatten_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_dsplit_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_unbind_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_vsplit_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mH_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mH_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mT_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_movedim_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_movedim_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_narrow_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_narrow_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_permute_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_positive_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_positive_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_neg_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_special_grad_op_jvp_cuda, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_special_grad_op_vjp_cuda, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_squeeze_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_transpose_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unflatten_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unfold_grad_op_jvp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unfold_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unsqueeze_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_grad_op_vjp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_vsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_H_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___functorch_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___radd___cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmatmul___cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmul___cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rsub___cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acos_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_all_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_allclose_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_angle_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_any_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_arange_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argwhere_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_scatter_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asinh_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan2_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atanh_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_baddbmm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bernoulli_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_to_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bucketize_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cartesian_prod_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cat_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdist_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdouble_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cfloat_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_inverse_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chunk_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_max_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_min_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clone_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_column_stack_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_combinations_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_complex_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_physical_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_copysign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_copysign_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_corrcoef_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cosh_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_count_nonzero_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cov_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumprod_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumsum_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagflat_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_copy_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diff_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dist_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_trunc_rounding_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_like_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_equal_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erf_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfc_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfinv_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_as_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expm1_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftshift_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft2_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftshift_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft2_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft2_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft2_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfftn_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fill_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flip_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fliplr_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flipud_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frac_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frexp_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_like_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ge_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_grid_sampler_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gt_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hstack_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hypot_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igamma_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igammac_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_add_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_fill_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_functorch_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_reduce_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_select_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isclose_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isfinite_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kron_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lgamma_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cross_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigh_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvals_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_ex_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_singular_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_qr_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_slogdet_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_ex_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_triangular_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svdvals_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vander_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vector_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linspace_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log1p_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_with_dtype_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logcumsumexp_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logdet_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_and_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_not_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_or_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logit_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logspace_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logsumexp_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_solve_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_unpack_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mT_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_log_softmax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logsumexp_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_prod_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_scatter_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmax_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_var_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matrix_exp_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_no_dim_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_maximum_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mean_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_with_dim_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mode_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_movedim_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mv_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanquantile_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_copy_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_dropout_backward_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_neg_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_strided_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_full_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_ones_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_bilinear_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_celu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv1d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_glu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_glu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardswish_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_linear_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mish_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_prelu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu6_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_rrelu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_selu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_silu_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softplus_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softshrink_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_fro_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_nuc_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_number_mean_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_like_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pow_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_qr_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_quantile_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_like_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_like_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ravel_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reciprocal_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_renorm_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_interleave_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_as_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize__cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_conj_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_neg_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_0_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_3_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_neg_3_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsqrt_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_add_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_prod_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_searchsorted_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_offsets_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sgn_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sigmoid_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_exponential_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_gaussian_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sort_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y0_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_erfcx_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1e_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_log_ndtr_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sqrt_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stack_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sub_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_to_size_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_lowrank_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_symeig_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_t_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_along_dim_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensor_split_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_sparse_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trace_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_true_divide_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unflatten_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_copy_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unsqueeze_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_mean_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_where_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_xlogy_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_as_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_eq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expm1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rpow___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_abs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isnan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_native_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_outer_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randint_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_slice_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_tensorsolve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_unpack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_narrow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_celu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multilabel_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_nuc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_normal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ones_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_real_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_hermite_polynomial_h_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_with_sizes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unfold_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_T_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmod___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_aminmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_baddbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_inverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clone_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fliplr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isposinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lgamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_tensorinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log1p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_long_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_cumsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_maximum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanmedian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_ones_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_group_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_threshold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_upsample_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polar_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_renorm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_searchsorted_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signal_windows_cosine_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_y1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_stft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_svd_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tensordot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unbind_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_as_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_xlogy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_H_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_arange_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_asinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bernoulli_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bfloat16_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bfloat16_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cdouble_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cfloat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_column_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_constant_pad_nd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_count_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_empty_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_floor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_frexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_gradient_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_half_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___getitem___functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmatmul___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule__softmax_backward_data_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_acos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmm_decomposed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_allclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argwhere_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_as_strided_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atan2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bucketize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_byte_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cartesian_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_char_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_chunk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_max_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_conj_physical_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagonal_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erfinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fftshift_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flipud_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_full_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_geqrf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isclose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isinf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_kthvalue_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vander_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vecdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logaddexp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_and_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_or_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_argmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_pool2d_with_indices_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_native_dropout_backward_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_native_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_linear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_prelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_inf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sgn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signal_windows_kaiser_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_stack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_topk_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_igamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_reduce_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_int_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_int_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isneginf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_isreal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_unary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_kron_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ldexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lerp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_householder_product_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lstsq_grad_oriented_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_rank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_multi_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_pinv_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_pinv_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_slogdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vector_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linspace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_not_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_xor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mT_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_logaddexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_softmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_meshgrid_list_of_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_meshgrid_variadic_tensors_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_msort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_multinomial_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nansum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_empty_strided_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional__scaled_dot_product_attention_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_alpha_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_elu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_fractional_max_pool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_instance_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_area_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_bicubic_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_nearest_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_trilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_leaky_relu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_local_response_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool2d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_constant_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_reflect_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pixel_shuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softmin_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softplus_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softsign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_fro_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_pca_lowrank_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_quantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_rand_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_randn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_repeat_interleave_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_reshape_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_resize_as__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_resolve_conj_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_rot90_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_rsub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_sum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_offsets_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_short_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_short_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sinc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sinh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_airy_ai_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_hermite_polynomial_he_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_legendre_polynomial_p_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_log_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_scaled_modified_bessel_k0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_std_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_sub_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_take_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tensor_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_transpose_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_tril_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_trunc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_uniform_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_unique_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_where_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_zero__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_zeros_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___getitem___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___radd___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rdiv___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rsub___cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_acosh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_add_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addbmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addcdiv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addcmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_all_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_amin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_angle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_any_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argmin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argsort_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_asin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_block_diag_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bool_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bool_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_shapes_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_byte_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ceil_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_chalf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_char_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_min_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_combinations_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_complex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_contiguous_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_corrcoef_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cos_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cov_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cummax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cummin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumprod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumulative_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_deg2rad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diag_embed_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagflat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagonal_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagonal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diff_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_digamma_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_floor_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_no_rounding_mode_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_trunc_rounding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_double_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_einsum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_equal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erf_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erfc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_exp2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expand_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expand_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_eye_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfft2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfft_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfftn_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flip_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_floor_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gather_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ge_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_half_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_heaviside_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_histc_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hsplit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hstack_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hypot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_i0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_igammac_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_inner_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isfinite_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_binary_return_by_ref_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_le_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cond_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cross_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_det_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_det_singular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigvalsh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_inv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_inv_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_factor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_factor_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lstsq_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_power_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_rank_hermitian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_pinv_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_triangular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_svdvals_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log10_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logcumsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logdet_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_long_functorch_no_channels_last_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mH_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_fill_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_logsumexp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_median_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_normalize_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_prod_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_softmax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_matmul_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_matrix_exp_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_reduction_with_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_binary_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_reduction_no_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_minimum_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_movedim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nan_to_num_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanmean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanquantile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_narrow_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ne_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_empty_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_full_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_zeros_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nextafter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_binary_cross_entropy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv1d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_no_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_with_bias_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cosine_similarity_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_gelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_grid_sample_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardshrink_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardswish_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardtanh_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_layer_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_logsigmoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_margin_ranking_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool2d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool3d_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mse_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_circular_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_replicate_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pdist_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pixel_unshuffle_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_poisson_nll_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_relu6_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_rrelu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_selu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_silu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_triplet_margin_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_unfold_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_upsample_bilinear_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nonzero_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_normal_number_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ops_aten_index_put_functorch_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ormqr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_permute_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pinverse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_2_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_4_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_positive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pow_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_put_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_qr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rad2deg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randint_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randn_like_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ravel_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reciprocal_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_remainder_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_repeat_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reshape_as_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resize__cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resolve_neg_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_roll_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_neg_3_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rsqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scalar_tensor_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_amax_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_segment_reduce_lengths_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_select_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_select_scatter_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sign_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signal_windows_exponential_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signal_windows_gaussian_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signbit_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sin_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_slice_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_softmax_with_dtype_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sparse_sampled_addmm_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_j1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_y0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_t_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_v_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_entr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_erfcx_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i0e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i1e_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_i1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_k1_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_ndtr_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_ndtri_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_spherical_bessel_j0_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_xlog1py_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_zeta_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_list_args_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sqrt_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_square_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_squeeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_std_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sum_to_size_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_svd_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_symeig_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_take_along_dim_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tan_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tile_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_to_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_to_sparse_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trace_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trapezoid_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trapz_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_triangular_solve_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_triu_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_true_divide_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unflatten_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unique_consecutive_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unsqueeze_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_var_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_var_mean_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vdot_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_copy_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_xlogy_cuda_float32 2022-11-23T02:54:49.6629322Z 2022-11-23T02:54:49.6630122Z functorch\test_ops.py::TestOperatorsCUDA::test_extremal_numerics_cross_entropy_cuda PASSED [ 0%] 2022-11-23T02:54:49.6631597Z functorch\test_ops.py::TestOperatorsCUDA::test_extremal_numerics_l1_loss_cuda PASSED [ 0%] 2022-11-23T02:54:49.6632835Z functorch\test_ops.py::TestOperatorsCUDA::test_extremal_numerics_layer_norm_cuda PASSED [ 0%] 2022-11-23T02:54:49.6634077Z functorch\test_ops.py::TestOperatorsCUDA::test_extremal_numerics_mse_loss_cuda PASSED [ 0%] 2022-11-23T02:54:49.6635286Z functorch\test_ops.py::TestOperatorsCUDA::test_grad___radd___cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6636441Z functorch\test_ops.py::TestOperatorsCUDA::test_grad___rdiv___cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6637743Z functorch\test_ops.py::TestOperatorsCUDA::test_grad___rmod___cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6638824Z functorch\test_ops.py::TestOperatorsCUDA::test_grad___rsub___cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6639702Z functorch\test_ops.py::TestOperatorsCUDA::test_grad__softmax_backward_data_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6640604Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_add_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6641472Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_addbmm_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6642354Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_addcdiv_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6643361Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_addmm_decomposed_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6644392Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_addr_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6645858Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:54:49.6646925Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:54:49.6647848Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_angle_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6648828Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:54:49.6650002Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:54:49.6651114Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_as_strided_scatter_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6652123Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_atleast_1d_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6653011Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_atleast_2d_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6653903Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_atleast_3d_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6654755Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_baddbmm_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6655623Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_bernoulli_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6656504Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_bfloat16_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6657585Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_block_diag_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6658791Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_broadcast_to_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6659751Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cartesian_prod_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6660615Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cdist_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6661483Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_ceil_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6662449Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 0%] 2022-11-23T02:54:49.6663560Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cholesky_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6664631Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cholesky_inverse_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6665562Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cholesky_solve_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6666482Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_clamp_min_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6667342Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_conj_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6668239Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_constant_pad_nd_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6669142Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_contiguous_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6670155Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_corrcoef_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6671206Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cosh_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6672089Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cross_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6672957Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cummin_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6673834Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_cumprod_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6674753Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_deg2rad_cuda_float32 PASSED [ 0%] 2022-11-23T02:54:49.6675663Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_diag_embed_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6676670Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_diagonal_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6678016Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_diagonal_scatter_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6678993Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_div_no_rounding_mode_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6679956Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_div_trunc_rounding_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6680901Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_dot_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6681805Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_dsplit_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6682829Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_einsum_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6683999Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:54:49.6685115Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:54:49.6686205Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:54:49.6687171Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_erfinv_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6688076Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_exp2_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6688993Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_hfft2_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6690059Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_hfft_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6692104Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_ifft_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6693103Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfft2_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6694028Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_ihfftn_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6694927Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_irfft_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6695948Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_irfftn_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6696952Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_rfft_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6697973Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fft_rfftn_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6698889Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fliplr_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6699797Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_flipud_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6700697Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_float_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6701603Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_float_power_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6702612Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_floor_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6703832Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:54:49.6704849Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_fmin_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6705742Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_frac_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6706753Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:54:49.6707878Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:54:49.6708962Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_gradient_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6710035Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_grid_sampler_2d_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6711063Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:54:49.6712369Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:54:49.6713358Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_hstack_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6714255Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_i0_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6715154Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_index_add_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6716214Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_index_copy_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6717287Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_index_put_functorch_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6718242Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_index_reduce_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6719163Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_index_select_cuda_float32 PASSED [ 1%] 2022-11-23T02:54:49.6720179Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:54:49.6721278Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 1%] 2022-11-23T02:54:49.6722527Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:54:49.6723762Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:54:49.6725146Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:54:49.6726430Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:54:49.6727651Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:54:49.6728847Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_kron_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6729997Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_ldexp_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6730934Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_lerp_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6731869Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_lgamma_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6732849Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_cond_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6733817Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_det_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6734892Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_det_singular_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6736020Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_eigh_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6737127Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_householder_product_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6738129Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_inv_ex_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6739225Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:54:49.6740514Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:54:49.6741774Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6742923Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_lu_solve_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6743920Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_norm_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6744958Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_power_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6746282Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:54:49.6747390Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_multi_dot_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6748360Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_norm_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6749411Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6750490Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_pinv_hermitian_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6751454Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_qr_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6752422Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_slogdet_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6753499Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_solve_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6754497Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_svd_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6755563Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_svdvals_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6756627Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_tensorinv_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6757718Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:54:49.6758929Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_log10_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6759874Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_log2_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6760740Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_log_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6761642Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_logcumsumexp_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6762597Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_logit_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6763588Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:54:49.6764685Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 2%] 2022-11-23T02:54:49.6765666Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_lu_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6766538Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_lu_solve_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6767426Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_mH_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6768250Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_mT_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6769140Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_amax_cuda_float32 PASSED [ 2%] 2022-11-23T02:54:49.6770315Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:54:49.6771465Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_cumsum_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6772372Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_fill_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6773295Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6774231Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_log_softmax_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6775105Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_logaddexp_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6776007Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_logsumexp_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6776911Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_norm_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6777954Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_prod_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6778779Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_softmax_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6779623Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_std_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6780451Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_sum_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6781266Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_masked_var_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6782081Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_matmul_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6782929Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_max_reduction_no_dim_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6783824Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_max_reduction_with_dim_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6784681Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_maximum_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6785490Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_mean_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6786270Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_median_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6787179Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_meshgrid_list_of_tensors_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6788125Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_meshgrid_variadic_tensors_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6789157Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_min_reduction_with_dim_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6790098Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_mode_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6790948Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_msort_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6791866Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nansum_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6792706Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_native_batch_norm_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6793649Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_native_dropout_backward_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6794544Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_neg_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6795521Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:54:49.6796613Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:54:49.6797677Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 3%] 2022-11-23T02:54:49.6798751Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6799768Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6800725Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6801693Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6802886Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6803985Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6804996Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_avg_pool3d_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6805940Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_batch_norm_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6807167Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6808175Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6809176Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6810201Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6811244Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6812280Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 3%] 2022-11-23T02:54:49.6813377Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6814433Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6815456Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6816442Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6817469Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_cosine_similarity_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6818640Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_ctc_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6819666Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout2d_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6820642Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout3d_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6821568Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_dropout_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6822541Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_elu_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6823544Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_bag_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6824605Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6825680Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_embedding_functorch_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6826831Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6828012Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6829146Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6869735Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_glu_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6870784Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_group_norm_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6871728Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardswish_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6872676Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hardtanh_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6873661Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6874659Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_area_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6875635Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_interpolate_linear_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6876829Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_kl_div_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6877760Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_l1_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6878710Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_layer_norm_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6879704Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_local_response_norm_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6880710Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6881680Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool2d_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6882600Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_pool3d_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6883529Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6884497Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_max_unpool2d_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6885448Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6886414Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6887411Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6888562Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pad_replicate_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6889593Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pairwise_distance_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6890655Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6891685Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6892637Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_relu6_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6893542Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_relu_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6894470Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_rrelu_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6895393Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_selu_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6896331Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6897270Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 4%] 2022-11-23T02:54:49.6898240Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softmin_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6899199Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softshrink_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6900157Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_softsign_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6901150Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6902197Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6903158Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_norm_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6904035Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_norm_nuc_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6904898Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_normal_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6905998Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_normal_number_mean_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6907000Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:54:49.6908065Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:54:49.6909264Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:54:49.6910404Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_ops_aten_index_put_functorch_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6911337Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_polar_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6912245Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_0_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6913224Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_1_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6914193Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_2_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6915150Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_3_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6916123Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_polygamma_polygamma_n_4_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6917040Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_positive_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6918071Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_pow_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6918930Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_prod_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6919799Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_qr_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6920817Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:54:49.6921890Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:54:49.6922958Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:54:49.6923887Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_ravel_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6924727Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_reciprocal_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6925572Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_renorm_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6926429Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_repeat_interleave_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6927409Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:54:49.6928484Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:54:49.6929466Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_resolve_conj_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6930319Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_roll_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6931170Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_rot90_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6932026Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_round_decimals_neg_3_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6932918Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_rsqrt_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6933802Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_scatter_add_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6934714Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_scatter_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6935838Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_mean_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6936758Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_prod_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6937699Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_scatter_reduce_sum_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6938694Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 5%] 2022-11-23T02:54:49.6939716Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_segment_reduce_lengths_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6940765Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_segment_reduce_offsets_cuda_float32 PASSED [ 5%] 2022-11-23T02:54:49.6941688Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_select_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6942588Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_select_scatter_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6943575Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6944675Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6945656Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sigmoid_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6946679Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6947842Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sin_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6948732Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sinc_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6949587Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sinh_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6950444Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_slice_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6951345Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_softmax_with_dtype_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6952352Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6953505Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6954550Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_erfcx_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6955444Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_i1e_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6956485Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6957511Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_log_ndtr_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6958533Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6959691Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6960958Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6962198Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_ndtr_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6963144Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_ndtri_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6964150Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6965296Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6966763Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T02:54:49.6968292Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 6%] 2022-11-23T02:54:49.6969654Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6970646Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_sqrt_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6971522Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_square_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6972404Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_std_mean_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6973284Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_svd_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6974237Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_t_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6975301Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_take_along_dim_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6976217Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_take_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6977039Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_tan_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6978117Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_tensor_split_cuda_float32 XFAIL [ 6%] 2022-11-23T02:54:49.6979044Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_to_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6979915Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_topk_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6980931Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_trapezoid_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6981980Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_trapz_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6982914Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_triu_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6983782Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_true_divide_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6984657Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_trunc_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6985548Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_unfold_copy_cuda_float32 PASSED [ 6%] 2022-11-23T02:54:49.6986561Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 6%] 2022-11-23T02:54:49.6987519Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_var_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6988472Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_var_mean_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6989422Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_view_as_complex_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6990385Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_view_copy_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6991233Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_view_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6992090Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_vstack_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6993061Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 7%] 2022-11-23T02:54:49.6994026Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp___getitem___cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6994888Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp___rmatmul___cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6995858Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp___rmod___cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6996873Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp___rmul___cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6997932Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp___rsub___cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6998769Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_abs_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.6999603Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_add_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7000461Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_addbmm_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7001340Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_addcmul_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7002305Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_addmm_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7003295Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_addmm_decomposed_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7004272Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_addmv_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7005266Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_allclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7006222Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_amin_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7007202Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_aminmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7008219Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_angle_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7009276Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_arange_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7010610Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_argwhere_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7011742Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_as_strided_cuda_float32 XFAIL [ 7%] 2022-11-23T02:54:49.7012666Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_as_strided_scatter_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7013574Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_atan2_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7014439Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_atleast_1d_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7015297Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_atleast_3d_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7016244Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_baddbmm_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7017141Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_bernoulli_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7018177Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_bmm_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7019120Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_bool_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7020248Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7021386Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7022404Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_broadcast_tensors_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7023533Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_bucketize_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7024757Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_byte_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7025808Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cartesian_prod_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7026741Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cdouble_cuda_float32 PASSED [ 7%] 2022-11-23T02:54:49.7027745Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_chalf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7029027Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_char_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7030143Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7031547Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cholesky_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 7%] 2022-11-23T02:54:49.7032546Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_chunk_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7033452Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_clamp_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7034333Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_clamp_max_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7035217Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_clamp_min_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7036089Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_clone_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7037041Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_complex_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7038056Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_conj_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7038918Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_constant_pad_nd_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7039778Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_contiguous_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7040694Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_copysign_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7041719Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_corrcoef_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7042562Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cos_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7043470Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cosh_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7044598Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_count_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:54:49.7045558Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_cumsum_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7046403Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_deg2rad_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7047269Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_diag_embed_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7048114Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_diagflat_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7048958Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_diagonal_copy_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7049909Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_diagonal_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7050889Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_dist_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7051758Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_div_no_rounding_mode_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7052610Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_dot_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7053445Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_double_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7054395Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_double_functorch_no_channels_last_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7055372Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_empty_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:54:49.7056474Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_eq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:54:49.7057547Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_erf_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7058371Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_erfc_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7059198Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_erfinv_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7061055Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_exp_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7061853Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_fft2_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7062696Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_fft_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7063646Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_fftn_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7064636Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfft2_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7065480Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_hfftn_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7066363Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifft2_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7067240Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_ifftn_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7068107Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_ihfft2_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7069012Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_irfftn_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7069991Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fft_rfft2_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7070913Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_flipud_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7071986Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_float_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:54:49.7073320Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_float_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 8%] 2022-11-23T02:54:49.7074416Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_float_power_cuda_float32 PASSED [ 8%] 2022-11-23T02:54:49.7075276Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_fmin_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7076273Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_full_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7077364Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_gather_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7078498Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_geqrf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7079570Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_half_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7080716Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_half_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7081863Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_heaviside_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7082852Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_hypot_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7083785Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_i0_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7085106Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_igamma_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7086206Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_igammac_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7087173Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_index_copy_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7088080Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_index_put_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7089216Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_index_reduce_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7096174Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_index_select_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7097774Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7099195Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_isin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7100277Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_isinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7101354Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_isreal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7102699Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7103973Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7105152Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7106285Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7107223Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_kron_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7108092Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_kthvalue_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7109045Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_ldexp_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7110139Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_le_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7111297Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cond_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7112223Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_det_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7113111Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_eigh_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7113977Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_inv_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7115020Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7116397Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7117546Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7118713Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lstsq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7119741Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_lu_factor_ex_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7120685Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_norm_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7121697Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_power_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7122914Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 9%] 2022-11-23T02:54:49.7123950Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_multi_dot_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7124839Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_norm_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7125753Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_pinv_hermitian_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7126876Z 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) [ 9%] 2022-11-23T02:54:49.7128013Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_slogdet_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7129016Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_cuda_float32 PASSED [ 9%] 2022-11-23T02:54:49.7130049Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_solve_ex_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7130898Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_svd_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7131805Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_tensorinv_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7132688Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vander_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7133576Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_vecdot_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7134510Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_log10_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7135467Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_log1p_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7136353Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_log2_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7137218Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_logaddexp_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7138183Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_logcumsumexp_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:54:49.7139143Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_logdet_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7140099Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_logical_not_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:54:49.7141309Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_logical_or_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:54:49.7142606Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_logical_xor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:54:49.7143530Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_logit_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7144497Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_logsumexp_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7145444Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_long_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:54:49.7146533Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:54:49.7147816Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_lt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:54:49.7148731Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_lu_solve_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7149586Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_lu_unpack_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7150407Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_amin_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7151350Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:54:49.7152422Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 10%] 2022-11-23T02:54:49.7153452Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_cumprod_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7154534Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_log_softmax_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7155454Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_logaddexp_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7156368Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_mean_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7157220Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_median_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7158105Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_norm_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7158956Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_prod_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7160174Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_scatter_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7161290Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_select_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7162197Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_softmin_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7163085Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_masked_sum_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7163938Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_max_binary_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7164910Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7165966Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_max_reduction_no_dim_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7166996Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_max_reduction_with_dim_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7168539Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_maximum_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7169610Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_meshgrid_variadic_tensors_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7170658Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_min_binary_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7171608Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_minimum_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7172782Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_mm_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7174159Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_movedim_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7175180Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_msort_cuda_float32 PASSED [ 10%] 2022-11-23T02:54:49.7176287Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_multinomial_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:54:49.7177420Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7178412Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nan_to_num_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7179503Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nanquantile_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7180808Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_narrow_copy_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:54:49.7181894Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_narrow_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7183052Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_native_dropout_backward_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:54:49.7184357Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_native_layer_norm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:54:49.7185464Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_neg_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7186894Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:54:49.7188095Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_new_full_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:54:49.7189287Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_new_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:54:49.7190438Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7191546Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_batch_norm_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7192924Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7194218Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7195575Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7196708Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7197823Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7200103Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83660 for platform(s) win, windows. 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.) [ 11%] 2022-11-23T02:54:49.7202174Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 11%] 2022-11-23T02:54:49.7203350Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout2d_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7204406Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_dropout_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7205535Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_elu_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7206845Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7208230Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7209438Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7210386Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7211332Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_gelu_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7212387Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_glu_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7213550Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardshrink_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7214548Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardswish_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7215506Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_hardtanh_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7216448Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_instance_norm_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7217374Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_linear_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7218422Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7219576Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_kl_div_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7220624Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_layer_norm_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7221673Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_leaky_relu_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7222683Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_local_response_norm_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7223713Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_logsigmoid_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7224698Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool2d_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7225808Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_pool3d_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7227268Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool1d_cuda_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:54:49.7228261Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 11%] 2022-11-23T02:54:49.7229234Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7230297Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7231361Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7232854Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7233921Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_nll_loss_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7234851Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_normalize_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7235810Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_circular_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7236754Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pad_replicate_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7237922Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7240472Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7241537Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7242508Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_relu_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7243384Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_rrelu_cuda_float32 XFAIL [ 12%] 2022-11-23T02:54:49.7244307Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_selu_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7245373Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7246520Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softmin_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7247455Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7248421Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7249448Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7250380Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_nn_functional_unfold_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7251382Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_norm_fro_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7252573Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_normal_number_mean_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7253623Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7254605Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_ones_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7255727Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7256815Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_pca_lowrank_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7257847Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_polar_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7259163Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_0_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7260098Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_1_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7260975Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_3_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7261840Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_polygamma_polygamma_n_4_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7262702Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_positive_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7263558Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_prod_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7264531Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_put_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7265499Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_qr_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7266443Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_rand_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7267506Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_randint_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7268588Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_randn_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7269646Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_randn_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7270857Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_ravel_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7271962Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_reciprocal_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7272840Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_remainder_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7273790Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_renorm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7274794Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_repeat_interleave_cuda_float32 PASSED [ 12%] 2022-11-23T02:54:49.7275767Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_resize__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 12%] 2022-11-23T02:54:49.7276789Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_resize_as__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7277847Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_resolve_conj_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7278980Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_resolve_neg_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7279842Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_3_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7280750Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_round_decimals_neg_3_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7281594Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_rsub_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7282416Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_scatter_add_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7283271Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_amin_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7284228Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_scatter_reduce_mean_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7285431Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7286504Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7287442Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_select_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7288447Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7289656Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sinh_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7290649Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_slice_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7291725Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_softmax_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7292717Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7293796Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7294850Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7296112Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7297373Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7298581Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_entr_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7299480Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_erfcx_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7300616Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7301944Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7303003Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_i0e_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7304112Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_i1_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7305151Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_i1e_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7306056Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_log_ndtr_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7307178Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7308378Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7309585Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T02:54:49.7311175Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T02:54:49.7312410Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-11-23T02:54:49.7313556Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7314645Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_special_zeta_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7315607Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_split_list_args_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7316596Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_split_with_sizes_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7317712Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_squeeze_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7318548Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_stft_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7319647Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sub_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7320419Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_sum_to_size_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7321207Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_svd_lowrank_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7322102Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_symeig_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 13%] 2022-11-23T02:54:49.7323112Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_take_along_dim_cuda_float32 PASSED [ 13%] 2022-11-23T02:54:49.7324138Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_tanh_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7324929Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_tensor_split_cuda_float32 XFAIL [ 14%] 2022-11-23T02:54:49.7325735Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_tensordot_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7326497Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_tile_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7327269Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_to_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7328159Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_topk_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7328982Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_trace_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7329949Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_transpose_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7330973Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_trapz_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7331998Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_triangular_solve_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7332899Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_triu_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7333785Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_true_divide_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7334639Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_trunc_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7335496Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_unbind_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7336450Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_unfold_copy_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7337528Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_unfold_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7338365Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_unsqueeze_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7339229Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_var_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7340009Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_vdot_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7340897Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_view_as_complex_cuda_float32 XFAIL [ 14%] 2022-11-23T02:54:49.7341808Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_vsplit_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7342772Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_where_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7343834Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_xlogy_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7344644Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_zero__cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7345584Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_zeros_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 14%] 2022-11-23T02:54:49.7346492Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_H_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7347312Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_T_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7348174Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp___getitem___cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7349069Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp___radd___cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7350111Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp___rdiv___cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7350978Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmatmul___cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7351829Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmod___cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7352642Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp___rmul___cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7353453Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp___rpow___cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7354515Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp___rsub___cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7355644Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp__softmax_backward_data_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7356499Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_abs_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7357330Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_acos_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7358242Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:54:49.7359276Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:54:49.7360174Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_amax_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7360950Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_angle_cuda_float32 PASSED [ 14%] 2022-11-23T02:54:49.7362032Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:54:49.7363028Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:54:49.7364008Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 14%] 2022-11-23T02:54:49.7365009Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:54:49.7365952Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_as_strided_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7366836Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_as_strided_scatter_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7367720Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_asin_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7368591Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_asinh_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7369434Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_atan_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7370326Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_atleast_2d_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7371327Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_bfloat16_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7372502Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7373474Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_block_diag_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7374354Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_bmm_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7375355Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:54:49.7376375Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_broadcast_to_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7377438Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:54:49.7378442Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cdouble_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7379340Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cfloat_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7380379Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_chalf_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7381217Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_chunk_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7382046Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7382842Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_clamp_max_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7383680Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_clone_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7384533Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_combinations_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7385390Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_complex_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7386205Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_conj_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7387047Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_copysign_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7387921Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cummax_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7388792Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumprod_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7389723Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_cumulative_trapezoid_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7390639Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagonal_copy_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7391652Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_diagonal_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7392528Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_digamma_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7393408Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_dist_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7394335Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_floor_rounding_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7395243Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_no_rounding_mode_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7396127Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_div_trunc_rounding_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7397069Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:54:49.7398069Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:54:49.7399065Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:54:49.7399959Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_exp2_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7400784Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_exp_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7401591Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_expand_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7402660Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 15%] 2022-11-23T02:54:49.7403765Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fft2_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7404653Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_fft_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7405515Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfft2_cuda_float32 PASSED [ 15%] 2022-11-23T02:54:49.7406377Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_hfftn_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7407237Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifft2_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7408028Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifftn_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7408899Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ifftshift_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7410004Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfft_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7410905Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_ihfftn_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7411796Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfft_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7412673Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fft_irfftn_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7413508Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fill_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7414343Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_flatten_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7415170Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_flip_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7415999Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fliplr_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7416818Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_flipud_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7417758Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_float_functorch_no_channels_last_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7418832Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:54:49.7419770Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmax_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7420637Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_fmin_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7421688Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_frac_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7422608Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_frexp_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7423615Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:54:49.7424693Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_gradient_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7425603Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_half_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7426442Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_hsplit_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7427292Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_i0_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7428164Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_fill_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7429074Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_reduce_cuda_float32 XFAIL [ 16%] 2022-11-23T02:54:49.7430005Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_index_select_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7430971Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_inner_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7432048Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:54:49.7433182Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:54:49.7434315Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:54:49.7435349Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:54:49.7436369Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:54:49.7437379Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:54:49.7438461Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:54:49.7439748Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:54:49.7440776Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_kthvalue_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7441616Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_ldexp_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7442472Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_lgamma_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7443328Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cond_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7444208Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigvals_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7445098Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_eigvalsh_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7446046Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_householder_product_cuda_float32 SKIPPED (Skipped!) [ 16%] 2022-11-23T02:54:49.7447015Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_inv_ex_cuda_float32 PASSED [ 16%] 2022-11-23T02:54:49.7447991Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 16%] 2022-11-23T02:54:49.7449105Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:54:49.7450106Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lstsq_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7451133Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7452076Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_lu_solve_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7452935Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7453868Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_matrix_power_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7454777Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_multi_dot_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7455692Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7456611Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7457508Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_pinv_hermitian_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7458412Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_slogdet_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7459469Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_ex_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7460661Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_solve_triangular_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7461614Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_tensorsolve_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7462546Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vander_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7463424Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vecdot_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7464357Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_vector_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7465393Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:54:49.7466325Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_log2_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7467248Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7468083Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_log_softmax_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7469139Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_logaddexp_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7470024Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_logcumsumexp_cuda_float32 XFAIL [ 17%] 2022-11-23T02:54:49.7470900Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_logdet_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7471954Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:54:49.7473078Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:54:49.7474082Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_logit_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7475041Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:54:49.7475993Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_logsumexp_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7476841Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_solve_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7477685Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_lu_unpack_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7478527Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_mH_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7479348Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_amin_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7480490Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 17%] 2022-11-23T02:54:49.7481570Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_log_softmax_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7482540Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_logsumexp_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7483493Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_median_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7484386Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7485240Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_scatter_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7486072Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_select_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7486952Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_softmin_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7487789Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_std_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7488640Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_masked_var_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7489470Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_matmul_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7490316Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_max_reduction_no_dim_cuda_float32 PASSED [ 17%] 2022-11-23T02:54:49.7491285Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_meshgrid_list_of_tensors_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7492254Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_binary_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7493201Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_min_reduction_no_dim_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7494093Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_minimum_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7494979Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_mm_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7495822Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_mode_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7496691Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_movedim_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7497581Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7498688Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7499587Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7500409Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nan_to_num_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7501235Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanmean_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7502109Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nanquantile_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7502945Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nansum_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7503780Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_native_batch_norm_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7504633Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_neg_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7505582Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T02:54:49.7506568Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 18%] 2022-11-23T02:54:49.7507601Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7508664Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7509840Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool1d_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7510892Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool2d_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7511872Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_avg_pool3d_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7512850Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7513758Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_bilinear_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7514693Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7515676Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7516683Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7517637Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7518629Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7519683Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7520734Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7521792Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7522933Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7523958Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7524909Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7525894Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout3d_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7527059Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_dropout_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7528126Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7529264Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7530335Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7531344Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_grid_sample_cuda_float32 XFAIL [ 18%] 2022-11-23T02:54:49.7532315Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_group_norm_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7533316Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hardshrink_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7534350Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:54:49.7535382Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_instance_norm_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7536340Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_interpolate_area_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7537329Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_local_response_norm_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7538516Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool1d_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7539552Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_pool3d_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7540612Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool1d_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7541648Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool2d_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7542660Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_max_unpool3d_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7543649Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_multi_margin_loss_cuda_float32 XFAIL [ 19%] 2022-11-23T02:54:49.7544617Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_constant_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7545622Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_reflect_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7546629Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pad_replicate_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7547647Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pairwise_distance_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7548645Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pdist_cuda_float32 XFAIL [ 19%] 2022-11-23T02:54:49.7549656Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7550638Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_relu6_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7551582Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_relu_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7552460Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_rrelu_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7553398Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_silu_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7554354Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softshrink_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7555312Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_softsign_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7556258Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_threshold_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7558208Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_unfold_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7559183Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7560082Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7560892Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_inf_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7561934Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_norm_nuc_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7563448Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_normal_cuda_float32 XFAIL [ 19%] 2022-11-23T02:54:49.7564508Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_normal_number_mean_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7565653Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:54:49.7567007Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:54:49.7568372Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_ops_aten_index_put_functorch_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7569590Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_ormqr_cuda_float32 XFAIL [ 19%] 2022-11-23T02:54:49.7570562Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_outer_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7571776Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_pca_lowrank_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7572807Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_permute_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7573797Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_pinverse_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7575026Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_1_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7576230Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_polygamma_polygamma_n_3_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7577249Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_put_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7578190Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_qr_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7579162Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_quantile_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7580270Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_randint_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:54:49.7581680Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 19%] 2022-11-23T02:54:49.7582784Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_reciprocal_cuda_float32 PASSED [ 19%] 2022-11-23T02:54:49.7600844Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_renorm_cuda_float32 XFAIL [ 20%] 2022-11-23T02:54:49.7601709Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_reshape_as_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7603046Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_reshape_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7603646Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:54:49.7604343Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_resolve_conj_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7604856Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_resolve_neg_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7605353Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_rot90_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7606013Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_rsub_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7606845Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7607798Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_amax_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7608869Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_amin_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7609876Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_prod_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7610949Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_scatter_reduce_sum_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7612081Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:54:49.7613398Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_select_scatter_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7614612Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:54:49.7615861Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:54:49.7617122Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:54:49.7618402Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:54:49.7620035Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sin_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7621030Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sinh_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7621982Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_slice_scatter_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7623125Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:54:49.7624373Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:54:49.7625719Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:54:49.7627124Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 20%] 2022-11-23T02:54:49.7628469Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 20%] 2022-11-23T02:54:49.7629691Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_entr_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7630703Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_erfcx_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7631828Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i0e_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7633043Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_i1_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7634054Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_log_ndtr_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7635064Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_ndtri_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7636390Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 20%] 2022-11-23T02:54:49.7637845Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 20%] 2022-11-23T02:54:49.7639584Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 20%] 2022-11-23T02:54:49.7641052Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_squeeze_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7642015Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_std_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7642984Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sub_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7643930Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sum_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7645023Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_sum_to_size_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7646231Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_svd_lowrank_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7647208Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_symeig_cuda_float32 XFAIL [ 20%] 2022-11-23T02:54:49.7648163Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_take_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7649149Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_tensor_split_cuda_float32 XFAIL [ 20%] 2022-11-23T02:54:49.7650122Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_to_cuda_float32 PASSED [ 20%] 2022-11-23T02:54:49.7651101Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_to_sparse_cuda_float32 XFAIL [ 21%] 2022-11-23T02:54:49.7652414Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_trace_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7653432Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_triangular_solve_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7654619Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_triu_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7655616Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_unbind_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7656578Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_unfold_copy_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7657601Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_unsqueeze_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7658894Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_var_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7659875Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_var_mean_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7660865Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_vdot_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7661854Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_view_as_complex_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7662848Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_vsplit_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7663811Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_where_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7665014Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_xlogy_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7666161Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_broadcast_to_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7667292Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_contiguous_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7668387Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_expand_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7669520Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_flatten_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7670591Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_flatten_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7672039Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_dsplit_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7673212Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7674361Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_split_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7675723Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_unbind_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7676868Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_list_return_vsplit_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7678156Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mH_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7678856Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mH_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7679362Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_mT_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7679902Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_movedim_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7680453Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_movedim_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7681010Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_narrow_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7681558Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_narrow_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7682103Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_permute_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7682656Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_positive_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7683366Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_positive_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7684122Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_resolve_neg_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7684915Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_special_grad_op_jvp_cuda PASSED [ 21%] 2022-11-23T02:54:49.7685459Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_special_grad_op_vjp_cuda PASSED [ 21%] 2022-11-23T02:54:49.7686001Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_squeeze_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7686553Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_transpose_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7687112Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unflatten_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7688192Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unfold_grad_op_jvp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7689248Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unfold_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7690435Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_unsqueeze_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7691808Z functorch\test_ops.py::TestOperatorsCUDA::test_view_then_inplace_view_grad_op_vjp_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7692842Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_H_cuda_float32 PASSED [ 21%] 2022-11-23T02:54:49.7693757Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp___getitem___cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7694762Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp___getitem___functorch_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7695767Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp___radd___cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7696790Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp___rdiv___cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7697979Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp___rmul___cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7698977Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp__softmax_backward_data_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7699987Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_add_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7701142Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_addbmm_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7702104Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_addcdiv_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7703227Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_addcmul_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7704343Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_addmm_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7705355Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_addmm_decomposed_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7706364Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_addmv_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7707332Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_addr_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7708269Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_amax_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7709331Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:54:49.7710748Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:54:49.7711928Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:54:49.7712975Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_atan2_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7713932Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_atan_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7715176Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_atanh_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7716296Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_bfloat16_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7716909Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7717473Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_bmm_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7718080Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:54:49.7718567Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_broadcast_to_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7719157Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:54:49.7719689Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:54:49.7720142Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cat_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7720604Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cdist_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7721067Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cdouble_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7721533Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_ceil_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7721998Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cfloat_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7722784Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:54:49.7723359Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_chunk_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7723929Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_clamp_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7724416Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_clamp_max_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7724883Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_clamp_min_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7725354Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_clone_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7725823Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_column_stack_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7726510Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_combinations_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7726965Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_complex_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7727402Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_conj_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7727991Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 22%] 2022-11-23T02:54:49.7728456Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cov_cuda_float32 PASSED [ 22%] 2022-11-23T02:54:49.7728896Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cross_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7729479Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cummin_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7730022Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cumprod_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7730595Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_cumulative_trapezoid_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7730845Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_deg2rad_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7731079Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_diag_embed_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7731306Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_diff_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7731532Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_digamma_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7732576Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_dist_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7732899Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_div_trunc_rounding_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7733125Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_dot_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7733356Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_dstack_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7733646Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:54:49.7733941Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:54:49.7734225Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:54:49.7734512Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:54:49.7734745Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_erfinv_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7734970Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_exp_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7735200Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_expand_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7735567Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_expm1_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7735898Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:54:49.7736126Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_fft2_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7736605Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_fftn_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7736839Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_hfft2_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7737195Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifft_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7737571Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifftn_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7737812Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_ifftshift_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7738036Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfft2_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7738404Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_irfft_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7738623Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fft_rfftn_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7738847Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_fill_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7739073Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_flatten_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7739296Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_flip_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7739580Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_float_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7739856Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_float_functorch_no_channels_last_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7740091Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_float_power_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7740320Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_floor_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7740677Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:54:49.7740906Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_frexp_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7741136Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_gradient_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7741379Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_grid_sampler_2d_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7741726Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_half_functorch_no_channels_last_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7742020Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:54:49.7742307Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 23%] 2022-11-23T02:54:49.7742542Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_hsplit_cuda_float32 PASSED [ 23%] 2022-11-23T02:54:49.7742919Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_hstack_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7743156Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_i0_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7743447Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7743990Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7744324Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_index_fill_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7744586Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_index_put_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7744964Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_index_put_functorch_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7745330Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_index_reduce_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7745578Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_index_select_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7745942Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_inner_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7746346Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7746676Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7747143Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7747787Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7748548Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7749461Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7750114Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7750918Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7751704Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7752392Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7753049Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_kron_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7753591Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_ldexp_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7754259Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7754935Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_det_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7755539Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_det_singular_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7756132Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_eigvalsh_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7756997Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_inv_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7757807Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7758579Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7759279Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 24%] 2022-11-23T02:54:49.7759925Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lstsq_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7760572Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7761146Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7761812Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_factor_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7762415Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_lu_factor_ex_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7763008Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_matrix_power_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7763709Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_pinv_hermitian_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7764500Z 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) [ 24%] 2022-11-23T02:54:49.7765202Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_slogdet_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7765775Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7766453Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_solve_triangular_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7767053Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_svdvals_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7767658Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_tensorinv_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7768300Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_tensorsolve_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7769094Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vecdot_cuda_float32 PASSED [ 24%] 2022-11-23T02:54:49.7769587Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_vector_norm_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7770046Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_log1p_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7770488Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_log_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7770964Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_log_softmax_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7771428Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_logaddexp2_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7771935Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_logcumsumexp_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7772538Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:54:49.7773115Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:54:49.7773712Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:54:49.7774326Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_logsumexp_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7775128Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:54:49.7775787Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:54:49.7776525Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_lu_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7777010Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_lu_solve_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7777501Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_lu_unpack_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7777952Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_mH_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7778529Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:54:49.7779154Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:54:49.7779650Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_cumprod_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7780105Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_cumsum_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7780566Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_logsumexp_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7781217Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_normalize_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7781824Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_softmin_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7782434Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_std_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7783009Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_masked_sum_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7783486Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_matmul_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7784074Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_matrix_exp_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7784622Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7785139Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_max_reduction_no_dim_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7785644Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_max_reduction_with_dim_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7786147Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_meshgrid_list_of_tensors_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7786889Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_meshgrid_variadic_tensors_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7787359Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_min_binary_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7787866Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_min_reduction_with_dim_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7788315Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_mode_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7788782Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_movedim_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7789515Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:54:49.7790171Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_mv_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7790683Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7791156Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nanmean_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7791582Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nanmedian_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7792078Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nanquantile_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7792592Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_native_batch_norm_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7793155Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 25%] 2022-11-23T02:54:49.7793779Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_neg_cuda_float32 PASSED [ 25%] 2022-11-23T02:54:49.7794385Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T02:54:49.7794970Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 26%] 2022-11-23T02:54:49.7795687Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7796362Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7797067Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7797696Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7798428Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7799051Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7799810Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7800457Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7801232Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7801921Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7802616Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7803247Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7803963Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7804591Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7805516Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7806174Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7806851Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_elu_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7807436Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_embedding_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7808211Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7808880Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7809518Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_hardshrink_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7810103Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_huber_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7810738Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_instance_norm_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7811444Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_interpolate_area_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7812054Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_kl_div_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7812737Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_l1_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7813624Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_layer_norm_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7814259Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_leaky_relu_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7814784Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_logsigmoid_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7815312Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool1d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7815819Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool2d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7816330Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_pool3d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7816876Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7817414Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool2d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7817950Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool3d_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7818486Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7819008Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mse_loss_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7819687Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7820346Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pairwise_distance_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7820994Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pdist_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7821570Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7822313Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7822834Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_relu6_cuda_float32 PASSED [ 26%] 2022-11-23T02:54:49.7823315Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_selu_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7824005Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_silu_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7824485Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7824759Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_softplus_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7825019Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_tanhshrink_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7825275Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_threshold_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7825553Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7825847Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7826097Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_nn_functional_unfold_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7826326Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_norm_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7826556Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_norm_inf_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7826786Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_normal_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7827026Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_normal_number_mean_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7827310Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:54:49.7827916Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:54:49.7828228Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_ops_aten_index_put_functorch_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7828719Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_ormqr_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7828952Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_outer_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7829273Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_permute_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7829533Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_pinverse_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7829847Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_polar_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7830214Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_0_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7830560Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_2_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7830833Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_polygamma_polygamma_n_3_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7831159Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_positive_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7831410Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_prod_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7831789Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:54:49.7832171Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_randint_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:54:49.7832398Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_ravel_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7832781Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_real_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7833333Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_remainder_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7834023Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_repeat_interleave_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7834545Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_reshape_as_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7835242Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_resolve_neg_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7835902Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_rot90_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7836468Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_0_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7837052Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_round_decimals_neg_3_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7837627Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_rsqrt_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7838247Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_scalar_tensor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:54:49.7838695Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_scatter_add_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7839189Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_scatter_reduce_mean_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7839726Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 27%] 2022-11-23T02:54:49.7840239Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_segment_reduce_offsets_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7840742Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sigmoid_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7841188Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sign_cuda_float32 PASSED [ 27%] 2022-11-23T02:54:49.7841806Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:54:49.7842732Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:54:49.7843203Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sinh_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7843885Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_slice_scatter_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7844695Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:54:49.7845499Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:54:49.7846180Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:54:49.7847080Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T02:54:49.7847990Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T02:54:49.7848573Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_entr_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7849227Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_erfcx_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7849804Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_i1_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7850386Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_i1e_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7851038Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_log_ndtr_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7851774Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:54:49.7852587Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:54:49.7853398Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:54:49.7854172Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_ndtr_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7854922Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7855724Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:54:49.7856470Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:54:49.7857375Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T02:54:49.7858288Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T02:54:49.7858922Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 28%] 2022-11-23T02:54:49.7859407Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_special_xlog1py_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7859877Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_split_list_args_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7860364Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_split_with_sizes_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7860825Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_square_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7861439Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_std_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7861916Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_std_mean_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7862357Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_sub_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7862791Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_svd_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7863253Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_svd_lowrank_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7863876Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_take_along_dim_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7864482Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_tan_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7865033Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_tensor_split_cuda_float32 XFAIL [ 28%] 2022-11-23T02:54:49.7865473Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_tile_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7865931Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_trapz_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7866378Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_true_divide_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7866818Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_unflatten_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7867298Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_unfold_copy_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7867713Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_unfold_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7868180Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_unsqueeze_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7868629Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_vdot_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7869099Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_view_as_complex_cuda_float32 PASSED [ 28%] 2022-11-23T02:54:49.7869555Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_vsplit_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7870007Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_vstack_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7870602Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_xlogy_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7871288Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7872903Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7873973Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_H_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7874922Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_T_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7875876Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp___radd___cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7876799Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp___rmod___cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7877906Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp___rpow___cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7879142Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp___rsub___cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7880100Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp__softmax_backward_data_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7880630Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_abs_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7881098Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_acos_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7881567Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_acosh_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7882014Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_add_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7882609Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_addbmm_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7883517Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_addcdiv_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7884703Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmm_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7885985Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_addmv_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7887051Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7888264Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7889380Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7890566Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7891770Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7892929Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7893988Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_as_strided_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7894966Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_asinh_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7896047Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_atanh_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7897207Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_1d_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7898290Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_atleast_2d_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7899267Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_baddbmm_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7900483Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7901731Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_bmm_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7902787Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7904005Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7905528Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7906691Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7907761Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cartesian_prod_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7908857Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cat_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7909941Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cdist_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 29%] 2022-11-23T02:54:49.7910998Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cdouble_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7912321Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 29%] 2022-11-23T02:54:49.7913596Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7914755Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cholesky_solve_cuda_float32 PASSED [ 29%] 2022-11-23T02:54:49.7915718Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_chunk_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7916827Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7917967Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_clamp_max_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7918982Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_column_stack_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7919955Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_complex_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7920936Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_conj_physical_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7921948Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_contiguous_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7922932Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_copysign_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7924026Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:54:49.7925152Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cross_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7926149Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cummax_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7927104Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_cummin_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7928053Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagflat_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7929037Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_diagonal_copy_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7930026Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_diff_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7930971Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_digamma_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7946298Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_no_rounding_mode_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7947366Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_div_trunc_rounding_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7948354Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_dot_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7949296Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_double_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7950250Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_erf_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7951181Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_erfinv_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7953105Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fftn_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7953987Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_fftshift_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7954866Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_hfftn_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7956212Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_ihfftn_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7957130Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfft_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7958071Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fft_rfftn_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7959320Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fliplr_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7960313Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7961356Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_functorch_no_channels_last_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7962395Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_float_power_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7963363Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmax_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7964676Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmin_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7965603Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_fmod_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7966530Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_frexp_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7967774Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:54:49.7968943Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:54:49.7970466Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_grid_sampler_2d_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 30%] 2022-11-23T02:54:49.7971681Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:54:49.7972796Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_half_functorch_no_channels_last_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7973933Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:54:49.7974951Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_i0_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7976019Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 30%] 2022-11-23T02:54:49.7977075Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_add_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7978021Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_fill_cuda_float32 PASSED [ 30%] 2022-11-23T02:54:49.7979007Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_index_select_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.7980070Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.7981231Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.7982374Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.7983533Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.7984685Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.7985969Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.7988679Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.7989925Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.7991153Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.7992220Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_ldexp_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.7993187Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_lerp_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.7994160Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_lgamma_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.7995116Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cond_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.7996154Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cross_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.7997091Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_det_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.7998094Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_det_singular_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.7999092Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_eig_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8000109Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_householder_product_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8003675Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_inv_ex_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8006379Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.8007547Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.8011786Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_lu_factor_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8012868Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_power_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8013925Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.8015685Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_multi_dot_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8018274Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8019546Z 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) [ 31%] 2022-11-23T02:54:49.8020696Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8021557Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_ex_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8022509Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_solve_triangular_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8023454Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_svd_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8024357Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_svdvals_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8025321Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_tensorsolve_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8026292Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vander_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8027229Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_vecdot_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8029009Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_log10_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8029916Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_logcumsumexp_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8030747Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_logdet_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8031739Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.8032791Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.8043639Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.8044680Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_lu_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8045552Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_amin_cuda_float32 PASSED [ 31%] 2022-11-23T02:54:49.8046588Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 31%] 2022-11-23T02:54:49.8047696Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:54:49.8048718Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_cumprod_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8049606Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_cumsum_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8050805Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8051832Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_log_softmax_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8052782Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_logaddexp_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8053712Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_logsumexp_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8054620Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_mean_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8055521Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_norm_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8056447Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_normalize_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8057365Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_prod_cuda_float32 XFAIL [ 32%] 2022-11-23T02:54:49.8058270Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_select_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8061247Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_std_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8062208Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_masked_var_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8063142Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_max_reduction_with_dim_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8064091Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_maximum_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8064979Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_mean_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8065809Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_median_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8066705Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_meshgrid_variadic_tensors_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8067625Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_reduction_no_dim_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8068546Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_min_reduction_with_dim_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8069462Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8070391Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8072161Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nan_to_num_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8073033Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanmedian_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8073912Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nanquantile_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8074912Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:54:49.8076044Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_native_batch_norm_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8076989Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_native_dropout_backward_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8079816Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:54:49.8080994Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_neg_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8082074Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:54:49.8083256Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:54:49.8084410Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 32%] 2022-11-23T02:54:49.8085707Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8086834Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8087942Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_alpha_dropout_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8089018Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_avg_pool3d_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8090160Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8091285Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_bilinear_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8093067Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8094185Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv1d_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8095247Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8096356Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8097550Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 32%] 2022-11-23T02:54:49.8098741Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8107683Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8114493Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8115657Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8116734Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8117982Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cosine_similarity_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8120488Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_cross_entropy_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8121549Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_ctc_loss_cuda_float32 XFAIL [ 33%] 2022-11-23T02:54:49.8122608Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8123700Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_embedding_functorch_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8124985Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8127376Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8130099Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8131231Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_gelu_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8132327Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_group_norm_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8133388Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_huber_loss_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8134387Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_linear_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8135935Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8137568Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8138745Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_kl_div_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8139905Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_l1_loss_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8140911Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_linear_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8141889Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_local_response_norm_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8142876Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_logsigmoid_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8143860Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8144954Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_pool3d_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8146025Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8147131Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Skipped!) [ 33%] 2022-11-23T02:54:49.8148146Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mish_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8149106Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_mse_loss_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8150121Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8151116Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_normalize_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8152084Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_circular_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8153142Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_constant_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8154252Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pad_reflect_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8155257Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_pairwise_distance_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8157107Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8158080Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_prelu_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8159153Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_rrelu_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8160216Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_selu_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8161334Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8162290Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8163277Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softmin_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8164268Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8165273Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_tanhshrink_cuda_float32 PASSED [ 33%] 2022-11-23T02:54:49.8166374Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8167629Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8169399Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8170497Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nn_functional_upsample_nearest_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8171500Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:54:49.8172475Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8173447Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_norm_nuc_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8174505Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_normal_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8175470Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:54:49.8176681Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:54:49.8177781Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_pca_lowrank_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8178663Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_permute_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8179546Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_pinverse_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8180521Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_polar_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8181934Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_0_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8183147Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_1_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8184335Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_2_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8185340Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_polygamma_polygamma_n_4_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8188267Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_positive_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8189201Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_put_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8190045Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_qr_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8196851Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_quantile_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8197841Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:54:49.8198925Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_randint_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:54:49.8199993Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:54:49.8201080Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_ravel_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8202144Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_real_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8203028Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_reciprocal_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8203910Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_remainder_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8204792Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_renorm_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8205684Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_repeat_interleave_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8206592Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_reshape_as_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8207744Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:54:49.8209166Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:54:49.8210170Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8211090Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_round_decimals_neg_3_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8211998Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_add_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8212923Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_amin_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8213855Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_mean_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8214864Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_scatter_reduce_sum_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8216189Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 34%] 2022-11-23T02:54:49.8217247Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sgn_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8218232Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:54:49.8219366Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 34%] 2022-11-23T02:54:49.8220418Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sigmoid_cuda_float32 PASSED [ 34%] 2022-11-23T02:54:49.8221289Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sign_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8222458Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:54:49.8223823Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:54:49.8224811Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sin_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8225661Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_slice_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8226535Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_slice_scatter_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8228226Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_softmax_with_dtype_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8229250Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sort_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8230324Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sparse_sampled_addmm_cuda_float32 XFAIL [ 35%] 2022-11-23T02:54:49.8231390Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:54:49.8232680Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T02:54:49.8233790Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_entr_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8234712Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_erfcx_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8235881Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:54:49.8237160Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_log_ndtr_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8238216Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:54:49.8239366Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:54:49.8240741Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:54:49.8241945Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:54:49.8243082Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_ndtr_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8244301Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 35%] 2022-11-23T02:54:49.8245564Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T02:54:49.8246886Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-11-23T02:54:49.8248006Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_list_args_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8249609Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_split_with_sizes_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8250609Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sqrt_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8251596Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_std_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8252513Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_std_mean_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8253392Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_stft_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8254286Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_sum_to_size_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8255193Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_svd_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8256122Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_svd_lowrank_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8257169Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_t_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8258244Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_take_along_dim_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8259959Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_tanh_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8260877Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_tensordot_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8261775Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_tile_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8262661Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_to_sparse_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8263646Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_topk_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8264532Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_transpose_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8265628Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_tril_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8266535Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_true_divide_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8267413Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_trunc_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8268294Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_unbind_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8269183Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_unfold_cuda_float32 PASSED [ 35%] 2022-11-23T02:54:49.8270179Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:54:49.8271171Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_var_mean_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8272137Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_as_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8273397Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_view_copy_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8274285Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_T_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8275120Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap___getitem___cuda_float32 XFAIL [ 36%] 2022-11-23T02:54:49.8275990Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap___getitem___functorch_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8276808Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmod___cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8277687Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap___rmul___cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8278552Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap___rsub___cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8279464Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap__softmax_backward_data_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8280283Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_abs_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8281057Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_acos_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8281837Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_acosh_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8282620Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_add_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8283379Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_addcmul_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8284172Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmm_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8285075Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmm_decomposed_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8286088Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_addmv_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8287012Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:54:49.8287928Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_amax_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8288810Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:54:49.8290408Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_angle_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8291467Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:54:49.8292542Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:54:49.8293575Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:54:49.8294489Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_as_strided_scatter_cuda_float32 XFAIL [ 36%] 2022-11-23T02:54:49.8295250Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_asin_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8296027Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_asinh_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8296753Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_1d_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8297665Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_atleast_2d_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8298691Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_bernoulli_cuda_float32 SKIPPED (Skipped!) [ 36%] 2022-11-23T02:54:49.8299721Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_bfloat16_cuda_float32 XFAIL [ 36%] 2022-11-23T02:54:49.8300637Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_bmm_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8301566Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:54:49.8302781Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:54:49.8303817Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_broadcast_to_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8304854Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:54:49.8306180Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 36%] 2022-11-23T02:54:49.8307281Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cat_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8308141Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cdouble_cuda_float32 XFAIL [ 36%] 2022-11-23T02:54:49.8308959Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_ceil_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8309872Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cholesky_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8310722Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_chunk_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8311578Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_clamp_min_cuda_float32 PASSED [ 36%] 2022-11-23T02:54:49.8312475Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_clone_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8313460Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_column_stack_cuda_float32 XFAIL [ 37%] 2022-11-23T02:54:49.8314332Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_complex_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8315221Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_conj_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8316132Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_constant_pad_nd_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8317038Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_contiguous_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8317943Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_copysign_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8318938Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cos_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8319938Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_cosh_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8321756Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:54:49.8322812Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_deg2rad_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8323649Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_diag_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8324515Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_diagflat_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8325474Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_diff_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8326522Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_double_cuda_float32 XFAIL [ 37%] 2022-11-23T02:54:49.8327501Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_double_functorch_no_channels_last_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8328580Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:54:49.8329679Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:54:49.8330648Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_erf_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8331558Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_exp2_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8332519Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_expand_as_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8333477Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_expand_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8334620Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:54:49.8335627Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_fftshift_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8336509Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_hfft_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8337390Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifft2_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8338320Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifftn_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8339353Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ifftshift_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8340228Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfft_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8341154Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_ihfftn_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8342024Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfft2_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8342875Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_irfft_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8343708Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfft2_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8344680Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fft_rfft_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8345720Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_flatten_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8346635Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_fliplr_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8347479Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_flipud_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8348418Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_functorch_no_channels_last_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8349346Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_float_power_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8350269Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_floor_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8351213Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_gather_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8353057Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:54:49.8354052Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 37%] 2022-11-23T02:54:49.8354959Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_half_cuda_float32 XFAIL [ 37%] 2022-11-23T02:54:49.8355874Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_half_functorch_no_channels_last_cuda_float32 PASSED [ 37%] 2022-11-23T02:54:49.8356957Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8358211Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8359294Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_hsplit_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8360277Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8361251Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_add_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8362134Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_fill_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8363016Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_index_select_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8363886Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_inner_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8365159Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8366363Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8367423Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8368478Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_isnan_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8369525Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8370714Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8371995Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8373136Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8374142Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_kron_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8375081Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8376027Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_lerp_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8376914Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cond_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8377891Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_det_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8379011Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_det_singular_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8379950Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eig_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8380873Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_eigvalsh_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8381820Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_householder_product_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8383529Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_inv_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8384701Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8385789Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lstsq_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8386717Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_factor_ex_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8387630Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_lu_solve_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8388563Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_norm_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8389499Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_power_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8390638Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8391791Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_norm_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8392793Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8393771Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_pinv_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8394884Z 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) [ 38%] 2022-11-23T02:54:49.8396143Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_slogdet_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8397182Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8398203Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_solve_ex_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8399186Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_svd_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8400076Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_vander_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8401054Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 38%] 2022-11-23T02:54:49.8402035Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_log1p_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8402918Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_log2_cuda_float32 PASSED [ 38%] 2022-11-23T02:54:49.8403868Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_logaddexp_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8404888Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_logcumsumexp_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8405882Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_logdet_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8406894Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:54:49.8407990Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:54:49.8409081Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:54:49.8410070Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_logsumexp_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8411154Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:54:49.8412256Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_solve_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8413173Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_lu_unpack_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8414071Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_mH_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8415688Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_amin_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8416719Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:54:49.8417830Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_cumsum_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8418874Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_fill_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8419817Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8420804Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_log_softmax_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8421754Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_logaddexp_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8422689Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_normalize_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8423682Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_sum_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8424675Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_masked_var_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8425665Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_binary_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8426611Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8427738Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_reduction_no_dim_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8428723Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_max_reduction_with_dim_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8429706Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_maximum_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8430995Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_meshgrid_list_of_tensors_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8432146Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_meshgrid_variadic_tensors_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8433204Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_reduction_no_dim_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8434191Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_min_reduction_with_dim_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8435194Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_mode_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8436170Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_movedim_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8437328Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:54:49.8438511Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_mv_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8439516Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8440596Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8441544Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nan_to_num_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8442528Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nanmedian_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8443584Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nansum_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8444809Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:54:49.8445905Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_native_batch_norm_cuda_float32 XFAIL [ 39%] 2022-11-23T02:54:49.8447799Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_native_dropout_backward_cuda_float32 [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8451282Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8453552Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8455758Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8458330Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8460584Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8462790Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8465207Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8467433Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8469725Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8472074Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8474284Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8476878Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8478016Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8479147Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8480279Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8481522Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8482807Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8484021Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8485197Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8486393Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8487522Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8488731Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8489982Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8491267Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8492394Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8493559Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8494664Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8496017Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8497298Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8498420Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8499541Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8500668Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8501795Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8503127Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8504589Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8505734Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8506930Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8508062Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8509417Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8510753Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8511895Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8513024Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8514154Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8515281Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8516627Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8517772Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8519077Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8520214Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8521351Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8522657Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8524055Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8525212Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8526450Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8527588Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8528820Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8530055Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8531210Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8532337Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8533606Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8577888Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8579151Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8580328Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8581756Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8583026Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8584258Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8585412Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8586579Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8587725Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8588972Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8590460Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8591642Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8592795Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8593930Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8595290Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8596584Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8597756Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8598925Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8600069Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8601231Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8602552Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8603709Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8605008Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8606152Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8607304Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8608579Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8610543Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8611769Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8612933Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8614083Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8615393Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8616521Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8617633Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8618789Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8620095Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8621298Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8622628Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8623757Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8625038Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8626215Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8627459Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8628748Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8629888Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8631011Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8632073Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8633328Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8634578Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8635759Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T02:54:49.8635955Z PASSED [ 39%] 2022-11-23T02:54:49.8636405Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_native_layer_norm_cuda_float32 PASSED [ 39%] 2022-11-23T02:54:49.8636949Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:54:49.8637494Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 39%] 2022-11-23T02:54:49.8638037Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 40%] 2022-11-23T02:54:49.8638731Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8639275Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8639794Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8640435Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:54:49.8641006Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool2d_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8641662Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_avg_pool3d_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8642159Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_batch_norm_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8642687Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8643178Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv1d_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8643643Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8644171Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8644705Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8645227Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8645759Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8646225Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8646686Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8647258Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8647972Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cosine_similarity_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8648522Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_cross_entropy_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8648961Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_ctc_loss_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8649397Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_dropout2d_cuda_float32 XFAIL [ 40%] 2022-11-23T02:54:49.8649858Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_embedding_bag_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8650401Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:54:49.8650908Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:54:49.8651373Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 40%] 2022-11-23T02:54:49.8651805Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_gelu_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8652253Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardsigmoid_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8652695Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_hardswish_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8653263Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_huber_loss_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8653809Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_instance_norm_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8654354Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8654896Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8655387Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8655814Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_kl_div_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8656236Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_leaky_relu_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8656684Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool1d_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8657141Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8657591Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool3d_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8658060Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8658527Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8659004Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8659446Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_normalize_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8659904Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_reflect_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8660430Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pad_replicate_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8660869Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pdist_cuda_float32 PASSED [ 40%] 2022-11-23T02:54:49.8661623Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8662090Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8662516Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_prelu_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8662925Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_relu6_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8663343Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_selu_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8663787Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8664217Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8664636Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softplus_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8665065Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_softsign_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8665556Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8665978Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_unfold_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8666442Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8667026Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_fro_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8667450Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_norm_nuc_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8668013Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_normal_cuda_float32 SKIPPED (Skipped!) [ 41%] 2022-11-23T02:54:49.8668483Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_normal_number_mean_cuda_float32 SKIPPED (Skipped!) [ 41%] 2022-11-23T02:54:49.8668957Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:54:49.8669406Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_ops_aten_index_put_functorch_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8669828Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_ormqr_cuda_float32 SKIPPED (Skipped!) [ 41%] 2022-11-23T02:54:49.8670208Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_outer_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8670617Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_pca_lowrank_cuda_float32 XFAIL [ 41%] 2022-11-23T02:54:49.8671022Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_permute_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8671419Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_pinverse_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8671866Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_0_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8672291Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_polygamma_polygamma_n_1_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8672673Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_pow_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8673058Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_rad2deg_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8673631Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:54:49.8674192Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_randint_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:54:49.8674776Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:54:49.8675267Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:54:49.8675922Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:54:49.8676328Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_remainder_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8676717Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_renorm_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8677149Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_repeat_interleave_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8677562Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_resolve_conj_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8677982Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_0_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8678391Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_round_decimals_3_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8678785Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_rsqrt_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8679296Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_scalar_tensor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:54:49.8679663Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8680174Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_scatter_reduce_sum_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8680668Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 41%] 2022-11-23T02:54:49.8681383Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_segment_reduce_offsets_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8681799Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_select_cuda_float32 PASSED [ 41%] 2022-11-23T02:54:49.8682158Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sgn_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8682522Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sign_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8683029Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:54:49.8683553Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:54:49.8684042Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:54:49.8684430Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_slice_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8684858Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_softmax_with_dtype_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8685237Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sort_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8685662Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sparse_sampled_addmm_cuda_float32 XFAIL [ 42%] 2022-11-23T02:54:49.8686175Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:54:49.8686757Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:54:49.8687315Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:54:49.8687797Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_i1_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8688516Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 42%] 2022-11-23T02:54:49.8688948Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_log_ndtr_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8689659Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:54:49.8690079Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_ndtr_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8690498Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_ndtri_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8690991Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8691551Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:54:49.8692177Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 42%] 2022-11-23T02:54:49.8692808Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 42%] 2022-11-23T02:54:49.8693492Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 42%] 2022-11-23T02:54:49.8694187Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 42%] 2022-11-23T02:54:49.8694804Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_special_xlog1py_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8695218Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8695634Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_split_list_args_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8696022Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sqrt_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8696419Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_squeeze_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8696808Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_std_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8697186Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_stft_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8697557Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sub_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8697934Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_sum_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8698303Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_svd_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8698700Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_svd_lowrank_cuda_float32 XFAIL [ 42%] 2022-11-23T02:54:49.8699090Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_symeig_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8699506Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_take_along_dim_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8699952Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_take_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8700348Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_tan_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8700751Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_tensor_split_cuda_float32 XFAIL [ 42%] 2022-11-23T02:54:49.8701204Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_trunc_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8701707Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_unflatten_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8702113Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_unfold_copy_cuda_float32 PASSED [ 42%] 2022-11-23T02:54:49.8702600Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:54:49.8703279Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 42%] 2022-11-23T02:54:49.8703768Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8704157Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_var_mean_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8704539Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_vdot_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8704920Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_vsplit_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8705313Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_vstack_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8705696Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_zero__cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8706191Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8706602Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_H_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8707086Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_H_cuda_float64 PASSED [ 43%] 2022-11-23T02:54:49.8707520Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8708020Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___cuda_float64 PASSED [ 43%] 2022-11-23T02:54:49.8708660Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___functorch_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8709136Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___getitem___functorch_cuda_float64 PASSED [ 43%] 2022-11-23T02:54:49.8709552Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___radd___cuda_float64 PASSED [ 43%] 2022-11-23T02:54:49.8709960Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rdiv___cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8710423Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmatmul___cuda_float32 SKIPPED (Skipped!) [ 43%] 2022-11-23T02:54:49.8710871Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmatmul___cuda_float64 SKIPPED (Skipped!) [ 43%] 2022-11-23T02:54:49.8711289Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmul___cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8711692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rmul___cuda_float64 PASSED [ 43%] 2022-11-23T02:54:49.8712098Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rsub___cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8712513Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad___rsub___cuda_float64 PASSED [ 43%] 2022-11-23T02:54:49.8712973Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad__softmax_backward_data_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8713386Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acos_cuda_float64 PASSED [ 43%] 2022-11-23T02:54:49.8713883Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_acosh_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8714367Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_add_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8714869Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addbmm_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8715303Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcdiv_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8715715Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addcmul_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8716127Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8716581Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmm_decomposed_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8717144Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addmv_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8717550Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_addr_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8718062Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_all_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8718589Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_allclose_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8719114Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8719523Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_angle_cuda_float32 PASSED [ 43%] 2022-11-23T02:54:49.8719924Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_angle_cuda_float64 PASSED [ 43%] 2022-11-23T02:54:49.8720521Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_any_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8721095Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8721702Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_arange_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8722359Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmax_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8722898Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8723418Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8723954Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8724477Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_argwhere_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 43%] 2022-11-23T02:54:49.8724908Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8725352Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8725833Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_scatter_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8726310Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_as_strided_scatter_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8726794Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asin_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8727246Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_asinh_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8727743Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan2_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8728252Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atan_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8728688Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atanh_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8729109Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_atanh_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8729573Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_baddbmm_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8730050Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bernoulli_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8730511Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8731147Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8731699Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8732134Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bmm_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8732682Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:54:49.8733323Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bool_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:54:49.8733791Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_broadcast_to_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8734473Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_bucketize_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:54:49.8735015Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:54:49.8735608Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:54:49.8736212Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:54:49.8736831Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cartesian_prod_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8737340Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cartesian_prod_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8737795Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cat_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8738251Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cat_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8738709Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdist_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8739182Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdouble_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8739749Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cdouble_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8740297Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cfloat_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8740864Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chalf_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8741410Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:54:49.8742013Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:54:49.8742616Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 44%] 2022-11-23T02:54:49.8743063Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8743508Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8743987Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_inverse_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8744458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_inverse_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8744922Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cholesky_solve_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8745352Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chunk_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8746034Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_chunk_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8746483Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8746998Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_max_cuda_float64 PASSED [ 44%] 2022-11-23T02:54:49.8747512Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_min_cuda_float32 PASSED [ 44%] 2022-11-23T02:54:49.8747970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clamp_min_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8748403Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_clone_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8748844Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_column_stack_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8749293Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_combinations_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8749715Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_complex_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8750122Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8750559Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_conj_physical_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8750986Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_constant_pad_nd_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8751549Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_contiguous_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8752009Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_copysign_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8752423Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_copysign_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8752906Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_corrcoef_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8753383Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_corrcoef_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8753857Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cos_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8754268Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cosh_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8754669Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cosh_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8755199Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:54:49.8755731Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_count_nonzero_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 45%] 2022-11-23T02:54:49.8756144Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cov_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8756547Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cov_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8756964Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummin_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8757371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cummin_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8757797Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumprod_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8758221Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumsum_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8758673Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_cumulative_trapezoid_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8759206Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_deg2rad_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8760764Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8761232Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diag_embed_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8761696Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagflat_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8762180Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_copy_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8762627Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_copy_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8763075Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8763560Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diagonal_scatter_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8763998Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_diff_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8764469Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_digamma_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8764885Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dist_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8765312Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dist_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8765789Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_floor_rounding_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8766417Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_no_rounding_mode_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8766925Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_div_trunc_rounding_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8767361Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dot_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8767815Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_cuda_float64 PASSED [ 45%] 2022-11-23T02:54:49.8768318Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8768759Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_dstack_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8769191Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_einsum_cuda_float32 PASSED [ 45%] 2022-11-23T02:54:49.8769748Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:54:49.8770285Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:54:49.8770825Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_empty_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:54:49.8771445Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_eq_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:54:49.8772059Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_equal_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:54:49.8772572Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erf_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8773014Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfc_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8773462Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_erfinv_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8773900Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_as_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8774329Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expand_as_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8774780Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_expm1_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8775400Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft2_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8775836Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fft_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8776285Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftshift_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8776728Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_fftshift_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8777169Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft2_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8777617Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8778061Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_hfft_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8778523Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft2_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8778981Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifft_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8779464Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftshift_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8779937Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ifftshift_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8780399Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft2_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8780984Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft2_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8781469Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfft_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8781923Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_ihfftn_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8782379Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft2_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8782832Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft2_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8783278Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfft_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8783733Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_irfftn_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8784195Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft2_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8784628Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfft_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8785075Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfftn_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8785529Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fft_rfftn_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8785982Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fill_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8786416Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fill_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8786862Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flip_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8787292Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flip_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8787846Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_fliplr_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8788300Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flipud_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8788891Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_flipud_cuda_float64 PASSED [ 46%] 2022-11-23T02:54:49.8789573Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8790042Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_float_power_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8790489Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_cuda_float32 PASSED [ 46%] 2022-11-23T02:54:49.8791061Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 46%] 2022-11-23T02:54:49.8791500Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frac_cuda_float32 PASSED [ 47%] 2022-11-23T02:54:49.8791946Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frac_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8792388Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_frexp_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8792927Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8793485Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8794039Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_full_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8794575Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8795239Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ge_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8795818Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8796294Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_grid_sampler_2d_cuda_float32 PASSED [ 47%] 2022-11-23T02:54:49.8796840Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_gt_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8797264Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_cuda_float32 PASSED [ 47%] 2022-11-23T02:54:49.8797790Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8798346Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8798900Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8799349Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hstack_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8799791Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_hypot_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8800356Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8800904Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igamma_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8801470Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_igammac_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8801920Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_add_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8802384Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_copy_cuda_float32 PASSED [ 47%] 2022-11-23T02:54:49.8802844Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_fill_cuda_float32 PASSED [ 47%] 2022-11-23T02:54:49.8803301Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_fill_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8803928Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_cuda_float32 PASSED [ 47%] 2022-11-23T02:54:49.8804416Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_functorch_cuda_float32 PASSED [ 47%] 2022-11-23T02:54:49.8804907Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_put_functorch_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8805368Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_reduce_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8805835Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_index_select_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8806286Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_inner_cuda_float32 PASSED [ 47%] 2022-11-23T02:54:49.8806833Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_int_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8807400Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isclose_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8807957Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8808523Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isfinite_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8809083Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8809768Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8810423Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8811002Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8811616Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8812048Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kron_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8812510Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_kthvalue_cuda_float32 PASSED [ 47%] 2022-11-23T02:54:49.8813048Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 47%] 2022-11-23T02:54:49.8813489Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lerp_cuda_float32 PASSED [ 47%] 2022-11-23T02:54:49.8813944Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lgamma_cuda_float64 PASSED [ 47%] 2022-11-23T02:54:49.8814420Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cond_cuda_float32 PASSED [ 47%] 2022-11-23T02:54:49.8814889Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cross_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8815352Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cross_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8815807Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_det_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8816275Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigh_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8816748Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvals_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8817226Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_eigvalsh_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8817840Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8818314Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_ex_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8818782Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_inv_ex_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8819457Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:54:49.8820151Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:54:49.8820707Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8821226Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8821698Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8822186Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8822706Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float32 SKIPPED (Skipped!) [ 48%] 2022-11-23T02:54:49.8823262Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8823881Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_lu_solve_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8824398Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_norm_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8824863Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_norm_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8825367Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_power_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8825957Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:54:49.8826536Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:54:49.8827150Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:54:49.8827772Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 48%] 2022-11-23T02:54:49.8828256Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8828787Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8829317Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8829791Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8830294Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8830948Z 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) [ 48%] 2022-11-23T02:54:49.8831608Z 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) [ 48%] 2022-11-23T02:54:49.8832076Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_qr_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8832706Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_qr_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8833187Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_slogdet_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8833663Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_slogdet_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8834135Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8834625Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_ex_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8835111Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_ex_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8835628Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_triangular_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8836143Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_solve_triangular_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8836611Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svd_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8837096Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_svdvals_cuda_float64 PASSED [ 48%] 2022-11-23T02:54:49.8837578Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_tensorinv_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8838742Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vander_cuda_float32 PASSED [ 48%] 2022-11-23T02:54:49.8839271Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vander_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8839737Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_vector_norm_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8840316Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8840953Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linspace_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8841422Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log1p_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8841861Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log2_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8842375Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_with_dtype_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8842872Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_log_softmax_with_dtype_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8843343Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logaddexp_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8843813Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logcumsumexp_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8844291Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logcumsumexp_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8844745Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logdet_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8845318Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8845899Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_and_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8846468Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_not_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8847037Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_or_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8847774Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8848226Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logit_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8848677Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logit_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8849238Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8849804Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logspace_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8850276Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_logsumexp_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8850829Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8851377Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_long_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8851815Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8852256Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8852710Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_solve_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8853302Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_unpack_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8853776Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_lu_unpack_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8854222Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mT_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8854708Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_amin_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8855291Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmax_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8855878Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_argmin_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 49%] 2022-11-23T02:54:49.8856349Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8856887Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8857374Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_log_softmax_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8857861Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_logsumexp_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8858339Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_mean_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8858806Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_median_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8859275Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_norm_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8859726Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_prod_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8860198Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_scatter_cuda_float32 PASSED [ 49%] 2022-11-23T02:54:49.8860683Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_scatter_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8861156Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_select_cuda_float32 XFAIL [ 49%] 2022-11-23T02:54:49.8861634Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmax_cuda_float64 PASSED [ 49%] 2022-11-23T02:54:49.8862273Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmin_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8862745Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_softmin_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8863215Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_std_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8863685Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_var_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8864158Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_masked_var_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8864661Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matrix_exp_cuda_float32 SKIPPED (Skipped!) [ 50%] 2022-11-23T02:54:49.8865098Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_matrix_exp_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8865639Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8866136Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_no_dim_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8866632Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_max_reduction_no_dim_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8867092Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_maximum_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8867673Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mean_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8868209Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8868717Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8869187Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_binary_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8869675Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_no_dim_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8870175Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_with_dim_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8870661Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_min_reduction_with_dim_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8871106Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mm_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8871546Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mm_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8871997Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mode_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8872457Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_movedim_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8872914Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_movedim_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8873367Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mul_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8873803Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mv_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8874309Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8874818Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8875303Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8875803Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8876615Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanmean_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8877185Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanquantile_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8877769Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nanquantile_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8878357Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:54:49.8878938Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_narrow_copy_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:54:49.8879455Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_dropout_backward_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8879955Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_dropout_backward_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8880454Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_native_layer_norm_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8881000Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:54:49.8881452Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_neg_cuda_float32 PASSED [ 50%] 2022-11-23T02:54:49.8881894Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_neg_cuda_float64 PASSED [ 50%] 2022-11-23T02:54:49.8882597Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:54:49.8883283Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:54:49.8884016Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:54:49.8884616Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:54:49.8885173Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_full_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:54:49.8885719Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_ones_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 50%] 2022-11-23T02:54:49.8886290Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T02:54:49.8886870Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 51%] 2022-11-23T02:54:49.8887413Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8887958Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8888486Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8889024Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8889634Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8890236Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_alpha_dropout_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8890831Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8891380Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8892016Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_bilinear_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8892528Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8893016Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8893553Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8894083Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8894637Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_celu_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8895118Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv1d_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8895592Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv1d_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8896161Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8896707Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8897439Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8897961Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8898496Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8899008Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8899551Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8900121Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8900632Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8901190Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:54:49.8901752Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:54:49.8902313Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:54:49.8902959Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8903547Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8904157Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8904669Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_dropout_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8905184Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8905690Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8906341Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8906880Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8907518Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8908080Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8908628Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8909258Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8909739Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_glu_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8910412Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_glu_cuda_float64 PASSED [ 51%] 2022-11-23T02:54:49.8910923Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_group_norm_cuda_float32 PASSED [ 51%] 2022-11-23T02:54:49.8911438Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8911954Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8912606Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardswish_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8913143Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8913685Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8914194Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8914711Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8915231Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8915848Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8916453Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8917082Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8917636Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8918170Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8918700Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8919239Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8919740Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_kl_div_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8920234Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8920737Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8921416Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8921909Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8922476Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_linear_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8923075Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8923655Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8924148Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8924652Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8925191Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8925696Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8926185Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8926667Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8927288Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8927814Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8928328Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8928929Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8929583Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8930128Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float32 XFAIL [ 52%] 2022-11-23T02:54:49.8930651Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float64 XFAIL [ 52%] 2022-11-23T02:54:49.8931204Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float64 XFAIL [ 52%] 2022-11-23T02:54:49.8931743Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8932284Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8932838Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8933389Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8933918Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mish_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8934444Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float32 PASSED [ 52%] 2022-11-23T02:54:49.8935023Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8935692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float64 PASSED [ 52%] 2022-11-23T02:54:49.8936418Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8936994Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8937526Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8938066Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_normalize_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8938604Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8939137Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8939662Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8940207Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8940805Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8941437Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8942056Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8942789Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_pdist_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8943383Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8943929Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8944459Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_prelu_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8944980Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu6_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8945494Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu6_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8946013Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8946541Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_relu_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8947061Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_rrelu_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8947578Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_selu_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8948177Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_silu_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8948743Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_silu_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8949347Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8949891Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8950420Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8950929Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8951493Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8952185Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softplus_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8952719Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softshrink_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8953251Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softshrink_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8953775Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_softsign_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8954296Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8954911Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8955509Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_threshold_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8956085Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8956731Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8957338Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8957906Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8958599Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8959188Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8959667Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8960157Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_fro_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8960634Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_fro_cuda_float64 PASSED [ 53%] 2022-11-23T02:54:49.8961099Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_inf_cuda_float32 PASSED [ 53%] 2022-11-23T02:54:49.8961567Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_nuc_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8962130Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_norm_nuc_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8962676Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8963214Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8963745Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_number_mean_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8964261Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_normal_number_mean_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8964867Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:54:49.8965463Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ones_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:54:49.8966203Z 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.) [ 54%] 2022-11-23T02:54:49.8966756Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8967458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8967948Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_outer_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8968488Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_permute_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8969007Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8969598Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8970205Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8970720Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8971240Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8971727Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pow_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8972194Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_pow_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8972673Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_prod_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8973138Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_qr_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8973744Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_quantile_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8974365Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:54:49.8974963Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:54:49.8975638Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:54:49.8976365Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randint_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:54:49.8976961Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:54:49.8977568Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_randn_like_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:54:49.8978043Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ravel_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8978515Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_ravel_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8978985Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_real_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8979489Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reciprocal_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8979973Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_renorm_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8980446Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8980961Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_repeat_interleave_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8981466Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_as_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8982022Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_reshape_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8982692Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:54:49.8983435Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resize__cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 54%] 2022-11-23T02:54:49.8983932Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_conj_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8984439Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_conj_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8984938Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_resolve_neg_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8985417Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rot90_cuda_float32 PASSED [ 54%] 2022-11-23T02:54:49.8985893Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_cuda_float64 PASSED [ 54%] 2022-11-23T02:54:49.8986398Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_0_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.8986915Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_3_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.8987436Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_round_decimals_neg_3_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.8987982Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_rsqrt_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.8988607Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scalar_tensor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.8989226Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_add_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.8989859Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_add_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.8990375Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.8990901Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amax_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.8991424Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_amin_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.8991951Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_mean_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.8992467Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_prod_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.8992972Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_scatter_reduce_prod_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.8993594Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.8994278Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_searchsorted_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.8994833Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_segment_reduce_offsets_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.8995418Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.8995895Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.8996371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_select_scatter_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.8996836Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sgn_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.8997316Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sgn_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.8997806Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sigmoid_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.8998275Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sign_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.8999656Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9000409Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9001125Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9001846Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9002487Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9003085Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9003571Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinc_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.9004038Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sinh_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.9004537Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_slice_scatter_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.9005005Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sort_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.9005755Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9006387Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9007073Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9007855Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9008531Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9009204Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 55%] 2022-11-23T02:54:49.9009929Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T02:54:49.9010642Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T02:54:49.9011371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 55%] 2022-11-23T02:54:49.9011861Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_entr_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.9012347Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_erfcx_cuda_float32 PASSED [ 55%] 2022-11-23T02:54:49.9012920Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_erfcx_cuda_float64 PASSED [ 55%] 2022-11-23T02:54:49.9013682Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:54:49.9014348Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:54:49.9015167Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:54:49.9015813Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:54:49.9016316Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i0e_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9016803Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9017272Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1e_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9017771Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_i1e_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9018282Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_log_ndtr_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9019009Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:54:49.9019515Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_ndtr_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9020219Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9021013Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:54:49.9021688Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:54:49.9022358Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:54:49.9023111Z 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) [ 56%] 2022-11-23T02:54:49.9023842Z 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) [ 56%] 2022-11-23T02:54:49.9024588Z 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) [ 56%] 2022-11-23T02:54:49.9025312Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 56%] 2022-11-23T02:54:49.9025894Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_special_xlog1py_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9026463Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_split_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9026941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sqrt_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9027405Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sqrt_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9027887Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_square_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9028384Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_squeeze_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9028852Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stack_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9029332Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_std_mean_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9029962Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_stft_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9030427Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sub_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9030891Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9031444Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_to_size_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9031945Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_sum_to_size_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9032542Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9033012Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9033506Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_lowrank_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9033980Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_svd_lowrank_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9034463Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_symeig_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9034926Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_symeig_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9035376Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_t_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9035833Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_t_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9036462Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_along_dim_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9036963Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_take_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9037458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensor_split_cuda_float32 PASSED [ 56%] 2022-11-23T02:54:49.9038039Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_tensor_split_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9038505Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_cuda_float64 PASSED [ 56%] 2022-11-23T02:54:49.9039122Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_sparse_cuda_float32 XFAIL [ 57%] 2022-11-23T02:54:49.9039582Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_to_sparse_cuda_float64 XFAIL [ 57%] 2022-11-23T02:54:49.9040056Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_topk_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9040542Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trace_cuda_float64 PASSED [ 57%] 2022-11-23T02:54:49.9041088Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_transpose_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9041574Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapezoid_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9042059Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_trapz_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9042527Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_triu_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9043028Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_true_divide_cuda_float64 PASSED [ 57%] 2022-11-23T02:54:49.9043508Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unflatten_cuda_float64 PASSED [ 57%] 2022-11-23T02:54:49.9044010Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_copy_cuda_float64 PASSED [ 57%] 2022-11-23T02:54:49.9044542Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unfold_cuda_float64 PASSED [ 57%] 2022-11-23T02:54:49.9045265Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:54:49.9046048Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:54:49.9046647Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unique_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:54:49.9047145Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unsqueeze_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9047628Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_unsqueeze_cuda_float64 PASSED [ 57%] 2022-11-23T02:54:49.9048103Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9048585Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_mean_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9049059Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_var_mean_cuda_float64 PASSED [ 57%] 2022-11-23T02:54:49.9049532Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_vdot_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9050052Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_complex_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9050606Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_view_as_cuda_float64 PASSED [ 57%] 2022-11-23T02:54:49.9051143Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_where_cuda_float64 PASSED [ 57%] 2022-11-23T02:54:49.9051665Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_xlogy_cuda_float64 PASSED [ 57%] 2022-11-23T02:54:49.9052249Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zero__cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9052873Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:54:49.9053459Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_cuda_float64 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:54:49.9054068Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 57%] 2022-11-23T02:54:49.9054517Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_H_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9054954Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_T_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9055407Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall___radd___cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9055866Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall___rmul___cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9056386Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall__softmax_backward_data_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9056909Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_acos_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9057416Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_add_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9057934Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addbmm_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9058394Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmm_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9058890Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_addmm_decomposed_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9059339Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_amax_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9059783Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_amin_cuda_float32 PASSED [ 57%] 2022-11-23T02:54:49.9060354Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_aminmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:54:49.9060939Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:54:49.9061517Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_argwhere_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 57%] 2022-11-23T02:54:49.9062181Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_as_strided_cuda_float32 SKIPPED (Skipped!) [ 57%] 2022-11-23T02:54:49.9062677Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_as_strided_scatter_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9063132Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atan2_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9063668Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_atanh_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9064189Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_baddbmm_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9064765Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bfloat16_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9065302Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_block_diag_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9065878Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bool_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9066519Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9067125Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9067623Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_broadcast_tensors_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9068341Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_bucketize_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9068931Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_byte_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9069574Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9070023Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cat_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9070638Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9071166Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cdouble_cuda_float32 XFAIL [ 58%] 2022-11-23T02:54:49.9071816Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_char_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9072415Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9072908Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_inverse_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9073402Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cholesky_solve_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9073845Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_chunk_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9074295Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9074762Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_clamp_max_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9075242Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_combinations_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9075700Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_conj_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9076187Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_conj_physical_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9076662Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_contiguous_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9077350Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_count_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9078117Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cov_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9078587Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_cumprod_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9079043Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_deg2rad_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9079489Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diag_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9079968Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagonal_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9080462Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diagonal_scatter_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9080913Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_diff_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9081371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_digamma_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9081853Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_div_floor_rounding_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9082302Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dot_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9082765Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_dsplit_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9083222Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_einsum_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9084953Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_eq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 58%] 2022-11-23T02:54:49.9085471Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erf_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9085932Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_erfinv_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9086383Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_exp2_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9086850Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expand_cuda_float32 PASSED [ 58%] 2022-11-23T02:54:49.9087302Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_expm1_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9087862Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_eye_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:54:49.9088323Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fft_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9088782Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fftn_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9089267Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_fftshift_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9089729Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_hfftn_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9090299Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ifft_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9090832Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_ihfftn_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9091370Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfft2_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9091837Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfft_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9092303Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_irfftn_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9092766Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfft2_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9093205Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fft_rfft_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9093660Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fliplr_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9094122Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_flipud_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9094867Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:54:49.9095506Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_float_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:54:49.9096098Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_floor_divide_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:54:49.9096637Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_fmin_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9097155Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_frexp_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9097811Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_full_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:54:49.9098372Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ge_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:54:49.9098846Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gradient_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9099408Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_gt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:54:49.9099981Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_half_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:54:49.9100474Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_H_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9101106Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___getitem___cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9101668Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___getitem___functorch_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9102172Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___radd___cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9102676Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rdiv___cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9103256Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rmul___cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9103800Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rpow___cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9104355Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule___rsub___cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9104855Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_abs_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9105357Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_acos_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9105852Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_add_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9106340Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addbmm_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9106868Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_addmm_decomposed_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9107468Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_all_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:54:49.9107958Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_amax_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9108461Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_angle_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9109069Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_any_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:54:49.9109773Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_argwhere_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 59%] 2022-11-23T02:54:49.9110525Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_as_strided_scatter_cuda_float32 XFAIL [ 59%] 2022-11-23T02:54:49.9111098Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_asinh_cuda_float32 PASSED [ 59%] 2022-11-23T02:54:49.9111595Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atan2_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9112084Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atanh_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9112604Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_1d_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9113110Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_2d_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9113614Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_atleast_3d_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9114233Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_bfloat16_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:54:49.9114882Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:54:49.9115416Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_broadcast_tensors_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9116295Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:54:49.9117091Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:54:49.9117715Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cfloat_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:54:49.9118332Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_chalf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:54:49.9118939Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_char_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:54:49.9119610Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:54:49.9120153Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_inverse_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9120675Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cholesky_solve_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9121170Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_chunk_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9121686Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clamp_min_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9122279Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_clone_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9122858Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_combinations_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9123465Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_conj_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9124014Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_constant_pad_nd_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9124494Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cos_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9125129Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_count_nonzero_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:54:49.9125788Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumprod_cuda_float32 XFAIL [ 60%] 2022-11-23T02:54:49.9126339Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9126831Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diag_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9127341Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diag_embed_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9127846Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagonal_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9128481Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diagonal_scatter_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9128989Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_diff_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9129596Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_digamma_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9130097Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dist_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9130633Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_div_floor_rounding_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9131129Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dot_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9131623Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_double_cuda_float32 XFAIL [ 60%] 2022-11-23T02:54:49.9132255Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_dstack_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9132914Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_empty_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 60%] 2022-11-23T02:54:49.9133406Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erf_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9133908Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erfc_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9134409Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_erfinv_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9134972Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_exp2_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9135608Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_exp_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9136121Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_expand_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9136600Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fft_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9137108Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fftn_cuda_float32 PASSED [ 60%] 2022-11-23T02:54:49.9137642Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_fftshift_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9138144Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifft_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9138651Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ifftn_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9139153Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_ihfftn_cuda_float32 XFAIL [ 61%] 2022-11-23T02:54:49.9139672Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfft2_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9140179Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_irfftn_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9140686Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfft2_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9141299Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fft_rfft_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9142075Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_flatten_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9142587Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fliplr_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9143186Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_float_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9143687Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_fmin_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9144295Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ge_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9144886Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_gt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9145545Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9146144Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_heaviside_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9146723Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_histc_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9147284Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hsplit_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9148042Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hstack_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9148558Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_hypot_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9149027Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_i0_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9149642Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_reduce_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9150150Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_index_select_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9150801Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9151394Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isfinite_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9151976Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9152554Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9153199Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isnan_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9153799Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isneginf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9154499Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isposinf_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9155093Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_isreal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9155751Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9156523Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_binary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9157144Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_jiterator_unary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9157628Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_kron_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9158101Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ldexp_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9158570Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lgamma_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9159044Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cond_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9159629Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cross_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9160253Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigh_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9160746Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_eigvals_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9161224Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_inv_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9161708Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_inv_ex_cuda_float32 PASSED [ 61%] 2022-11-23T02:54:49.9162443Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9163084Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 61%] 2022-11-23T02:54:49.9163676Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lstsq_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:54:49.9164172Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_lu_solve_cuda_float32 XFAIL [ 62%] 2022-11-23T02:54:49.9164667Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9165169Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_power_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9165899Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:54:49.9166455Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_pinv_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9167005Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_qr_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9167504Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_solve_ex_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9167987Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_svd_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9168475Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vecdot_cuda_float32 XFAIL [ 62%] 2022-11-23T02:54:49.9168979Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_vector_norm_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9169451Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_log10_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9169906Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logaddexp2_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9170383Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logaddexp_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9171122Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_and_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:54:49.9171710Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logical_or_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:54:49.9172368Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_logspace_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:54:49.9173077Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_long_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:54:49.9173734Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:54:49.9174203Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_lu_unpack_cuda_float32 XFAIL [ 62%] 2022-11-23T02:54:49.9174661Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mH_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9175141Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_amin_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9175736Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_argmax_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:54:49.9176248Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_log_softmax_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9176880Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_logaddexp_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9177419Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_mean_cuda_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T02:54:49.9177900Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_norm_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9178493Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_normalize_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9179084Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_scatter_cuda_float32 XFAIL [ 62%] 2022-11-23T02:54:49.9179574Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_softmax_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9180061Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_masked_sum_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9180554Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_matrix_exp_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9181066Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9181552Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_maximum_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9182034Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_median_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9182553Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9183063Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9183516Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mm_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9183978Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_mode_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9184537Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_movedim_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9185059Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_msort_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9185800Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanmedian_cuda_float32 PASSED [ 62%] 2022-11-23T02:54:49.9186294Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nanquantile_cuda_float32 XFAIL [ 62%] 2022-11-23T02:54:49.9186805Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_native_batch_norm_cuda_float32 XFAIL [ 62%] 2022-11-23T02:54:49.9187436Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_native_dropout_backward_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 62%] 2022-11-23T02:54:49.9188012Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ne_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:54:49.9188473Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_neg_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9189082Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_empty_strided_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:54:49.9189676Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_full_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:54:49.9190255Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:54:49.9190916Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_new_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:54:49.9191693Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nextafter_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 63%] 2022-11-23T02:54:49.9192411Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:54:49.9192970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9193509Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9194032Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9194577Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9195107Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9195622Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9196174Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 XFAIL [ 63%] 2022-11-23T02:54:49.9196752Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9197327Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_celu_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9197839Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9198460Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9199007Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9199592Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9200298Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9200861Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9201445Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9202038Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9202656Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9203192Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9203813Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9204398Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9205020Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9205566Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9206247Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:54:49.9206816Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9207362Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL [ 63%] 2022-11-23T02:54:49.9207878Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_gelu_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9208402Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9208939Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9209467Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cuda_float32 XFAIL [ 63%] 2022-11-23T02:54:49.9210011Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9210603Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9211138Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9211766Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9212327Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cuda_float32 PASSED [ 63%] 2022-11-23T02:54:49.9212836Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cuda_float32 XFAIL [ 63%] 2022-11-23T02:54:49.9213401Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:54:49.9213940Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL [ 64%] 2022-11-23T02:54:49.9214476Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 XFAIL [ 64%] 2022-11-23T02:54:49.9215133Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mish_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9215640Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9216275Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:54:49.9216849Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9217458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_normalize_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9217996Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9218601Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9219213Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9219756Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9220424Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9220967Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_prelu_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9221472Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_relu6_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9221995Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cuda_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:54:49.9222522Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 XFAIL [ 64%] 2022-11-23T02:54:49.9223046Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softplus_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9223582Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9224106Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_softsign_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9224713Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9225298Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_threshold_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9225932Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9226453Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_nn_functional_unfold_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9226931Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_norm_fro_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9227548Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_normal_number_mean_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:54:49.9228131Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:54:49.9228818Z 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.) [ 64%] 2022-11-23T02:54:49.9229558Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_ormqr_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:54:49.9230035Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_outer_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9230518Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_permute_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9230980Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polar_cuda_float32 XFAIL [ 64%] 2022-11-23T02:54:49.9231606Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9232142Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9232795Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9233323Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9233807Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_positive_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9234271Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_pow_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9234748Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_prod_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9235344Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_quantile_cuda_float32 XFAIL [ 64%] 2022-11-23T02:54:49.9235931Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randint_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:54:49.9236516Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randint_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:54:49.9237092Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randn_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:54:49.9237686Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_randn_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:54:49.9238332Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_renorm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 64%] 2022-11-23T02:54:49.9238853Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_repeat_interleave_cuda_float32 PASSED [ 64%] 2022-11-23T02:54:49.9239387Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reshape_as_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9239939Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_reshape_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9240531Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_resize__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9241049Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_roll_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9241527Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rot90_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9242032Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_0_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9242523Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_3_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9243028Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9243510Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_rsqrt_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9244745Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cuda_float32 XFAIL [ 65%] 2022-11-23T02:54:49.9245345Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cuda_float32 XFAIL [ 65%] 2022-11-23T02:54:49.9245980Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9246608Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_select_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9247087Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_select_scatter_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9247628Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_short_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9248240Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9248690Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sigmoid_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9249131Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sign_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9249570Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sin_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9250147Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sinc_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9250626Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sinh_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9251104Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_slice_scatter_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9251550Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sort_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9252256Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9252924Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_airy_ai_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9253608Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9254093Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_erfcx_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9254716Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9255351Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9255817Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i0e_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9256310Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_i1_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9257010Z 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) [ 65%] 2022-11-23T02:54:49.9257639Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9258246Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9259674Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9260343Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_ndtr_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9260838Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_ndtri_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9261569Z 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) [ 65%] 2022-11-23T02:54:49.9262212Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9262720Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_xlog1py_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9263328Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_special_zeta_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 65%] 2022-11-23T02:54:49.9263812Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_split_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9264277Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sqrt_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9264746Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_square_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9265354Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_std_cuda_float32 PASSED [ 65%] 2022-11-23T02:54:49.9265952Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sub_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9266434Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_sum_to_size_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9266982Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_svd_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9267653Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_symeig_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9268123Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_t_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9268577Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_take_cuda_float32 XFAIL [ 66%] 2022-11-23T02:54:49.9269046Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tan_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9269537Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tensor_split_cuda_float32 XFAIL [ 66%] 2022-11-23T02:54:49.9270084Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tensordot_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9270569Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_tile_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9271060Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_to_cuda_float32 SKIPPED (Skipped!) [ 66%] 2022-11-23T02:54:49.9271648Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_to_sparse_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9272120Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_topk_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9272669Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trapezoid_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9273163Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trapz_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9273703Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_triu_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9274942Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_true_divide_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9275416Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_trunc_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9275893Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unbind_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9276376Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unflatten_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9276873Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_unfold_copy_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9277334Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_var_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9277806Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_as_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9278288Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_view_copy_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9278746Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_xlogy_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9279201Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zero__cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9279873Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9280601Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_zeros_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9281333Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_heaviside_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9281882Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_histc_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9282434Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_igammac_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9282882Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_add_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9283342Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_fill_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9283795Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_put_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9284283Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_put_functorch_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9284745Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_index_select_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9285171Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_inner_cuda_float32 PASSED [ 66%] 2022-11-23T02:54:49.9285716Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_int_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9286309Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9286952Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isclose_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9287496Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9288207Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_isreal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9288825Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9289401Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_binary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9290671Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_jiterator_unary_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 66%] 2022-11-23T02:54:49.9291110Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ldexp_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9291657Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_le_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:54:49.9292096Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cond_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9292550Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_det_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9293011Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigh_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9293570Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_eigvals_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9294094Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_householder_product_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9294600Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_inv_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9295129Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_inv_ex_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9295706Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:54:49.9296423Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:54:49.9296894Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9297356Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_factor_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9297828Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_factor_ex_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9298281Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_lu_solve_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9298750Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_power_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9299310Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:54:49.9299764Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_multi_dot_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9300481Z 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) [ 67%] 2022-11-23T02:54:49.9300931Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_slogdet_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9301390Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_tensorinv_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9301990Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_tensorsolve_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9302448Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vecdot_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9302910Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_vector_norm_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9303336Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log10_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9303763Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_log2_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9304189Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logdet_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9304739Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_logical_and_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:54:49.9320720Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_long_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:54:49.9321543Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:54:49.9322834Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lt_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:54:49.9323372Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9323872Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_solve_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9324360Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_lu_unpack_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9324832Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mH_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9325303Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mT_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9325790Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_amin_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9326385Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_argmin_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 67%] 2022-11-23T02:54:49.9326904Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_cumprod_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9327412Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_cumsum_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9328125Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_fill_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9328669Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_log_softmax_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9329167Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_logaddexp_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9329667Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_norm_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9330315Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_prod_cuda_float32 PASSED [ 67%] 2022-11-23T02:54:49.9330804Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_masked_var_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9331488Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_matmul_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9331991Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_matrix_exp_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9332496Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_binary_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9333060Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9333590Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_max_reduction_with_dim_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9334139Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_meshgrid_variadic_tensors_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9334646Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_reduction_no_dim_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9335180Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_min_reduction_with_dim_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9335652Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_minimum_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9336128Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mode_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9336604Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_movedim_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9337072Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mul_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9337686Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_multinomial_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:54:49.9339011Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mv_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9339533Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9340031Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanmean_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9340623Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanmedian_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9341116Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nanquantile_cuda_float32 XFAIL [ 68%] 2022-11-23T02:54:49.9341712Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_narrow_copy_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:54:49.9342207Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_narrow_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9342831Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_native_dropout_backward_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:54:49.9343419Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ne_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:54:49.9343873Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_neg_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9344473Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_new_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 68%] 2022-11-23T02:54:49.9345802Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9346421Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9347135Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9347743Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:54:49.9348693Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_avg_pool3d_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9349077Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_bilinear_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9349341Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_celu_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9349610Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv1d_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9349867Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9350134Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9350440Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9350715Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9350997Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9351303Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9351616Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9351884Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9352150Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9353146Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9353419Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_cross_entropy_cuda_float32 PASSED [ 68%] 2022-11-23T02:54:49.9353697Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_dropout3d_cuda_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:54:49.9353961Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_embedding_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:54:49.9354280Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:54:49.9354599Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:54:49.9354879Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL [ 69%] 2022-11-23T02:54:49.9355132Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_gelu_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9355397Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardshrink_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9355665Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardsigmoid_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9355933Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hardswish_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9356315Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9356608Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_huber_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9356883Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_area_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9357165Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9357439Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_interpolate_linear_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9357698Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_layer_norm_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9357958Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_logsigmoid_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9358212Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool2d_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9358465Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_pool3d_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9358748Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:54:49.9359024Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9359306Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_max_unpool3d_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:54:49.9359579Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9359916Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:54:49.9360184Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_circular_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9360497Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pad_replicate_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9361537Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pairwise_distance_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9361855Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_pdist_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:54:49.9362125Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9362357Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_relu_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9362637Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_rrelu_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:54:49.9362892Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_selu_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9363136Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_silu_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9363404Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9363676Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9363942Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softplus_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9364202Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_softsign_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9364610Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9364915Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9365145Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9365381Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_fro_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9365620Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_inf_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9365848Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_norm_nuc_cuda_float32 PASSED [ 69%] 2022-11-23T02:54:49.9366142Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_normal_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:54:49.9366455Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_normal_number_mean_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:54:49.9366746Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ones_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:54:49.9367041Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ones_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 69%] 2022-11-23T02:54:49.9367331Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_ormqr_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9367598Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pca_lowrank_cuda_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T02:54:49.9367838Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_pinverse_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9368071Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polar_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9368336Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_0_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9368603Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_2_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9368840Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_polygamma_polygamma_n_3_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9369077Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_positive_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9369808Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_prod_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9370042Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_put_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9370269Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_qr_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9370507Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_quantile_cuda_float32 XFAIL [ 70%] 2022-11-23T02:54:49.9370741Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rad2deg_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9370973Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_real_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9371219Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reciprocal_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9371459Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_remainder_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9371698Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_repeat_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9371955Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_repeat_interleave_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9372191Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_reshape_as_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9372492Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_resize_as__cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9372721Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_roll_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9373042Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rot90_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9373320Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_3_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9373574Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_round_decimals_neg_3_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9373809Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_rsub_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9374113Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scalar_tensor_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9374361Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_add_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9374598Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_amax_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9374852Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_amin_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9375111Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_mean_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9375368Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_scatter_reduce_sum_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9375675Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_searchsorted_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9375911Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sgn_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9376205Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_short_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9376532Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9376859Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9377170Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9377464Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_signbit_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9378168Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sin_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9378400Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sinc_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9378624Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sinh_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9379058Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_softmax_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9379317Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_softmax_with_dtype_cuda_float32 PASSED [ 70%] 2022-11-23T02:54:49.9379917Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9380328Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9380642Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 70%] 2022-11-23T02:54:49.9380948Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:54:49.9381277Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:54:49.9381604Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:54:49.9382079Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T02:54:49.9382464Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T02:54:49.9382718Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_erfcx_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9383046Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:54:49.9383289Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i0e_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9383528Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_i1_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9383860Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:54:49.9384218Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T02:54:49.9384457Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_log_ndtr_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9384775Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:54:49.9385079Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:54:49.9385324Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_ndtr_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9385616Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9385984Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T02:54:49.9386859Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T02:54:49.9387213Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 71%] 2022-11-23T02:54:49.9387534Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:54:49.9387791Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_list_args_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9388041Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_split_with_sizes_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9388270Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sqrt_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9388508Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_squeeze_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9388745Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_stack_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9388983Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_std_mean_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9389214Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sub_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9389435Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sum_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9389675Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_sum_to_size_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9390055Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_symeig_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 71%] 2022-11-23T02:54:49.9390314Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_t_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9390544Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_take_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9390772Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tanh_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9391011Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tensor_split_cuda_float32 XFAIL [ 71%] 2022-11-23T02:54:49.9391253Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tensordot_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9391483Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tile_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9391712Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_to_cuda_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:54:49.9391941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_topk_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9392172Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trace_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9392412Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_transpose_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9392648Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trapz_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9392870Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_tril_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9393087Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_triu_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9393332Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_true_divide_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9393560Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_trunc_cuda_float32 PASSED [ 71%] 2022-11-23T02:54:49.9393799Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unflatten_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9394038Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_unfold_copy_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9394267Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_var_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9394961Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_as_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9395188Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_view_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9395421Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_vstack_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9395653Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_where_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9395879Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_xlogy_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9396106Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zero__cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9396407Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zeros_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 72%] 2022-11-23T02:54:49.9396708Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_zeros_like_cuda_float32 SKIPPED (Skipped! Forward AD not supported.) [ 72%] 2022-11-23T02:54:49.9396941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_T_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9397181Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___getitem___functorch_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9397421Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmatmul___cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9397657Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp___rmod___cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9397920Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp__softmax_backward_data_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9398241Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_acos_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9398501Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_add_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9398739Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addcdiv_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9398975Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addmv_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9399206Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_addr_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9399503Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:54:49.9399799Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_aminmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:54:49.9400026Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_angle_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9400316Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:54:49.9400612Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:54:49.9400903Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:54:49.9401199Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:54:49.9401453Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_as_strided_scatter_cuda_float32 XFAIL [ 72%] 2022-11-23T02:54:49.9401678Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_asinh_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9401908Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atan_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9402142Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atanh_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9402403Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_1d_cuda_float32 SKIPPED (Skipped!) [ 72%] 2022-11-23T02:54:49.9402660Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_atleast_3d_cuda_float32 SKIPPED (Skipped!) [ 72%] 2022-11-23T02:54:49.9403324Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_baddbmm_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9403607Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9403849Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_block_diag_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9404079Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bmm_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9404410Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:54:49.9404654Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_broadcast_to_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9404942Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 72%] 2022-11-23T02:54:49.9405176Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cat_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9405408Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cdist_cuda_float32 XFAIL [ 72%] 2022-11-23T02:54:49.9405636Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ceil_cuda_float32 PASSED [ 72%] 2022-11-23T02:54:49.9405857Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_chalf_cuda_float32 XFAIL [ 72%] 2022-11-23T02:54:49.9406109Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_inverse_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9406449Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cholesky_solve_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9406709Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9406947Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clamp_min_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9407176Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_clone_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9407427Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_conj_physical_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9407657Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cos_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9407886Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cosh_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9408190Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:54:49.9408421Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cross_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9408661Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumprod_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9408903Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_cumulative_trapezoid_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9409135Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diag_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9409379Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diagonal_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9409608Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_diff_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9409837Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dist_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9410094Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_div_floor_rounding_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9410327Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_double_cuda_float32 XFAIL [ 73%] 2022-11-23T02:54:49.9410561Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_dstack_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9410861Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:54:49.9411150Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:54:49.9411838Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_exp2_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9412069Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_exp_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9412304Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_expand_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9412541Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fft2_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9412783Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fftn_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9413028Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_fftshift_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9413267Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ifftn_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9413507Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfft2_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9413753Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_ihfftn_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9413992Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfft2_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9414232Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_irfft_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9414448Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfft_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9414682Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fft_rfftn_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9415011Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_flatten_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9415270Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fliplr_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9415500Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_cuda_float32 XFAIL [ 73%] 2022-11-23T02:54:49.9415779Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_float_functorch_no_channels_last_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9416080Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:54:49.9416304Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmin_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9416535Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_fmod_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9416770Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_frexp_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9417058Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:54:49.9417353Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 73%] 2022-11-23T02:54:49.9417592Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_gather_cuda_float32 PASSED [ 73%] 2022-11-23T02:54:49.9417880Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9418115Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_hstack_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9418405Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9418703Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9418943Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_add_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9419183Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_copy_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9419422Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_fill_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9420145Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_put_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9420407Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_put_functorch_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9420633Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_reduce_cuda_float32 XFAIL [ 74%] 2022-11-23T02:54:49.9420875Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_index_select_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9421203Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9421491Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9421787Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_isposinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9422118Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9422428Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9422748Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9423143Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9423402Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_kron_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9423644Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_kthvalue_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9423934Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9424162Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lerp_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9424397Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lgamma_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9424640Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cross_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9424879Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_det_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9425141Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_det_singular_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9425380Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eig_cuda_float32 XFAIL [ 74%] 2022-11-23T02:54:49.9425622Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigh_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9425877Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_eigvalsh_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9426114Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_inv_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9426357Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_inv_ex_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9426664Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9426930Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9427173Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9427406Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_factor_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9427657Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_lu_factor_ex_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9428025Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_norm_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9428281Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_power_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9428602Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 74%] 2022-11-23T02:54:49.9428849Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_multi_dot_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9429096Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_norm_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9429373Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9429616Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_pinv_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9429881Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_pinv_hermitian_cuda_float32 PASSED [ 74%] 2022-11-23T02:54:49.9430226Z 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) [ 74%] 2022-11-23T02:54:49.9430469Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_qr_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9430724Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_slogdet_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9431040Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_solve_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9431315Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_svdvals_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9431566Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_tensorinv_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9431817Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_vecdot_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9432049Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log10_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9432284Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log1p_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9432546Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_log_softmax_with_dtype_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9432787Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logaddexp2_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9433032Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logaddexp_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9433335Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:54:49.9433612Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:54:49.9433904Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_long_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:54:49.9434189Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:54:49.9434419Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mH_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9434647Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mT_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9434950Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:54:49.9435200Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_cumprod_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9435654Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_cumsum_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9436041Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_logaddexp_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9436639Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_logsumexp_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9436906Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9437151Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_prod_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9437399Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_softmax_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9437643Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_softmin_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9437883Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_masked_std_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9438143Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_max_reduction_with_dim_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9438384Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_maximum_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9438665Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_meshgrid_list_of_tensors_cuda_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:54:49.9438922Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_reduction_no_dim_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9439180Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_min_reduction_with_dim_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9439411Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mode_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9439737Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mul_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9440067Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:54:49.9440301Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 XFAIL [ 75%] 2022-11-23T02:54:49.9440612Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 XFAIL [ 75%] 2022-11-23T02:54:49.9440852Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanmean_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9441093Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nanmedian_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9441365Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_native_layer_norm_cuda_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:54:49.9441661Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_new_ones_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 75%] 2022-11-23T02:54:49.9441941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9442209Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9442477Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_alpha_dropout_cuda_float32 XFAIL [ 75%] 2022-11-23T02:54:49.9442737Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool1d_cuda_float32 PASSED [ 75%] 2022-11-23T02:54:49.9443002Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool2d_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9443262Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_avg_pool3d_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9443545Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 XFAIL [ 76%] 2022-11-23T02:54:49.9443840Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9444094Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9444494Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9444770Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9445062Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9445339Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9445612Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9445877Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9446155Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9446422Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_dropout3d_cuda_float32 XFAIL [ 76%] 2022-11-23T02:54:49.9446690Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_bag_cuda_float32 XFAIL [ 76%] 2022-11-23T02:54:49.9446953Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_embedding_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9447235Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9447580Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 76%] 2022-11-23T02:54:49.9447872Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_grid_sample_cuda_float32 XFAIL [ 76%] 2022-11-23T02:54:49.9448134Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_group_norm_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9448396Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardshrink_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9448654Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardsigmoid_cuda_float32 XFAIL [ 76%] 2022-11-23T02:54:49.9448915Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_hardtanh_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9449193Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9449476Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9449752Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_interpolate_linear_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9450007Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_kl_div_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9450284Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_local_response_norm_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9450559Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9450820Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool1d_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9451080Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool2d_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9451343Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_pool3d_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9451607Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool1d_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9451870Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool2d_cuda_float32 XFAIL [ 76%] 2022-11-23T02:54:49.9452235Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool3d_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9452510Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9452783Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9453045Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_normalize_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9453308Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pad_constant_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9453583Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_pairwise_distance_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9453852Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9454096Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_prelu_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9454350Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_rrelu_cuda_float32 XFAIL [ 76%] 2022-11-23T02:54:49.9454613Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9454876Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_softshrink_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9455141Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_threshold_cuda_float32 PASSED [ 76%] 2022-11-23T02:54:49.9455496Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9455815Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9456076Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_unfold_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9456351Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9456622Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nn_functional_upsample_nearest_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9456916Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:54:49.9457152Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_norm_fro_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9457519Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:54:49.9457775Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ormqr_cuda_float32 SKIPPED (Skipped!) [ 77%] 2022-11-23T02:54:49.9458017Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pca_lowrank_cuda_float32 XFAIL [ 77%] 2022-11-23T02:54:49.9458253Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_pinverse_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9458485Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_polar_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9458715Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_positive_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9458945Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_prod_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9459172Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_qr_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9459411Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_quantile_cuda_float32 XFAIL [ 77%] 2022-11-23T02:54:49.9459643Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_ravel_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9459885Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_remainder_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9460220Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_renorm_cuda_float32 XFAIL [ 77%] 2022-11-23T02:54:49.9460436Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_repeat_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9460674Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_reshape_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9460969Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:54:49.9461270Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:54:49.9461514Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_resolve_neg_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9461745Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_roll_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9461976Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rot90_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9462227Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_0_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9462483Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_round_decimals_neg_3_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9462710Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_rsub_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9462946Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9463280Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_amax_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9463558Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_amin_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9463814Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_scatter_reduce_prod_cuda_float32 XFAIL [ 77%] 2022-11-23T02:54:49.9464122Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_searchsorted_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:54:49.9464381Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_segment_reduce_lengths_cuda_float32 XFAIL [ 77%] 2022-11-23T02:54:49.9464638Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_segment_reduce_offsets_cuda_float32 XFAIL [ 77%] 2022-11-23T02:54:49.9464870Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_select_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9465201Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:54:49.9465517Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signal_windows_cosine_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:54:49.9465827Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:54:49.9466126Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:54:49.9466358Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sort_cuda_float32 PASSED [ 77%] 2022-11-23T02:54:49.9466596Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sparse_sampled_addmm_cuda_float32 XFAIL [ 77%] 2022-11-23T02:54:49.9466902Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:54:49.9467209Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_bessel_y1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 77%] 2022-11-23T02:54:49.9467535Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:54:49.9467997Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T02:54:49.9468355Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T02:54:49.9468604Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_erfcx_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9468847Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_i0e_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9469174Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:54:49.9469537Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T02:54:49.9469861Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:54:49.9470168Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:54:49.9470466Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:54:49.9470712Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_ndtr_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9471034Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_ndtri_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9471347Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9471674Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:54:49.9472047Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T02:54:49.9472399Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T02:54:49.9472723Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:54:49.9472974Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_special_xlog1py_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9473208Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9473458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_split_list_args_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9473700Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_square_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9473933Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_stack_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9474163Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_stft_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9474395Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sub_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9474618Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_sum_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9474860Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_svd_lowrank_cuda_float32 XFAIL [ 78%] 2022-11-23T02:54:49.9475092Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_symeig_cuda_float32 XFAIL [ 78%] 2022-11-23T02:54:49.9475301Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_t_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9475633Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_take_cuda_float32 XFAIL [ 78%] 2022-11-23T02:54:49.9475855Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tan_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9476087Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tanh_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9476332Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tensor_split_cuda_float32 XFAIL [ 78%] 2022-11-23T02:54:49.9476574Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tensordot_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9476810Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tile_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9477036Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_to_cuda_float32 XFAIL [ 78%] 2022-11-23T02:54:49.9477265Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trace_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9477512Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_trapezoid_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9477744Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_tril_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9477971Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_triu_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9478212Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_true_divide_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9478449Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unbind_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9479168Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unfold_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9479543Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:54:49.9479836Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 78%] 2022-11-23T02:54:49.9480083Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_unsqueeze_cuda_float32 PASSED [ 78%] 2022-11-23T02:54:49.9480313Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_var_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9480561Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_as_complex_cuda_float32 XFAIL [ 79%] 2022-11-23T02:54:49.9480774Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_view_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9481013Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_vstack_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9481248Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_xlogy_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9481539Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:54:49.9481762Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_H_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9482018Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp___getitem___functorch_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9482246Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp___radd___cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9482483Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp___rmatmul___cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9482706Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_acos_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9482937Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_addbmm_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9483168Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_addcmul_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9483394Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_addmm_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9483676Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:54:49.9484017Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_amin_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9484243Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_angle_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9484532Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_arange_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:54:49.9484818Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:54:49.9485108Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:54:49.9485334Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_asin_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9485558Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_asinh_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9485784Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_atan2_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9485995Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_atanh_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9486226Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_1d_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9486458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_atleast_2d_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9486714Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_bernoulli_cuda_float32 SKIPPED (Skipped!) [ 79%] 2022-11-23T02:54:49.9486941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_bfloat16_cuda_float32 XFAIL [ 79%] 2022-11-23T02:54:49.9487294Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_bfloat16_functorch_no_channels_last_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9487556Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_block_diag_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9487874Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:54:49.9488182Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:54:49.9488420Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_broadcast_to_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9488699Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:54:49.9489016Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:54:49.9489266Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cartesian_prod_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9489496Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cdouble_cuda_float32 XFAIL [ 79%] 2022-11-23T02:54:49.9489721Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cfloat_cuda_float32 XFAIL [ 79%] 2022-11-23T02:54:49.9490037Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 79%] 2022-11-23T02:54:49.9490274Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cholesky_solve_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9490492Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_chunk_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9490724Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_max_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9490954Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_clamp_min_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9491194Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_column_stack_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9491436Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_constant_pad_nd_cuda_float32 PASSED [ 79%] 2022-11-23T02:54:49.9491670Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_contiguous_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9491976Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cosh_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9492275Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_count_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:54:49.9492499Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cross_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9492727Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_cumprod_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9492956Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagflat_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9493199Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_diagonal_copy_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9493424Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_dot_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9493647Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_double_cuda_float32 XFAIL [ 80%] 2022-11-23T02:54:49.9493879Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_einsum_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9494163Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:54:49.9494454Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_empty_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:54:49.9494677Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_erf_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9494903Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_erfinv_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9495205Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_exp2_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9495455Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_exp_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9495685Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_expand_as_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9495972Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:54:49.9496198Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fft_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9496428Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_fftn_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9496659Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfft2_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9496882Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_hfft_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9497095Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifft_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9497323Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifftn_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9497561Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ifftshift_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9497798Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_ihfft2_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9498031Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfft2_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9498262Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_irfftn_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9498490Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fft_rfft2_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9498713Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fill_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9498941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_flip_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9499165Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_floor_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9499461Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:54:49.9499786Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_fmod_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9500016Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_frexp_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9500297Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:54:49.9500576Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:54:49.9500805Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_gradient_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9501087Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 80%] 2022-11-23T02:54:49.9501310Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_half_cuda_float32 XFAIL [ 80%] 2022-11-23T02:54:49.9501563Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___getitem___cuda_float32 XFAIL [ 80%] 2022-11-23T02:54:49.9501840Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___getitem___functorch_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9502098Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule___rmatmul___cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9502354Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule__softmax_backward_data_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9502599Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_acos_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9502925Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addcdiv_cuda_float32 PASSED [ 80%] 2022-11-23T02:54:49.9503220Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addmm_decomposed_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9503467Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_addr_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9503781Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_allclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:54:49.9504027Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_amax_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9504265Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_amin_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9504565Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:54:49.9504874Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:54:49.9505179Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_argwhere_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:54:49.9505445Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_as_strided_scatter_cuda_float32 XFAIL [ 81%] 2022-11-23T02:54:49.9505694Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_asin_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9505941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atan2_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9506181Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atan_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9506427Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atanh_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9506683Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_1d_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9506943Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_atleast_2d_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9507199Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_block_diag_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9507444Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bmm_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9507844Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:54:49.9508161Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:54:49.9508421Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_broadcast_to_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9508737Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_bucketize_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:54:49.9509036Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_byte_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:54:49.9509300Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cartesian_prod_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9509532Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cat_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9509780Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cdist_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9510024Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ceil_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9510323Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_char_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 81%] 2022-11-23T02:54:49.9510650Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cholesky_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9510924Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_chunk_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9511177Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_max_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9511433Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_clamp_min_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9511693Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_combinations_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9511955Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_conj_physical_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9512200Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cos_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9512445Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cosh_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9512691Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cummin_cuda_float32 XFAIL [ 81%] 2022-11-23T02:54:49.9512966Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_cumulative_trapezoid_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9513223Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagonal_copy_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9513480Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagonal_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9513743Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diagonal_scatter_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9513990Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_diff_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9514256Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_floor_rounding_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9514528Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_div_no_rounding_mode_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9514816Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9515065Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_dsplit_cuda_float32 PASSED [ 81%] 2022-11-23T02:54:49.9515470Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9515715Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erf_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9515940Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erfc_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9516187Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_erfinv_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9516438Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_exp2_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9516686Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_exp_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9516939Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expand_as_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9517188Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_expand_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9517489Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9517749Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_fftshift_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9518002Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfft2_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9518252Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_hfft_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9518574Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifft2_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9518848Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ifft_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9519100Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_ihfftn_cuda_float32 XFAIL [ 82%] 2022-11-23T02:54:49.9519349Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_irfft_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9519592Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fft_rfft_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9519838Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_fill_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9520090Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flatten_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9520343Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_flipud_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9520651Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_full_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9520899Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gather_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9521201Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9521505Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_geqrf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9521801Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_gt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9522110Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9522359Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_hypot_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9522584Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_i0_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9522887Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9523242Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_fill_cuda_float32 XFAIL [ 82%] 2022-11-23T02:54:49.9523495Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_put_cuda_float32 XFAIL [ 82%] 2022-11-23T02:54:49.9523767Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_index_put_functorch_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9524069Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9524375Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isclose_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9524681Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9524984Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9525282Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isinf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9525581Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9525954Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9526305Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9526644Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9526967Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9527282Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 82%] 2022-11-23T02:54:49.9527529Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_kron_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9527783Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_kthvalue_cuda_float32 PASSED [ 82%] 2022-11-23T02:54:49.9528034Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ldexp_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9528281Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lerp_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9528540Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cond_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9528799Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_det_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9529067Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_det_singular_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9529331Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_eigvalsh_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9529646Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:54:49.9529907Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lstsq_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9530160Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_lu_factor_cuda_float32 XFAIL [ 83%] 2022-11-23T02:54:49.9530425Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_norm_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9530798Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_power_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9531121Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:54:49.9531358Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_norm_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9531650Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9531909Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_pinv_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9532181Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9532437Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_qr_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9532694Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9532954Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_ex_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9533227Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_solve_triangular_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9533583Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_svdvals_cuda_float32 SKIPPED (Skipped!) [ 83%] 2022-11-23T02:54:49.9533867Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vander_cuda_float32 XFAIL [ 83%] 2022-11-23T02:54:49.9534122Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_vecdot_cuda_float32 XFAIL [ 83%] 2022-11-23T02:54:49.9534430Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:54:49.9534681Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log10_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9534938Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_softmax_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9535208Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_log_softmax_with_dtype_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9535464Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logaddexp2_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9535718Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logdet_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9536030Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_and_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:54:49.9536344Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logical_or_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:54:49.9536590Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logit_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9536903Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_logspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:54:49.9537371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:54:49.9537620Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_cuda_float32 XFAIL [ 83%] 2022-11-23T02:54:49.9538063Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_lu_solve_cuda_float32 XFAIL [ 83%] 2022-11-23T02:54:49.9538611Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mH_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9538999Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mT_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9539239Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_amax_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9539496Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_amin_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9539812Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_argmax_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 83%] 2022-11-23T02:54:49.9540067Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_fill_cuda_float32 XFAIL [ 83%] 2022-11-23T02:54:49.9540399Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9540673Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_log_softmax_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9540947Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_logaddexp_cuda_float32 PASSED [ 83%] 2022-11-23T02:54:49.9541211Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_logsumexp_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9541473Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_median_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9541739Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_normalize_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9542083Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_prod_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9542365Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_scatter_cuda_float32 XFAIL [ 84%] 2022-11-23T02:54:49.9542628Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_softmin_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9542880Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_std_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9543141Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_masked_var_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9543394Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_binary_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9543857Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9544146Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9544553Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9544978Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_minimum_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9545230Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mm_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9545482Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mode_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9545731Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_movedim_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9545975Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mul_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9546199Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_mv_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9546450Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nansum_cuda_float32 XFAIL [ 84%] 2022-11-23T02:54:49.9546761Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 84%] 2022-11-23T02:54:49.9547034Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_native_dropout_backward_cuda_float32 XFAIL [ 84%] 2022-11-23T02:54:49.9547419Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_native_layer_norm_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9547662Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_neg_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9547985Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:54:49.9548274Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9548552Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9548826Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9549099Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9549371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_bilinear_cuda_float32 XFAIL [ 84%] 2022-11-23T02:54:49.9549676Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9549944Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv1d_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9550471Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9550795Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9551225Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9551677Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9551997Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9552315Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9552601Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9552890Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9553183Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9553473Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9553747Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cuda_float32 XFAIL [ 84%] 2022-11-23T02:54:49.9554040Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cuda_float32 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:54:49.9554319Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cuda_float32 XFAIL [ 84%] 2022-11-23T02:54:49.9554597Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_cuda_float32 PASSED [ 84%] 2022-11-23T02:54:49.9554888Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9555215Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:54:49.9555620Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL [ 85%] 2022-11-23T02:54:49.9555883Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 85%] 2022-11-23T02:54:49.9556160Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9556442Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9556726Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9557167Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardswish_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9557448Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9557735Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9558160Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cuda_float32 XFAIL [ 85%] 2022-11-23T02:54:49.9558561Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9558946Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9559253Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9559549Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9559822Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9560093Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9560365Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9560636Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_linear_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9560906Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9561178Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9561460Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cuda_float32 XFAIL [ 85%] 2022-11-23T02:54:49.9561735Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 XFAIL [ 85%] 2022-11-23T02:54:49.9562010Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 XFAIL [ 85%] 2022-11-23T02:54:49.9562290Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 XFAIL [ 85%] 2022-11-23T02:54:49.9562560Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mish_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9562830Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9563114Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9564156Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 XFAIL [ 85%] 2022-11-23T02:54:49.9564447Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_normalize_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9564725Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9565111Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9565510Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9565802Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9566090Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9566362Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pdist_cuda_float32 XFAIL [ 85%] 2022-11-23T02:54:49.9566639Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9566919Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9567189Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_prelu_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9567579Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_rrelu_cuda_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:54:49.9567873Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_selu_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9568149Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_softplus_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9568423Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9568727Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 85%] 2022-11-23T02:54:49.9568978Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_fro_cuda_float32 PASSED [ 85%] 2022-11-23T02:54:49.9569229Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_norm_inf_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9569604Z 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.) [ 86%] 2022-11-23T02:54:49.9569888Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9570135Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_ormqr_cuda_float32 XFAIL [ 86%] 2022-11-23T02:54:49.9570387Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_permute_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9570641Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_pinverse_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9571085Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9571366Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9571638Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9572017Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_prod_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9572539Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_put_cuda_float32 XFAIL [ 86%] 2022-11-23T02:54:49.9572804Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_quantile_cuda_float32 XFAIL [ 86%] 2022-11-23T02:54:49.9573052Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rad2deg_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9573346Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:54:49.9573611Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_reciprocal_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9573867Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_remainder_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9574135Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_repeat_interleave_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9574445Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:54:49.9574689Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rot90_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9574928Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9575190Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_0_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9575539Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_round_decimals_3_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9575809Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_rsub_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9576059Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9576327Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_amax_cuda_float32 XFAIL [ 86%] 2022-11-23T02:54:49.9576584Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_mean_cuda_float32 XFAIL [ 86%] 2022-11-23T02:54:49.9576836Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_prod_cuda_float32 XFAIL [ 86%] 2022-11-23T02:54:49.9577093Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_scatter_reduce_sum_cuda_float32 XFAIL [ 86%] 2022-11-23T02:54:49.9577365Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_segment_reduce_lengths_cuda_float32 XFAIL [ 86%] 2022-11-23T02:54:49.9577634Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_segment_reduce_offsets_cuda_float32 XFAIL [ 86%] 2022-11-23T02:54:49.9578081Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_select_scatter_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9578343Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sgn_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9578646Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:54:49.9579053Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sign_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9579529Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:54:49.9579869Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:54:49.9580190Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:54:49.9580496Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:54:49.9580857Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sin_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9581103Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sinh_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9581349Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_softmax_with_dtype_cuda_float32 PASSED [ 86%] 2022-11-23T02:54:49.9581616Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cuda_float32 XFAIL [ 86%] 2022-11-23T02:54:49.9581935Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:54:49.9582250Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:54:49.9582595Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 86%] 2022-11-23T02:54:49.9582965Z 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) [ 87%] 2022-11-23T02:54:49.9583329Z 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) [ 87%] 2022-11-23T02:54:49.9583665Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_entr_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9584029Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9584398Z 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) [ 87%] 2022-11-23T02:54:49.9584918Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9585257Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9585590Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9586104Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_ndtri_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9586628Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9587017Z 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) [ 87%] 2022-11-23T02:54:49.9587391Z 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) [ 87%] 2022-11-23T02:54:49.9587757Z 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) [ 87%] 2022-11-23T02:54:49.9588087Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9588397Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9588772Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9589036Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_split_list_args_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9589279Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_stack_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9589524Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_std_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9589779Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_std_mean_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9590034Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_sum_to_size_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9590278Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_svd_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9590522Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_t_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9590781Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_take_along_dim_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9591024Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tan_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9591277Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tanh_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9591841Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tensor_split_cuda_float32 XFAIL [ 87%] 2022-11-23T02:54:49.9592454Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_topk_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9593192Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trapezoid_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9593685Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_triangular_solve_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9594107Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_tril_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9594540Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_triu_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9594981Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_trunc_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9595548Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9596102Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9596369Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_var_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9596619Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_view_as_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9596872Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_vstack_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9597173Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9597463Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9597745Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9597979Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_hsplit_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9598209Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_hstack_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9598648Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_hypot_cuda_float32 PASSED [ 87%] 2022-11-23T02:54:49.9599083Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_igamma_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 87%] 2022-11-23T02:54:49.9599483Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9599905Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_add_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9600404Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_copy_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9600655Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_reduce_cuda_float32 XFAIL [ 88%] 2022-11-23T02:54:49.9600899Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_index_select_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9601128Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_inner_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9601410Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_int_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9601732Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_int_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9602017Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_isneginf_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9602281Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_isreal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9602707Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9603039Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9603337Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_jiterator_unary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9603568Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_kron_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9603793Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_ldexp_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9604072Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9604297Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_lerp_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9604533Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cross_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9604768Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_det_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9605018Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_det_singular_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9605259Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigvals_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9605507Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_eigvalsh_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9605949Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_householder_product_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9606261Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9606744Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9607084Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9607341Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_lu_factor_ex_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9607641Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9608008Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_multi_dot_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9608245Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_norm_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9608500Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_pinv_hermitian_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9608833Z 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) [ 88%] 2022-11-23T02:54:49.9609067Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_qr_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9609294Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_slogdet_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9609535Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_solve_ex_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9609781Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_vector_norm_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9610074Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linspace_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9610298Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_log10_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9610532Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_log_softmax_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9610767Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_logaddexp_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9611525Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_logcumsumexp_cuda_float32 PASSED [ 88%] 2022-11-23T02:54:49.9611883Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_not_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9612340Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_logical_xor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9612893Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9613437Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_lt_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 88%] 2022-11-23T02:54:49.9613774Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_lu_solve_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9614000Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_mH_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9614217Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_mT_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9614458Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_amin_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9614756Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:54:49.9614999Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_cumprod_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9615252Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_log_softmax_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9615501Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_logaddexp_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9615742Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_median_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9615979Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_norm_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9616219Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_prod_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9616441Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_scatter_cuda_float32 XFAIL [ 89%] 2022-11-23T02:54:49.9616683Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_softmin_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9616920Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_std_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9617300Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_sum_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9617524Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_masked_var_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9617751Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_matmul_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9617978Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_matrix_exp_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9618231Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_max_reduction_with_dim_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9618459Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_mean_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9618687Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_median_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9619094Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_meshgrid_list_of_tensors_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9619369Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_meshgrid_variadic_tensors_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9619610Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_binary_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9620166Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_reduction_no_dim_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9620436Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_min_reduction_with_dim_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9620659Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_mode_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9620984Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_movedim_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9621239Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_msort_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9621464Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_mul_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9621766Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_multinomial_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:54:49.9621971Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_mv_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9622223Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9622454Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nan_to_num_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9622682Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nansum_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9622979Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:54:49.9623259Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:54:49.9623547Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:54:49.9623851Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_empty_strided_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:54:49.9624136Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:54:49.9624421Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 89%] 2022-11-23T02:54:49.9624724Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:54:49.9624996Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9625259Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9625788Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 89%] 2022-11-23T02:54:49.9626069Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:54:49.9626459Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_bilinear_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9626841Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9627103Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9627363Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9627630Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9628166Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9628547Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9628823Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cosine_similarity_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9629085Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_cross_entropy_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9629472Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_dropout3d_cuda_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:54:49.9629750Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_elu_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9629988Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9630264Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_embedding_functorch_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9630571Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:54:49.9630882Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:54:49.9631149Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL [ 90%] 2022-11-23T02:54:49.9631412Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 90%] 2022-11-23T02:54:49.9631671Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_grid_sample_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9632101Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardsigmoid_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9632386Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardswish_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9632641Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hardtanh_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9633034Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9633423Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_instance_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9633701Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_area_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9633970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9634231Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9634621Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9634878Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_layer_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9635136Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_leaky_relu_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9635408Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_local_response_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9635669Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9635931Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool1d_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9636189Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_pool3d_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9636455Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9636717Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool2d_cuda_float32 XFAIL [ 90%] 2022-11-23T02:54:49.9636982Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_max_unpool2d_grad_cuda_float32 XFAIL [ 90%] 2022-11-23T02:54:49.9637215Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_nll_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9637474Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_constant_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9637814Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_reflect_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9638103Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pad_replicate_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9638361Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9638794Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9639071Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_rrelu_cuda_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:54:49.9639462Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9639850Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:54:49.9640128Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9640415Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softplus_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9640680Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softshrink_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9640939Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_softsign_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9641229Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9641497Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9641728Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_norm_fro_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9641995Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_normal_number_mean_cuda_float32 SKIPPED (Skipped!) [ 91%] 2022-11-23T02:54:49.9642351Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:54:49.9642584Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_pca_lowrank_cuda_float32 XFAIL [ 91%] 2022-11-23T02:54:49.9642933Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_permute_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9643164Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_pinverse_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9643392Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_positive_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9643617Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_put_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9643820Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_qr_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9644054Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_quantile_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9644348Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_rand_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:54:49.9644645Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:54:49.9645061Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_randn_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:54:49.9645381Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:54:49.9645608Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_ravel_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9645972Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_reciprocal_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9646349Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_remainder_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9646674Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_repeat_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9646941Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_repeat_interleave_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9647172Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_reshape_as_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9647405Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_reshape_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9647694Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_resize_as__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:54:49.9647929Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_resolve_conj_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9648198Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_rot90_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9648428Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9648672Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_round_decimals_0_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9648896Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_rsqrt_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9649120Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_rsub_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9649363Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_add_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9649614Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_amax_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9649846Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_scatter_reduce_sum_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9650102Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_segment_reduce_offsets_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9650391Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_short_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:54:49.9650715Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_short_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:54:49.9650939Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sign_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9651360Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:54:49.9651793Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 91%] 2022-11-23T02:54:49.9652024Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sin_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9652371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sinc_cuda_float32 PASSED [ 91%] 2022-11-23T02:54:49.9652718Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sinh_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9652979Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_slice_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9653231Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_softmax_with_dtype_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9653454Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sort_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9653708Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sparse_sampled_addmm_cuda_float32 XFAIL [ 92%] 2022-11-23T02:54:49.9654007Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_airy_ai_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:54:49.9654306Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:54:49.9654595Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:54:49.9655014Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:54:49.9655351Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:54:49.9655700Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 92%] 2022-11-23T02:54:49.9656054Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 92%] 2022-11-23T02:54:49.9656293Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_entr_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9656535Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_erfcx_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9656858Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:54:49.9657091Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i0e_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9657325Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i1_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9657540Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_i1e_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9657891Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 92%] 2022-11-23T02:54:49.9658299Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_log_ndtr_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9658624Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:54:49.9659079Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:54:49.9659539Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:54:49.9659896Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_ndtri_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9660217Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:54:49.9660582Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 92%] 2022-11-23T02:54:49.9660946Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 92%] 2022-11-23T02:54:49.9661294Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 92%] 2022-11-23T02:54:49.9661657Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 92%] 2022-11-23T02:54:49.9661975Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 92%] 2022-11-23T02:54:49.9662204Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9662444Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_split_list_args_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9662667Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sqrt_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9662977Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_squeeze_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9663224Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_std_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9663453Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_std_mean_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9663683Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_sub_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9663898Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_svd_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9664119Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_t_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9664333Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_take_cuda_float32 XFAIL [ 92%] 2022-11-23T02:54:49.9664721Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_tensor_split_cuda_float32 XFAIL [ 92%] 2022-11-23T02:54:49.9664964Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_to_sparse_cuda_float32 XFAIL [ 92%] 2022-11-23T02:54:49.9665206Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_transpose_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9665554Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_trapezoid_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9665920Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_trapz_cuda_float32 PASSED [ 92%] 2022-11-23T02:54:49.9666158Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_tril_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9666393Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_true_divide_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9666617Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_trunc_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9666847Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_unflatten_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9667074Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_unfold_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9667363Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_uniform_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9667669Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9667956Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_unique_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9668298Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_var_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9668527Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_var_mean_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9668750Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_vdot_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9668978Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_view_as_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9669205Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_where_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9669432Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_zero__cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9669717Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9670008Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_zeros_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9670254Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___getitem___cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9670492Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___radd___cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9670727Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rdiv___cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9670942Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp___rsub___cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9671427Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_acosh_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9671690Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_add_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9672066Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addbmm_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9672418Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addcdiv_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9672671Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addcmul_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9672901Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmm_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9673132Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_addmv_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9673423Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_all_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9673652Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_amax_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9673889Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_amin_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9674125Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_angle_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9674414Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_any_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9674714Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argmin_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9675008Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_argsort_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9675239Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_asin_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9675500Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_2d_cuda_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:54:49.9675763Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_atleast_3d_cuda_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:54:49.9676005Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_block_diag_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9676236Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bmm_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9676641Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bool_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9676968Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_bool_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9677276Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_shapes_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9677509Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_broadcast_to_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9677999Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_byte_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 93%] 2022-11-23T02:54:49.9678232Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cat_cuda_float32 PASSED [ 93%] 2022-11-23T02:54:49.9678795Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cdist_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 94%] 2022-11-23T02:54:49.9679060Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ceil_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9679292Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_chalf_cuda_float32 XFAIL [ 94%] 2022-11-23T02:54:49.9679617Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_char_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:54:49.9679856Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_clamp_min_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9680194Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_combinations_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9680454Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_complex_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9680699Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_contiguous_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9680940Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_corrcoef_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9681169Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cos_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9681398Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cov_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9681630Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cross_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9681866Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cummax_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9682100Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cummin_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9682342Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumprod_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9682607Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_cumulative_trapezoid_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9682842Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_deg2rad_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9683088Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diag_embed_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9683332Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagflat_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9683563Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagonal_copy_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9683800Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diagonal_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9684039Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_diff_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9684424Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_digamma_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9684682Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_floor_rounding_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9685060Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_no_rounding_mode_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9685582Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_div_trunc_rounding_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9685818Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_dot_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9686049Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_double_cuda_float32 XFAIL [ 94%] 2022-11-23T02:54:49.9686284Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_einsum_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9686578Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:54:49.9686869Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_equal_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:54:49.9687098Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erf_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9687326Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_erfc_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9687559Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_exp2_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9687788Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_exp_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9688028Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expand_as_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9688262Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_expand_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9688631Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_eye_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 94%] 2022-11-23T02:54:49.9688894Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_fft2_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9689129Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_hfft2_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9689350Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifft2_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9689591Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifft_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9689823Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ifftn_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9690062Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfft2_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9690299Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfft_cuda_float32 PASSED [ 94%] 2022-11-23T02:54:49.9690546Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_ihfftn_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9690934Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_irfft_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9691172Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fft_rfftn_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9691560Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_flip_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9692147Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_functorch_no_channels_last_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9692408Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_float_power_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9692709Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_floor_divide_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9692940Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_fmod_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9693181Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_gather_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9693467Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ge_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9693741Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_half_functorch_no_channels_last_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9694165Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_heaviside_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9694452Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_histc_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9694686Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hsplit_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9694915Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hstack_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9695148Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_hypot_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9695380Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_i0_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9695656Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_igammac_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9695896Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_fill_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9696140Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_index_select_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9696371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_inner_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9696664Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_isfinite_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9696993Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9697582Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_binary_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9698165Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9698578Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_le_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9698825Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cond_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9699071Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cross_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9699309Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_det_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9699564Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_det_singular_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9699803Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eig_cuda_float32 XFAIL [ 95%] 2022-11-23T02:54:49.9700041Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigh_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9700291Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_eigvalsh_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9700536Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_inv_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9700780Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_inv_ex_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9701086Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9701398Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9701642Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lstsq_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9701883Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9702133Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_lu_solve_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9702387Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_norm_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9703223Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_power_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9703705Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 95%] 2022-11-23T02:54:49.9704009Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9704253Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_pinv_cuda_float32 PASSED [ 95%] 2022-11-23T02:54:49.9704838Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_solve_triangular_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9705111Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_svdvals_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9705344Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log10_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9705580Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log2_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9705812Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9706051Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_softmax_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9706313Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_log_softmax_with_dtype_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9706558Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logcumsumexp_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9706898Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logdet_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9707167Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_logsumexp_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9707493Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_long_functorch_no_channels_last_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:54:49.9707729Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9707964Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_lu_solve_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9708192Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mH_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9708433Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_fill_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9708689Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_logsumexp_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9708938Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_median_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9709180Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_norm_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9709414Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_normalize_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9709661Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_prod_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9709905Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_select_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9710405Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_softmax_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9710883Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_masked_var_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9711350Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_matmul_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9711836Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_matrix_exp_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9712109Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_reduction_no_dim_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9712367Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_max_reduction_with_dim_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9712747Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_binary_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9713005Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_min_reduction_no_dim_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9713388Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_minimum_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9713814Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mm_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9714118Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_movedim_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9714381Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9714639Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9714877Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nan_to_num_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9715117Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanmean_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9715362Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nanquantile_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9715663Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_narrow_copy_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:54:49.9715950Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ne_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:54:49.9716296Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_neg_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9716820Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_empty_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:54:49.9717425Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_full_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:54:49.9717745Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_new_zeros_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:54:49.9718180Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nextafter_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 96%] 2022-11-23T02:54:49.9718850Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 96%] 2022-11-23T02:54:49.9719155Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9719438Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9719887Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_bilinear_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9720419Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_binary_cross_entropy_cuda_float32 XFAIL [ 97%] 2022-11-23T02:54:49.9720976Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9721474Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv1d_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9721970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9722499Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_no_bias_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9723054Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_conv2d_with_bias_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9724400Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_cosine_similarity_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9725174Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout2d_cuda_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:54:49.9726095Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout3d_cuda_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:54:49.9726683Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_dropout_cuda_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:54:49.9727221Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_embedding_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9727856Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped!) [ 97%] 2022-11-23T02:54:49.9728621Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 97%] 2022-11-23T02:54:49.9729172Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_gelu_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9729872Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_grid_sample_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:54:49.9730431Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardshrink_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9731068Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardswish_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9731596Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hardtanh_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9732313Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9732650Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9732912Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_l1_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9733180Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_layer_norm_cuda_float32 XFAIL [ 97%] 2022-11-23T02:54:49.9733445Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_logsigmoid_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9733718Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9733990Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9734256Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool2d_cuda_float32 XFAIL [ 97%] 2022-11-23T02:54:49.9734528Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_max_unpool3d_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9734783Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_mse_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9735070Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9735338Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_circular_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9735608Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pad_replicate_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9735940Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pdist_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 97%] 2022-11-23T02:54:49.9736213Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9736480Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9736735Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_relu6_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9737117Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_rrelu_cuda_float32 XFAIL [ 97%] 2022-11-23T02:54:49.9737364Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_selu_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9737814Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_silu_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9738090Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9738367Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9738900Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9739174Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_unfold_cuda_float32 PASSED [ 97%] 2022-11-23T02:54:49.9739455Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9739755Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_nonzero_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:54:49.9739970Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_norm_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9740222Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_normal_number_mean_cuda_float32 XFAIL [ 98%] 2022-11-23T02:54:49.9740532Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ops_aten_index_put_functorch_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9740880Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ormqr_cuda_float32 SKIPPED (Skipped!) [ 98%] 2022-11-23T02:54:49.9741147Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_permute_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9741388Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pinverse_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9741828Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_1_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9742273Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_2_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9742741Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_3_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9743193Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_polygamma_polygamma_n_4_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9743639Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_positive_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9744073Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_pow_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9744630Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_put_cuda_float32 XFAIL [ 98%] 2022-11-23T02:54:49.9745054Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_qr_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9745698Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rad2deg_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9746127Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randint_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:54:49.9746583Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_randn_like_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:54:49.9746829Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_ravel_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9747080Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reciprocal_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9747321Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_remainder_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9747555Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_repeat_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9747799Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_reshape_as_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9748264Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resize__cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:54:49.9748509Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_resolve_neg_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9748741Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_roll_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9748993Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_3_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9749252Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_round_decimals_neg_3_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9749485Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_rsqrt_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9749787Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scalar_tensor_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:54:49.9750029Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9750285Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_scatter_reduce_amax_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9750622Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped! Operation does not support gradgrad) [ 98%] 2022-11-23T02:54:49.9750857Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_select_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9751399Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_select_scatter_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9751667Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sign_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9752333Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signal_windows_exponential_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:54:49.9752676Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:54:49.9752971Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_signbit_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:54:49.9753205Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sin_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9753439Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_slice_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9753695Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_softmax_with_dtype_cuda_float32 PASSED [ 98%] 2022-11-23T02:54:49.9753956Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sparse_sampled_addmm_cuda_float32 XFAIL [ 98%] 2022-11-23T02:54:49.9754262Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 98%] 2022-11-23T02:54:49.9754566Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_j1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:54:49.9754863Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_bessel_y0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:54:49.9755189Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:54:49.9755506Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:54:49.9755869Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:54:49.9756100Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_entr_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9756471Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_erfcx_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9756720Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i0e_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9756965Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_i1e_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9757281Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:54:49.9757748Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:54:49.9758008Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_ndtr_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9758255Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_ndtri_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9758944Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:54:49.9759339Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:54:49.9759660Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:54:49.9759912Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_xlog1py_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9760855Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_special_zeta_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:54:49.9761164Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9761417Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_split_list_args_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9761653Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sqrt_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9761892Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_square_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9762130Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_squeeze_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9762362Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_std_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9762600Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_sum_to_size_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9762834Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_svd_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9763066Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_symeig_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9763314Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_take_along_dim_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9763550Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tan_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9763764Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_tile_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9763991Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_to_cuda_float32 XFAIL [ 99%] 2022-11-23T02:54:49.9764397Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_to_sparse_cuda_float32 XFAIL [ 99%] 2022-11-23T02:54:49.9764644Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trace_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9765023Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trapezoid_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9765464Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_trapz_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9765733Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_triangular_solve_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9766101Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_triu_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9766347Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_true_divide_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9766587Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unflatten_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9766899Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unique_consecutive_cuda_float32 SKIPPED (Skipped! Autograd not supported.) [ 99%] 2022-11-23T02:54:49.9767132Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_unsqueeze_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9767363Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_var_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9767602Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_var_mean_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9767831Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_vdot_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9768078Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_view_copy_cuda_float32 PASSED [ 99%] 2022-11-23T02:54:49.9768311Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_xlogy_cuda_float32 PASSED [100%] 2022-11-23T02:54:49.9768323Z 2022-11-23T02:54:49.9768475Z ============================== warnings summary =============================== 2022-11-23T02:54:49.9768710Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:54:49.9769081Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:54:49.9769295Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:54:49.9769309Z 2022-11-23T02:54:49.9769563Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:54:49.9769929Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ops\functorch.test_ops-c2dc53dbf7915d98.xml - 2022-11-23T02:54:49.9770129Z = 3339 passed, 1005 skipped, 17 deselected, 166 xfailed, 1 warning in 4034.72s (1:07:14) = 2022-11-23T02:54:49.9770363Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:54:49.9770371Z 2022-11-23T02:54:49.9771005Z ##[endgroup] 2022-11-23T02:54:49.9771347Z FINISHED PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_1p1sim3a) 2022-11-23T02:54:49.9771356Z 2022-11-23T02:54:50.2435217Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:54:50.243078] 2022-11-23T02:54:50.2437927Z Ignoring disabled issues: [] 2022-11-23T02:54:50.2438192Z Prioritized test from test file changes. 2022-11-23T02:54:50.2438400Z reordering tests for PR: 2022-11-23T02:54:50.2438562Z prioritized: [] 2022-11-23T02:54:50.2439367Z the rest: ['functorch/test_aotdispatch', 'functorch/test_control_flow', 'functorch/test_dims', 'functorch/test_eager_transforms', 'functorch/test_functionalize', 'functorch/test_memory_efficient_fusion', 'functorch/test_minifier', 'functorch/test_ops', 'functorch/test_vmap'] 2022-11-23T02:54:50.2439384Z 2022-11-23T02:54:50.2440068Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-slow-tests.json 2022-11-23T02:54:50.2440595Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-11-23T02:55:11.7675132Z 2022-11-23T02:55:11.7676008Z Expand the folded group to see the log file of functorch/test_ops 2022-11-23T02:55:11.7677658Z ##[group]PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_5lfklk9r) 2022-11-23T02:55:11.7679314Z Test results will be stored in test-reports\python-pytest\functorch.test_ops\functorch.test_ops-182343b5e63f1e5a.xml 2022-11-23T02:55:11.7680214Z ============================= test session starts ============================= 2022-11-23T02:55:11.7681013Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:55:11.7681732Z cachedir: .pytest_cache 2022-11-23T02:55:11.7682602Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:55:11.7683621Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:55:11.7684636Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:55:11.7685520Z collecting ... collected 9090 items / 9062 deselected / 28 selected 2022-11-23T02:55:11.7694033Z Running 28 items in this shard: test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_grad_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float64, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cholesky_ex_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cholesky_cuda_float32, test/functorch/test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cholesky_ex_cuda_float32 2022-11-23T02:55:11.7719778Z 2022-11-23T02:55:11.7720323Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_cholesky_cuda_float32 PASSED [ 3%] 2022-11-23T02:55:11.7721339Z functorch\test_ops.py::TestOperatorsCUDA::test_grad_linalg_cholesky_ex_cuda_float32 PASSED [ 7%] 2022-11-23T02:55:11.7722589Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cholesky_cuda_float32 PASSED [ 10%] 2022-11-23T02:55:11.7723592Z functorch\test_ops.py::TestOperatorsCUDA::test_jvp_linalg_cholesky_ex_cuda_float32 PASSED [ 14%] 2022-11-23T02:55:11.7724609Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cholesky_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:11.7725659Z functorch\test_ops.py::TestOperatorsCUDA::test_jvpvjp_linalg_cholesky_ex_cuda_float32 PASSED [ 21%] 2022-11-23T02:55:11.7726642Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cholesky_cuda_float32 PASSED [ 25%] 2022-11-23T02:55:11.7727663Z functorch\test_ops.py::TestOperatorsCUDA::test_vjp_linalg_cholesky_ex_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:11.7728679Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cholesky_cuda_float32 PASSED [ 32%] 2022-11-23T02:55:11.7729701Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvjp_linalg_cholesky_ex_cuda_float32 PASSED [ 35%] 2022-11-23T02:55:11.7730730Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cholesky_cuda_float32 PASSED [ 39%] 2022-11-23T02:55:11.7731716Z functorch\test_ops.py::TestOperatorsCUDA::test_vjpvmap_linalg_cholesky_ex_cuda_float32 PASSED [ 42%] 2022-11-23T02:55:11.7732793Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:11.7733828Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_cuda_float64 PASSED [ 50%] 2022-11-23T02:55:11.7734633Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:11.7735358Z functorch\test_ops.py::TestOperatorsCUDA::test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:11.7736296Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cholesky_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:11.7736981Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:11.7737717Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cholesky_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:11.7739002Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpall_linalg_cholesky_ex_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:11.7740175Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cholesky_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:11.7741234Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapjvpvjp_linalg_cholesky_ex_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:11.7742283Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cholesky_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:11.7743356Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cuda_float32 PASSED [ 85%] 2022-11-23T02:55:11.7744375Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cholesky_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:11.7745384Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjp_linalg_cholesky_ex_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:11.7746371Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cholesky_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:11.7747396Z functorch\test_ops.py::TestOperatorsCUDA::test_vmapvjpvjp_linalg_cholesky_ex_cuda_float32 PASSED [100%] 2022-11-23T02:55:11.7747946Z 2022-11-23T02:55:11.7748212Z ============================== warnings summary =============================== 2022-11-23T02:55:11.7748977Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:55:11.7750049Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:55:11.7751015Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:55:11.7751367Z 2022-11-23T02:55:11.7751816Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:55:11.7753269Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\functorch.test_ops\functorch.test_ops-182343b5e63f1e5a.xml - 2022-11-23T02:55:11.7754263Z =============== 28 passed, 9062 deselected, 1 warning in 14.12s =============== 2022-11-23T02:55:11.7754825Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:55:11.7755090Z 2022-11-23T02:55:11.7755434Z ##[endgroup] 2022-11-23T02:55:11.7756004Z FINISHED PRINTING LOG FILE of functorch/test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_ops_5lfklk9r) 2022-11-23T02:55:11.7756604Z 2022-11-23T02:55:11.7756913Z Running functorch/test_vmap ... [2022-11-23 02:55:11.765230] 2022-11-23T02:55:11.7757686Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:55:11.765230] 2022-11-23T03:00:24.3209858Z 2022-11-23T03:00:24.3210888Z Expand the folded group to see the log file of functorch/test_vmap 2022-11-23T03:00:24.3213210Z ##[group]PRINTING LOG FILE of functorch/test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_vmap_gfifikyi) 2022-11-23T03:00:24.3258590Z 2022-11-23T03:00:24.3259038Z Running tests... 2022-11-23T03:00:24.3259730Z ---------------------------------------------------------------------- 2022-11-23T03:00:24.3260602Z Test results will be stored in test-reports\python-unittest\functorch.test_vmap 2022-11-23T03:00:24.3263048Z test_alpha_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_vmap.py:3934: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.3265172Z slices_equal = vmap(vmap(lambda x, y: (x == y).all(), (0, None)), (None, 0))(tensor, tensor) 2022-11-23T03:00:24.3265794Z ok (1.828s) 2022-11-23T03:00:24.3266494Z test_alpha_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3267517Z test_alpha_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3268540Z test_alpha_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.881s) 2022-11-23T03:00:24.3269576Z test_alpha_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3272898Z test_alpha_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3273926Z test_alpha_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3274940Z test_alpha_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3275911Z test_alpha_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3277079Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3278381Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-11-23T03:00:24.3279686Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-11-23T03:00:24.3280964Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-11-23T03:00:24.3282509Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3283778Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3285057Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3286349Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.013s) 2022-11-23T03:00:24.3287631Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3288888Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3290135Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3291390Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3292820Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3294092Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3295348Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3296612Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3297857Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3299106Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3300382Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3301642Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3302872Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3304120Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-11-23T03:00:24.3305387Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3306625Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-11-23T03:00:24.3307873Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3309121Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3310545Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3311812Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3313094Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3314382Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3315623Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-11-23T03:00:24.3316905Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3318170Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3319426Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3320847Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3322144Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3323422Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3324682Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3325908Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3329637Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3330928Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3332187Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3333449Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3337060Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3338349Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3339610Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3340870Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3344657Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3345917Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3347166Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3350747Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.012s) 2022-11-23T03:00:24.3352036Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3353294Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3354542Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3357885Z test_chunk_vmap_in_dim_0_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-11-23T03:00:24.3358736Z test_chunk_vmap_in_dim_0_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3359575Z test_chunk_vmap_in_dim_0_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3360599Z test_chunk_vmap_in_dim_1_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.020s) 2022-11-23T03:00:24.3361434Z test_chunk_vmap_in_dim_1_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.012s) 2022-11-23T03:00:24.3364619Z test_chunk_vmap_in_dim_1_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-11-23T03:00:24.3365463Z test_chunk_vmap_in_dim_2_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.012s) 2022-11-23T03:00:24.3366323Z test_chunk_vmap_in_dim_2_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3367152Z test_chunk_vmap_in_dim_2_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3368065Z test_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3371312Z test_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3372357Z test_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3373329Z test_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3374310Z test_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3375272Z test_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3378351Z test_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3378859Z test_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3379342Z test_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3379820Z test_factory_ops_randomness_different_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.013s) 2022-11-23T03:00:24.3380334Z test_factory_ops_randomness_different_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.013s) 2022-11-23T03:00:24.3380835Z test_factory_ops_randomness_error_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3381324Z test_factory_ops_randomness_error_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3382006Z test_factory_ops_randomness_same_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3382492Z test_factory_ops_randomness_same_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3384678Z test_feature_alpha_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3385233Z test_feature_alpha_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3385776Z test_feature_alpha_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3386305Z test_feature_alpha_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3386826Z test_feature_alpha_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.013s) 2022-11-23T03:00:24.3387345Z test_feature_alpha_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3387860Z test_feature_alpha_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3388369Z test_feature_alpha_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3388879Z test_feature_alpha_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3390628Z test_feature_dropout_randomness_different_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3391720Z test_feature_dropout_randomness_different_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3392247Z test_feature_dropout_randomness_different_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3392781Z test_feature_dropout_randomness_different_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3393301Z test_feature_dropout_randomness_different_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3393823Z test_feature_dropout_randomness_different_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.012s) 2022-11-23T03:00:24.3394342Z test_feature_dropout_randomness_error_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3394841Z test_feature_dropout_randomness_error_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3395354Z test_feature_dropout_randomness_error_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3397020Z test_feature_dropout_randomness_error_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3398032Z test_feature_dropout_randomness_error_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3398543Z test_feature_dropout_randomness_error_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3399047Z test_feature_dropout_randomness_same_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3399556Z test_feature_dropout_randomness_same_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3400065Z test_feature_dropout_randomness_same_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3400553Z test_feature_dropout_randomness_same_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3401058Z test_feature_dropout_randomness_same_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3401700Z test_feature_dropout_randomness_same_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-11-23T03:00:24.3402153Z test_jacfwd_with_random_cuda (__main__.TestRandomnessCUDA) ... ok (0.265s) 2022-11-23T03:00:24.3404267Z test_like_functions_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3404782Z test_like_functions_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3406222Z test_like_functions_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3406732Z test_like_functions_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3407208Z test_like_functions_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3407706Z test_like_functions_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3408193Z test_like_functions_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3409794Z test_like_functions_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3410801Z test_like_functions_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3411464Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3412106Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3412692Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3413299Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3413899Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3414500Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3416301Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3417405Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3417992Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3418583Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3419168Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3419748Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3420314Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3420895Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.012s) 2022-11-23T03:00:24.3421466Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3423831Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3424416Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3424985Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3425585Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-11-23T03:00:24.3426190Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3426788Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3427371Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3427967Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3430239Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3430943Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3431558Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3432139Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3432714Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3433295Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3433870Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3434433Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3436677Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3437255Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3437825Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3438401Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.013s) 2022-11-23T03:00:24.3438981Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-11-23T03:00:24.3439596Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3440246Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3443396Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3444012Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3444650Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3445288Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.012s) 2022-11-23T03:00:24.3446714Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_vmap.py:4337: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 14, 14], which does not match the required output shape [4, 3, 3, 14, 14]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:00:24.3449564Z lambda t, o, _: torch.binomial(t, (o - 0.5), **kwargs), 2022-11-23T03:00:24.3449835Z ok (0.011s) 2022-11-23T03:00:24.3450384Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3451054Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3451696Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3452321Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3452939Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3453558Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3455865Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3456483Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3457100Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3457694Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3458323Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3458942Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.012s) 2022-11-23T03:00:24.3459557Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3461942Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3462588Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3463203Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3463819Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3464432Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3465048Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3465653Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3466263Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3468638Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3469311Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3469945Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3470578Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3471205Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3471830Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3472459Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3474702Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-11-23T03:00:24.3475371Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3475968Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3476581Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3477186Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3477801Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3478549Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3479155Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3481389Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3482007Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.013s) 2022-11-23T03:00:24.3482620Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3483226Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3483823Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3484420Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3485021Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3485733Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3488039Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3488662Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3489274Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3489870Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.026s) 2022-11-23T03:00:24.3490454Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.025s) 2022-11-23T03:00:24.3491059Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3492126Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3495561Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3496705Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-11-23T03:00:24.3497853Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.028s) 2022-11-23T03:00:24.3498981Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.028s) 2022-11-23T03:00:24.3502448Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.026s) 2022-11-23T03:00:24.3503585Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.026s) 2022-11-23T03:00:24.3504912Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.023s) 2022-11-23T03:00:24.3507688Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3509521Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3510678Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3511821Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3515199Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.028s) 2022-11-23T03:00:24.3516387Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.027s) 2022-11-23T03:00:24.3517518Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.027s) 2022-11-23T03:00:24.3518687Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.019s) 2022-11-23T03:00:24.3521530Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.019s) 2022-11-23T03:00:24.3522988Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.019s) 2022-11-23T03:00:24.3523618Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3524201Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3524774Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3525338Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3525900Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3526465Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.023s) 2022-11-23T03:00:24.3527039Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.017s) 2022-11-23T03:00:24.3529312Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.023s) 2022-11-23T03:00:24.3529878Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.024s) 2022-11-23T03:00:24.3530455Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3531026Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3531594Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3532151Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3532851Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3533413Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.023s) 2022-11-23T03:00:24.3535559Z test_randperm_randomness_different_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3536044Z test_randperm_randomness_different_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3536542Z test_randperm_randomness_error_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3537029Z test_randperm_randomness_error_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3537507Z test_randperm_randomness_same_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3537993Z test_randperm_randomness_same_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3538442Z test_unsupported_random_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3538919Z test_fails_with_autograd_function_transform_grad_and_value_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3539419Z test_fails_with_autograd_function_transform_grad_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3541545Z test_fails_with_autograd_function_transform_jacfwd_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3542204Z test_fails_with_autograd_function_transform_jacrev_cuda (__main__.TestTransformFailureCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3542735Z test_fails_with_autograd_function_transform_jvp_cuda (__main__.TestTransformFailureCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3543231Z test_fails_with_autograd_function_transform_vjp_cuda (__main__.TestTransformFailureCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3543729Z test_fails_with_autograd_function_transform_vmap_cuda (__main__.TestTransformFailureCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3544160Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... ok (0.010s) 2022-11-23T03:00:24.3544661Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... skip: error: element 0 of tensors does not require grad and does not have a grad_fn (0.000s) 2022-11-23T03:00:24.3545170Z test_batch_rule_does_not_need_to_handle_no_batched_input (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T03:00:24.3545585Z test_batched_gradient_basic (__main__.TestVmapAPI) ... ok (0.010s) 2022-11-23T03:00:24.3545954Z test_constant_function (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T03:00:24.3547992Z test_data_dependent_control_flow_throws (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T03:00:24.3548419Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T03:00:24.3549508Z test_fallback_atan2 (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.3550449Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.3550719Z ok (0.125s) 2022-11-23T03:00:24.3551018Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T03:00:24.3551412Z test_fallback_masked_fill (__main__.TestVmapAPI) ... skip: (0.003s) 2022-11-23T03:00:24.3551792Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... ok (0.006s) 2022-11-23T03:00:24.3552222Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... expected failure (0.014s) 2022-11-23T03:00:24.3554447Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3555508Z test_fallback_zero_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.3556438Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.3556711Z ok (0.009s) 2022-11-23T03:00:24.3557002Z test_func_with_no_inputs (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3557347Z test_func_with_no_tensors (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T03:00:24.3557703Z test_functools_partial (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T03:00:24.3558110Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... expected failure (0.005s) 2022-11-23T03:00:24.3558578Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... ok (0.005s) 2022-11-23T03:00:24.3558969Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... ok (0.004s) 2022-11-23T03:00:24.3562380Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.3563401Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.3563697Z expected failure (0.008s) 2022-11-23T03:00:24.3564022Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... ok (0.153s) 2022-11-23T03:00:24.3564421Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... ok (0.041s) 2022-11-23T03:00:24.3564823Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... ok (0.004s) 2022-11-23T03:00:24.3565201Z test_item_throws (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3565545Z test_multiple_inputs (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3567644Z test_multiple_out_dims (__main__.TestVmapAPI) ... ok (0.006s) 2022-11-23T03:00:24.3567987Z test_multiple_outputs (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3568344Z test_multiple_outputs2 (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3568706Z test_nested_negative_in_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3569081Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T03:00:24.3569445Z test_nested_out_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3569810Z test_nested_with_diag_embed (__main__.TestVmapAPI) ... ok (0.008s) 2022-11-23T03:00:24.3570175Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... ok (0.004s) 2022-11-23T03:00:24.3570557Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... ok (0.004s) 2022-11-23T03:00:24.3570905Z test_nn_module (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3571259Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... ok (0.007s) 2022-11-23T03:00:24.3571635Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3571995Z test_non_zero_in_dims (__main__.TestVmapAPI) ... ok (0.005s) 2022-11-23T03:00:24.3573959Z test_none_in_dims (__main__.TestVmapAPI) ... ok (0.004s) 2022-11-23T03:00:24.3574318Z test_nonzero_out_dims (__main__.TestVmapAPI) ... ok (0.012s) 2022-11-23T03:00:24.3574665Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... ok (0.006s) 2022-11-23T03:00:24.3575036Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T03:00:24.3575573Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T03:00:24.3575978Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... ok (0.010s) 2022-11-23T03:00:24.3576347Z test_out_dims_edge_case (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T03:00:24.3576746Z test_out_dims_must_be_int_or_collection_of_int_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T03:00:24.3577141Z test_pytree_odict_returns (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3577496Z test_pytree_returns (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3577875Z test_pytree_returns_broadcast_nested (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T03:00:24.3578279Z test_pytree_returns_broadcast_simple (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T03:00:24.3580310Z test_pytree_returns_outdims (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3580718Z test_reshape_dim_into (__main__.TestVmapAPI) ... ok (0.005s) 2022-11-23T03:00:24.3581075Z test_reshape_dim_outof (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3581419Z test_single_input (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:00:24.3581777Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... ok (0.005s) 2022-11-23T03:00:24.3582221Z test_vmap_autocast_cpu (__main__.TestVmapAPI) ... skip: Somehow, vmap and autocast do not work on CPU (0.001s) 2022-11-23T03:00:24.3582622Z test_vmap_autocast_cuda (__main__.TestVmapAPI) ... ok (0.857s) 2022-11-23T03:00:24.3583009Z test_add_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.020s) 2022-11-23T03:00:24.3583557Z test_binary_cross_entropy_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3584028Z test_diagonal_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-11-23T03:00:24.3584445Z test_div_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.037s) 2022-11-23T03:00:24.3584864Z test_expand_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3586969Z test_index_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3587399Z test_inplace_manyview_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3587839Z test_inplace_view_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3588258Z test_lgamma_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (1.506s) 2022-11-23T03:00:24.3588670Z test_log1p_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-11-23T03:00:24.3589085Z test_log_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3589503Z test_log_softmax_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3589910Z test_logsumexp_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3590324Z test_max_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3590739Z test_median_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3591147Z test_min_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3592677Z test_mul_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.032s) 2022-11-23T03:00:24.3593590Z test_permute_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3593993Z test_reshape_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-11-23T03:00:24.3594413Z test_select_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3594831Z test_sigmoid_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-11-23T03:00:24.3595242Z test_slice_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3595651Z test_stack_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3596056Z test_sub_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.017s) 2022-11-23T03:00:24.3596890Z test_symeig_cuda (__main__.TestVmapBatchedGradientCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\test_vmap.py:3032: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T03:00:24.3597668Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T03:00:24.3599716Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T03:00:24.3599996Z should be replaced with 2022-11-23T03:00:24.3600311Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T03:00:24.3600591Z and 2022-11-23T03:00:24.3600838Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T03:00:24.3601094Z should be replaced with 2022-11-23T03:00:24.3601621Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T03:00:24.3602158Z return torch.symeig(x, eigenvectors=True)[0] 2022-11-23T03:00:24.3602420Z ok (0.369s) 2022-11-23T03:00:24.3602743Z test_threshold_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3603148Z test_trace_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.016s) 2022-11-23T03:00:24.3603585Z test_unrelated_output_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3604058Z test_unrelated_output_multiple_grad_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3606265Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.3606767Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCUDA) ... ok (0.001s) 2022-11-23T03:00:24.3607197Z test_where_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3607578Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T03:00:24.3607938Z test_adaptive_avg_pool2d (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T03:00:24.3608317Z test_argmax_dim (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T03:00:24.3608687Z test_arithmetic_add (__main__.TestVmapOperators) ... ok (0.045s) 2022-11-23T03:00:24.3609078Z test_arithmetic_add_dunder (__main__.TestVmapOperators) ... ok (0.039s) 2022-11-23T03:00:24.3609465Z test_arithmetic_div (__main__.TestVmapOperators) ... ok (0.040s) 2022-11-23T03:00:24.3609849Z test_arithmetic_div_dunder (__main__.TestVmapOperators) ... ok (0.036s) 2022-11-23T03:00:24.3610214Z test_arithmetic_mul (__main__.TestVmapOperators) ... ok (0.041s) 2022-11-23T03:00:24.3610602Z test_arithmetic_mul_dunder (__main__.TestVmapOperators) ... ok (0.026s) 2022-11-23T03:00:24.3612623Z test_arithmetic_pow (__main__.TestVmapOperators) ... ok (0.031s) 2022-11-23T03:00:24.3613012Z test_arithmetic_pow_dunder (__main__.TestVmapOperators) ... ok (0.036s) 2022-11-23T03:00:24.3613402Z test_arithmetic_sub (__main__.TestVmapOperators) ... ok (0.030s) 2022-11-23T03:00:24.3613784Z test_arithmetic_sub_dunder (__main__.TestVmapOperators) ... ok (0.029s) 2022-11-23T03:00:24.3614140Z test_as_strided (__main__.TestVmapOperators) ... ok (0.056s) 2022-11-23T03:00:24.3614485Z test_bmm (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T03:00:24.3614819Z test_cat (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T03:00:24.3615156Z test_chunk (__main__.TestVmapOperators) ... ok (0.053s) 2022-11-23T03:00:24.3615558Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T03:00:24.3616017Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3616451Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T03:00:24.3616904Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T03:00:24.3619171Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3619622Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3620073Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3620518Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3620966Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T03:00:24.3621397Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T03:00:24.3621849Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3622290Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3622738Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T03:00:24.3623183Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.014s) 2022-11-23T03:00:24.3625220Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3625697Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T03:00:24.3626125Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T03:00:24.3626673Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T03:00:24.3627090Z test_clamp (__main__.TestVmapOperators) ... ok (0.034s) 2022-11-23T03:00:24.3627479Z test_clamp_inplace_variant_clamp_max_ (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T03:00:24.3627913Z test_clamp_inplace_variant_clamp_min_ (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T03:00:24.3628328Z test_clamp_variant_clamp_max (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T03:00:24.3628707Z test_clamp_variant_clamp_min (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T03:00:24.3629074Z test_clone (__main__.TestVmapOperators) ... ok (0.035s) 2022-11-23T03:00:24.3629433Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.142s) 2022-11-23T03:00:24.3629789Z test_conj (__main__.TestVmapOperators) ... ok (0.027s) 2022-11-23T03:00:24.3631767Z test_conj_bit (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T03:00:24.3632142Z test_contiguous (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3632479Z test_conv2d (__main__.TestVmapOperators) ... ok (0.485s) 2022-11-23T03:00:24.3632821Z test_copy_ (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T03:00:24.3633187Z test_cross_batch_size_three (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T03:00:24.3633566Z test_diagonal (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T03:00:24.3633910Z test_dot (__main__.TestVmapOperators) ... ok (0.024s) 2022-11-23T03:00:24.3634256Z test_expand_as (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T03:00:24.3634610Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.024s) 2022-11-23T03:00:24.3634978Z test_imag (__main__.TestVmapOperators) ... ok (0.029s) 2022-11-23T03:00:24.3635328Z test_is_complex (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T03:00:24.3635688Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T03:00:24.3636067Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T03:00:24.3637989Z test_mean (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T03:00:24.3638341Z test_mean_dim (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T03:00:24.3638682Z test_mm (__main__.TestVmapOperators) ... ok (0.025s) 2022-11-23T03:00:24.3639160Z test_mode_key (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T03:00:24.3639512Z test_movedim (__main__.TestVmapOperators) ... ok (0.024s) 2022-11-23T03:00:24.3639853Z test_mv (__main__.TestVmapOperators) ... ok (0.023s) 2022-11-23T03:00:24.3640190Z test_narrow (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T03:00:24.3640526Z test_new_empty (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T03:00:24.3640893Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.030s) 2022-11-23T03:00:24.3641263Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T03:00:24.3641617Z test_nll_loss (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T03:00:24.3641966Z test_one_hot (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T03:00:24.3642307Z test_real (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T03:00:24.3642632Z test_repeat (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3644643Z test_reshape (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T03:00:24.3645000Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.018s) 2022-11-23T03:00:24.3645360Z test_result_type (__main__.TestVmapOperators) ... ok (0.017s) 2022-11-23T03:00:24.3645722Z test_roll_no_dims (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3646075Z test_select (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T03:00:24.3646412Z test_silu_backward (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T03:00:24.3646767Z test_slice (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T03:00:24.3647220Z test_slogdet (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T03:00:24.3647594Z test_split (__main__.TestVmapOperators) ... ok (0.091s) 2022-11-23T03:00:24.3647940Z test_squeeze (__main__.TestVmapOperators) ... ok (0.034s) 2022-11-23T03:00:24.3648264Z test_stack (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T03:00:24.3648609Z test_stride (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T03:00:24.3648951Z test_sum (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3650462Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T03:00:24.3650816Z test_t (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3651166Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.275s) 2022-11-23T03:00:24.3651499Z test_to (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T03:00:24.3651840Z test_trace (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T03:00:24.3652189Z test_transpose (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T03:00:24.3652567Z test_unary_pointwise_abs (__main__.TestVmapOperators) ... ok (0.014s) 2022-11-23T03:00:24.3652961Z test_unary_pointwise_acos (__main__.TestVmapOperators) ... ok (0.030s) 2022-11-23T03:00:24.3653352Z test_unary_pointwise_asin (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T03:00:24.3653723Z test_unary_pointwise_atan (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T03:00:24.3654119Z test_unary_pointwise_ceil (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T03:00:24.3654505Z test_unary_pointwise_cos (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T03:00:24.3654889Z test_unary_pointwise_cosh (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T03:00:24.3656907Z test_unary_pointwise_digamma (__main__.TestVmapOperators) ... ok (0.014s) 2022-11-23T03:00:24.3657319Z test_unary_pointwise_exp (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T03:00:24.3657690Z test_unary_pointwise_expm1 (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T03:00:24.3658090Z test_unary_pointwise_floor (__main__.TestVmapOperators) ... ok (0.023s) 2022-11-23T03:00:24.3658478Z test_unary_pointwise_frac (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T03:00:24.3658875Z test_unary_pointwise_lgamma (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T03:00:24.3659268Z test_unary_pointwise_log (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T03:00:24.3659793Z test_unary_pointwise_log10 (__main__.TestVmapOperators) ... ok (0.027s) 2022-11-23T03:00:24.3660165Z test_unary_pointwise_log1p (__main__.TestVmapOperators) ... ok (0.023s) 2022-11-23T03:00:24.3660553Z test_unary_pointwise_log2 (__main__.TestVmapOperators) ... ok (0.026s) 2022-11-23T03:00:24.3660939Z test_unary_pointwise_neg (__main__.TestVmapOperators) ... ok (0.026s) 2022-11-23T03:00:24.3661340Z test_unary_pointwise_reciprocal (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T03:00:24.3663414Z test_unary_pointwise_relu (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T03:00:24.3663820Z test_unary_pointwise_round (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T03:00:24.3664212Z test_unary_pointwise_rsqrt (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T03:00:24.3664591Z test_unary_pointwise_sigmoid (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T03:00:24.3664992Z test_unary_pointwise_sign (__main__.TestVmapOperators) ... ok (0.025s) 2022-11-23T03:00:24.3665379Z test_unary_pointwise_sin (__main__.TestVmapOperators) ... ok (0.023s) 2022-11-23T03:00:24.3665769Z test_unary_pointwise_sinh (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T03:00:24.3666153Z test_unary_pointwise_sqrt (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T03:00:24.3666538Z test_unary_pointwise_tan (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T03:00:24.3666907Z test_unary_pointwise_tanh (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T03:00:24.3667295Z test_unary_pointwise_trunc (__main__.TestVmapOperators) ... ok (0.014s) 2022-11-23T03:00:24.3667770Z test_unbind (__main__.TestVmapOperators) ... ok (0.288s) 2022-11-23T03:00:24.3669802Z test_unfold (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:00:24.3670167Z test_unsafe_view (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T03:00:24.3670526Z test_unsqueeze (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T03:00:24.3670861Z test_view (__main__.TestVmapOperators) ... ok (0.014s) 2022-11-23T03:00:24.3671204Z test_view_as (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T03:00:24.3671565Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.059s) 2022-11-23T03:00:24.3671935Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T03:00:24.3672336Z test_vmap_fallback_check (__main__.TestVmapOperators) ... expected failure (0.003s) 2022-11-23T03:00:24.3672753Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T03:00:24.3673129Z test_weird_matmul_case (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T03:00:24.3673550Z test_advanced_indexing_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.242s) 2022-11-23T03:00:24.3674074Z test_batch_norm_training_False_track_running_stats_False_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3676241Z test_batch_norm_training_False_track_running_stats_False_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3676829Z test_batch_norm_training_False_track_running_stats_True_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.3677395Z test_batch_norm_training_False_track_running_stats_True_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.248s) 2022-11-23T03:00:24.3677959Z test_batch_norm_training_True_track_running_stats_False_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3678509Z test_batch_norm_training_True_track_running_stats_False_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.132s) 2022-11-23T03:00:24.3679076Z test_batch_norm_training_True_track_running_stats_True_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3679638Z test_batch_norm_training_True_track_running_stats_True_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3680281Z test_conv_double_backward_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.464s) 2022-11-23T03:00:24.3681871Z test_fill__Tensor_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.3682333Z test_flatten_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:00:24.3683242Z test_foo_like_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3683651Z test_group_norm_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3684083Z test_index_put_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.3684518Z test_inplace_on_view_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:00:24.3684940Z test_isinf_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3685352Z test_isnan_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3686445Z test_linalg_eigh_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.3687406Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.3690043Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.3690866Z return op(*args, **kwargs) 2022-11-23T03:00:24.3691099Z ok (0.214s) 2022-11-23T03:00:24.3691408Z test_linalg_svd_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.146s) 2022-11-23T03:00:24.3691856Z test_namedtuple_returns_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:00:24.3692325Z test_nested_advanced_indexing_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:00:24.3692798Z test_op_has_batch_rule_H_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.3693262Z test_op_has_batch_rule_T_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.3693765Z test_op_has_batch_rule___getitem___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.089s) 2022-11-23T03:00:24.3695940Z test_op_has_batch_rule___getitem___functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.360s) 2022-11-23T03:00:24.3696422Z test_op_has_batch_rule___radd___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.077s) 2022-11-23T03:00:24.3696913Z test_op_has_batch_rule___rdiv___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.087s) 2022-11-23T03:00:24.3697392Z test_op_has_batch_rule___rmatmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.127s) 2022-11-23T03:00:24.3697867Z test_op_has_batch_rule___rmod___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:00:24.3698342Z test_op_has_batch_rule___rmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:00:24.3699234Z test_op_has_batch_rule___rpow___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:849: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:00:24.3700190Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T03:00:24.3702134Z expected failure (0.014s) 2022-11-23T03:00:24.3702499Z test_op_has_batch_rule___rsub___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:00:24.3703024Z test_op_has_batch_rule__softmax_backward_data_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:00:24.3703540Z test_op_has_batch_rule_abs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.3704014Z test_op_has_batch_rule_acos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.3704493Z test_op_has_batch_rule_acosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.3704975Z test_op_has_batch_rule_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.201s) 2022-11-23T03:00:24.3705453Z test_op_has_batch_rule_addbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.130s) 2022-11-23T03:00:24.3705927Z test_op_has_batch_rule_addcdiv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.204s) 2022-11-23T03:00:24.3706411Z test_op_has_batch_rule_addcmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.228s) 2022-11-23T03:00:24.3708482Z test_op_has_batch_rule_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:00:24.3708993Z test_op_has_batch_rule_addmm_decomposed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-11-23T03:00:24.3709592Z test_op_has_batch_rule_addmv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.116s) 2022-11-23T03:00:24.3710087Z test_op_has_batch_rule_addr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.130s) 2022-11-23T03:00:24.3710584Z test_op_has_batch_rule_all_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3711095Z test_op_has_batch_rule_allclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.3711604Z test_op_has_batch_rule_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.088s) 2022-11-23T03:00:24.3712070Z test_op_has_batch_rule_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.086s) 2022-11-23T03:00:24.3712546Z test_op_has_batch_rule_aminmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:00:24.3714131Z test_op_has_batch_rule_angle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:00:24.3715133Z test_op_has_batch_rule_any_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.3715658Z test_op_has_batch_rule_arange_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.014s) 2022-11-23T03:00:24.3716142Z test_op_has_batch_rule_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:00:24.3716634Z test_op_has_batch_rule_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:00:24.3717115Z test_op_has_batch_rule_argsort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.133s) 2022-11-23T03:00:24.3717623Z test_op_has_batch_rule_argwhere_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3718155Z test_op_has_batch_rule_as_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.3718700Z test_op_has_batch_rule_as_strided_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.025s) 2022-11-23T03:00:24.3719208Z test_op_has_batch_rule_asin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:00:24.3721262Z test_op_has_batch_rule_asinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3721743Z test_op_has_batch_rule_atan2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.167s) 2022-11-23T03:00:24.3722349Z test_op_has_batch_rule_atan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.3722827Z test_op_has_batch_rule_atanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.3723310Z test_op_has_batch_rule_atleast_1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.201s) 2022-11-23T03:00:24.3723803Z test_op_has_batch_rule_atleast_2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.215s) 2022-11-23T03:00:24.3724291Z test_op_has_batch_rule_atleast_3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.201s) 2022-11-23T03:00:24.3724759Z test_op_has_batch_rule_baddbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.117s) 2022-11-23T03:00:24.3725268Z test_op_has_batch_rule_bernoulli_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-11-23T03:00:24.3727436Z test_op_has_batch_rule_bfloat16_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-11-23T03:00:24.3728013Z test_op_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.3728531Z test_op_has_batch_rule_block_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:00:24.3729011Z test_op_has_batch_rule_bmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:00:24.3729611Z test_op_has_batch_rule_bool_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-11-23T03:00:24.3730173Z test_op_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.3730705Z test_op_has_batch_rule_broadcast_shapes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-11-23T03:00:24.3731243Z test_op_has_batch_rule_broadcast_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.085s) 2022-11-23T03:00:24.3731744Z test_op_has_batch_rule_broadcast_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:00:24.3732260Z test_op_has_batch_rule_bucketize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3732780Z test_op_has_batch_rule_byte_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.020s) 2022-11-23T03:00:24.3733312Z test_op_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:00:24.3733837Z test_op_has_batch_rule_cartesian_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:00:24.3734304Z test_op_has_batch_rule_cat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.231s) 2022-11-23T03:00:24.3734781Z test_op_has_batch_rule_cdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.935s) 2022-11-23T03:00:24.3735290Z test_op_has_batch_rule_cdouble_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.314s) 2022-11-23T03:00:24.3735789Z test_op_has_batch_rule_ceil_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.3736285Z test_op_has_batch_rule_cfloat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.026s) 2022-11-23T03:00:24.3738913Z test_op_has_batch_rule_chalf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14387: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T03:00:24.3739800Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T03:00:24.3740223Z expected failure (0.010s) 2022-11-23T03:00:24.3740604Z test_op_has_batch_rule_char_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.025s) 2022-11-23T03:00:24.3741142Z test_op_has_batch_rule_char_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.3741967Z test_op_has_batch_rule_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:29: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-11-23T03:00:24.3742599Z L = torch.cholesky(A) 2022-11-23T03:00:24.3742848Z should be replaced with 2022-11-23T03:00:24.3743110Z L = torch.linalg.cholesky(A) 2022-11-23T03:00:24.3743345Z and 2022-11-23T03:00:24.3743557Z U = torch.cholesky(A, upper=True) 2022-11-23T03:00:24.3743822Z should be replaced with 2022-11-23T03:00:24.3744090Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T03:00:24.3744701Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1729.) 2022-11-23T03:00:24.3745325Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T03:00:24.3745615Z ok (0.062s) 2022-11-23T03:00:24.3745972Z test_op_has_batch_rule_cholesky_inverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:00:24.3746483Z test_op_has_batch_rule_cholesky_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.112s) 2022-11-23T03:00:24.3747063Z test_op_has_batch_rule_chunk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:00:24.3747568Z test_op_has_batch_rule_clamp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.107s) 2022-11-23T03:00:24.3748077Z test_op_has_batch_rule_clamp_max_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3748612Z test_op_has_batch_rule_clamp_min_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.3749118Z test_op_has_batch_rule_clone_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3749606Z test_op_has_batch_rule_column_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.014s) 2022-11-23T03:00:24.3750177Z test_op_has_batch_rule_combinations_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.128s) 2022-11-23T03:00:24.3750695Z test_op_has_batch_rule_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.027s) 2022-11-23T03:00:24.3751194Z test_op_has_batch_rule_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:00:24.3751685Z test_op_has_batch_rule_conj_physical_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3752196Z test_op_has_batch_rule_constant_pad_nd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.236s) 2022-11-23T03:00:24.3752699Z test_op_has_batch_rule_contiguous_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:00:24.3753199Z test_op_has_batch_rule_copysign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.3755354Z test_op_has_batch_rule_corrcoef_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:00:24.3755866Z test_op_has_batch_rule_cos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.3756337Z test_op_has_batch_rule_cosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.3756850Z test_op_has_batch_rule_count_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3757352Z test_op_has_batch_rule_cov_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.335s) 2022-11-23T03:00:24.3757992Z test_op_has_batch_rule_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-11-23T03:00:24.3758488Z test_op_has_batch_rule_cummax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:00:24.3758949Z test_op_has_batch_rule_cummin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.3759435Z test_op_has_batch_rule_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:00:24.3759920Z test_op_has_batch_rule_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.3760422Z test_op_has_batch_rule_cumulative_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:00:24.3760928Z test_op_has_batch_rule_deg2rad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3761409Z test_op_has_batch_rule_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:00:24.3761891Z test_op_has_batch_rule_diag_embed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.079s) 2022-11-23T03:00:24.3762381Z test_op_has_batch_rule_diagflat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.3762896Z test_op_has_batch_rule_diagonal_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.070s) 2022-11-23T03:00:24.3763394Z test_op_has_batch_rule_diagonal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.122s) 2022-11-23T03:00:24.3763977Z test_op_has_batch_rule_diagonal_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.135s) 2022-11-23T03:00:24.3764528Z test_op_has_batch_rule_diff_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.748s) 2022-11-23T03:00:24.3765005Z test_op_has_batch_rule_digamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (2.212s) 2022-11-23T03:00:24.3765491Z test_op_has_batch_rule_dist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.411s) 2022-11-23T03:00:24.3765965Z test_op_has_batch_rule_div_floor_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.142s) 2022-11-23T03:00:24.3766479Z test_op_has_batch_rule_div_no_rounding_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.144s) 2022-11-23T03:00:24.3766990Z test_op_has_batch_rule_div_trunc_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.144s) 2022-11-23T03:00:24.3767479Z test_op_has_batch_rule_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:00:24.3767980Z test_op_has_batch_rule_double_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.026s) 2022-11-23T03:00:24.3768514Z test_op_has_batch_rule_double_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.3769034Z test_op_has_batch_rule_dsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:00:24.3769495Z test_op_has_batch_rule_dstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:00:24.3769978Z test_op_has_batch_rule_einsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.087s) 2022-11-23T03:00:24.3770480Z test_op_has_batch_rule_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.007s) 2022-11-23T03:00:24.3770983Z test_op_has_batch_rule_empty_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:00:24.3771463Z test_op_has_batch_rule_eq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:00:24.3771957Z test_op_has_batch_rule_equal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.000s) 2022-11-23T03:00:24.3772448Z test_op_has_batch_rule_erf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:00:24.3773562Z test_op_has_batch_rule_erfc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.968s) 2022-11-23T03:00:24.3774041Z test_op_has_batch_rule_erfinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.729s) 2022-11-23T03:00:24.3774518Z test_op_has_batch_rule_exp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.943s) 2022-11-23T03:00:24.3774987Z test_op_has_batch_rule_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:00:24.3775470Z test_op_has_batch_rule_expand_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:00:24.3775960Z test_op_has_batch_rule_expand_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:00:24.3776439Z test_op_has_batch_rule_expm1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.3776914Z test_op_has_batch_rule_eye_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-11-23T03:00:24.3777414Z test_op_has_batch_rule_fft_fft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.153s) 2022-11-23T03:00:24.3777892Z test_op_has_batch_rule_fft_fft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.077s) 2022-11-23T03:00:24.3778367Z test_op_has_batch_rule_fft_fftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.064s) 2022-11-23T03:00:24.3778856Z test_op_has_batch_rule_fft_fftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.3779432Z test_op_has_batch_rule_fft_hfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.102s) 2022-11-23T03:00:24.3779944Z test_op_has_batch_rule_fft_hfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.3780420Z test_op_has_batch_rule_fft_hfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:00:24.3780887Z test_op_has_batch_rule_fft_ifft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:00:24.3781366Z test_op_has_batch_rule_fft_ifft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:00:24.3781845Z test_op_has_batch_rule_fft_ifftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:00:24.3782332Z test_op_has_batch_rule_fft_ifftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.3782846Z test_op_has_batch_rule_fft_ihfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3783354Z test_op_has_batch_rule_fft_ihfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:00:24.3783860Z test_op_has_batch_rule_fft_ihfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.018s) 2022-11-23T03:00:24.3784349Z test_op_has_batch_rule_fft_irfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:00:24.3784835Z test_op_has_batch_rule_fft_irfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:00:24.3787118Z test_op_has_batch_rule_fft_irfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:00:24.3787609Z test_op_has_batch_rule_fft_rfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:00:24.3788091Z test_op_has_batch_rule_fft_rfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:00:24.3788577Z test_op_has_batch_rule_fft_rfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:00:24.3789055Z test_op_has_batch_rule_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:00:24.3789519Z test_op_has_batch_rule_flatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:00:24.3789998Z test_op_has_batch_rule_flip_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:00:24.3790612Z test_op_has_batch_rule_fliplr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:00:24.3791087Z test_op_has_batch_rule_flipud_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:00:24.3791589Z test_op_has_batch_rule_float_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.023s) 2022-11-23T03:00:24.3792125Z test_op_has_batch_rule_float_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:00:24.3792651Z test_op_has_batch_rule_float_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-11-23T03:00:24.3793122Z test_op_has_batch_rule_floor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.3793609Z test_op_has_batch_rule_floor_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-11-23T03:00:24.3794095Z test_op_has_batch_rule_fmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-11-23T03:00:24.3794562Z test_op_has_batch_rule_fmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.085s) 2022-11-23T03:00:24.3795025Z test_op_has_batch_rule_fmod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:00:24.3795486Z test_op_has_batch_rule_frac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:00:24.3795957Z test_op_has_batch_rule_frexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.3796519Z test_op_has_batch_rule_full_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-11-23T03:00:24.3797050Z test_op_has_batch_rule_full_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:00:24.3797527Z test_op_has_batch_rule_gather_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.071s) 2022-11-23T03:00:24.3798001Z test_op_has_batch_rule_ge_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.127s) 2022-11-23T03:00:24.3798466Z test_op_has_batch_rule_geqrf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.196s) 2022-11-23T03:00:24.3798944Z test_op_has_batch_rule_gradient_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.133s) 2022-11-23T03:00:24.3799440Z test_op_has_batch_rule_grid_sampler_2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.149s) 2022-11-23T03:00:24.3799905Z test_op_has_batch_rule_gt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.136s) 2022-11-23T03:00:24.3800401Z test_op_has_batch_rule_half_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.027s) 2022-11-23T03:00:24.3800933Z test_op_has_batch_rule_half_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.3801451Z test_op_has_batch_rule_heaviside_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:00:24.3801959Z test_op_has_batch_rule_histc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.3802452Z test_op_has_batch_rule_hsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.3802930Z test_op_has_batch_rule_hstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:00:24.3803390Z test_op_has_batch_rule_hypot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.081s) 2022-11-23T03:00:24.3803865Z test_op_has_batch_rule_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (2.290s) 2022-11-23T03:00:24.3804336Z test_op_has_batch_rule_igamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.130s) 2022-11-23T03:00:24.3804815Z test_op_has_batch_rule_igammac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.134s) 2022-11-23T03:00:24.3805399Z test_op_has_batch_rule_index_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.154s) 2022-11-23T03:00:24.3805883Z test_op_has_batch_rule_index_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:00:24.3806394Z test_op_has_batch_rule_index_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-11-23T03:00:24.3806923Z test_op_has_batch_rule_index_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.045s) 2022-11-23T03:00:24.3807428Z test_op_has_batch_rule_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.296s) 2022-11-23T03:00:24.3808344Z test_op_has_batch_rule_index_reduce_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:29: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cuda\Indexing.cu:1047.) 2022-11-23T03:00:24.3809159Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T03:00:24.3809477Z expected failure (0.011s) 2022-11-23T03:00:24.3809864Z test_op_has_batch_rule_index_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.3810353Z test_op_has_batch_rule_inner_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.3810851Z test_op_has_batch_rule_int_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-11-23T03:00:24.3811460Z test_op_has_batch_rule_int_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.3812003Z test_op_has_batch_rule_isclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.018s) 2022-11-23T03:00:24.3812506Z test_op_has_batch_rule_isfinite_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:00:24.3813012Z test_op_has_batch_rule_isin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-11-23T03:00:24.3813501Z test_op_has_batch_rule_isinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3813981Z test_op_has_batch_rule_isnan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.3814462Z test_op_has_batch_rule_isneginf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:00:24.3814944Z test_op_has_batch_rule_isposinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:00:24.3815406Z test_op_has_batch_rule_isreal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:00:24.3815940Z test_op_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.457s) 2022-11-23T03:00:24.3816527Z test_op_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.496s) 2022-11-23T03:00:24.3817099Z test_op_has_batch_rule_jiterator_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.468s) 2022-11-23T03:00:24.3817664Z test_op_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.459s) 2022-11-23T03:00:24.3818226Z test_op_has_batch_rule_jiterator_unary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.224s) 2022-11-23T03:00:24.3818736Z test_op_has_batch_rule_kron_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.3819214Z test_op_has_batch_rule_kthvalue_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:00:24.3819679Z test_op_has_batch_rule_ldexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.079s) 2022-11-23T03:00:24.3820254Z test_op_has_batch_rule_le_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.129s) 2022-11-23T03:00:24.3820724Z test_op_has_batch_rule_lerp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.156s) 2022-11-23T03:00:24.3821201Z test_op_has_batch_rule_lgamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.987s) 2022-11-23T03:00:24.3821698Z test_op_has_batch_rule_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.069s) 2022-11-23T03:00:24.3822208Z test_op_has_batch_rule_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.090s) 2022-11-23T03:00:24.3822711Z test_op_has_batch_rule_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:00:24.3823190Z test_op_has_batch_rule_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:00:24.3823676Z test_op_has_batch_rule_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.088s) 2022-11-23T03:00:24.3824180Z test_op_has_batch_rule_linalg_det_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.344s) 2022-11-23T03:00:24.3824682Z test_op_has_batch_rule_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.068s) 2022-11-23T03:00:24.3825192Z test_op_has_batch_rule_linalg_eigh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:00:24.3825702Z test_op_has_batch_rule_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:00:24.3826276Z test_op_has_batch_rule_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:00:24.3826809Z test_op_has_batch_rule_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.155s) 2022-11-23T03:00:24.3827318Z test_op_has_batch_rule_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:00:24.3827812Z test_op_has_batch_rule_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-11-23T03:00:24.3828336Z test_op_has_batch_rule_linalg_ldl_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.014s) 2022-11-23T03:00:24.3828865Z test_op_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:00:24.3829390Z test_op_has_batch_rule_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:00:24.3829909Z test_op_has_batch_rule_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.186s) 2022-11-23T03:00:24.3830422Z test_op_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.131s) 2022-11-23T03:00:24.3830934Z test_op_has_batch_rule_linalg_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3831477Z test_op_has_batch_rule_linalg_lu_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-11-23T03:00:24.3832006Z test_op_has_batch_rule_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.275s) 2022-11-23T03:00:24.3832514Z test_op_has_batch_rule_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.368s) 2022-11-23T03:00:24.3833019Z test_op_has_batch_rule_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.336s) 2022-11-23T03:00:24.3833530Z test_op_has_batch_rule_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.186s) 2022-11-23T03:00:24.3834046Z test_op_has_batch_rule_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.362s) 2022-11-23T03:00:24.3834551Z test_op_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:00:24.3835069Z test_op_has_batch_rule_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.174s) 2022-11-23T03:00:24.3835672Z test_op_has_batch_rule_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.414s) 2022-11-23T03:00:24.3836195Z test_op_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.307s) 2022-11-23T03:00:24.3836717Z test_op_has_batch_rule_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.132s) 2022-11-23T03:00:24.3837228Z test_op_has_batch_rule_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:00:24.3837839Z 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.009s) 2022-11-23T03:00:24.3838420Z test_op_has_batch_rule_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.210s) 2022-11-23T03:00:24.3838904Z test_op_has_batch_rule_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.070s) 2022-11-23T03:00:24.3839405Z test_op_has_batch_rule_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.170s) 2022-11-23T03:00:24.3839901Z test_op_has_batch_rule_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.204s) 2022-11-23T03:00:24.3840414Z test_op_has_batch_rule_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.006s) 2022-11-23T03:00:24.3840916Z test_op_has_batch_rule_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.505s) 2022-11-23T03:00:24.3842867Z test_op_has_batch_rule_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.139s) 2022-11-23T03:00:24.3843942Z test_op_has_batch_rule_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.3844465Z test_op_has_batch_rule_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3845027Z test_op_has_batch_rule_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.3845573Z test_op_has_batch_rule_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.3846097Z test_op_has_batch_rule_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.644s) 2022-11-23T03:00:24.3846617Z test_op_has_batch_rule_linspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.3847121Z test_op_has_batch_rule_log10_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.3847601Z test_op_has_batch_rule_log1p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:00:24.3848076Z test_op_has_batch_rule_log2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:00:24.3848538Z test_op_has_batch_rule_log_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.3849021Z test_op_has_batch_rule_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.067s) 2022-11-23T03:00:24.3849525Z test_op_has_batch_rule_log_softmax_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:00:24.3850081Z test_op_has_batch_rule_logaddexp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.3850577Z test_op_has_batch_rule_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:00:24.3851084Z test_op_has_batch_rule_logcumsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:00:24.3851571Z test_op_has_batch_rule_logdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:00:24.3852187Z test_op_has_batch_rule_logical_and_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.082s) 2022-11-23T03:00:24.3852677Z test_op_has_batch_rule_logical_not_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:00:24.3853165Z test_op_has_batch_rule_logical_or_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:00:24.3853650Z test_op_has_batch_rule_logical_xor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:00:24.3854131Z test_op_has_batch_rule_logit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:00:24.3854638Z test_op_has_batch_rule_logspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3855148Z test_op_has_batch_rule_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-11-23T03:00:24.3855632Z test_op_has_batch_rule_long_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.022s) 2022-11-23T03:00:24.3856169Z test_op_has_batch_rule_long_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.3856665Z test_op_has_batch_rule_lt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.135s) 2022-11-23T03:00:24.3857482Z test_op_has_batch_rule_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1727: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-11-23T03:00:24.3858828Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T03:00:24.3859167Z should be replaced with 2022-11-23T03:00:24.3859477Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T03:00:24.3859726Z and 2022-11-23T03:00:24.3860006Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T03:00:24.3860310Z should be replaced with 2022-11-23T03:00:24.3860844Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2028.) 2022-11-23T03:00:24.3861418Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T03:00:24.3861711Z ok (0.278s) 2022-11-23T03:00:24.3862365Z test_op_has_batch_rule_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:29: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-11-23T03:00:24.3863046Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T03:00:24.3863363Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T03:00:24.3863625Z should be replaced with 2022-11-23T03:00:24.3864126Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2182.) 2022-11-23T03:00:24.3864669Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T03:00:24.3864985Z expected failure (0.015s) 2022-11-23T03:00:24.3865376Z test_op_has_batch_rule_lu_unpack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-11-23T03:00:24.3865878Z test_op_has_batch_rule_mH_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:00:24.3866345Z test_op_has_batch_rule_mT_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:00:24.3866830Z test_op_has_batch_rule_masked_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.488s) 2022-11-23T03:00:24.3867330Z test_op_has_batch_rule_masked_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.471s) 2022-11-23T03:00:24.3867831Z test_op_has_batch_rule_masked_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.310s) 2022-11-23T03:00:24.3868458Z test_op_has_batch_rule_masked_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.314s) 2022-11-23T03:00:24.3868939Z test_op_has_batch_rule_masked_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.079s) 2022-11-23T03:00:24.3869436Z test_op_has_batch_rule_masked_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.070s) 2022-11-23T03:00:24.3869950Z test_op_has_batch_rule_masked_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.044s) 2022-11-23T03:00:24.3870502Z test_op_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:00:24.3871033Z test_op_has_batch_rule_masked_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.088s) 2022-11-23T03:00:24.3871543Z test_op_has_batch_rule_masked_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.149s) 2022-11-23T03:00:24.3872062Z test_op_has_batch_rule_masked_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.572s) 2022-11-23T03:00:24.3872566Z test_op_has_batch_rule_masked_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.653s) 2022-11-23T03:00:24.3873046Z test_op_has_batch_rule_masked_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.108s) 2022-11-23T03:00:24.3873541Z test_op_has_batch_rule_masked_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (2.477s) 2022-11-23T03:00:24.3874043Z test_op_has_batch_rule_masked_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.171s) 2022-11-23T03:00:24.3874624Z test_op_has_batch_rule_masked_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.520s) 2022-11-23T03:00:24.3875175Z test_op_has_batch_rule_masked_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3875908Z test_op_has_batch_rule_masked_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.3876953Z test_op_has_batch_rule_masked_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.102s) 2022-11-23T03:00:24.3877939Z test_op_has_batch_rule_masked_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.100s) 2022-11-23T03:00:24.3878919Z test_op_has_batch_rule_masked_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.835s) 2022-11-23T03:00:24.3879901Z test_op_has_batch_rule_masked_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.479s) 2022-11-23T03:00:24.3880890Z test_op_has_batch_rule_masked_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.807s) 2022-11-23T03:00:24.3881878Z test_op_has_batch_rule_matmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.247s) 2022-11-23T03:00:24.3882913Z test_op_has_batch_rule_matrix_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-11-23T03:00:24.3883956Z test_op_has_batch_rule_max_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.143s) 2022-11-23T03:00:24.3884974Z test_op_has_batch_rule_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (7.336s) 2022-11-23T03:00:24.3886062Z test_op_has_batch_rule_max_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.3887104Z test_op_has_batch_rule_max_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:00:24.3888143Z test_op_has_batch_rule_maximum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:00:24.3889114Z test_op_has_batch_rule_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:00:24.3890076Z test_op_has_batch_rule_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:00:24.3891281Z test_op_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.277s) 2022-11-23T03:00:24.3892346Z test_op_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.257s) 2022-11-23T03:00:24.3893350Z test_op_has_batch_rule_min_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.158s) 2022-11-23T03:00:24.3894361Z test_op_has_batch_rule_min_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:00:24.3895404Z test_op_has_batch_rule_min_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.3896415Z test_op_has_batch_rule_minimum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:00:24.3897372Z test_op_has_batch_rule_mm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.3898312Z test_op_has_batch_rule_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:00:24.3899296Z test_op_has_batch_rule_movedim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:00:24.3900255Z test_op_has_batch_rule_msort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.3901210Z test_op_has_batch_rule_mul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.197s) 2022-11-23T03:00:24.3902211Z test_op_has_batch_rule_multinomial_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.038s) 2022-11-23T03:00:24.3903373Z test_op_has_batch_rule_mv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.3904394Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.144s) 2022-11-23T03:00:24.3905429Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.141s) 2022-11-23T03:00:24.3906487Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.139s) 2022-11-23T03:00:24.3907466Z test_op_has_batch_rule_nan_to_num_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:00:24.3908490Z test_op_has_batch_rule_nanmean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-11-23T03:00:24.3909517Z test_op_has_batch_rule_nanmedian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:00:24.3910555Z test_op_has_batch_rule_nanquantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.014s) 2022-11-23T03:00:24.3911637Z test_op_has_batch_rule_nansum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3912650Z test_op_has_batch_rule_narrow_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:00:24.3913685Z test_op_has_batch_rule_narrow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.030s) 2022-11-23T03:00:24.3914772Z test_op_has_batch_rule_native_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.020s) 2022-11-23T03:00:24.3915871Z test_op_has_batch_rule_native_dropout_backward_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3916930Z test_op_has_batch_rule_native_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.365s) 2022-11-23T03:00:24.3917898Z test_op_has_batch_rule_ne_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.139s) 2022-11-23T03:00:24.3918848Z test_op_has_batch_rule_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:00:24.3919805Z test_op_has_batch_rule_new_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.3920848Z test_op_has_batch_rule_new_empty_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.008s) 2022-11-23T03:00:24.3922084Z test_op_has_batch_rule_new_full_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:00:24.3923030Z test_op_has_batch_rule_new_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:00:24.3923996Z test_op_has_batch_rule_new_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.3924991Z test_op_has_batch_rule_nextafter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.093s) 2022-11-23T03:00:24.3926108Z test_op_has_batch_rule_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-11-23T03:00:24.3927273Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:00:24.3928373Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:00:24.3929486Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:00:24.3930585Z test_op_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:00:24.3931675Z test_op_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.131s) 2022-11-23T03:00:24.3932775Z test_op_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.105s) 2022-11-23T03:00:24.3934059Z test_op_has_batch_rule_nn_functional_alpha_dropout_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.036s) 2022-11-23T03:00:24.3935185Z test_op_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:00:24.3936244Z test_op_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:00:24.3937280Z test_op_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:00:24.3938322Z test_op_has_batch_rule_nn_functional_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.740s) 2022-11-23T03:00:24.3939384Z test_op_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.664s) 2022-11-23T03:00:24.3940502Z test_op_has_batch_rule_nn_functional_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-11-23T03:00:24.3941620Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-11-23T03:00:24.3942751Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.313s) 2022-11-23T03:00:24.3946276Z test_op_has_batch_rule_nn_functional_celu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:00:24.3947343Z test_op_has_batch_rule_nn_functional_conv1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.320s) 2022-11-23T03:00:24.3949301Z test_op_has_batch_rule_nn_functional_conv2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:29: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T03:00:24.3953388Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T03:00:24.3953994Z ok (1.123s) 2022-11-23T03:00:24.3954768Z test_op_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.3956088Z test_op_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:00:24.3959523Z test_op_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.3960729Z test_op_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.3961883Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.3963057Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.3965868Z test_op_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:00:24.3967068Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.3967684Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:00:24.3968240Z test_op_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.3968789Z test_op_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.393s) 2022-11-23T03:00:24.3969492Z test_op_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.429s) 2022-11-23T03:00:24.3970073Z test_op_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.397s) 2022-11-23T03:00:24.3970626Z test_op_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.165s) 2022-11-23T03:00:24.3971184Z test_op_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-11-23T03:00:24.3973430Z test_op_has_batch_rule_nn_functional_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.205s) 2022-11-23T03:00:24.3973992Z test_op_has_batch_rule_nn_functional_ctc_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.3975251Z test_op_has_batch_rule_nn_functional_dropout2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-11-23T03:00:24.3976412Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T03:00:24.3976775Z expected failure (0.039s) 2022-11-23T03:00:24.3977186Z test_op_has_batch_rule_nn_functional_dropout3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.021s) 2022-11-23T03:00:24.3977753Z test_op_has_batch_rule_nn_functional_dropout_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.039s) 2022-11-23T03:00:24.3979938Z test_op_has_batch_rule_nn_functional_elu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.3980495Z test_op_has_batch_rule_nn_functional_embedding_bag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3981217Z test_op_has_batch_rule_nn_functional_embedding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.065s) 2022-11-23T03:00:24.3981782Z test_op_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-11-23T03:00:24.3982379Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.021s) 2022-11-23T03:00:24.3982995Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-11-23T03:00:24.3983580Z test_op_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-11-23T03:00:24.3984174Z test_op_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.3986393Z test_op_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.020s) 2022-11-23T03:00:24.3986943Z test_op_has_batch_rule_nn_functional_gelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:00:24.3987456Z test_op_has_batch_rule_nn_functional_glu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.200s) 2022-11-23T03:00:24.3987982Z test_op_has_batch_rule_nn_functional_grid_sample_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.282s) 2022-11-23T03:00:24.3988620Z test_op_has_batch_rule_nn_functional_group_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.208s) 2022-11-23T03:00:24.3989183Z test_op_has_batch_rule_nn_functional_hardshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:00:24.3989692Z test_op_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.3990233Z test_op_has_batch_rule_nn_functional_hardswish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:00:24.3991949Z test_op_has_batch_rule_nn_functional_hardtanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.3993005Z test_op_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.123s) 2022-11-23T03:00:24.3993572Z test_op_has_batch_rule_nn_functional_huber_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-11-23T03:00:24.3994132Z test_op_has_batch_rule_nn_functional_instance_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:00:24.3994679Z test_op_has_batch_rule_nn_functional_interpolate_area_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-11-23T03:00:24.3995235Z test_op_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:00:24.3995784Z test_op_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:00:24.3996342Z test_op_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:00:24.3996894Z test_op_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-11-23T03:00:24.3999054Z test_op_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:00:24.3999639Z test_op_has_batch_rule_nn_functional_kl_div_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4000622Z test_op_has_batch_rule_nn_functional_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: Using a target size (torch.Size([5])) that is different to the input size (torch.Size([5, 4])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:00:24.4001552Z return self.op(*args, **kwargs) 2022-11-23T03:00:24.4001796Z ok (0.057s) 2022-11-23T03:00:24.4002184Z test_op_has_batch_rule_nn_functional_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.195s) 2022-11-23T03:00:24.4002695Z test_op_has_batch_rule_nn_functional_leaky_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:00:24.4003221Z test_op_has_batch_rule_nn_functional_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.209s) 2022-11-23T03:00:24.4005378Z test_op_has_batch_rule_nn_functional_local_response_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:00:24.4005942Z test_op_has_batch_rule_nn_functional_logsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:00:24.4006513Z test_op_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-11-23T03:00:24.4007095Z test_op_has_batch_rule_nn_functional_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.049s) 2022-11-23T03:00:24.4007641Z test_op_has_batch_rule_nn_functional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (7.173s) 2022-11-23T03:00:24.4008290Z test_op_has_batch_rule_nn_functional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-11-23T03:00:24.4008873Z test_op_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-11-23T03:00:24.4009453Z test_op_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.4011219Z test_op_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.017s) 2022-11-23T03:00:24.4012295Z test_op_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-11-23T03:00:24.4012865Z test_op_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.4013436Z test_op_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-11-23T03:00:24.4013979Z test_op_has_batch_rule_nn_functional_mish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:00:24.4014497Z test_op_has_batch_rule_nn_functional_mse_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:00:24.4015022Z test_op_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.082s) 2022-11-23T03:00:24.4015586Z test_op_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4016176Z test_op_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4018383Z test_op_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:00:24.4018949Z test_op_has_batch_rule_nn_functional_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.540s) 2022-11-23T03:00:24.4019478Z test_op_has_batch_rule_nn_functional_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:00:24.4020014Z test_op_has_batch_rule_nn_functional_pad_circular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:00:24.4020684Z test_op_has_batch_rule_nn_functional_pad_constant_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.203s) 2022-11-23T03:00:24.4021203Z test_op_has_batch_rule_nn_functional_pad_reflect_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-11-23T03:00:24.4021741Z test_op_has_batch_rule_nn_functional_pad_replicate_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:00:24.4022291Z test_op_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:00:24.4022852Z test_op_has_batch_rule_nn_functional_pdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4025087Z test_op_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:00:24.4025630Z test_op_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:00:24.4026181Z test_op_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.751s) 2022-11-23T03:00:24.4026707Z test_op_has_batch_rule_nn_functional_prelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.186s) 2022-11-23T03:00:24.4027204Z test_op_has_batch_rule_nn_functional_relu6_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:00:24.4027717Z test_op_has_batch_rule_nn_functional_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:00:24.4028355Z test_op_has_batch_rule_nn_functional_rrelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-11-23T03:00:24.4028913Z test_op_has_batch_rule_nn_functional_selu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.4030568Z test_op_has_batch_rule_nn_functional_silu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.4031624Z test_op_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4032204Z test_op_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-11-23T03:00:24.4032753Z test_op_has_batch_rule_nn_functional_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:00:24.4033007Z test_op_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:00:24.4033262Z test_op_has_batch_rule_nn_functional_softplus_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.4033519Z test_op_has_batch_rule_nn_functional_softshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.4033778Z test_op_has_batch_rule_nn_functional_softsign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:00:24.4034036Z test_op_has_batch_rule_nn_functional_tanhshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:00:24.4034295Z test_op_has_batch_rule_nn_functional_threshold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:00:24.4034589Z test_op_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.046s) 2022-11-23T03:00:24.4034879Z test_op_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.184s) 2022-11-23T03:00:24.4035130Z test_op_has_batch_rule_nn_functional_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.979s) 2022-11-23T03:00:24.4035710Z test_op_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T03:00:24.4037789Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T03:00:24.4037892Z ok (0.026s) 2022-11-23T03:00:24.4038476Z test_op_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T03:00:24.4038741Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T03:00:24.4038826Z ok (0.046s) 2022-11-23T03:00:24.4039087Z test_op_has_batch_rule_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.020s) 2022-11-23T03:00:24.4039322Z test_op_has_batch_rule_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.164s) 2022-11-23T03:00:24.4039555Z test_op_has_batch_rule_norm_fro_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.4039789Z test_op_has_batch_rule_norm_inf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4040018Z test_op_has_batch_rule_norm_nuc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:00:24.4040372Z test_op_has_batch_rule_normal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4040670Z test_op_has_batch_rule_normal_number_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-11-23T03:00:24.4040922Z test_op_has_batch_rule_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.4041159Z test_op_has_batch_rule_ones_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.4041460Z test_op_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:00:24.4041727Z test_op_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.857s) 2022-11-23T03:00:24.4041982Z test_op_has_batch_rule_ormqr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.017s) 2022-11-23T03:00:24.4042213Z test_op_has_batch_rule_outer_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4044075Z test_op_has_batch_rule_pca_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.022s) 2022-11-23T03:00:24.4044334Z test_op_has_batch_rule_permute_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.4044577Z test_op_has_batch_rule_pinverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:00:24.4044806Z test_op_has_batch_rule_polar_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.084s) 2022-11-23T03:00:24.4045067Z test_op_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (7.371s) 2022-11-23T03:00:24.4045324Z test_op_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:00:24.4045579Z test_op_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:00:24.4045838Z test_op_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-11-23T03:00:24.4046091Z test_op_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:00:24.4046329Z test_op_has_batch_rule_positive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4046686Z test_op_has_batch_rule_pow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:00:24.4046915Z test_op_has_batch_rule_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.159s) 2022-11-23T03:00:24.4047162Z test_op_has_batch_rule_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.4047679Z test_op_has_batch_rule_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:29: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T03:00:24.4047883Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T03:00:24.4047989Z Q, R = torch.qr(A, some) 2022-11-23T03:00:24.4048095Z should be replaced with 2022-11-23T03:00:24.4048487Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T03:00:24.4049880Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T03:00:24.4050469Z ok (0.235s) 2022-11-23T03:00:24.4050749Z test_op_has_batch_rule_quantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-11-23T03:00:24.4050988Z test_op_has_batch_rule_rad2deg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:00:24.4051333Z test_op_has_batch_rule_rand_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4051639Z test_op_has_batch_rule_randint_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test expects tensor input (0.006s) 2022-11-23T03:00:24.4051902Z test_op_has_batch_rule_randint_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.4052180Z test_op_has_batch_rule_randn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test expects tensor input (0.000s) 2022-11-23T03:00:24.4052437Z test_op_has_batch_rule_randn_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4052666Z test_op_has_batch_rule_ravel_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4052894Z test_op_has_batch_rule_real_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:00:24.4053138Z test_op_has_batch_rule_reciprocal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.4053374Z test_op_has_batch_rule_remainder_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:00:24.4053628Z test_op_has_batch_rule_renorm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.007s) 2022-11-23T03:00:24.4053863Z test_op_has_batch_rule_repeat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.169s) 2022-11-23T03:00:24.4054115Z test_op_has_batch_rule_repeat_interleave_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:00:24.4054355Z test_op_has_batch_rule_reshape_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:00:24.4054589Z test_op_has_batch_rule_reshape_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:00:24.4054840Z test_op_has_batch_rule_resize__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.018s) 2022-11-23T03:00:24.4055100Z test_op_has_batch_rule_resize_as__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4056965Z test_op_has_batch_rule_resolve_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:00:24.4057225Z test_op_has_batch_rule_resolve_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:00:24.4057580Z test_op_has_batch_rule_roll_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.070s) 2022-11-23T03:00:24.4057808Z test_op_has_batch_rule_rot90_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.145s) 2022-11-23T03:00:24.4058038Z test_op_has_batch_rule_round_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.4058285Z test_op_has_batch_rule_round_decimals_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:00:24.4058534Z test_op_has_batch_rule_round_decimals_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:00:24.4058783Z test_op_has_batch_rule_round_decimals_neg_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:00:24.4058990Z test_op_has_batch_rule_rsqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:00:24.4059219Z test_op_has_batch_rule_rsub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-11-23T03:00:24.4059487Z test_op_has_batch_rule_scalar_tensor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-11-23T03:00:24.4059730Z test_op_has_batch_rule_scatter_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.154s) 2022-11-23T03:00:24.4059964Z test_op_has_batch_rule_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.432s) 2022-11-23T03:00:24.4060735Z test_op_has_batch_rule_scatter_reduce_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:29: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T03:00:24.4060939Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T03:00:24.4061056Z expected failure (0.017s) 2022-11-23T03:00:24.4061328Z test_op_has_batch_rule_scatter_reduce_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-11-23T03:00:24.4063223Z test_op_has_batch_rule_scatter_reduce_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-11-23T03:00:24.4063520Z test_op_has_batch_rule_scatter_reduce_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.015s) 2022-11-23T03:00:24.4063788Z test_op_has_batch_rule_scatter_reduce_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.021s) 2022-11-23T03:00:24.4064740Z test_op_has_batch_rule_searchsorted_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:29: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/native/BucketizationUtils.h:35.) 2022-11-23T03:00:24.4064932Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T03:00:24.4065734Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:29: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/native/BucketizationUtils.h:41.) 2022-11-23T03:00:24.4065914Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T03:00:24.4066726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: torch.searchsorted(): sorter tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous sorter tensor if possible. This message will only appear once per program. (Triggered internally at C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/native/BucketizationUtils.h:47.) 2022-11-23T03:00:24.4069696Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4069822Z ok (1.309s) 2022-11-23T03:00:24.4070121Z test_op_has_batch_rule_segment_reduce_lengths_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-11-23T03:00:24.4070395Z test_op_has_batch_rule_segment_reduce_offsets_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-11-23T03:00:24.4070630Z test_op_has_batch_rule_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.4070886Z test_op_has_batch_rule_select_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:00:24.4071114Z test_op_has_batch_rule_sgn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4071368Z test_op_has_batch_rule_short_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.026s) 2022-11-23T03:00:24.4071636Z test_op_has_batch_rule_short_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4072254Z test_op_has_batch_rule_sigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T03:00:24.4072503Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T03:00:24.4072591Z ok (0.058s) 2022-11-23T03:00:24.4072828Z test_op_has_batch_rule_sign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:00:24.4073105Z test_op_has_batch_rule_signal_windows_cosine_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.013s) 2022-11-23T03:00:24.4073386Z test_op_has_batch_rule_signal_windows_exponential_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.008s) 2022-11-23T03:00:24.4073661Z test_op_has_batch_rule_signal_windows_gaussian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.008s) 2022-11-23T03:00:24.4073936Z test_op_has_batch_rule_signal_windows_kaiser_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.008s) 2022-11-23T03:00:24.4074172Z test_op_has_batch_rule_signbit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:00:24.4074399Z test_op_has_batch_rule_sin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:00:24.4076289Z test_op_has_batch_rule_sinc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (2.420s) 2022-11-23T03:00:24.4076529Z test_op_has_batch_rule_sinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:00:24.4076740Z test_op_has_batch_rule_slice_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:00:24.4076985Z test_op_has_batch_rule_slice_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.106s) 2022-11-23T03:00:24.4077216Z test_op_has_batch_rule_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-11-23T03:00:24.4077469Z test_op_has_batch_rule_softmax_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:00:24.4077698Z test_op_has_batch_rule_sort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.230s) 2022-11-23T03:00:24.4078631Z test_op_has_batch_rule_sparse_sampled_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:951: 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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T03:00:24.4078909Z torch.eye(m, n, device=device, dtype=dtype) 2022-11-23T03:00:24.4079022Z expected failure (0.009s) 2022-11-23T03:00:24.4079292Z test_op_has_batch_rule_special_airy_ai_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.937s) 2022-11-23T03:00:24.4079567Z test_op_has_batch_rule_special_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.660s) 2022-11-23T03:00:24.4079837Z test_op_has_batch_rule_special_bessel_j1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.336s) 2022-11-23T03:00:24.4080109Z test_op_has_batch_rule_special_bessel_y0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (1.390s) 2022-11-23T03:00:24.4080373Z test_op_has_batch_rule_special_bessel_y1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.930s) 2022-11-23T03:00:24.4080662Z test_op_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (1.050s) 2022-11-23T03:00:24.4082576Z test_op_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (1.662s) 2022-11-23T03:00:24.4083052Z test_op_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.008s) 2022-11-23T03:00:24.4083429Z test_op_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.008s) 2022-11-23T03:00:24.4083679Z test_op_has_batch_rule_special_entr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.991s) 2022-11-23T03:00:24.4083923Z test_op_has_batch_rule_special_erfcx_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (7.913s) 2022-11-23T03:00:24.4084211Z test_op_has_batch_rule_special_hermite_polynomial_h_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.623s) 2022-11-23T03:00:24.4084502Z test_op_has_batch_rule_special_hermite_polynomial_he_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.585s) 2022-11-23T03:00:24.4084917Z test_op_has_batch_rule_special_i0e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (2.164s) 2022-11-23T03:00:24.4085410Z test_op_has_batch_rule_special_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (2.183s) 2022-11-23T03:00:24.4085871Z test_op_has_batch_rule_special_i1e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (2.255s) 2022-11-23T03:00:24.4086414Z test_op_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.713s) 2022-11-23T03:00:24.4087084Z test_op_has_batch_rule_special_legendre_polynomial_p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:00:24.4089888Z test_op_has_batch_rule_special_log_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.458s) 2022-11-23T03:00:24.4090507Z test_op_has_batch_rule_special_modified_bessel_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.415s) 2022-11-23T03:00:24.4091077Z test_op_has_batch_rule_special_modified_bessel_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.452s) 2022-11-23T03:00:24.4091649Z test_op_has_batch_rule_special_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.578s) 2022-11-23T03:00:24.4092406Z test_op_has_batch_rule_special_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.608s) 2022-11-23T03:00:24.4092889Z test_op_has_batch_rule_special_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.4093380Z test_op_has_batch_rule_special_ndtri_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (2.361s) 2022-11-23T03:00:24.4096073Z test_op_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:00:24.4096723Z test_op_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.564s) 2022-11-23T03:00:24.4097294Z test_op_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.535s) 2022-11-23T03:00:24.4098003Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.013s) 2022-11-23T03:00:24.4098688Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:00:24.4099410Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:00:24.4100242Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:00:24.4102456Z test_op_has_batch_rule_special_spherical_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.396s) 2022-11-23T03:00:24.4102978Z test_op_has_batch_rule_special_xlog1py_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.092s) 2022-11-23T03:00:24.4104099Z test_op_has_batch_rule_special_zeta_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (5.875s) 2022-11-23T03:00:24.4104458Z test_op_has_batch_rule_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:00:24.4104867Z test_op_has_batch_rule_split_list_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-11-23T03:00:24.4105127Z test_op_has_batch_rule_split_with_sizes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:00:24.4105361Z test_op_has_batch_rule_sqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.4105598Z test_op_has_batch_rule_square_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.4105833Z test_op_has_batch_rule_squeeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:00:24.4106067Z test_op_has_batch_rule_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.096s) 2022-11-23T03:00:24.4106469Z test_op_has_batch_rule_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:00:24.4106924Z test_op_has_batch_rule_std_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:00:24.4107429Z test_op_has_batch_rule_stft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-11-23T03:00:24.4107881Z test_op_has_batch_rule_sub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.162s) 2022-11-23T03:00:24.4108333Z test_op_has_batch_rule_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:00:24.4111087Z test_op_has_batch_rule_sum_to_size_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.083s) 2022-11-23T03:00:24.4111574Z test_op_has_batch_rule_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.534s) 2022-11-23T03:00:24.4112297Z test_op_has_batch_rule_svd_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-11-23T03:00:24.4112770Z test_op_has_batch_rule_symeig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.104s) 2022-11-23T03:00:24.4113220Z test_op_has_batch_rule_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:00:24.4113683Z test_op_has_batch_rule_take_along_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:00:24.4114200Z test_op_has_batch_rule_take_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-11-23T03:00:24.4114666Z test_op_has_batch_rule_tan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:00:24.4117911Z test_op_has_batch_rule_tanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1958: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-11-23T03:00:24.4118380Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-11-23T03:00:24.4118562Z ok (0.022s) 2022-11-23T03:00:24.4119075Z test_op_has_batch_rule_tensor_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-11-23T03:00:24.4119546Z test_op_has_batch_rule_tensordot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.4120011Z test_op_has_batch_rule_tile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.185s) 2022-11-23T03:00:24.4120683Z test_op_has_batch_rule_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.009s) 2022-11-23T03:00:24.4121224Z test_op_has_batch_rule_to_sparse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4121677Z test_op_has_batch_rule_topk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:00:24.4122191Z test_op_has_batch_rule_trace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-11-23T03:00:24.4124974Z test_op_has_batch_rule_transpose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.176s) 2022-11-23T03:00:24.4125477Z test_op_has_batch_rule_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:00:24.4125950Z test_op_has_batch_rule_trapz_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:00:24.4127082Z test_op_has_batch_rule_triangular_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:29: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T03:00:24.4127593Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T03:00:24.4127872Z X = torch.triangular_solve(B, A).solution 2022-11-23T03:00:24.4128081Z should be replaced with 2022-11-23T03:00:24.4128775Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T03:00:24.4129150Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-11-23T03:00:24.4131177Z ok (0.136s) 2022-11-23T03:00:24.4131459Z test_op_has_batch_rule_tril_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.4131717Z test_op_has_batch_rule_triu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.4131959Z test_op_has_batch_rule_true_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-11-23T03:00:24.4132190Z test_op_has_batch_rule_trunc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4132596Z test_op_has_batch_rule_unbind_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-11-23T03:00:24.4132833Z test_op_has_batch_rule_unflatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:00:24.4133076Z test_op_has_batch_rule_unfold_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.108s) 2022-11-23T03:00:24.4133303Z test_op_has_batch_rule_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.092s) 2022-11-23T03:00:24.4133565Z test_op_has_batch_rule_uniform_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.4133838Z test_op_has_batch_rule_unique_consecutive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.4134093Z test_op_has_batch_rule_unique_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.021s) 2022-11-23T03:00:24.4134336Z test_op_has_batch_rule_unsqueeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:00:24.4134565Z test_op_has_batch_rule_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:00:24.4134802Z test_op_has_batch_rule_var_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.070s) 2022-11-23T03:00:24.4135050Z test_op_has_batch_rule_vdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-11-23T03:00:24.4135316Z test_op_has_batch_rule_view_as_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.4135633Z test_op_has_batch_rule_view_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-11-23T03:00:24.4137083Z test_op_has_batch_rule_view_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:00:24.4137808Z test_op_has_batch_rule_view_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:00:24.4138053Z test_op_has_batch_rule_vsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:00:24.4138285Z test_op_has_batch_rule_vstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.087s) 2022-11-23T03:00:24.4138516Z test_op_has_batch_rule_where_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.138s) 2022-11-23T03:00:24.4138747Z test_op_has_batch_rule_xlogy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.125s) 2022-11-23T03:00:24.4138956Z test_op_has_batch_rule_zero__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.4139214Z test_op_has_batch_rule_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-11-23T03:00:24.4139450Z test_op_has_batch_rule_zeros_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:00:24.4139648Z test_slogdet_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:00:24.4139881Z test_torch_return_types_returns_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:00:24.4140105Z test_vmap_exhaustive_H_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.4140332Z test_vmap_exhaustive_T_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.4140594Z test_vmap_exhaustive___getitem___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.088s) 2022-11-23T03:00:24.4140855Z test_vmap_exhaustive___getitem___functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.395s) 2022-11-23T03:00:24.4141088Z test_vmap_exhaustive___radd___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:00:24.4141319Z test_vmap_exhaustive___rdiv___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.071s) 2022-11-23T03:00:24.4141557Z test_vmap_exhaustive___rmatmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.127s) 2022-11-23T03:00:24.4141916Z test_vmap_exhaustive___rmod___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:00:24.4142143Z test_vmap_exhaustive___rmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:00:24.4144683Z test_vmap_exhaustive___rpow___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:849: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::detach_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4144892Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T03:00:24.4145006Z expected failure (0.005s) 2022-11-23T03:00:24.4145247Z test_vmap_exhaustive___rsub___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.064s) 2022-11-23T03:00:24.4145526Z test_vmap_exhaustive__softmax_backward_data_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:00:24.4147052Z test_vmap_exhaustive_abs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::absolute_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4147267Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4147983Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::absolute_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4148103Z return op(*args, **kwargs) 2022-11-23T03:00:24.4148191Z ok (0.021s) 2022-11-23T03:00:24.4150780Z test_vmap_exhaustive_acos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccos_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4150957Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4151668Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccos_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4151786Z return op(*args, **kwargs) 2022-11-23T03:00:24.4151873Z ok (0.036s) 2022-11-23T03:00:24.4152727Z test_vmap_exhaustive_acosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccosh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4152878Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4153722Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccosh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4153832Z return op(*args, **kwargs) 2022-11-23T03:00:24.4153917Z ok (0.050s) 2022-11-23T03:00:24.4154150Z test_vmap_exhaustive_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.131s) 2022-11-23T03:00:24.4155010Z test_vmap_exhaustive_addbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4156818Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4157559Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4157668Z return op(*args, **kwargs) 2022-11-23T03:00:24.4157858Z ok (0.177s) 2022-11-23T03:00:24.4158795Z test_vmap_exhaustive_addcdiv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcdiv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4158957Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4159659Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcdiv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4159769Z return op(*args, **kwargs) 2022-11-23T03:00:24.4159854Z ok (0.276s) 2022-11-23T03:00:24.4160702Z test_vmap_exhaustive_addcmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcmul_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4160855Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4161543Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcmul_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4163342Z return op(*args, **kwargs) 2022-11-23T03:00:24.4163442Z ok (0.266s) 2022-11-23T03:00:24.4164302Z test_vmap_exhaustive_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4164583Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4165292Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4165403Z return op(*args, **kwargs) 2022-11-23T03:00:24.4165489Z ok (0.067s) 2022-11-23T03:00:24.4165744Z test_vmap_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:00:24.4166593Z test_vmap_exhaustive_addmv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4166743Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4167516Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4167651Z return op(*args, **kwargs) 2022-11-23T03:00:24.4167737Z ok (0.136s) 2022-11-23T03:00:24.4170229Z test_vmap_exhaustive_addr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addr_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4170405Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4171103Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addr_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4171218Z return op(*args, **kwargs) 2022-11-23T03:00:24.4171304Z ok (0.138s) 2022-11-23T03:00:24.4172153Z test_vmap_exhaustive_all_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4172304Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4172985Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4173220Z return op(*args, **kwargs) 2022-11-23T03:00:24.4173949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all.dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4174101Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4176430Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all.dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4176565Z return op(*args, **kwargs) 2022-11-23T03:00:24.4176652Z ok (0.060s) 2022-11-23T03:00:24.4176916Z test_vmap_exhaustive_allclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4177147Z test_vmap_exhaustive_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.083s) 2022-11-23T03:00:24.4177367Z test_vmap_exhaustive_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.087s) 2022-11-23T03:00:24.4177702Z test_vmap_exhaustive_aminmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:00:24.4177962Z test_vmap_exhaustive_angle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:00:24.4178810Z test_vmap_exhaustive_any_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4178966Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4179658Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4179769Z return op(*args, **kwargs) 2022-11-23T03:00:24.4179855Z ok (0.052s) 2022-11-23T03:00:24.4180116Z test_vmap_exhaustive_arange_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4180351Z test_vmap_exhaustive_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:00:24.4180575Z test_vmap_exhaustive_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:00:24.4182457Z test_vmap_exhaustive_argsort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.118s) 2022-11-23T03:00:24.4183347Z test_vmap_exhaustive_argwhere_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::argwhere. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4183624Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4184333Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::argwhere. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4184442Z return op(*args, **kwargs) 2022-11-23T03:00:24.4184529Z ok (0.027s) 2022-11-23T03:00:24.4185395Z test_vmap_exhaustive_as_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4185552Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4186258Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4186371Z return op(*args, **kwargs) 2022-11-23T03:00:24.4186562Z expected failure (0.012s) 2022-11-23T03:00:24.4189160Z test_vmap_exhaustive_as_strided_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:10711: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4189389Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-11-23T03:00:24.4189476Z ok (0.064s) 2022-11-23T03:00:24.4190333Z test_vmap_exhaustive_asin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsin_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4190484Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4191183Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsin_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4191293Z return op(*args, **kwargs) 2022-11-23T03:00:24.4191379Z ok (0.016s) 2022-11-23T03:00:24.4192236Z test_vmap_exhaustive_asinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsinh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4192511Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4193215Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsinh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4193324Z return op(*args, **kwargs) 2022-11-23T03:00:24.4193409Z ok (0.010s) 2022-11-23T03:00:24.4195886Z test_vmap_exhaustive_atan2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4196052Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4196751Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4196862Z return op(*args, **kwargs) 2022-11-23T03:00:24.4197679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4197858Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4198558Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4198668Z return op(*args, **kwargs) 2022-11-23T03:00:24.4198754Z ok (0.220s) 2022-11-23T03:00:24.4199620Z test_vmap_exhaustive_atan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4199778Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4202109Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4202224Z return op(*args, **kwargs) 2022-11-23T03:00:24.4202297Z ok (0.018s) 2022-11-23T03:00:24.4203172Z test_vmap_exhaustive_atanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctanh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4203451Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4204161Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctanh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4204277Z return op(*args, **kwargs) 2022-11-23T03:00:24.4204363Z ok (0.017s) 2022-11-23T03:00:24.4204604Z test_vmap_exhaustive_atleast_1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.199s) 2022-11-23T03:00:24.4204832Z test_vmap_exhaustive_atleast_2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.204s) 2022-11-23T03:00:24.4205075Z test_vmap_exhaustive_atleast_3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.248s) 2022-11-23T03:00:24.4205943Z test_vmap_exhaustive_baddbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::baddbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4207773Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4208539Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::baddbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4208656Z return op(*args, **kwargs) 2022-11-23T03:00:24.4208743Z ok (0.142s) 2022-11-23T03:00:24.4209008Z test_vmap_exhaustive_bernoulli_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.007s) 2022-11-23T03:00:24.4209248Z test_vmap_exhaustive_bfloat16_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.014s) 2022-11-23T03:00:24.4209522Z test_vmap_exhaustive_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4209765Z test_vmap_exhaustive_block_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.106s) 2022-11-23T03:00:24.4209996Z test_vmap_exhaustive_bmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:00:24.4210249Z test_vmap_exhaustive_bool_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.018s) 2022-11-23T03:00:24.4210522Z test_vmap_exhaustive_bool_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:00:24.4210794Z test_vmap_exhaustive_broadcast_shapes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.000s) 2022-11-23T03:00:24.4211045Z test_vmap_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:00:24.4211286Z test_vmap_exhaustive_broadcast_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:00:24.4212172Z test_vmap_exhaustive_bucketize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bucketize.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4212447Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4214821Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bucketize.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4214946Z return op(*args, **kwargs) 2022-11-23T03:00:24.4215032Z ok (0.208s) 2022-11-23T03:00:24.4215287Z test_vmap_exhaustive_byte_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.041s) 2022-11-23T03:00:24.4215557Z test_vmap_exhaustive_byte_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4215813Z test_vmap_exhaustive_cartesian_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:00:24.4216040Z test_vmap_exhaustive_cat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.253s) 2022-11-23T03:00:24.4216271Z test_vmap_exhaustive_cdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (2.003s) 2022-11-23T03:00:24.4216526Z test_vmap_exhaustive_cdouble_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-11-23T03:00:24.4216750Z test_vmap_exhaustive_ceil_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:00:24.4217100Z test_vmap_exhaustive_cfloat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.020s) 2022-11-23T03:00:24.4218030Z test_vmap_exhaustive_chalf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14387: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::chalf. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4218190Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T03:00:24.4218278Z ok (0.023s) 2022-11-23T03:00:24.4218531Z test_vmap_exhaustive_char_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.018s) 2022-11-23T03:00:24.4218803Z test_vmap_exhaustive_char_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4220653Z test_vmap_exhaustive_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:00:24.4220921Z test_vmap_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:00:24.4221173Z test_vmap_exhaustive_cholesky_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.102s) 2022-11-23T03:00:24.4221405Z test_vmap_exhaustive_chunk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:00:24.4222267Z test_vmap_exhaustive_clamp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clamp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4222420Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4223124Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clamp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4223362Z return op(*args, **kwargs) 2022-11-23T03:00:24.4224099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clip_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4224250Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4224950Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clip_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4225065Z return op(*args, **kwargs) 2022-11-23T03:00:24.4225152Z ok (0.210s) 2022-11-23T03:00:24.4227027Z test_vmap_exhaustive_clamp_max_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-11-23T03:00:24.4227301Z test_vmap_exhaustive_clamp_min_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4227633Z test_vmap_exhaustive_clone_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4227919Z test_vmap_exhaustive_column_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4228165Z test_vmap_exhaustive_combinations_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.143s) 2022-11-23T03:00:24.4229056Z test_vmap_exhaustive_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4229174Z return self.op(*args, **kwargs) 2022-11-23T03:00:24.4229902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4230056Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4230752Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4230862Z return op(*args, **kwargs) 2022-11-23T03:00:24.4230949Z ok (0.101s) 2022-11-23T03:00:24.4231183Z test_vmap_exhaustive_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4233676Z test_vmap_exhaustive_conj_physical_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::conj_physical_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4233965Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4234686Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::conj_physical_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4234798Z return op(*args, **kwargs) 2022-11-23T03:00:24.4234883Z ok (0.010s) 2022-11-23T03:00:24.4235134Z test_vmap_exhaustive_constant_pad_nd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.186s) 2022-11-23T03:00:24.4235376Z test_vmap_exhaustive_contiguous_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4236250Z test_vmap_exhaustive_copysign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4236399Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4237183Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4237322Z return op(*args, **kwargs) 2022-11-23T03:00:24.4239693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4239872Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4240593Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4240708Z return op(*args, **kwargs) 2022-11-23T03:00:24.4240795Z ok (0.108s) 2022-11-23T03:00:24.4241035Z test_vmap_exhaustive_corrcoef_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.4241266Z test_vmap_exhaustive_cos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.4241494Z test_vmap_exhaustive_cosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4242364Z test_vmap_exhaustive_count_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::count_nonzero. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4242642Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4243355Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::count_nonzero. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4243466Z return op(*args, **kwargs) 2022-11-23T03:00:24.4243552Z ok (0.082s) 2022-11-23T03:00:24.4243783Z test_vmap_exhaustive_cov_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.329s) 2022-11-23T03:00:24.4244039Z test_vmap_exhaustive_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.026s) 2022-11-23T03:00:24.4244270Z test_vmap_exhaustive_cummax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4246146Z test_vmap_exhaustive_cummin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:00:24.4247031Z test_vmap_exhaustive_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4247279Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4248003Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4248118Z return op(*args, **kwargs) 2022-11-23T03:00:24.4248204Z ok (0.093s) 2022-11-23T03:00:24.4249055Z test_vmap_exhaustive_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumsum_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4249208Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4249943Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumsum_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4250063Z return op(*args, **kwargs) 2022-11-23T03:00:24.4250148Z ok (0.038s) 2022-11-23T03:00:24.4250407Z test_vmap_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.064s) 2022-11-23T03:00:24.4250642Z test_vmap_exhaustive_deg2rad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.4252558Z test_vmap_exhaustive_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.071s) 2022-11-23T03:00:24.4252817Z test_vmap_exhaustive_diag_embed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.067s) 2022-11-23T03:00:24.4253681Z test_vmap_exhaustive_diagflat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4254509Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4255223Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4255338Z return op(*args, **kwargs) 2022-11-23T03:00:24.4255424Z ok (0.028s) 2022-11-23T03:00:24.4255671Z test_vmap_exhaustive_diagonal_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.067s) 2022-11-23T03:00:24.4255916Z test_vmap_exhaustive_diagonal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.113s) 2022-11-23T03:00:24.4256169Z test_vmap_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.125s) 2022-11-23T03:00:24.4256397Z test_vmap_exhaustive_diff_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.774s) 2022-11-23T03:00:24.4256632Z test_vmap_exhaustive_digamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:00:24.4256858Z test_vmap_exhaustive_dist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.393s) 2022-11-23T03:00:24.4259545Z test_vmap_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::div_.Tensor_mode. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4259741Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4260466Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::div_.Tensor_mode. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4260578Z return op(*args, **kwargs) 2022-11-23T03:00:24.4260664Z ok (0.204s) 2022-11-23T03:00:24.4260920Z test_vmap_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.204s) 2022-11-23T03:00:24.4261168Z test_vmap_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.216s) 2022-11-23T03:00:24.4261399Z test_vmap_exhaustive_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4261656Z test_vmap_exhaustive_double_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-11-23T03:00:24.4291758Z test_vmap_exhaustive_double_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4292275Z test_vmap_exhaustive_dsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:00:24.4292711Z test_vmap_exhaustive_dstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.060s) 2022-11-23T03:00:24.4292946Z test_vmap_exhaustive_einsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-11-23T03:00:24.4293205Z test_vmap_exhaustive_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4293634Z test_vmap_exhaustive_empty_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4293859Z test_vmap_exhaustive_eq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:00:24.4294111Z test_vmap_exhaustive_equal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4294341Z test_vmap_exhaustive_erf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:00:24.4294570Z test_vmap_exhaustive_erfc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4294807Z test_vmap_exhaustive_erfinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4295036Z test_vmap_exhaustive_exp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4295263Z test_vmap_exhaustive_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4295508Z test_vmap_exhaustive_expand_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.4295740Z test_vmap_exhaustive_expand_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:00:24.4295970Z test_vmap_exhaustive_expm1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4296224Z test_vmap_exhaustive_eye_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4298114Z test_vmap_exhaustive_fft_fft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:00:24.4298487Z test_vmap_exhaustive_fft_fft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:00:24.4298739Z test_vmap_exhaustive_fft_fftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:00:24.4298985Z test_vmap_exhaustive_fft_fftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.4299228Z test_vmap_exhaustive_fft_hfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:00:24.4299455Z test_vmap_exhaustive_fft_hfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:00:24.4299683Z test_vmap_exhaustive_fft_hfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:00:24.4299890Z test_vmap_exhaustive_fft_ifft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.4300123Z test_vmap_exhaustive_fft_ifft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:00:24.4300362Z test_vmap_exhaustive_fft_ifftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:00:24.4300607Z test_vmap_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4301512Z test_vmap_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4301670Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4302382Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4302495Z return op(*args, **kwargs) 2022-11-23T03:00:24.4302565Z ok (0.038s) 2022-11-23T03:00:24.4304543Z test_vmap_exhaustive_fft_ihfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:00:24.4305461Z test_vmap_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4305621Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4306331Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4306448Z return op(*args, **kwargs) 2022-11-23T03:00:24.4306534Z ok (0.045s) 2022-11-23T03:00:24.4306758Z test_vmap_exhaustive_fft_irfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:00:24.4306997Z test_vmap_exhaustive_fft_irfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:00:24.4307232Z test_vmap_exhaustive_fft_irfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:00:24.4307566Z test_vmap_exhaustive_fft_rfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:00:24.4307827Z test_vmap_exhaustive_fft_rfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:00:24.4308065Z test_vmap_exhaustive_fft_rfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:00:24.4308299Z test_vmap_exhaustive_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:00:24.4308535Z test_vmap_exhaustive_flatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.4308763Z test_vmap_exhaustive_flip_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:00:24.4308995Z test_vmap_exhaustive_fliplr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4310385Z test_vmap_exhaustive_flipud_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:00:24.4311132Z test_vmap_exhaustive_float_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.015s) 2022-11-23T03:00:24.4311413Z test_vmap_exhaustive_float_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4311655Z test_vmap_exhaustive_float_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.092s) 2022-11-23T03:00:24.4311890Z test_vmap_exhaustive_floor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:00:24.4312783Z test_vmap_exhaustive_floor_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::floor_divide_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4312941Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4313661Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::floor_divide_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4313904Z return op(*args, **kwargs) 2022-11-23T03:00:24.4313990Z ok (0.142s) 2022-11-23T03:00:24.4314225Z test_vmap_exhaustive_fmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.104s) 2022-11-23T03:00:24.4314456Z test_vmap_exhaustive_fmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:00:24.4315313Z test_vmap_exhaustive_fmod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fmod_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4315471Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4317796Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fmod_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4317924Z return op(*args, **kwargs) 2022-11-23T03:00:24.4318013Z ok (0.109s) 2022-11-23T03:00:24.4318351Z test_vmap_exhaustive_frac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4318608Z test_vmap_exhaustive_frexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4318864Z test_vmap_exhaustive_full_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4319109Z test_vmap_exhaustive_full_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.4319344Z test_vmap_exhaustive_gather_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-11-23T03:00:24.4319571Z test_vmap_exhaustive_ge_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.123s) 2022-11-23T03:00:24.4319800Z test_vmap_exhaustive_geqrf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.191s) 2022-11-23T03:00:24.4320039Z test_vmap_exhaustive_gradient_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.113s) 2022-11-23T03:00:24.4320291Z test_vmap_exhaustive_grid_sampler_2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.150s) 2022-11-23T03:00:24.4320518Z test_vmap_exhaustive_gt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.124s) 2022-11-23T03:00:24.4320753Z test_vmap_exhaustive_half_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-11-23T03:00:24.4321028Z test_vmap_exhaustive_half_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4321922Z test_vmap_exhaustive_heaviside_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::heaviside_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4322079Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4322789Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::heaviside_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4322998Z return op(*args, **kwargs) 2022-11-23T03:00:24.4323088Z ok (0.095s) 2022-11-23T03:00:24.4323947Z test_vmap_exhaustive_histc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histc. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4324102Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4324800Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histc. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4324918Z return op(*args, **kwargs) 2022-11-23T03:00:24.4325006Z ok (0.533s) 2022-11-23T03:00:24.4325245Z test_vmap_exhaustive_hsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:00:24.4325479Z test_vmap_exhaustive_hstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:00:24.4326404Z test_vmap_exhaustive_hypot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::hypot_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4326582Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4329078Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::hypot_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4329215Z return op(*args, **kwargs) 2022-11-23T03:00:24.4329304Z ok (0.105s) 2022-11-23T03:00:24.4329540Z test_vmap_exhaustive_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4330397Z test_vmap_exhaustive_igamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4330554Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4331261Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4331371Z return op(*args, **kwargs) 2022-11-23T03:00:24.4331454Z ok (0.160s) 2022-11-23T03:00:24.4332308Z test_vmap_exhaustive_igammac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igammac_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4332596Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4333305Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igammac_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4333416Z return op(*args, **kwargs) 2022-11-23T03:00:24.4333508Z ok (0.159s) 2022-11-23T03:00:24.4334363Z test_vmap_exhaustive_index_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4334518Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4335863Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4336030Z return op(*args, **kwargs) 2022-11-23T03:00:24.4336123Z ok (0.338s) 2022-11-23T03:00:24.4336990Z test_vmap_exhaustive_index_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_copy_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4337143Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4337850Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_copy_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4337965Z return op(*args, **kwargs) 2022-11-23T03:00:24.4338051Z ok (0.095s) 2022-11-23T03:00:24.4338926Z test_vmap_exhaustive_index_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4339079Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4339796Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4340013Z return op(*args, **kwargs) 2022-11-23T03:00:24.4340751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill_.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4340904Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4341611Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill_.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4341726Z return op(*args, **kwargs) 2022-11-23T03:00:24.4341812Z ok (0.043s) 2022-11-23T03:00:24.4342076Z test_vmap_exhaustive_index_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.044s) 2022-11-23T03:00:24.4342333Z test_vmap_exhaustive_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.293s) 2022-11-23T03:00:24.4343277Z test_vmap_exhaustive_index_reduce_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4343450Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4345901Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4346036Z return op(*args, **kwargs) 2022-11-23T03:00:24.4346772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4346930Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4347616Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4347726Z return op(*args, **kwargs) 2022-11-23T03:00:24.4347814Z ok (1.132s) 2022-11-23T03:00:24.4348067Z test_vmap_exhaustive_index_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:00:24.4348303Z test_vmap_exhaustive_inner_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:00:24.4348557Z test_vmap_exhaustive_int_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-11-23T03:00:24.4348957Z test_vmap_exhaustive_int_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:00:24.4349883Z test_vmap_exhaustive_isclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4350012Z return self.op(*args, **kwargs) 2022-11-23T03:00:24.4350719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4350872Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4351570Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4351682Z return op(*args, **kwargs) 2022-11-23T03:00:24.4351851Z ok (0.226s) 2022-11-23T03:00:24.4352111Z test_vmap_exhaustive_isfinite_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:00:24.4352972Z test_vmap_exhaustive_isin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isin.Tensor_Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4353130Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4353846Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isin.Tensor_Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4353956Z return op(*args, **kwargs) 2022-11-23T03:00:24.4354041Z ok (0.025s) 2022-11-23T03:00:24.4354277Z test_vmap_exhaustive_isinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:00:24.4354516Z test_vmap_exhaustive_isnan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4354757Z test_vmap_exhaustive_isneginf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:00:24.4354989Z test_vmap_exhaustive_isposinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:00:24.4355224Z test_vmap_exhaustive_isreal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:00:24.4355513Z test_vmap_exhaustive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4355808Z test_vmap_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4356081Z test_vmap_exhaustive_jiterator_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-11-23T03:00:24.4356472Z test_vmap_exhaustive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-11-23T03:00:24.4356741Z test_vmap_exhaustive_jiterator_unary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4356969Z test_vmap_exhaustive_kron_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.4357203Z test_vmap_exhaustive_kthvalue_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.060s) 2022-11-23T03:00:24.4358059Z test_vmap_exhaustive_ldexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ldexp_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4358216Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4358915Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ldexp_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4359027Z return op(*args, **kwargs) 2022-11-23T03:00:24.4359113Z ok (0.114s) 2022-11-23T03:00:24.4359413Z test_vmap_exhaustive_le_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.122s) 2022-11-23T03:00:24.4360277Z test_vmap_exhaustive_lerp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4360433Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4361145Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4361255Z return op(*args, **kwargs) 2022-11-23T03:00:24.4361974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4362128Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4362812Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4362926Z return op(*args, **kwargs) 2022-11-23T03:00:24.4363013Z ok (0.237s) 2022-11-23T03:00:24.4363251Z test_vmap_exhaustive_lgamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:00:24.4363588Z test_vmap_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-11-23T03:00:24.4363838Z test_vmap_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.088s) 2022-11-23T03:00:24.4364079Z test_vmap_exhaustive_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4364320Z test_vmap_exhaustive_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:00:24.4364562Z test_vmap_exhaustive_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.084s) 2022-11-23T03:00:24.4364820Z test_vmap_exhaustive_linalg_det_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.342s) 2022-11-23T03:00:24.4365057Z test_vmap_exhaustive_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:00:24.4365318Z test_vmap_exhaustive_linalg_eigh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:00:24.4365569Z test_vmap_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:00:24.4365813Z test_vmap_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:00:24.4366082Z test_vmap_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.155s) 2022-11-23T03:00:24.4366316Z test_vmap_exhaustive_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.084s) 2022-11-23T03:00:24.4366633Z test_vmap_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:00:24.4367534Z test_vmap_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4367693Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4368410Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4368524Z return op(*args, **kwargs) 2022-11-23T03:00:24.4368611Z ok (0.031s) 2022-11-23T03:00:24.4368866Z test_vmap_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.4369745Z test_vmap_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4369903Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4370609Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4370807Z return op(*args, **kwargs) 2022-11-23T03:00:24.4370893Z ok (0.315s) 2022-11-23T03:00:24.4371140Z test_vmap_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.209s) 2022-11-23T03:00:24.4371404Z test_vmap_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.116s) 2022-11-23T03:00:24.4372265Z test_vmap_exhaustive_linalg_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4372423Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4373124Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4373237Z return op(*args, **kwargs) 2022-11-23T03:00:24.4373323Z ok (0.319s) 2022-11-23T03:00:24.4374270Z test_vmap_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4374441Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4376346Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4376952Z return op(*args, **kwargs) 2022-11-23T03:00:24.4377049Z ok (0.293s) 2022-11-23T03:00:24.4377316Z test_vmap_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.264s) 2022-11-23T03:00:24.4377566Z test_vmap_exhaustive_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.418s) 2022-11-23T03:00:24.4377817Z test_vmap_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.344s) 2022-11-23T03:00:24.4378070Z test_vmap_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.166s) 2022-11-23T03:00:24.4378323Z test_vmap_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.326s) 2022-11-23T03:00:24.4378592Z test_vmap_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:00:24.4378838Z test_vmap_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.162s) 2022-11-23T03:00:24.4379080Z test_vmap_exhaustive_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.406s) 2022-11-23T03:00:24.4379358Z test_vmap_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.305s) 2022-11-23T03:00:24.4379581Z test_vmap_exhaustive_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.119s) 2022-11-23T03:00:24.4379840Z test_vmap_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:00:24.4380310Z test_vmap_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:00:24.4380549Z test_vmap_exhaustive_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.199s) 2022-11-23T03:00:24.4380796Z test_vmap_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-11-23T03:00:24.4381038Z test_vmap_exhaustive_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.147s) 2022-11-23T03:00:24.4381287Z test_vmap_exhaustive_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.197s) 2022-11-23T03:00:24.4381546Z test_vmap_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.969s) 2022-11-23T03:00:24.4381785Z test_vmap_exhaustive_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.483s) 2022-11-23T03:00:24.4382033Z test_vmap_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.110s) 2022-11-23T03:00:24.4382281Z test_vmap_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:00:24.4383252Z test_vmap_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4383426Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4384147Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4384261Z return op(*args, **kwargs) 2022-11-23T03:00:24.4384349Z ok (0.062s) 2022-11-23T03:00:24.4385226Z test_vmap_exhaustive_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4385381Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4386090Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4386200Z return op(*args, **kwargs) 2022-11-23T03:00:24.4386287Z ok (0.047s) 2022-11-23T03:00:24.4387163Z test_vmap_exhaustive_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4387419Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4388130Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4388243Z return op(*args, **kwargs) 2022-11-23T03:00:24.4388311Z ok (0.339s) 2022-11-23T03:00:24.4388568Z test_vmap_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.643s) 2022-11-23T03:00:24.4388833Z test_vmap_exhaustive_linspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.4389064Z test_vmap_exhaustive_log10_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4389301Z test_vmap_exhaustive_log1p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:00:24.4389528Z test_vmap_exhaustive_log2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:00:24.4389755Z test_vmap_exhaustive_log_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.4389997Z test_vmap_exhaustive_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-11-23T03:00:24.4390325Z test_vmap_exhaustive_log_softmax_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.068s) 2022-11-23T03:00:24.4390585Z test_vmap_exhaustive_logaddexp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4390824Z test_vmap_exhaustive_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4391067Z test_vmap_exhaustive_logcumsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.4391303Z test_vmap_exhaustive_logdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:00:24.4391544Z test_vmap_exhaustive_logical_and_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-11-23T03:00:24.4391780Z test_vmap_exhaustive_logical_not_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:00:24.4392018Z test_vmap_exhaustive_logical_or_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:00:24.4392254Z test_vmap_exhaustive_logical_xor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:00:24.4392482Z test_vmap_exhaustive_logit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:00:24.4392740Z test_vmap_exhaustive_logspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4392984Z test_vmap_exhaustive_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.156s) 2022-11-23T03:00:24.4393233Z test_vmap_exhaustive_long_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.018s) 2022-11-23T03:00:24.4393500Z test_vmap_exhaustive_long_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:00:24.4393710Z test_vmap_exhaustive_lt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.127s) 2022-11-23T03:00:24.4393929Z test_vmap_exhaustive_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.251s) 2022-11-23T03:00:24.4394789Z test_vmap_exhaustive_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4395026Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4395718Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4395832Z return op(*args, **kwargs) 2022-11-23T03:00:24.4395910Z ok (0.387s) 2022-11-23T03:00:24.4396752Z test_vmap_exhaustive_lu_unpack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4396905Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4397665Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4397787Z return op(*args, **kwargs) 2022-11-23T03:00:24.4397866Z ok (0.555s) 2022-11-23T03:00:24.4398098Z test_vmap_exhaustive_mH_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:00:24.4398319Z test_vmap_exhaustive_mT_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.4398546Z test_vmap_exhaustive_masked_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.477s) 2022-11-23T03:00:24.4398783Z test_vmap_exhaustive_masked_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.474s) 2022-11-23T03:00:24.4399022Z test_vmap_exhaustive_masked_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.289s) 2022-11-23T03:00:24.4399260Z test_vmap_exhaustive_masked_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.300s) 2022-11-23T03:00:24.4399507Z test_vmap_exhaustive_masked_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.064s) 2022-11-23T03:00:24.4399743Z test_vmap_exhaustive_masked_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:00:24.4400648Z test_vmap_exhaustive_masked_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4400771Z return self.op(*args, **kwargs) 2022-11-23T03:00:24.4401516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4401661Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4402368Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4402569Z return op(*args, **kwargs) 2022-11-23T03:00:24.4403302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4403449Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4404151Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4404256Z return op(*args, **kwargs) 2022-11-23T03:00:24.4404336Z ok (0.232s) 2022-11-23T03:00:24.4404596Z test_vmap_exhaustive_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:00:24.4404919Z test_vmap_exhaustive_masked_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.091s) 2022-11-23T03:00:24.4405183Z test_vmap_exhaustive_masked_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.152s) 2022-11-23T03:00:24.4405428Z test_vmap_exhaustive_masked_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.585s) 2022-11-23T03:00:24.4405671Z test_vmap_exhaustive_masked_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.663s) 2022-11-23T03:00:24.4405909Z test_vmap_exhaustive_masked_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.093s) 2022-11-23T03:00:24.4406140Z test_vmap_exhaustive_masked_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (2.394s) 2022-11-23T03:00:24.4406377Z test_vmap_exhaustive_masked_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.161s) 2022-11-23T03:00:24.4406613Z test_vmap_exhaustive_masked_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.515s) 2022-11-23T03:00:24.4407482Z test_vmap_exhaustive_masked_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4407630Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4408332Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4408445Z return op(*args, **kwargs) 2022-11-23T03:00:24.4409170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4409399Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4410096Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4410200Z return op(*args, **kwargs) 2022-11-23T03:00:24.4410278Z ok (0.128s) 2022-11-23T03:00:24.4410543Z test_vmap_exhaustive_masked_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-11-23T03:00:24.4410785Z test_vmap_exhaustive_masked_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.088s) 2022-11-23T03:00:24.4411027Z test_vmap_exhaustive_masked_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.088s) 2022-11-23T03:00:24.4411256Z test_vmap_exhaustive_masked_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.818s) 2022-11-23T03:00:24.4411483Z test_vmap_exhaustive_masked_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.480s) 2022-11-23T03:00:24.4411702Z test_vmap_exhaustive_masked_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.808s) 2022-11-23T03:00:24.4411925Z test_vmap_exhaustive_matmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.230s) 2022-11-23T03:00:24.4412855Z test_vmap_exhaustive_matrix_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4413024Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4413725Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4413832Z return op(*args, **kwargs) 2022-11-23T03:00:24.4413919Z ok (0.075s) 2022-11-23T03:00:24.4414151Z test_vmap_exhaustive_max_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.126s) 2022-11-23T03:00:24.4414416Z test_vmap_exhaustive_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (7.333s) 2022-11-23T03:00:24.4414666Z test_vmap_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:00:24.4414920Z test_vmap_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:00:24.4415148Z test_vmap_exhaustive_maximum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.067s) 2022-11-23T03:00:24.4415371Z test_vmap_exhaustive_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:00:24.4415601Z test_vmap_exhaustive_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.069s) 2022-11-23T03:00:24.4415856Z test_vmap_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.269s) 2022-11-23T03:00:24.4416114Z test_vmap_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.254s) 2022-11-23T03:00:24.4416963Z test_vmap_exhaustive_min_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.132s) 2022-11-23T03:00:24.4417350Z test_vmap_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:00:24.4417845Z test_vmap_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.4418305Z test_vmap_exhaustive_minimum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-11-23T03:00:24.4418733Z test_vmap_exhaustive_mm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:00:24.4419192Z test_vmap_exhaustive_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:00:24.4419655Z test_vmap_exhaustive_movedim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:00:24.4420116Z test_vmap_exhaustive_msort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4420564Z test_vmap_exhaustive_mul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.203s) 2022-11-23T03:00:24.4421087Z test_vmap_exhaustive_multinomial_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.033s) 2022-11-23T03:00:24.4421544Z test_vmap_exhaustive_mv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:00:24.4422050Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.148s) 2022-11-23T03:00:24.4422546Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.129s) 2022-11-23T03:00:24.4423222Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.123s) 2022-11-23T03:00:24.4423708Z test_vmap_exhaustive_nan_to_num_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.4425366Z test_vmap_exhaustive_nanmean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4425703Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4427075Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4427325Z return op(*args, **kwargs) 2022-11-23T03:00:24.4427500Z ok (0.167s) 2022-11-23T03:00:24.4427972Z test_vmap_exhaustive_nanmedian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.071s) 2022-11-23T03:00:24.4429664Z test_vmap_exhaustive_nanquantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4430001Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4431386Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4434173Z return op(*args, **kwargs) 2022-11-23T03:00:24.4435625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4435966Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4437339Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4437590Z return op(*args, **kwargs) 2022-11-23T03:00:24.4437748Z ok (0.763s) 2022-11-23T03:00:24.4439529Z test_vmap_exhaustive_nansum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4439880Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4441216Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4441473Z return op(*args, **kwargs) 2022-11-23T03:00:24.4441646Z ok (0.168s) 2022-11-23T03:00:24.4442129Z test_vmap_exhaustive_narrow_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:00:24.4442645Z test_vmap_exhaustive_narrow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.033s) 2022-11-23T03:00:24.4443203Z test_vmap_exhaustive_native_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-11-23T03:00:24.4444652Z test_vmap_exhaustive_native_dropout_backward_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4445815Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4447013Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4448158Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4449477Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4450714Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4451857Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4453017Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4454325Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4455487Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4456626Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4457799Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4459030Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4460200Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4461361Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4462513Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4463835Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4465031Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4466195Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4467354Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4468641Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4469814Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4470961Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4472105Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4473267Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4474411Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4475560Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4476868Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4478017Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4479166Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4480322Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4481619Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4482796Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4483951Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4485124Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4486280Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4487438Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4488586Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4489734Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4491052Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4492220Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4493367Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4494529Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4496478Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4497665Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4498843Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4500011Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4501169Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4502378Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4503542Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4504697Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4506018Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4507189Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4508354Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4509510Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4510803Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4511976Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4513144Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4514302Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4515462Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4516619Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4517771Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4519085Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4520248Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4521407Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4522589Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4523892Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4525051Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4526216Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4527368Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4528528Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4529685Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (function warnFallback) 2022-11-23T03:00:24.4529881Z ok (0.093s) 2022-11-23T03:00:24.4530376Z test_vmap_exhaustive_native_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.357s) 2022-11-23T03:00:24.4530845Z test_vmap_exhaustive_ne_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.117s) 2022-11-23T03:00:24.4532488Z test_vmap_exhaustive_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::negative_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4532986Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4536767Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::negative_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4537043Z return op(*args, **kwargs) 2022-11-23T03:00:24.4537211Z ok (0.020s) 2022-11-23T03:00:24.4537690Z test_vmap_exhaustive_new_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:00:24.4538241Z test_vmap_exhaustive_new_empty_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:00:24.4538724Z test_vmap_exhaustive_new_full_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:00:24.4539192Z test_vmap_exhaustive_new_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:00:24.4539668Z test_vmap_exhaustive_new_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:00:24.4543561Z test_vmap_exhaustive_nextafter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nextafter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4543797Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4544529Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nextafter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4544646Z return op(*args, **kwargs) 2022-11-23T03:00:24.4544736Z ok (0.107s) 2022-11-23T03:00:24.4545746Z test_vmap_exhaustive_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:7988: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_scaled_dot_product_attention. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4545860Z return op(*args, **kwargs) 2022-11-23T03:00:24.4545973Z expected failure (0.062s) 2022-11-23T03:00:24.4546252Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:00:24.4546528Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:00:24.4546800Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:00:24.4547066Z test_vmap_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:00:24.4547340Z test_vmap_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.134s) 2022-11-23T03:00:24.4547721Z test_vmap_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.127s) 2022-11-23T03:00:24.4549204Z test_vmap_exhaustive_nn_functional_alpha_dropout_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-11-23T03:00:24.4549986Z test_vmap_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:00:24.4550261Z test_vmap_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:00:24.4550511Z test_vmap_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-11-23T03:00:24.4550762Z test_vmap_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.687s) 2022-11-23T03:00:24.4551025Z test_vmap_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.641s) 2022-11-23T03:00:24.4551927Z test_vmap_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4552186Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4552918Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4553036Z return op(*args, **kwargs) 2022-11-23T03:00:24.4553124Z ok (1.177s) 2022-11-23T03:00:24.4553405Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.089s) 2022-11-23T03:00:24.4553697Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.308s) 2022-11-23T03:00:24.4553949Z test_vmap_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4554190Z test_vmap_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.386s) 2022-11-23T03:00:24.4555596Z test_vmap_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.082s) 2022-11-23T03:00:24.4556366Z test_vmap_exhaustive_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:00:24.4556679Z test_vmap_exhaustive_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.4556965Z test_vmap_exhaustive_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.4557236Z test_vmap_exhaustive_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4557524Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.4557813Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.4558092Z test_vmap_exhaustive_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:00:24.4558518Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.4558820Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4559084Z test_vmap_exhaustive_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:00:24.4559355Z test_vmap_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.339s) 2022-11-23T03:00:24.4559617Z test_vmap_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.406s) 2022-11-23T03:00:24.4559886Z test_vmap_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.371s) 2022-11-23T03:00:24.4560164Z test_vmap_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.170s) 2022-11-23T03:00:24.4560436Z test_vmap_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-11-23T03:00:24.4560697Z test_vmap_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.191s) 2022-11-23T03:00:24.4563321Z test_vmap_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2632: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ctc_loss.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4563472Z return torch.ctc_loss( 2022-11-23T03:00:24.4563558Z ok (0.339s) 2022-11-23T03:00:24.4563848Z test_vmap_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.026s) 2022-11-23T03:00:24.4564128Z test_vmap_exhaustive_nn_functional_dropout3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-11-23T03:00:24.4564406Z test_vmap_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-11-23T03:00:24.4564657Z test_vmap_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4565587Z test_vmap_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2394: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::embedding_bag.padding_idx. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4565715Z ret, _, _, _ = torch.embedding_bag( 2022-11-23T03:00:24.4566461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2108: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::embedding_renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4566656Z torch.embedding_renorm_(weight.detach(), input, max_norm, norm_type) 2022-11-23T03:00:24.4566765Z expected failure (0.085s) 2022-11-23T03:00:24.4567051Z test_vmap_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.069s) 2022-11-23T03:00:24.4569044Z test_vmap_exhaustive_nn_functional_embedding_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:00:24.4569382Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.015s) 2022-11-23T03:00:24.4569679Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-11-23T03:00:24.4569974Z test_vmap_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.000s) 2022-11-23T03:00:24.4570275Z test_vmap_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4571155Z test_vmap_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2837: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4571275Z if torch.any(var < 0): 2022-11-23T03:00:24.4571386Z expected failure (0.016s) 2022-11-23T03:00:24.4571641Z test_vmap_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.4571991Z test_vmap_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.171s) 2022-11-23T03:00:24.4572278Z test_vmap_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.248s) 2022-11-23T03:00:24.4572537Z test_vmap_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.170s) 2022-11-23T03:00:24.4572805Z test_vmap_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:00:24.4573068Z test_vmap_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.4573326Z test_vmap_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4573580Z test_vmap_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4575472Z test_vmap_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.104s) 2022-11-23T03:00:24.4576387Z test_vmap_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3234: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4576636Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-11-23T03:00:24.4576721Z ok (0.093s) 2022-11-23T03:00:24.4576986Z test_vmap_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:00:24.4577258Z test_vmap_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:00:24.4577533Z test_vmap_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:00:24.4577807Z test_vmap_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:00:24.4578207Z test_vmap_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:00:24.4578481Z test_vmap_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:00:24.4578758Z test_vmap_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:00:24.4579633Z test_vmap_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2932: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::kl_div. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4579833Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-11-23T03:00:24.4582043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T03:00:24.4582159Z warnings.warn( 2022-11-23T03:00:24.4582243Z ok (0.152s) 2022-11-23T03:00:24.4582602Z test_vmap_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:00:24.4582888Z test_vmap_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.172s) 2022-11-23T03:00:24.4583142Z test_vmap_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.069s) 2022-11-23T03:00:24.4583381Z test_vmap_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.186s) 2022-11-23T03:00:24.4583654Z test_vmap_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.070s) 2022-11-23T03:00:24.4583906Z test_vmap_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:00:24.4584844Z test_vmap_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3335: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::margin_ranking_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4585059Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-11-23T03:00:24.4585145Z ok (0.476s) 2022-11-23T03:00:24.4586026Z test_vmap_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:696: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool1d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4586242Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-11-23T03:00:24.4586326Z ok (4.641s) 2022-11-23T03:00:24.4588285Z test_vmap_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (7.302s) 2022-11-23T03:00:24.4589213Z test_vmap_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:843: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4589576Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-11-23T03:00:24.4590305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4590519Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-11-23T03:00:24.4590606Z ok (3.290s) 2022-11-23T03:00:24.4591563Z test_vmap_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:948: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4591831Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-11-23T03:00:24.4591919Z ok (1.647s) 2022-11-23T03:00:24.4592194Z test_vmap_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.299s) 2022-11-23T03:00:24.4594706Z test_vmap_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:980: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4594913Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-11-23T03:00:24.4595005Z ok (2.796s) 2022-11-23T03:00:24.4595279Z test_vmap_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.342s) 2022-11-23T03:00:24.4596167Z test_vmap_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1012: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4596377Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-11-23T03:00:24.4596463Z ok (1.019s) 2022-11-23T03:00:24.4596732Z test_vmap_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.240s) 2022-11-23T03:00:24.4596986Z test_vmap_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.4597239Z test_vmap_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:00:24.4597507Z test_vmap_exhaustive_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:00:24.4598539Z test_vmap_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3534: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4598758Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-11-23T03:00:24.4598845Z ok (0.050s) 2022-11-23T03:00:24.4601390Z test_vmap_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3393: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4601613Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-11-23T03:00:24.4601700Z ok (0.027s) 2022-11-23T03:00:24.4601989Z test_vmap_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:00:24.4602344Z test_vmap_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.535s) 2022-11-23T03:00:24.4602632Z test_vmap_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:00:24.4602903Z test_vmap_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:00:24.4603167Z test_vmap_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.188s) 2022-11-23T03:00:24.4603432Z test_vmap_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-11-23T03:00:24.4603697Z test_vmap_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:00:24.4603969Z test_vmap_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:00:24.4604849Z test_vmap_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4605007Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4606854Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4607470Z return op(*args, **kwargs) 2022-11-23T03:00:24.4607565Z ok (0.033s) 2022-11-23T03:00:24.4607836Z test_vmap_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4608109Z test_vmap_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:00:24.4608501Z test_vmap_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.775s) 2022-11-23T03:00:24.4608757Z test_vmap_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.175s) 2022-11-23T03:00:24.4609007Z test_vmap_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:00:24.4609256Z test_vmap_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4609537Z test_vmap_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.4609785Z test_vmap_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4610033Z test_vmap_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4610934Z test_vmap_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3204: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4611177Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-11-23T03:00:24.4611341Z ok (0.070s) 2022-11-23T03:00:24.4613868Z test_vmap_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3415: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4614085Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-11-23T03:00:24.4614174Z ok (0.065s) 2022-11-23T03:00:24.4614432Z test_vmap_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.4614702Z test_vmap_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.4614963Z test_vmap_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:00:24.4615221Z test_vmap_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.4615474Z test_vmap_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:00:24.4615741Z test_vmap_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.4616001Z test_vmap_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:00:24.4616909Z test_vmap_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4559: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triplet_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4617148Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-11-23T03:00:24.4617896Z ok (0.208s) 2022-11-23T03:00:24.4618199Z test_vmap_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.189s) 2022-11-23T03:00:24.4618455Z test_vmap_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.897s) 2022-11-23T03:00:24.4620414Z test_vmap_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:00:24.4620702Z test_vmap_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:00:24.4620960Z test_vmap_exhaustive_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-11-23T03:00:24.4621188Z test_vmap_exhaustive_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.164s) 2022-11-23T03:00:24.4621422Z test_vmap_exhaustive_norm_fro_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:00:24.4621656Z test_vmap_exhaustive_norm_inf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4621888Z test_vmap_exhaustive_norm_nuc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4622142Z test_vmap_exhaustive_normal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.015s) 2022-11-23T03:00:24.4622415Z test_vmap_exhaustive_normal_number_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4622761Z test_vmap_exhaustive_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4623025Z test_vmap_exhaustive_ones_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.4623328Z test_vmap_exhaustive_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-11-23T03:00:24.4623599Z test_vmap_exhaustive_ops_aten_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.830s) 2022-11-23T03:00:24.4624509Z test_vmap_exhaustive_ormqr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4624631Z return self.op(*args, **kwargs) 2022-11-23T03:00:24.4626984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4627162Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4627867Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4627979Z return op(*args, **kwargs) 2022-11-23T03:00:24.4628063Z ok (2.380s) 2022-11-23T03:00:24.4628279Z test_vmap_exhaustive_outer_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:00:24.4628548Z test_vmap_exhaustive_pca_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.4628917Z test_vmap_exhaustive_permute_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:00:24.4629152Z test_vmap_exhaustive_pinverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:00:24.4629384Z test_vmap_exhaustive_polar_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:00:24.4630276Z test_vmap_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::polygamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4630428Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4631154Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::polygamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4631263Z return op(*args, **kwargs) 2022-11-23T03:00:24.4632486Z ok (0.074s) 2022-11-23T03:00:24.4633246Z test_vmap_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:00:24.4633603Z test_vmap_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.088s) 2022-11-23T03:00:24.4633873Z test_vmap_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:00:24.4634118Z test_vmap_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:00:24.4634361Z test_vmap_exhaustive_positive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:00:24.4635220Z test_vmap_exhaustive_pow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pow_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4635374Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4636083Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pow_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4636200Z return op(*args, **kwargs) 2022-11-23T03:00:24.4636287Z ok (0.105s) 2022-11-23T03:00:24.4636516Z test_vmap_exhaustive_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.135s) 2022-11-23T03:00:24.4637362Z test_vmap_exhaustive_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4637513Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4639939Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4640063Z return op(*args, **kwargs) 2022-11-23T03:00:24.4640783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4640935Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4641634Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4641749Z return op(*args, **kwargs) 2022-11-23T03:00:24.4641820Z ok (0.698s) 2022-11-23T03:00:24.4642050Z test_vmap_exhaustive_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.215s) 2022-11-23T03:00:24.4643038Z test_vmap_exhaustive_quantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4643215Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4643916Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4644025Z return op(*args, **kwargs) 2022-11-23T03:00:24.4646409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4646578Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4647281Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4647390Z return op(*args, **kwargs) 2022-11-23T03:00:24.4647477Z ok (0.730s) 2022-11-23T03:00:24.4647705Z test_vmap_exhaustive_rad2deg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4647969Z test_vmap_exhaustive_rand_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4648247Z test_vmap_exhaustive_randint_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test expects tensor input (0.001s) 2022-11-23T03:00:24.4648642Z test_vmap_exhaustive_randint_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4648917Z test_vmap_exhaustive_randn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test expects tensor input (0.002s) 2022-11-23T03:00:24.4649177Z test_vmap_exhaustive_randn_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4649408Z test_vmap_exhaustive_ravel_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4649639Z test_vmap_exhaustive_real_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4649886Z test_vmap_exhaustive_reciprocal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.4651988Z test_vmap_exhaustive_remainder_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::remainder_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4652163Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4653473Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::remainder_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4653609Z return op(*args, **kwargs) 2022-11-23T03:00:24.4653694Z ok (0.106s) 2022-11-23T03:00:24.4654585Z test_vmap_exhaustive_renorm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4654704Z return self.op(*args, **kwargs) 2022-11-23T03:00:24.4655429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4655602Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4656294Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4656406Z return op(*args, **kwargs) 2022-11-23T03:00:24.4657123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4657275Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4659690Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4659813Z return op(*args, **kwargs) 2022-11-23T03:00:24.4659883Z ok (0.039s) 2022-11-23T03:00:24.4660124Z test_vmap_exhaustive_repeat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.137s) 2022-11-23T03:00:24.4660389Z test_vmap_exhaustive_repeat_interleave_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:00:24.4660630Z test_vmap_exhaustive_reshape_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4660868Z test_vmap_exhaustive_reshape_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:00:24.4661131Z test_vmap_exhaustive_resize__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-11-23T03:00:24.4662140Z test_vmap_exhaustive_resize_as__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:15201: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4662326Z op=lambda x, other: torch.resize_as_(x.clone(), other), 2022-11-23T03:00:24.4663052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4663208Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4665527Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4665667Z return op(*args, **kwargs) 2022-11-23T03:00:24.4665760Z expected failure (0.016s) 2022-11-23T03:00:24.4666009Z test_vmap_exhaustive_resolve_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:00:24.4666248Z test_vmap_exhaustive_resolve_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4666483Z test_vmap_exhaustive_roll_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:00:24.4666711Z test_vmap_exhaustive_rot90_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.141s) 2022-11-23T03:00:24.4666944Z test_vmap_exhaustive_round_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:00:24.4667197Z test_vmap_exhaustive_round_decimals_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:00:24.4667450Z test_vmap_exhaustive_round_decimals_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:00:24.4667703Z test_vmap_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:00:24.4667932Z test_vmap_exhaustive_rsqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:00:24.4668285Z test_vmap_exhaustive_rsub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.079s) 2022-11-23T03:00:24.4668552Z test_vmap_exhaustive_scalar_tensor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4669430Z test_vmap_exhaustive_scatter_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4669584Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4671895Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4672042Z return op(*args, **kwargs) 2022-11-23T03:00:24.4672128Z ok (0.245s) 2022-11-23T03:00:24.4673549Z test_vmap_exhaustive_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.src. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4673758Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4674476Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.src. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4674597Z return op(*args, **kwargs) 2022-11-23T03:00:24.4675331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4675483Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4676188Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4676301Z return op(*args, **kwargs) 2022-11-23T03:00:24.4678693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4678864Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4679575Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4679822Z return op(*args, **kwargs) 2022-11-23T03:00:24.4680573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4680725Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4681439Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4681554Z return op(*args, **kwargs) 2022-11-23T03:00:24.4681641Z ok (0.742s) 2022-11-23T03:00:24.4682596Z test_vmap_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4682784Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4685168Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4685293Z return op(*args, **kwargs) 2022-11-23T03:00:24.4686041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce_.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4686194Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4686900Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce_.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4687015Z return op(*args, **kwargs) 2022-11-23T03:00:24.4687083Z ok (0.708s) 2022-11-23T03:00:24.4687339Z test_vmap_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.701s) 2022-11-23T03:00:24.4687600Z test_vmap_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.957s) 2022-11-23T03:00:24.4687857Z test_vmap_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.719s) 2022-11-23T03:00:24.4688111Z test_vmap_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.711s) 2022-11-23T03:00:24.4688485Z test_vmap_exhaustive_searchsorted_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.196s) 2022-11-23T03:00:24.4689376Z test_vmap_exhaustive_segment_reduce_lengths_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4691151Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4691891Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4692006Z return op(*args, **kwargs) 2022-11-23T03:00:24.4692092Z ok (0.573s) 2022-11-23T03:00:24.4692354Z test_vmap_exhaustive_segment_reduce_offsets_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.407s) 2022-11-23T03:00:24.4692589Z test_vmap_exhaustive_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.4692838Z test_vmap_exhaustive_select_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:00:24.4693167Z test_vmap_exhaustive_sgn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:00:24.4693445Z test_vmap_exhaustive_short_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.018s) 2022-11-23T03:00:24.4693717Z test_vmap_exhaustive_short_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:00:24.4693954Z test_vmap_exhaustive_sigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:00:24.4694180Z test_vmap_exhaustive_sign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4694455Z test_vmap_exhaustive_signal_windows_cosine_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:00:24.4694744Z test_vmap_exhaustive_signal_windows_exponential_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:00:24.4695023Z test_vmap_exhaustive_signal_windows_gaussian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:00:24.4695297Z test_vmap_exhaustive_signal_windows_kaiser_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:00:24.4695527Z test_vmap_exhaustive_signbit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:00:24.4695756Z test_vmap_exhaustive_sin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:00:24.4697630Z test_vmap_exhaustive_sinc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:00:24.4697878Z test_vmap_exhaustive_sinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:00:24.4698107Z test_vmap_exhaustive_slice_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.4698357Z test_vmap_exhaustive_slice_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.079s) 2022-11-23T03:00:24.4698594Z test_vmap_exhaustive_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:00:24.4698843Z test_vmap_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.093s) 2022-11-23T03:00:24.4699052Z test_vmap_exhaustive_sort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.192s) 2022-11-23T03:00:24.4699455Z test_vmap_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4700357Z test_vmap_exhaustive_special_airy_ai_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_airy_ai. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4700513Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4701231Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_airy_ai. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4701344Z return op(*args, **kwargs) 2022-11-23T03:00:24.4701431Z ok (2.437s) 2022-11-23T03:00:24.4704011Z test_vmap_exhaustive_special_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4704216Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4704931Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4705045Z return op(*args, **kwargs) 2022-11-23T03:00:24.4705130Z ok (2.190s) 2022-11-23T03:00:24.4705997Z test_vmap_exhaustive_special_bessel_j1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4706148Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4706853Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4706960Z return op(*args, **kwargs) 2022-11-23T03:00:24.4707046Z ok (1.768s) 2022-11-23T03:00:24.4707905Z test_vmap_exhaustive_special_bessel_y0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4708150Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4710507Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4710639Z return op(*args, **kwargs) 2022-11-23T03:00:24.4710727Z ok (2.725s) 2022-11-23T03:00:24.4711596Z test_vmap_exhaustive_special_bessel_y1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4711752Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4712544Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4712675Z return op(*args, **kwargs) 2022-11-23T03:00:24.4712761Z ok (2.345s) 2022-11-23T03:00:24.4713696Z test_vmap_exhaustive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_t. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4713853Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4714588Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_t. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4714946Z return op(*args, **kwargs) 2022-11-23T03:00:24.4716590Z ok (2.541s) 2022-11-23T03:00:24.4718369Z test_vmap_exhaustive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_u. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4718563Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4719329Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_u. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4719794Z return op(*args, **kwargs) 2022-11-23T03:00:24.4719880Z ok (3.328s) 2022-11-23T03:00:24.4720244Z test_vmap_exhaustive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:00:24.4720598Z test_vmap_exhaustive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:00:24.4720844Z test_vmap_exhaustive_special_entr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:00:24.4721097Z test_vmap_exhaustive_special_erfcx_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:00:24.4724488Z test_vmap_exhaustive_special_hermite_polynomial_h_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_h. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4724706Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4725571Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_h. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4725705Z return op(*args, **kwargs) 2022-11-23T03:00:24.4725775Z ok (2.203s) 2022-11-23T03:00:24.4726925Z test_vmap_exhaustive_special_hermite_polynomial_he_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_he. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4727099Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4728001Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_he. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4728118Z return op(*args, **kwargs) 2022-11-23T03:00:24.4728210Z ok (2.159s) 2022-11-23T03:00:24.4728457Z test_vmap_exhaustive_special_i0e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4730981Z test_vmap_exhaustive_special_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4731222Z test_vmap_exhaustive_special_i1e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4732330Z test_vmap_exhaustive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_laguerre_polynomial_l. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4732676Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4733723Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_laguerre_polynomial_l. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4733841Z return op(*args, **kwargs) 2022-11-23T03:00:24.4733930Z ok (2.319s) 2022-11-23T03:00:24.4734287Z test_vmap_exhaustive_special_legendre_polynomial_p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:00:24.4735165Z test_vmap_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4735321Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4737760Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4737897Z return op(*args, **kwargs) 2022-11-23T03:00:24.4737984Z ok (1.872s) 2022-11-23T03:00:24.4738893Z test_vmap_exhaustive_special_modified_bessel_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4739053Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4739778Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4739888Z return op(*args, **kwargs) 2022-11-23T03:00:24.4739980Z ok (1.807s) 2022-11-23T03:00:24.4740889Z test_vmap_exhaustive_special_modified_bessel_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4741042Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4741767Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4743645Z return op(*args, **kwargs) 2022-11-23T03:00:24.4743731Z ok (1.795s) 2022-11-23T03:00:24.4744647Z test_vmap_exhaustive_special_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4744802Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4745524Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4745636Z return op(*args, **kwargs) 2022-11-23T03:00:24.4745722Z ok (2.043s) 2022-11-23T03:00:24.4746718Z test_vmap_exhaustive_special_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4746891Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4747613Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4747728Z return op(*args, **kwargs) 2022-11-23T03:00:24.4747813Z ok (2.020s) 2022-11-23T03:00:24.4748063Z test_vmap_exhaustive_special_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4749928Z test_vmap_exhaustive_special_ndtri_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4750265Z test_vmap_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:00:24.4751188Z test_vmap_exhaustive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4751344Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4752084Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4752193Z return op(*args, **kwargs) 2022-11-23T03:00:24.4752400Z ok (1.965s) 2022-11-23T03:00:24.4753337Z test_vmap_exhaustive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4753495Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4754219Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4754333Z return op(*args, **kwargs) 2022-11-23T03:00:24.4754418Z ok (2.015s) 2022-11-23T03:00:24.4756400Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:00:24.4756785Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:00:24.4757248Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:00:24.4757625Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:00:24.4758599Z test_vmap_exhaustive_special_spherical_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_spherical_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4758761Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4759491Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_spherical_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4759606Z return op(*args, **kwargs) 2022-11-23T03:00:24.4759693Z ok (1.885s) 2022-11-23T03:00:24.4759945Z test_vmap_exhaustive_special_xlog1py_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.067s) 2022-11-23T03:00:24.4760190Z test_vmap_exhaustive_special_zeta_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:00:24.4760422Z test_vmap_exhaustive_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4760678Z test_vmap_exhaustive_split_list_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:00:24.4760911Z test_vmap_exhaustive_split_with_sizes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:00:24.4762759Z test_vmap_exhaustive_sqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:00:24.4763772Z test_vmap_exhaustive_square_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::square_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4763928Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4764630Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::square_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4764744Z return op(*args, **kwargs) 2022-11-23T03:00:24.4764828Z ok (0.024s) 2022-11-23T03:00:24.4765047Z test_vmap_exhaustive_squeeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:00:24.4765279Z test_vmap_exhaustive_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.091s) 2022-11-23T03:00:24.4765507Z test_vmap_exhaustive_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:00:24.4765742Z test_vmap_exhaustive_std_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:00:24.4766656Z test_vmap_exhaustive_stft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:641: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::stft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4766915Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T03:00:24.4768574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:641: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise an error. 2022-11-23T03:00:24.4769490Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:861.) 2022-11-23T03:00:24.4769732Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T03:00:24.4769800Z ok (0.056s) 2022-11-23T03:00:24.4770681Z test_vmap_exhaustive_sub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::subtract_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4770838Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4771554Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::subtract_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4771665Z return op(*args, **kwargs) 2022-11-23T03:00:24.4771750Z ok (0.238s) 2022-11-23T03:00:24.4772105Z test_vmap_exhaustive_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:00:24.4772330Z test_vmap_exhaustive_sum_to_size_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:00:24.4772554Z test_vmap_exhaustive_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.426s) 2022-11-23T03:00:24.4772818Z test_vmap_exhaustive_svd_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-11-23T03:00:24.4773050Z test_vmap_exhaustive_symeig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.100s) 2022-11-23T03:00:24.4773279Z test_vmap_exhaustive_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.4773525Z test_vmap_exhaustive_take_along_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:00:24.4775968Z test_vmap_exhaustive_take_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4776157Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4776960Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4777092Z return op(*args, **kwargs) 2022-11-23T03:00:24.4777180Z ok (0.092s) 2022-11-23T03:00:24.4777412Z test_vmap_exhaustive_tan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:00:24.4777654Z test_vmap_exhaustive_tanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.4777922Z test_vmap_exhaustive_tensor_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-11-23T03:00:24.4778163Z test_vmap_exhaustive_tensordot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:00:24.4778387Z test_vmap_exhaustive_tile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.172s) 2022-11-23T03:00:24.4778634Z test_vmap_exhaustive_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:00:24.4779550Z test_vmap_exhaustive_to_sparse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:15456: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_sparse. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4779687Z op=lambda x, *args: x.to_sparse(*args), 2022-11-23T03:00:24.4779798Z expected failure (0.007s) 2022-11-23T03:00:24.4780026Z test_vmap_exhaustive_topk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:00:24.4780279Z test_vmap_exhaustive_trace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4780524Z test_vmap_exhaustive_transpose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.171s) 2022-11-23T03:00:24.4782381Z test_vmap_exhaustive_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:00:24.4782642Z test_vmap_exhaustive_trapz_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:00:24.4783554Z test_vmap_exhaustive_triangular_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.117s) 2022-11-23T03:00:24.4783805Z test_vmap_exhaustive_tril_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4784054Z test_vmap_exhaustive_triu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4784294Z test_vmap_exhaustive_true_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-11-23T03:00:24.4785156Z test_vmap_exhaustive_trunc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fix_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4785313Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4786010Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fix_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4786122Z return op(*args, **kwargs) 2022-11-23T03:00:24.4786207Z ok (0.012s) 2022-11-23T03:00:24.4786530Z test_vmap_exhaustive_unbind_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:00:24.4786793Z test_vmap_exhaustive_unflatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:00:24.4788216Z test_vmap_exhaustive_unfold_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.079s) 2022-11-23T03:00:24.4788955Z test_vmap_exhaustive_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-11-23T03:00:24.4789225Z test_vmap_exhaustive_uniform_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.4789499Z test_vmap_exhaustive_unique_consecutive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4789754Z test_vmap_exhaustive_unique_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4790000Z test_vmap_exhaustive_unsqueeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.064s) 2022-11-23T03:00:24.4790228Z test_vmap_exhaustive_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:00:24.4790447Z test_vmap_exhaustive_var_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:00:24.4791318Z test_vmap_exhaustive_vdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4791478Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4792175Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4792287Z return op(*args, **kwargs) 2022-11-23T03:00:24.4792502Z ok (0.012s) 2022-11-23T03:00:24.4792776Z test_vmap_exhaustive_view_as_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-11-23T03:00:24.4792992Z test_vmap_exhaustive_view_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:00:24.4793227Z test_vmap_exhaustive_view_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:00:24.4793452Z test_vmap_exhaustive_view_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:00:24.4795323Z test_vmap_exhaustive_vsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4795578Z test_vmap_exhaustive_vstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.068s) 2022-11-23T03:00:24.4795809Z test_vmap_exhaustive_where_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.154s) 2022-11-23T03:00:24.4796674Z test_vmap_exhaustive_xlogy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::xlogy_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4796833Z batched_outputs = func(*batched_inputs, **kwargs) 2022-11-23T03:00:24.4797639Z C:\actions-runner\_work\pytorch\pytorch\test\functorch\common_utils.py:264: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::xlogy_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4797771Z return op(*args, **kwargs) 2022-11-23T03:00:24.4797860Z ok (0.177s) 2022-11-23T03:00:24.4798094Z test_vmap_exhaustive_zero__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:00:24.4798355Z test_vmap_exhaustive_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4798596Z test_vmap_exhaustive_zeros_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:00:24.4798857Z test_vmap_linalg_failure_1D_input_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:00:24.4799126Z test_vmap_linalg_failure_1D_input_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:00:24.4799385Z test_vmap_linalg_failure_1D_input_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:00:24.4799636Z test_vmap_linalg_failure_1D_input_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:00:24.4799892Z test_vmap_linalg_failure_1D_input_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4801804Z test_vmap_linalg_failure_1D_input_linalg_det_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:00:24.4802069Z test_vmap_linalg_failure_1D_input_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:00:24.4802989Z test_vmap_linalg_failure_1D_input_linalg_eigh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4803234Z return self.op(*args, **kwargs) 2022-11-23T03:00:24.4803322Z ok (0.008s) 2022-11-23T03:00:24.4803586Z test_vmap_linalg_failure_1D_input_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:00:24.4803848Z test_vmap_linalg_failure_1D_input_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:00:24.4804131Z test_vmap_linalg_failure_1D_input_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:00:24.4804385Z test_vmap_linalg_failure_1D_input_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.4804647Z test_vmap_linalg_failure_1D_input_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.4805572Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4805698Z return self.op(*args, **kwargs) 2022-11-23T03:00:24.4805782Z ok (0.005s) 2022-11-23T03:00:24.4806052Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:00:24.4808054Z test_vmap_linalg_failure_1D_input_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:00:24.4808364Z test_vmap_linalg_failure_1D_input_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4808638Z test_vmap_linalg_failure_1D_input_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4809549Z test_vmap_linalg_failure_1D_input_linalg_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4809666Z return self.op(*args, **kwargs) 2022-11-23T03:00:24.4809757Z ok (0.019s) 2022-11-23T03:00:24.4810679Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-11-23T03:00:24.4810802Z return self.op(*args, **kwargs) 2022-11-23T03:00:24.4810887Z ok (0.034s) 2022-11-23T03:00:24.4811153Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:00:24.4811418Z test_vmap_linalg_failure_1D_input_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:00:24.4811703Z test_vmap_linalg_failure_1D_input_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:00:24.4811967Z test_vmap_linalg_failure_1D_input_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:00:24.4812333Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:00:24.4812611Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.4814497Z test_vmap_linalg_failure_1D_input_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:00:24.4814791Z test_vmap_linalg_failure_1D_input_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-11-23T03:00:24.4815103Z test_vmap_linalg_failure_1D_input_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4815364Z test_vmap_linalg_failure_1D_input_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:00:24.4815634Z test_vmap_linalg_failure_1D_input_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:00:24.4815988Z 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.009s) 2022-11-23T03:00:24.4816241Z test_vmap_linalg_failure_1D_input_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:00:24.4816502Z test_vmap_linalg_failure_1D_input_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:00:24.4816857Z test_vmap_linalg_failure_1D_input_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:00:24.4817139Z test_vmap_linalg_failure_1D_input_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:00:24.4817411Z test_vmap_linalg_failure_1D_input_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:00:24.4817671Z test_vmap_linalg_failure_1D_input_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.135s) 2022-11-23T03:00:24.4817911Z test_vmap_linalg_failure_1D_input_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:00:24.4818171Z test_vmap_linalg_failure_1D_input_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:00:24.4818434Z test_vmap_linalg_failure_1D_input_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:00:24.4818718Z test_vmap_linalg_failure_1D_input_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-11-23T03:00:24.4818993Z test_vmap_linalg_failure_1D_input_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4820880Z test_vmap_linalg_failure_1D_input_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-11-23T03:00:24.4821138Z test_vmap_multi_dot_failure_1D_input_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:00:24.4821150Z 2022-11-23T03:00:24.4821344Z ---------------------------------------------------------------------- 2022-11-23T03:00:24.4821451Z Ran 1841 tests in 304.906s 2022-11-23T03:00:24.4821459Z 2022-11-23T03:00:24.4821591Z OK (skipped=44, expected failures=241) 2022-11-23T03:00:24.4821599Z 2022-11-23T03:00:24.4821711Z Generating XML reports... 2022-11-23T03:00:24.4822028Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestRandomnessCUDA-20221123025517.xml 2022-11-23T03:00:24.4822363Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestTransformFailureCUDA-20221123025517.xml 2022-11-23T03:00:24.4822647Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestVmapAPI-20221123025517.xml 2022-11-23T03:00:24.4823108Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestVmapBatchedGradientCUDA-20221123025517.xml 2022-11-23T03:00:24.4823408Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestVmapOperators-20221123025517.xml 2022-11-23T03:00:24.4823747Z Generated XML report: test-reports\python-unittest\functorch.test_vmap\TEST-TestVmapOperatorsOpInfoCUDA-20221123025517.xml 2022-11-23T03:00:24.4823755Z 2022-11-23T03:00:24.4824141Z ##[endgroup] 2022-11-23T03:00:24.4824476Z FINISHED PRINTING LOG FILE of functorch/test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\functorch-test_vmap_gfifikyi) 2022-11-23T03:00:24.4824489Z 2022-11-23T03:00:24.8914670Z 2022-11-23T03:00:24.8915503Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T03:00:24.8922201Z 2022-11-23T03:00:24.8922751Z (base) C:\actions-runner\_work\pytorch\pytorch>if ERRORLEVEL 1 goto fail 2022-11-23T03:00:24.8925221Z 2022-11-23T03:00:24.8925697Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T03:00:24.8958557Z + assert_git_not_dirty 2022-11-23T03:00:24.8959217Z + [[ win-vs2019-cuda11.6-py3 != *rocm* ]] 2022-11-23T03:00:24.8959857Z + [[ win-vs2019-cuda11.6-py3 != *xla* ]] 2022-11-23T03:00:24.9080439Z ++ git status --porcelain 2022-11-23T03:00:26.6375231Z + git_status= 2022-11-23T03:00:26.6375772Z + [[ -n '' ]] 2022-11-23T03:00:26.6376611Z + echo 'TEST PASSED' 2022-11-23T03:00:26.6377047Z TEST PASSED 2022-11-23T03:00:26.6604460Z Prepare all required actions 2022-11-23T03:00:26.6605345Z Getting action download info 2022-11-23T03:00:27.7677514Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T03:00:28.2084639Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T03:00:28.2085034Z with: 2022-11-23T03:00:28.2085699Z github-token: *** 2022-11-23T03:00:28.2085903Z env: 2022-11-23T03:00:28.2086120Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:28.2086467Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:28.2086887Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:28.2087294Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:28.2087675Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:28.2088099Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:28.2088400Z ##[endgroup] 2022-11-23T03:00:28.2289752Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T03:00:28.2290057Z with: 2022-11-23T03:00:28.2290251Z shell: bash 2022-11-23T03:00:28.2290468Z timeout_minutes: 10 2022-11-23T03:00:28.2290689Z max_attempts: 5 2022-11-23T03:00:28.2290895Z retry_wait_seconds: 30 2022-11-23T03:00:28.2291383Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T03:00:28.2291883Z polling_interval_seconds: 1 2022-11-23T03:00:28.2292127Z warning_on_retry: true 2022-11-23T03:00:28.2292363Z continue_on_error: false 2022-11-23T03:00:28.2292579Z env: 2022-11-23T03:00:28.2292774Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:28.2293092Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:28.2293510Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:28.2294094Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:28.2294705Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:28.2295082Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:28.2295595Z GITHUB_TOKEN: *** 2022-11-23T03:00:28.2295800Z ##[endgroup] 2022-11-23T03:00:28.3954666Z + python3 -m pip install requests==2.26.0 2022-11-23T03:00:29.4451870Z Collecting requests==2.26.0 2022-11-23T03:00:29.4577733Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T03:00:29.5470707Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T03:00:29.5554763Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T03:00:29.6057581Z Collecting certifi>=2017.4.17 2022-11-23T03:00:29.6138759Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T03:00:29.7157095Z Collecting charset-normalizer~=2.0.0 2022-11-23T03:00:29.7297320Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T03:00:29.7713200Z Collecting idna<4,>=2.5 2022-11-23T03:00:29.7812514Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T03:00:29.9426402Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T03:00:31.1223480Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T03:00:31.2448303Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-0ba4b8b38fe1b3be3 2022-11-23T03:00:33.9287422Z + GHA_WORKFLOW_JOB_ID=9655481348 2022-11-23T03:00:33.9288065Z + echo job-id=9655481348 2022-11-23T03:00:34.3830294Z Command completed after 1 attempt(s). 2022-11-23T03:00:34.4194701Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T03:00:34.4195082Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T03:00:34.4232425Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:00:34.4232765Z env: 2022-11-23T03:00:34.4232987Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:34.4233322Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:34.4233736Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:34.4234137Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:34.4234495Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:34.4234873Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:34.4235175Z MONITOR_SCRIPT_PID: 470 2022-11-23T03:00:34.4235400Z ##[endgroup] 2022-11-23T03:00:34.4819728Z Prepare all required actions 2022-11-23T03:00:34.4820148Z Getting action download info 2022-11-23T03:00:35.3379294Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T03:00:36.3946323Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T03:00:36.9029484Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T03:00:36.9029773Z with: 2022-11-23T03:00:36.9030080Z file-suffix: test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348 2022-11-23T03:00:36.9030398Z env: 2022-11-23T03:00:36.9030610Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:36.9031101Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:36.9031531Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:36.9032068Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:36.9032601Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:36.9032971Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:36.9033258Z ##[endgroup] 2022-11-23T03:00:36.9237268Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:00:36.9237636Z # -ir => recursive include all files in pattern 2022-11-23T03:00:36.9238157Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T03:00:36.9268719Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:00:36.9269061Z env: 2022-11-23T03:00:36.9269287Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:36.9269620Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:36.9270180Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:36.9270586Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:36.9270971Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:36.9271350Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:36.9271762Z FILE_SUFFIX: test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348 2022-11-23T03:00:36.9272273Z ##[endgroup] 2022-11-23T03:00:37.4745261Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:00:37.6344613Z Finished 2022-11-23T03:00:37.9297935Z 2022-11-23T03:00:37.9298473Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:00:37.9298887Z 2022-11-23T03:00:37.9299114Z Scanning the drive: 2022-11-23T03:00:37.9299587Z 5 files, 366191 bytes (358 KiB) 2022-11-23T03:00:37.9299875Z 2022-11-23T03:00:37.9300555Z Creating archive: test-jsons-test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348.zip 2022-11-23T03:00:37.9301106Z 2022-11-23T03:00:37.9301408Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T03:00:37.9301746Z 2022-11-23T03:00:37.9301756Z 2022-11-23T03:00:37.9302179Z Files read from disk: 5 2022-11-23T03:00:37.9302765Z Archive size: 39272 bytes (39 KiB) 2022-11-23T03:00:37.9303220Z Everything is Ok 2022-11-23T03:00:37.9773659Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:00:37.9774028Z # -ir => recursive include all files in pattern 2022-11-23T03:00:37.9774410Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T03:00:37.9804766Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:00:37.9805106Z env: 2022-11-23T03:00:37.9805326Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:37.9805655Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:37.9806067Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:37.9807820Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:37.9808430Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:37.9808937Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:37.9809355Z FILE_SUFFIX: test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348 2022-11-23T03:00:37.9809685Z ##[endgroup] 2022-11-23T03:00:38.4966323Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:00:38.6515742Z Finished 2022-11-23T03:00:38.8333563Z 2022-11-23T03:00:38.8334367Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:00:38.8334842Z 2022-11-23T03:00:38.8335079Z Scanning the drive: 2022-11-23T03:00:38.8335568Z 35 files, 2450212 bytes (2393 KiB) 2022-11-23T03:00:38.8335903Z 2022-11-23T03:00:38.8336470Z Creating archive: test-reports-test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348.zip 2022-11-23T03:00:38.8337083Z 2022-11-23T03:00:38.8337425Z Add new data to archive: 35 files, 2450212 bytes (2393 KiB) 2022-11-23T03:00:38.8337932Z 2022-11-23T03:00:38.8337943Z 2022-11-23T03:00:38.8338629Z Files read from disk: 35 2022-11-23T03:00:38.8339333Z Archive size: 168978 bytes (166 KiB) 2022-11-23T03:00:38.8339812Z Everything is Ok 2022-11-23T03:00:38.8792778Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:00:38.8793149Z # -ir => recursive include all files in pattern 2022-11-23T03:00:38.8793503Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T03:00:38.8821482Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:00:38.8821828Z env: 2022-11-23T03:00:38.8822054Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:38.8822371Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:38.8822946Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:38.8823358Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:38.8823736Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:38.8824116Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:38.8824534Z FILE_SUFFIX: test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348 2022-11-23T03:00:38.8824867Z ##[endgroup] 2022-11-23T03:00:39.3820382Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:00:39.5610022Z Finished 2022-11-23T03:00:40.2047525Z 2022-11-23T03:00:40.2048283Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:00:40.2048681Z 2022-11-23T03:00:40.2048813Z Scanning the drive: 2022-11-23T03:00:40.2049069Z 1 file, 6965826 bytes (6803 KiB) 2022-11-23T03:00:40.2049241Z 2022-11-23T03:00:40.2049823Z Creating archive: usage-log-test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348.zip 2022-11-23T03:00:40.2050441Z 2022-11-23T03:00:40.2050747Z Add new data to archive: 1 file, 6965826 bytes (6803 KiB) 2022-11-23T03:00:40.2051170Z 2022-11-23T03:00:40.2051182Z 2022-11-23T03:00:40.2051454Z Files read from disk: 1 2022-11-23T03:00:40.2051879Z Archive size: 190837 bytes (187 KiB) 2022-11-23T03:00:40.2052141Z Everything is Ok 2022-11-23T03:00:40.2517678Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:00:40.2517936Z with: 2022-11-23T03:00:40.2518196Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:00:40.2518475Z retention-days: 14 2022-11-23T03:00:40.2518721Z if-no-files-found: warn 2022-11-23T03:00:40.2518973Z path: test-jsons-*.zip 2022-11-23T03:00:40.2519189Z name: artifact 2022-11-23T03:00:40.2519419Z s3-bucket: gha-artifacts 2022-11-23T03:00:40.2519660Z region: us-east-1 2022-11-23T03:00:40.2519877Z env: 2022-11-23T03:00:40.2520092Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:40.2520398Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:40.2521446Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:40.2522066Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:40.2522592Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:40.2522971Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:40.2523264Z ##[endgroup] 2022-11-23T03:00:41.4730819Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:00:41.4731587Z With the provided path, there will be 1 file uploaded 2022-11-23T03:00:41.4732036Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:00:41.4755502Z Starting upload of test-jsons-test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348.zip 2022-11-23T03:00:41.6503508Z Finished upload of test-jsons-test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348.zip 2022-11-23T03:00:41.6904193Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:00:41.6904455Z with: 2022-11-23T03:00:41.6904723Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:00:41.6904999Z retention-days: 14 2022-11-23T03:00:41.6905248Z if-no-files-found: error 2022-11-23T03:00:41.6905508Z path: test-reports-*.zip 2022-11-23T03:00:41.6905728Z name: artifact 2022-11-23T03:00:41.6905957Z s3-bucket: gha-artifacts 2022-11-23T03:00:41.6906195Z region: us-east-1 2022-11-23T03:00:41.6906403Z env: 2022-11-23T03:00:41.6906616Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:41.6906920Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:41.6907335Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:41.6907743Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:41.6908292Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:41.6908669Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:41.6908969Z ##[endgroup] 2022-11-23T03:00:42.2650115Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:00:42.2650569Z With the provided path, there will be 1 file uploaded 2022-11-23T03:00:42.2650908Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:00:42.2671320Z Starting upload of test-reports-test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348.zip 2022-11-23T03:00:42.5479232Z Finished upload of test-reports-test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348.zip 2022-11-23T03:00:42.5856080Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:00:42.5856343Z with: 2022-11-23T03:00:42.5856605Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:00:42.5856880Z retention-days: 14 2022-11-23T03:00:42.5857131Z if-no-files-found: ignore 2022-11-23T03:00:42.5857391Z path: usage-log-*.zip 2022-11-23T03:00:42.5857597Z name: artifact 2022-11-23T03:00:42.5857824Z s3-bucket: gha-artifacts 2022-11-23T03:00:42.5858057Z region: us-east-1 2022-11-23T03:00:42.5858270Z env: 2022-11-23T03:00:42.5858480Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:42.5858787Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:42.5859202Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:42.5859604Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:42.5859978Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:42.5860352Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:42.5860639Z ##[endgroup] 2022-11-23T03:00:43.1485232Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:00:43.1485660Z With the provided path, there will be 1 file uploaded 2022-11-23T03:00:43.1486033Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:00:43.1506606Z Starting upload of usage-log-test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348.zip 2022-11-23T03:00:43.3905424Z Finished upload of usage-log-test-functorch-1-1-windows.8xlarge.nvidia.gpu_9655481348.zip 2022-11-23T03:00:43.4284430Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T03:00:43.4285140Z .github/scripts/parse_ref.py 2022-11-23T03:00:43.4366394Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:00:43.4366737Z env: 2022-11-23T03:00:43.4366961Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:43.4367274Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:43.4367693Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:43.4368096Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:43.4368615Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:43.4369045Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:43.4369602Z ##[endgroup] 2022-11-23T03:00:43.9495523Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:00:44.1032625Z Finished 2022-11-23T03:00:44.2477733Z ##[group]Run set -x 2022-11-23T03:00:44.2478063Z set -x 2022-11-23T03:00:44.2478347Z python3 -m pip install -r requirements.txt 2022-11-23T03:00:44.2478824Z python3 -m pip install boto3==1.19.12 2022-11-23T03:00:44.2479210Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T03:00:44.2513824Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:00:44.2514156Z env: 2022-11-23T03:00:44.2514376Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:00:44.2514708Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:44.2515262Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:00:44.2515669Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:44.2516046Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:44.2516465Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:00:44.2516776Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T03:00:44.2517012Z BRANCH: 2022-11-23T03:00:44.2517209Z TEST_CONFIG: functorch 2022-11-23T03:00:44.2517438Z SHARD_NUMBER: 1 2022-11-23T03:00:44.2517707Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T03:00:44.2517972Z PR_NUMBER: 2022-11-23T03:00:44.2518202Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T03:00:44.2518452Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T03:00:44.2518738Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T03:00:44.2518979Z TAG: 2022-11-23T03:00:44.2519186Z WORKFLOW_ID: 3528293554 2022-11-23T03:00:44.2519717Z GITHUB_TOKEN: *** 2022-11-23T03:00:44.2519946Z GHA_WORKFLOW_JOB_ID: 9655481348 2022-11-23T03:00:44.2520179Z ##[endgroup] 2022-11-23T03:00:44.2873447Z + python3 -m pip install -r requirements.txt 2022-11-23T03:00:45.2305243Z Collecting astunparse 2022-11-23T03:00:45.2648589Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T03:00:45.3008205Z Collecting expecttest 2022-11-23T03:00:45.3059805Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T03:00:45.3391899Z Collecting future 2022-11-23T03:00:45.3497630Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T03:00:45.3801206Z ------------------------------------- 829.2/829.2 kB 54.6 MB/s eta 0:00:00 2022-11-23T03:00:45.9281290Z Preparing metadata (setup.py): started 2022-11-23T03:00:46.9202681Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T03:00:47.5421151Z Collecting hypothesis 2022-11-23T03:00:47.5512297Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T03:00:47.5684690Z ------------------------------------- 396.8/396.8 kB 12.5 MB/s eta 0:00:00 2022-11-23T03:00:47.8122688Z Collecting numpy 2022-11-23T03:00:47.8193543Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T03:00:48.0079869Z --------------------------------------- 14.6/14.6 MB 65.5 MB/s eta 0:00:00 2022-11-23T03:00:48.0844797Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-11-23T03:00:48.1342952Z Collecting pyyaml 2022-11-23T03:00:48.1515181Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T03:00:48.1690097Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-11-23T03:00:48.1711835Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 10)) (65.5.0) 2022-11-23T03:00:48.2332958Z Collecting six 2022-11-23T03:00:48.2382542Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T03:00:48.2688226Z Collecting types-dataclasses 2022-11-23T03:00:48.2751159Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T03:00:48.3115347Z Collecting typing_extensions 2022-11-23T03:00:48.3232114Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T03:00:48.3697571Z Collecting sympy 2022-11-23T03:00:48.4043862Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T03:00:48.5002567Z Collecting filelock 2022-11-23T03:00:48.5066474Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T03:00:48.5757049Z Collecting networkx 2022-11-23T03:00:48.5868378Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T03:00:48.6257116Z ---------------------------------------- 2.0/2.0 MB 65.0 MB/s eta 0:00:00 2022-11-23T03:00:48.6727889Z Collecting jinja2 2022-11-23T03:00:48.6779976Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T03:00:48.6912905Z ---------------------------------------- 133.1/133.1 kB ? eta 0:00:00 2022-11-23T03:00:48.7562321Z Collecting wheel<1.0,>=0.23.0 2022-11-23T03:00:48.7650220Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T03:00:48.8520717Z Collecting attrs>=19.2.0 2022-11-23T03:00:48.8577563Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T03:00:48.8670139Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-11-23T03:00:48.9008640Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T03:00:48.9090667Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T03:00:48.9727468Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-11-23T03:00:48.9751382Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-11-23T03:00:48.9795571Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-11-23T03:00:48.9836067Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-11-23T03:00:49.0426817Z Collecting mpmath>=0.19 2022-11-23T03:00:49.0556909Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T03:00:49.1853263Z Collecting MarkupSafe>=2.0 2022-11-23T03:00:49.1908826Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T03:00:49.2565420Z Preparing metadata (setup.py): started 2022-11-23T03:00:50.0115960Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T03:00:50.4976165Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, networkx, MarkupSafe, future, filelock, expecttest, attrs, jinja2, hypothesis, astunparse 2022-11-23T03:01:35.7196813Z DEPRECATION: MarkupSafe is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T03:01:35.7207701Z Running setup.py install for MarkupSafe: started 2022-11-23T03:01:39.2072109Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T03:01:39.2188077Z DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T03:01:39.2196058Z Running setup.py install for future: started 2022-11-23T03:01:44.0433005Z Running setup.py install for future: finished with status 'done' 2022-11-23T03:01:46.5147171Z Successfully installed MarkupSafe-2.1.1 astunparse-1.6.3 attrs-22.1.0 expecttest-0.1.4 filelock-3.8.0 future-0.18.2 hypothesis-6.58.0 jinja2-3.1.2 mpmath-1.2.1 networkx-2.8.8 numpy-1.23.5 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.4.0 wheel-0.38.4 2022-11-23T03:01:46.8574775Z + python3 -m pip install boto3==1.19.12 2022-11-23T03:01:48.3577421Z Collecting boto3==1.19.12 2022-11-23T03:01:48.4034052Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T03:01:48.4225726Z -------------------------------------- 131.8/131.8 kB 8.1 MB/s eta 0:00:00 2022-11-23T03:01:48.9627535Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T03:01:48.9856781Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T03:01:49.1045389Z ---------------------------------------- 8.1/8.1 MB 73.6 MB/s eta 0:00:00 2022-11-23T03:01:49.1842239Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T03:01:49.1898926Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T03:01:49.2363757Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T03:01:49.2425016Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T03:01:49.2529686Z ---------------------------------------- 79.5/79.5 kB ? eta 0:00:00 2022-11-23T03:01:49.2990303Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T03:01:49.3047429Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T03:01:49.3192567Z ------------------------------------- 247.7/247.7 kB 15.8 MB/s eta 0:00:00 2022-11-23T03:01:49.3396299Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-11-23T03:01:49.4979501Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-11-23T03:01:49.8421657Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T03:01:53.7575090Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-11-23T03:01:53.9299074Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T03:02:09.2845454Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T03:02:09.2846022Z 2022-11-23T03:02:09.2846374Z ----- Historic stats comparison result ------ 2022-11-23T03:02:09.2848490Z 2022-11-23T03:02:09.2852253Z job: win-vs2019-cuda11.6-py3 2022-11-23T03:02:09.2852873Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T03:02:09.2853276Z 2022-11-23T03:02:09.2853667Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T03:02:09.2854125Z 2022-11-23T03:02:09.2855519Z : (master) 2022-11-23T03:02:09.2856648Z | 2022-11-23T03:02:09.2857313Z * 1cfd3858ac (HEAD) total time 8195.82s 2022-11-23T03:02:09.2859924Z * 26322544b8 (base) 7 reports, total time 6322.35s � 2234.21s 2022-11-23T03:02:09.2860699Z * 7f4b4d2827 7 reports, total time 6271.08s � 2280.71s 2022-11-23T03:02:09.2861366Z * b50699f247 7 reports, total time 6308.10s � 2206.06s 2022-11-23T03:02:09.2861999Z * 8bf8e4d71e 7 reports, total time 6304.27s � 2211.70s 2022-11-23T03:02:09.2862618Z * ce856cee7e 7 reports, total time 6336.58s � 2273.01s 2022-11-23T03:02:09.2863182Z * 391b593ca2 7 reports, total time 6378.48s � 2342.47s 2022-11-23T03:02:09.2863792Z * 5bba783d21 7 reports, total time 6277.93s � 2268.16s 2022-11-23T03:02:09.2864965Z * ea920a1115 7 reports, total time 6257.12s � 2205.16s 2022-11-23T03:02:09.2865716Z * 74e62a1fef 7 reports, total time 6273.74s � 2219.45s 2022-11-23T03:02:09.2866350Z * 00b7d8ef23 7 reports, total time 6299.57s � 2254.43s 2022-11-23T03:02:09.2867137Z | 2022-11-23T03:02:09.2867525Z : 2022-11-23T03:02:09.2867744Z 2022-11-23T03:02:09.2868040Z Removed (across 757 suites) 0 tests, totaling 0.00s 2022-11-23T03:02:09.2868673Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T03:02:09.2869298Z Added (across 32 suites) 11358 tests, totaling +8195.82s 2022-11-23T03:02:09.4127721Z Prepare all required actions 2022-11-23T03:02:09.4182624Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T03:02:09.4182881Z with: 2022-11-23T03:02:09.4183050Z env: 2022-11-23T03:02:09.4183268Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:02:09.4183601Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:09.4184187Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:02:09.4184592Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:09.4185118Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:09.4185520Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:09.4185901Z ##[endgroup] 2022-11-23T03:02:09.4358383Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T03:02:09.4359120Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T03:02:09.4405814Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:02:09.4406464Z env: 2022-11-23T03:02:09.4406860Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:02:09.4407579Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:09.4408394Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:02:09.4409326Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:09.4410039Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:09.4410768Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:09.4411337Z ##[endgroup] 2022-11-23T03:02:09.9851012Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:02:10.1485948Z Finished 2022-11-23T03:02:10.7499998Z Holding runner until all ssh sessions have logged out 2022-11-23T03:02:10.7951934Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T03:02:10.7952318Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T03:02:10.7979865Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:02:10.7980216Z env: 2022-11-23T03:02:10.7980450Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:02:10.7980799Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:10.7981210Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:02:10.7981633Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:10.7982012Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:10.7982406Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:10.7982701Z ##[endgroup] 2022-11-23T03:02:11.3165803Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:02:11.4690687Z Finished 2022-11-23T03:02:11.5611946Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T03:02:11.5612369Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T03:02:11.5612675Z rm -rf ./* 2022-11-23T03:02:11.5648351Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:02:11.5648713Z env: 2022-11-23T03:02:11.5648951Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:02:11.5649274Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:11.5649712Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:02:11.5650143Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:11.5650539Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:11.5650934Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:02:11.5651322Z EXTRA_DELETE_DIR: 2022-11-23T03:02:11.5652728Z ##[endgroup] 2022-11-23T03:02:38.8898700Z Post job cleanup. 2022-11-23T03:02:38.9084781Z Post job cleanup. 2022-11-23T03:02:39.4807958Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T03:02:39.5173579Z Post job cleanup. 2022-11-23T03:02:39.5438435Z Post job cleanup. 2022-11-23T03:02:43.4769400Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T03:02:43.5072418Z git version 2.38.1.windows.1 2022-11-23T03:02:43.5150769Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\e584ea7a-eb61-4082-84c7-35e1620af914\.gitconfig' 2022-11-23T03:02:43.5233670Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\e584ea7a-eb61-4082-84c7-35e1620af914' before making global git config changes 2022-11-23T03:02:43.5234729Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T03:02:43.5247130Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T03:02:43.5621775Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T03:02:43.5967457Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T03:02:44.3532366Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T03:02:44.3832735Z http.https://github.com/.extraheader 2022-11-23T03:02:44.3892611Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T03:02:44.4258143Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-11-23T03:02:45.0729548Z Cleaning up orphan processes