2022-09-27T15:36:23.1545128Z Requested labels: linux.4xlarge.nvidia.gpu 2022-09-27T15:36:23.1545243Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:36:23.1545284Z Waiting for a runner to pick up this job... 2022-09-27T15:36:41.5120899Z Job is about to start running on the runner: i-07c10960ade88e055 (organization) 2022-09-27T15:36:46.0372417Z Current runner version: '2.296.2' 2022-09-27T15:36:46.0380216Z Runner name: 'i-07c10960ade88e055' 2022-09-27T15:36:46.0380926Z Runner group name: 'Default' 2022-09-27T15:36:46.0381657Z Machine name: 'ip-10-0-0-45' 2022-09-27T15:36:46.0384445Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:36:46.0385400Z Actions: read 2022-09-27T15:36:46.0385788Z Checks: read 2022-09-27T15:36:46.0386200Z Contents: read 2022-09-27T15:36:46.0386688Z Deployments: read 2022-09-27T15:36:46.0387085Z Discussions: read 2022-09-27T15:36:46.0387502Z Issues: read 2022-09-27T15:36:46.0387926Z Metadata: read 2022-09-27T15:36:46.0388296Z Packages: read 2022-09-27T15:36:46.0388756Z Pages: read 2022-09-27T15:36:46.0389201Z PullRequests: read 2022-09-27T15:36:46.0389634Z RepositoryProjects: read 2022-09-27T15:36:46.0390103Z SecurityEvents: read 2022-09-27T15:36:46.0390578Z Statuses: read 2022-09-27T15:36:46.0390952Z ##[endgroup] 2022-09-27T15:36:46.0395347Z Secret source: None 2022-09-27T15:36:46.0396170Z Prepare workflow directory 2022-09-27T15:36:46.1685368Z Prepare all required actions 2022-09-27T15:36:46.1905787Z Getting action download info 2022-09-27T15:36:46.5335673Z Download action repository 'pytorch/pytorch@master' (SHA:15c52ffc4f9a02f7078033677d44ccd760107952) 2022-09-27T15:36:49.8037023Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:36:49.9524172Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:36:50.2651484Z Getting action download info 2022-09-27T15:36:50.4461102Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:36:50.6557402Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:36:50.6560158Z ##[group] Inputs 2022-09-27T15:36:50.6560605Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:36:50.6561832Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-09-27T15:36:50.6563145Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:36:50.6563670Z sync-tag: 2022-09-27T15:36:50.6563960Z ##[endgroup] 2022-09-27T15:36:50.6565023Z Complete job name: linux-bionic-cuda11.6-py3.10-gcc7 / test (functorch, 1, 1, linux.4xlarge.nvidia.gpu) 2022-09-27T15:36:50.7587827Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:36:50.7588273Z with: 2022-09-27T15:36:50.7588578Z submodules: recursive 2022-09-27T15:36:50.7588860Z fetch-depth: 0 2022-09-27T15:36:50.7589206Z env: 2022-09-27T15:36:50.7589497Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:50.7589784Z ##[endgroup] 2022-09-27T15:36:50.7901007Z ##[group]Run retry () { 2022-09-27T15:36:50.7901394Z retry () { 2022-09-27T15:36:50.7901753Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:36:50.7902090Z } 2022-09-27T15:36:50.7902371Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:36:50.7902707Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:36:50.7903060Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:36:50.7903385Z else 2022-09-27T15:36:50.7903685Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:36:50.7904213Z fi 2022-09-27T15:36:50.7904582Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:36:50.7923104Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:36:50.7923477Z env: 2022-09-27T15:36:50.7923776Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:50.7924060Z NO_SUDO: 2022-09-27T15:36:50.7924343Z ##[endgroup] 2022-09-27T15:36:50.8159750Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:50.8741336Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:36:50.8741624Z with: 2022-09-27T15:36:50.8741889Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:36:50.8742169Z fetch-depth: 0 2022-09-27T15:36:50.8742404Z submodules: recursive 2022-09-27T15:36:50.8742665Z quiet-checkout: true 2022-09-27T15:36:50.8742941Z repository: pytorch/pytorch 2022-09-27T15:36:50.8743402Z token: *** 2022-09-27T15:36:50.8743644Z ssh-strict: true 2022-09-27T15:36:50.8743912Z persist-credentials: true 2022-09-27T15:36:50.8744189Z clean: true 2022-09-27T15:36:50.8744408Z lfs: false 2022-09-27T15:36:50.8744661Z set-safe-directory: true 2022-09-27T15:36:50.8744909Z env: 2022-09-27T15:36:50.8745131Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:50.8745386Z ##[endgroup] 2022-09-27T15:36:51.0368521Z Syncing repository: pytorch/pytorch 2022-09-27T15:36:51.0371433Z ##[group]Getting Git version info 2022-09-27T15:36:51.0372431Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:36:51.0373585Z [command]/usr/bin/git version 2022-09-27T15:36:51.0374120Z git version 2.37.1 2022-09-27T15:36:51.0384582Z ##[endgroup] 2022-09-27T15:36:51.0416784Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/60614e0b-43a6-4571-9acd-a3c8969523c8' before making global git config changes 2022-09-27T15:36:51.0417920Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:36:51.0427111Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:51.0471676Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:36:51.0478595Z ##[group]Initializing the repository 2022-09-27T15:36:51.0486500Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:51.0519490Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:36:51.0520334Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:36:51.0520781Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:36:51.0521106Z hint: 2022-09-27T15:36:51.0521474Z hint: git config --global init.defaultBranch 2022-09-27T15:36:51.0521956Z hint: 2022-09-27T15:36:51.0522713Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:36:51.0523694Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:36:51.0524349Z hint: 2022-09-27T15:36:51.0525119Z hint: git branch -m 2022-09-27T15:36:51.0526136Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:36:51.0537322Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:36:51.0571781Z ##[endgroup] 2022-09-27T15:36:51.0572810Z ##[group]Disabling automatic garbage collection 2022-09-27T15:36:51.0579280Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:36:51.0611404Z ##[endgroup] 2022-09-27T15:36:51.0612354Z ##[group]Setting up auth 2022-09-27T15:36:51.0623544Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:36:51.0660607Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:36:51.0978239Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:36:51.1013039Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:36:51.1304466Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:36:51.1351306Z ##[endgroup] 2022-09-27T15:36:51.1352285Z ##[group]Fetching the repository 2022-09-27T15:36:51.1362617Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-09-27T15:37:44.7682771Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:37:44.7721614Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:37:45.9606178Z ##[endgroup] 2022-09-27T15:37:45.9606713Z ##[group]Determining the checkout info 2022-09-27T15:37:45.9608003Z ##[endgroup] 2022-09-27T15:37:45.9608639Z ##[group]Checking out the ref 2022-09-27T15:37:45.9615206Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:37:47.6275352Z ##[endgroup] 2022-09-27T15:37:47.6275876Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:37:47.6283421Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:37:47.6336683Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:37:47.6370778Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:37:47.6404025Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:37:47.6433044Z ##[endgroup] 2022-09-27T15:37:47.6433512Z ##[group]Fetching submodules 2022-09-27T15:37:47.6439018Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:37:47.6752762Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:37:47.7054709Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:37:47.7057407Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:37:47.7062379Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:37:47.7066847Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:37:47.7071655Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:37:47.7077438Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:37:47.7082495Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:37:47.7087637Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:37:47.7092977Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:37:47.7098506Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:37:47.7104072Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:37:47.7109890Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:37:47.7115762Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:37:47.7122769Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:37:47.7128911Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:37:47.7134929Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:37:47.7141140Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:37:47.7147617Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:37:47.7154125Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:37:47.7161627Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:37:47.7168353Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:37:47.7175359Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:37:47.7182366Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:37:47.7189586Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:37:47.7196879Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:37:47.7205096Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:37:47.7212326Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:37:47.7219980Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:37:47.7228028Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:37:47.7236023Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:37:47.7244678Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:37:47.7252755Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:37:47.7261293Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:37:47.7270034Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:37:47.7279110Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:37:47.7288654Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:37:47.7297583Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:37:47.7306626Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:37:47.7315839Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:37:47.7325987Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:37:47.7335310Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:37:47.7365315Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:37:48.0192041Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:37:48.2417816Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:37:48.4813115Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:37:48.7855015Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:37:49.0602493Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:37:51.4089913Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:37:57.0891604Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:37:57.5763888Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:37:58.1319267Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:37:59.8822508Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:38:01.2401741Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:38:02.8047411Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:38:10.4936978Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:38:11.2235374Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:38:12.5580393Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:38:15.6402858Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:38:15.8955867Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:38:16.3988217Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:38:17.1329733Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:38:18.2627117Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:38:18.6779270Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:38:18.8798765Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:38:19.1433844Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:38:20.8381840Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:38:21.7863997Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:38:22.1883606Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:38:28.8480004Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:38:30.4909460Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:38:30.9192364Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:38:31.1365524Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:38:37.3956314Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:38:37.6130117Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:38:37.8666819Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:38:38.7282043Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:38:38.9486638Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:38:39.3195378Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:38:39.7978539Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:38:40.4278288Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:38:43.0504995Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:38:43.6294287Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:38:46.1032921Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:38:46.1154951Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:38:46.1248354Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:38:46.1523657Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:38:46.1789836Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:38:46.2236962Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:38:46.9701209Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:38:46.9947734Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:38:47.1164440Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:38:47.1565776Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:38:47.5109164Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:38:48.0258594Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:38:48.3251901Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:38:48.3817823Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:38:48.3835701Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:38:48.3840259Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:38:48.3844926Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:38:48.3849902Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:38:48.3875424Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:38:49.2703447Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:38:49.8590318Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:38:50.9494912Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:38:51.2684387Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:38:51.3900704Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:38:51.4583344Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:38:51.4694882Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:38:51.5727075Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:38:51.6114886Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:38:51.6215348Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:38:51.6680907Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:38:51.6963551Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:38:51.7509982Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:38:51.7635012Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:38:51.7651125Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:38:51.7677239Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:38:59.5968483Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:38:59.5987443Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:38:59.6014387Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:39:10.7315488Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:39:10.7431009Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:39:10.7598518Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:39:10.8720612Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:39:10.8738378Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:10.8741121Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:10.8768194Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:39:12.1310476Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:39:13.2784465Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:39:13.3427129Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:39:13.3658433Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:39:13.3812142Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:39:13.5118967Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:39:13.8234662Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:39:13.8265936Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:13.8269016Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:13.8296278Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:39:14.2892849Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:39:15.2048791Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:39:15.2419394Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:39:15.2591734Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:39:15.2608685Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:15.2634218Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:39:17.1890812Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:39:17.1912942Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:17.1916355Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:17.1942992Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:39:17.7037578Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:39:19.3455489Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:39:19.4225915Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:39:19.4242558Z 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-09-27T15:39:19.4270502Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:39:20.0678832Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:39:20.0781788Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:39:20.3897534Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:39:20.3919429Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:20.3922615Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:20.3950386Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:39:20.8367604Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:39:21.9975432Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:39:22.0778929Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:39:22.0870878Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:39:22.0995819Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:39:22.1378869Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:39:22.1474876Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:39:22.1802462Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:39:22.1904595Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:39:22.2423278Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:39:22.3797632Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:39:22.4105747Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:39:22.4123350Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:22.4126384Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:22.4129468Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:22.4132849Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:22.4159380Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:39:23.4793312Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:39:23.8127007Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:39:25.2060646Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:39:26.2068396Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:39:26.2234378Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:39:26.3008178Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:39:26.3326763Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:39:26.3342598Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:26.3368659Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:39:26.5816014Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:39:26.7395672Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:39:26.7429264Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:39:26.7741288Z Entering 'android/libs/fbjni' 2022-09-27T15:39:26.7783277Z Entering 'third_party/FP16' 2022-09-27T15:39:26.7826073Z Entering 'third_party/FXdiv' 2022-09-27T15:39:26.7867092Z Entering 'third_party/NNPACK' 2022-09-27T15:39:26.7908450Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:26.7950252Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:26.7991918Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:26.8044517Z Entering 'third_party/benchmark' 2022-09-27T15:39:26.8085389Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:26.8127801Z Entering 'third_party/cub' 2022-09-27T15:39:26.8169167Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:26.8216662Z Entering 'third_party/cutlass' 2022-09-27T15:39:26.8264747Z Entering 'third_party/eigen' 2022-09-27T15:39:26.8308642Z Entering 'third_party/fbgemm' 2022-09-27T15:39:26.8350442Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:26.8390668Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:26.8432082Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:26.8472706Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:26.8516043Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:26.8559660Z Entering 'third_party/fmt' 2022-09-27T15:39:26.8600563Z Entering 'third_party/foxi' 2022-09-27T15:39:26.8641423Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:26.8682937Z Entering 'third_party/gloo' 2022-09-27T15:39:26.8724310Z Entering 'third_party/googletest' 2022-09-27T15:39:26.8765726Z Entering 'third_party/ideep' 2022-09-27T15:39:26.8806987Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:26.8849611Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:26.8896275Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:26.8936986Z Entering 'third_party/ittapi' 2022-09-27T15:39:26.8978401Z Entering 'third_party/kineto' 2022-09-27T15:39:26.9019261Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:26.9059853Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:26.9102384Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:26.9144532Z Entering 'third_party/neon2sse' 2022-09-27T15:39:26.9185632Z Entering 'third_party/nlohmann' 2022-09-27T15:39:26.9227511Z Entering 'third_party/onnx' 2022-09-27T15:39:26.9281735Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:26.9324403Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:26.9367040Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:26.9408094Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:26.9454420Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:26.9495680Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:26.9536979Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:26.9584177Z Entering 'third_party/pocketfft' 2022-09-27T15:39:26.9625375Z Entering 'third_party/protobuf' 2022-09-27T15:39:26.9670033Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:26.9711028Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:26.9754572Z Entering 'third_party/psimd' 2022-09-27T15:39:26.9795941Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:26.9836645Z Entering 'third_party/pybind11' 2022-09-27T15:39:26.9878612Z Entering 'third_party/python-enum' 2022-09-27T15:39:26.9920378Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:26.9961921Z Entering 'third_party/python-six' 2022-09-27T15:39:27.0002344Z Entering 'third_party/sleef' 2022-09-27T15:39:27.0044383Z Entering 'third_party/tbb' 2022-09-27T15:39:27.0087444Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:27.0128489Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:27.0170086Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:27.0210976Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:27.0251593Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:27.0290965Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:27.0334137Z Entering 'third_party/zstd' 2022-09-27T15:39:27.0384340Z ##[endgroup] 2022-09-27T15:39:27.0386314Z ##[group]Persisting credentials for submodules 2022-09-27T15:39:27.0393474Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-09-27T15:39:27.0695843Z Entering 'android/libs/fbjni' 2022-09-27T15:39:27.0736217Z Entering 'third_party/FP16' 2022-09-27T15:39:27.0777199Z Entering 'third_party/FXdiv' 2022-09-27T15:39:27.0818611Z Entering 'third_party/NNPACK' 2022-09-27T15:39:27.0859035Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:27.0900971Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:27.0941916Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:27.0994417Z Entering 'third_party/benchmark' 2022-09-27T15:39:27.1035555Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:27.1077096Z Entering 'third_party/cub' 2022-09-27T15:39:27.1117620Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:27.1163877Z Entering 'third_party/cutlass' 2022-09-27T15:39:27.1211696Z Entering 'third_party/eigen' 2022-09-27T15:39:27.1254059Z Entering 'third_party/fbgemm' 2022-09-27T15:39:27.1295345Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:27.1335604Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:27.1375511Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:27.1416190Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:27.1457728Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:27.1499948Z Entering 'third_party/fmt' 2022-09-27T15:39:27.1540189Z Entering 'third_party/foxi' 2022-09-27T15:39:27.1581868Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:27.1622516Z Entering 'third_party/gloo' 2022-09-27T15:39:27.1663495Z Entering 'third_party/googletest' 2022-09-27T15:39:27.1703978Z Entering 'third_party/ideep' 2022-09-27T15:39:27.1743907Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:27.1785924Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:27.1832794Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:27.1873155Z Entering 'third_party/ittapi' 2022-09-27T15:39:27.1913828Z Entering 'third_party/kineto' 2022-09-27T15:39:27.1955304Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:27.1994716Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:27.2036774Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:27.2078484Z Entering 'third_party/neon2sse' 2022-09-27T15:39:27.2119078Z Entering 'third_party/nlohmann' 2022-09-27T15:39:27.2161066Z Entering 'third_party/onnx' 2022-09-27T15:39:27.2215535Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:27.2256078Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:27.2298496Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:27.2338651Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:27.2384045Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:27.2425208Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:27.2465733Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:27.2511224Z Entering 'third_party/pocketfft' 2022-09-27T15:39:27.2551673Z Entering 'third_party/protobuf' 2022-09-27T15:39:27.2596830Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:27.2636701Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:27.2678296Z Entering 'third_party/psimd' 2022-09-27T15:39:27.2719171Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:27.2760604Z Entering 'third_party/pybind11' 2022-09-27T15:39:27.2800708Z Entering 'third_party/python-enum' 2022-09-27T15:39:27.2840493Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:27.2881537Z Entering 'third_party/python-six' 2022-09-27T15:39:27.2923939Z Entering 'third_party/sleef' 2022-09-27T15:39:27.2964139Z Entering 'third_party/tbb' 2022-09-27T15:39:27.3007129Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:27.3047434Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:27.3086878Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:27.3126449Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:27.3166066Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:27.3204485Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:27.3247345Z Entering 'third_party/zstd' 2022-09-27T15:39:27.3301827Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-09-27T15:39:27.3603115Z Entering 'android/libs/fbjni' 2022-09-27T15:39:27.3640704Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:39:27.3657585Z Entering 'third_party/FP16' 2022-09-27T15:39:27.3695552Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:39:27.3712552Z Entering 'third_party/FXdiv' 2022-09-27T15:39:27.3750591Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:39:27.3768754Z Entering 'third_party/NNPACK' 2022-09-27T15:39:27.3806150Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:39:27.3822814Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:27.3860964Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:39:27.3877939Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:27.3914955Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:39:27.3932036Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:27.3970170Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:39:27.3996293Z Entering 'third_party/benchmark' 2022-09-27T15:39:27.4033808Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:27.4050896Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:27.4089265Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:39:27.4106257Z Entering 'third_party/cub' 2022-09-27T15:39:27.4145560Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:39:27.4162748Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:27.4200479Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:39:27.4222294Z Entering 'third_party/cutlass' 2022-09-27T15:39:27.4259845Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:39:27.4284072Z Entering 'third_party/eigen' 2022-09-27T15:39:27.4322324Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:39:27.4341319Z Entering 'third_party/fbgemm' 2022-09-27T15:39:27.4380019Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:39:27.4396688Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:27.4434350Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:39:27.4450963Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:27.4490047Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:39:27.4506869Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:27.4543986Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:27.4561402Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:27.4597976Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:39:27.4615990Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:27.4654701Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:39:27.4673155Z Entering 'third_party/fmt' 2022-09-27T15:39:27.4711435Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:39:27.4728502Z Entering 'third_party/foxi' 2022-09-27T15:39:27.4766456Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:39:27.4782725Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:27.4822317Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:39:27.4839201Z Entering 'third_party/gloo' 2022-09-27T15:39:27.4876043Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:39:27.4893369Z Entering 'third_party/googletest' 2022-09-27T15:39:27.4931383Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:27.4949058Z Entering 'third_party/ideep' 2022-09-27T15:39:27.4986715Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:39:27.5003424Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:27.5040349Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:39:27.5058592Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:27.5096750Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:39:27.5121787Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:27.5159391Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:39:27.5175997Z Entering 'third_party/ittapi' 2022-09-27T15:39:27.5214216Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:39:27.5231151Z Entering 'third_party/kineto' 2022-09-27T15:39:27.5268167Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:39:27.5285837Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:27.5323859Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:39:27.5341590Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:27.5378882Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:39:27.5397138Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:27.5435486Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:39:27.5452119Z Entering 'third_party/neon2sse' 2022-09-27T15:39:27.5490292Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:39:27.5506955Z Entering 'third_party/nlohmann' 2022-09-27T15:39:27.5544401Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:39:27.5563586Z Entering 'third_party/onnx' 2022-09-27T15:39:27.5600864Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:39:27.5630579Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:27.5668775Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:27.5686120Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:27.5723605Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:27.5742465Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:27.5780688Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:39:27.5796677Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:27.5834439Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:39:27.5856306Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:27.5894189Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:27.5911607Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:27.5949542Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:27.5966576Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:27.6004817Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:39:27.6026296Z Entering 'third_party/pocketfft' 2022-09-27T15:39:27.6064858Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:39:27.6082423Z Entering 'third_party/protobuf' 2022-09-27T15:39:27.6120340Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:39:27.6140142Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:27.6177566Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:27.6194630Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:27.6233004Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:27.6251907Z Entering 'third_party/psimd' 2022-09-27T15:39:27.6290083Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:39:27.6306465Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:27.6344707Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:39:27.6362043Z Entering 'third_party/pybind11' 2022-09-27T15:39:27.6399973Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:27.6416774Z Entering 'third_party/python-enum' 2022-09-27T15:39:27.6454278Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:39:27.6471251Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:27.6508779Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:39:27.6526102Z Entering 'third_party/python-six' 2022-09-27T15:39:27.6564470Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:39:27.6581059Z Entering 'third_party/sleef' 2022-09-27T15:39:27.6619454Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:39:27.6636056Z Entering 'third_party/tbb' 2022-09-27T15:39:27.6673187Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:39:27.6692148Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:27.6729836Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:39:27.6747045Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:27.6784150Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:27.6801833Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:27.6839949Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:39:27.6856686Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:27.6894124Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:39:27.6911625Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:27.6948691Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:27.6965312Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:27.7004059Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:39:27.7023792Z Entering 'third_party/zstd' 2022-09-27T15:39:27.7060537Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:39:27.7848527Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:39:27.8153742Z Entering 'android/libs/fbjni' 2022-09-27T15:39:27.8195882Z Entering 'third_party/FP16' 2022-09-27T15:39:27.8238190Z Entering 'third_party/FXdiv' 2022-09-27T15:39:27.8280111Z Entering 'third_party/NNPACK' 2022-09-27T15:39:27.8323632Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:27.8366866Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:27.8408734Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:27.8461465Z Entering 'third_party/benchmark' 2022-09-27T15:39:27.8502990Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:27.8546039Z Entering 'third_party/cub' 2022-09-27T15:39:27.8587960Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:27.8634870Z Entering 'third_party/cutlass' 2022-09-27T15:39:27.8683565Z Entering 'third_party/eigen' 2022-09-27T15:39:27.8727573Z Entering 'third_party/fbgemm' 2022-09-27T15:39:27.8770581Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:27.8812340Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:27.8853487Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:27.8895218Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:27.8937322Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:27.8981072Z Entering 'third_party/fmt' 2022-09-27T15:39:27.9022407Z Entering 'third_party/foxi' 2022-09-27T15:39:27.9064170Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:27.9105832Z Entering 'third_party/gloo' 2022-09-27T15:39:27.9147852Z Entering 'third_party/googletest' 2022-09-27T15:39:27.9190184Z Entering 'third_party/ideep' 2022-09-27T15:39:27.9231426Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:27.9274794Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:27.9323588Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:27.9364870Z Entering 'third_party/ittapi' 2022-09-27T15:39:27.9405711Z Entering 'third_party/kineto' 2022-09-27T15:39:27.9447274Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:27.9488425Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:27.9530852Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:27.9573227Z Entering 'third_party/neon2sse' 2022-09-27T15:39:27.9614878Z Entering 'third_party/nlohmann' 2022-09-27T15:39:27.9657750Z Entering 'third_party/onnx' 2022-09-27T15:39:27.9711095Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:27.9753113Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:27.9796419Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:27.9837259Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:27.9883372Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:27.9924975Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:27.9965353Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:28.0011557Z Entering 'third_party/pocketfft' 2022-09-27T15:39:28.0052566Z Entering 'third_party/protobuf' 2022-09-27T15:39:28.0097126Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:28.0139258Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:28.0182405Z Entering 'third_party/psimd' 2022-09-27T15:39:28.0223552Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:28.0266606Z Entering 'third_party/pybind11' 2022-09-27T15:39:28.0308435Z Entering 'third_party/python-enum' 2022-09-27T15:39:28.0349558Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:28.0391079Z Entering 'third_party/python-six' 2022-09-27T15:39:28.0432175Z Entering 'third_party/sleef' 2022-09-27T15:39:28.0474840Z Entering 'third_party/tbb' 2022-09-27T15:39:28.0518156Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:28.0559278Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:28.0600334Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:28.0641466Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:28.0682742Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:28.0723161Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:28.0768504Z Entering 'third_party/zstd' 2022-09-27T15:39:28.0823737Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:39:28.1125892Z Entering 'android/libs/fbjni' 2022-09-27T15:39:28.1167531Z Entering 'third_party/FP16' 2022-09-27T15:39:28.1209350Z Entering 'third_party/FXdiv' 2022-09-27T15:39:28.1250355Z Entering 'third_party/NNPACK' 2022-09-27T15:39:28.1292080Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:28.1333682Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:28.1375529Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:28.1428402Z Entering 'third_party/benchmark' 2022-09-27T15:39:28.1470906Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:28.1513081Z Entering 'third_party/cub' 2022-09-27T15:39:28.1554390Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:28.1603189Z Entering 'third_party/cutlass' 2022-09-27T15:39:28.1651876Z Entering 'third_party/eigen' 2022-09-27T15:39:28.1695731Z Entering 'third_party/fbgemm' 2022-09-27T15:39:28.1738189Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:28.1780369Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:28.1822434Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:28.1863764Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:28.1906421Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:28.1950200Z Entering 'third_party/fmt' 2022-09-27T15:39:28.1992585Z Entering 'third_party/foxi' 2022-09-27T15:39:28.2033441Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:28.2074655Z Entering 'third_party/gloo' 2022-09-27T15:39:28.2116452Z Entering 'third_party/googletest' 2022-09-27T15:39:28.2157855Z Entering 'third_party/ideep' 2022-09-27T15:39:28.2199065Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:28.2241912Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:28.2289312Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:28.2330109Z Entering 'third_party/ittapi' 2022-09-27T15:39:28.2372559Z Entering 'third_party/kineto' 2022-09-27T15:39:28.2413675Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:28.2454745Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:28.2497083Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:28.2538994Z Entering 'third_party/neon2sse' 2022-09-27T15:39:28.2580437Z Entering 'third_party/nlohmann' 2022-09-27T15:39:28.2623207Z Entering 'third_party/onnx' 2022-09-27T15:39:28.2676772Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:28.2718745Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:28.2762522Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:28.2802661Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:28.2848950Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:28.2890645Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:28.2931745Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:28.2976881Z Entering 'third_party/pocketfft' 2022-09-27T15:39:28.3017978Z Entering 'third_party/protobuf' 2022-09-27T15:39:28.3063486Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:28.3105630Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:28.3148974Z Entering 'third_party/psimd' 2022-09-27T15:39:28.3190896Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:28.3232280Z Entering 'third_party/pybind11' 2022-09-27T15:39:28.3273961Z Entering 'third_party/python-enum' 2022-09-27T15:39:28.3315675Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:28.3357118Z Entering 'third_party/python-six' 2022-09-27T15:39:28.3398734Z Entering 'third_party/sleef' 2022-09-27T15:39:28.3440116Z Entering 'third_party/tbb' 2022-09-27T15:39:28.3483080Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:28.3524967Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:28.3565510Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:28.3606455Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:28.3648351Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:28.3688739Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:28.3732645Z Entering 'third_party/zstd' 2022-09-27T15:39:28.3782894Z ##[endgroup] 2022-09-27T15:39:28.3826553Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:39:28.3855965Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:39:28.4003002Z Prepare all required actions 2022-09-27T15:39:28.4036654Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:39:28.4036996Z env: 2022-09-27T15:39:28.4037954Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:28.4038286Z ##[endgroup] 2022-09-27T15:39:28.4098574Z ##[group]Run set -euo pipefail 2022-09-27T15:39:28.4098897Z set -euo pipefail 2022-09-27T15:39:28.4099191Z function get_ec2_metadata() { 2022-09-27T15:39:28.4099537Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:39:28.4100012Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:39:28.4100424Z  category=$1 2022-09-27T15:39:28.4100759Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:39:28.4101061Z } 2022-09-27T15:39:28.4101345Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:39:28.4101893Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:39:28.4102271Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:39:28.4102621Z echo "system info $(uname -a)" 2022-09-27T15:39:28.4115242Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:28.4115521Z env: 2022-09-27T15:39:28.4115757Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:28.4116009Z ##[endgroup] 2022-09-27T15:39:28.4213748Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:39:28.4274216Z instance-id: i-07c10960ade88e055 2022-09-27T15:39:28.4333662Z instance-type: g3.4xlarge 2022-09-27T15:39:28.4341448Z system info Linux ip-10-0-0-45.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-09-27T15:39:28.4362277Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:39:28.4362645Z if systemctl is-active --quiet docker; then 2022-09-27T15:39:28.4362983Z  echo "Docker daemon is running..."; 2022-09-27T15:39:28.4363240Z else 2022-09-27T15:39:28.4363547Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:39:28.4363841Z fi 2022-09-27T15:39:28.4375081Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:28.4375375Z env: 2022-09-27T15:39:28.4375612Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:28.4375849Z ##[endgroup] 2022-09-27T15:39:28.4424949Z Docker daemon is running... 2022-09-27T15:39:28.4445121Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:39:28.4445583Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:39:28.4445957Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:39:28.4446495Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:39:28.4446962Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:39:28.4457932Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:28.4458214Z env: 2022-09-27T15:39:28.4458464Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:28.4458726Z AWS_RETRY_MODE: standard 2022-09-27T15:39:28.4458966Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:39:28.4459227Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:39:28.4459482Z ##[endgroup] 2022-09-27T15:39:29.3815380Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:39:29.3815842Z Configure a credential helper to remove this warning. See 2022-09-27T15:39:29.3816365Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:39:29.3816651Z 2022-09-27T15:39:29.3818460Z Login Succeeded 2022-09-27T15:39:29.3895167Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:39:29.3895589Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:39:29.3896056Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:39:29.3908357Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:29.3908656Z env: 2022-09-27T15:39:29.3908899Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:29.3909140Z ##[endgroup] 2022-09-27T15:39:29.3981081Z Prepare all required actions 2022-09-27T15:39:29.3981444Z Getting action download info 2022-09-27T15:39:29.5959547Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:39:29.7909795Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:39:29.7910069Z with: 2022-09-27T15:39:29.7910524Z github-secret: *** 2022-09-27T15:39:29.7910772Z env: 2022-09-27T15:39:29.7911067Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:29.7911312Z ##[endgroup] 2022-09-27T15:39:29.7938648Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:39:29.7939051Z with: 2022-09-27T15:39:29.7939435Z GITHUB_TOKEN: *** 2022-09-27T15:39:29.7939691Z activate-with-label: false 2022-09-27T15:39:29.7939951Z label: with-ssh 2022-09-27T15:39:29.7940213Z remove-existing-keys: true 2022-09-27T15:39:29.7940458Z env: 2022-09-27T15:39:29.7940674Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:29.7940930Z ##[endgroup] 2022-09-27T15:39:30.3716212Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:39:30.4497596Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:39:30.4519583Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:39:30.4558586Z Login using: ssh ec2-user@ec2-54-80-244-69.compute-1.amazonaws.com 2022-09-27T15:39:30.4614885Z Prepare all required actions 2022-09-27T15:39:30.4638775Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:39:30.4639068Z with: 2022-09-27T15:39:30.4639559Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:39:30.4640032Z env: 2022-09-27T15:39:30.4640272Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:30.4640528Z ##[endgroup] 2022-09-27T15:39:30.5427324Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:39:30.5427698Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:39:30.5428058Z # ignore output since only exit code is used for conditional 2022-09-27T15:39:30.5428420Z # only pull docker image if it's not available locally 2022-09-27T15:39:30.5428815Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:39:30.5429223Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:39:30.5429477Z fi 2022-09-27T15:39:30.5442244Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:30.5442545Z env: 2022-09-27T15:39:30.5442790Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:30.5443302Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:39:30.5443788Z ##[endgroup] 2022-09-27T15:39:30.8872727Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-09-27T15:39:30.8873609Z 40dd5be53814: Pulling fs layer 2022-09-27T15:39:30.8874137Z bd44602516a4: Pulling fs layer 2022-09-27T15:39:30.8874680Z 8ebfb31ea67d: Pulling fs layer 2022-09-27T15:39:30.8875195Z 1589dc294916: Pulling fs layer 2022-09-27T15:39:30.8875902Z 2c3a764ff1ef: Pulling fs layer 2022-09-27T15:39:30.8876450Z 2fb24fb5f7cb: Pulling fs layer 2022-09-27T15:39:30.8876998Z d6e4b45751c9: Pulling fs layer 2022-09-27T15:39:30.8877606Z 98a26bc0781e: Pulling fs layer 2022-09-27T15:39:30.8877923Z 07c42b0591b2: Pulling fs layer 2022-09-27T15:39:30.8878363Z 1589dc294916: Waiting 2022-09-27T15:39:30.8878896Z 9be88323b57e: Pulling fs layer 2022-09-27T15:39:30.8879468Z 2c7b68ade49f: Pulling fs layer 2022-09-27T15:39:30.8879931Z 2c3a764ff1ef: Waiting 2022-09-27T15:39:30.8880426Z 44206692de1d: Pulling fs layer 2022-09-27T15:39:30.8880901Z f751461554fa: Pulling fs layer 2022-09-27T15:39:30.8881364Z 316750fef2e6: Pulling fs layer 2022-09-27T15:39:30.8881840Z c069021d810b: Pulling fs layer 2022-09-27T15:39:30.8882400Z e0fdd58e805b: Pulling fs layer 2022-09-27T15:39:30.8882838Z 751286b45698: Pulling fs layer 2022-09-27T15:39:30.8883314Z 0c8bd29be614: Pulling fs layer 2022-09-27T15:39:30.8883786Z 2fb24fb5f7cb: Waiting 2022-09-27T15:39:30.8884085Z 3bb9e7ea569e: Pulling fs layer 2022-09-27T15:39:30.8884495Z efeff9c74fbf: Pulling fs layer 2022-09-27T15:39:30.8884978Z f751461554fa: Waiting 2022-09-27T15:39:30.8885335Z 81a5271d43c8: Pulling fs layer 2022-09-27T15:39:30.8885578Z 316750fef2e6: Waiting 2022-09-27T15:39:30.8885834Z 903ca36d4d71: Pulling fs layer 2022-09-27T15:39:30.8886099Z d52c758f8e75: Pulling fs layer 2022-09-27T15:39:30.8886538Z 2c7b68ade49f: Waiting 2022-09-27T15:39:30.8886798Z a4ce2fdd9133: Pulling fs layer 2022-09-27T15:39:30.8887072Z cae8823a1cd1: Pulling fs layer 2022-09-27T15:39:30.8887310Z 751286b45698: Waiting 2022-09-27T15:39:30.8887560Z 3298fe919163: Pulling fs layer 2022-09-27T15:39:30.8887809Z 903ca36d4d71: Waiting 2022-09-27T15:39:30.8888030Z c069021d810b: Waiting 2022-09-27T15:39:30.8888286Z b9b9b9d06eef: Pulling fs layer 2022-09-27T15:39:30.8888540Z e0fdd58e805b: Waiting 2022-09-27T15:39:30.8888776Z 62fa99d47769: Pulling fs layer 2022-09-27T15:39:30.8889042Z 17acc9e30503: Pulling fs layer 2022-09-27T15:39:30.8889306Z e8b4222e7a59: Pulling fs layer 2022-09-27T15:39:30.8889552Z b752992950f8: Pulling fs layer 2022-09-27T15:39:30.8889902Z cc8443c330a0: Pulling fs layer 2022-09-27T15:39:30.8890174Z d52c758f8e75: Waiting 2022-09-27T15:39:30.8890400Z a4ce2fdd9133: Waiting 2022-09-27T15:39:30.8890663Z c2fcfa2400df: Pulling fs layer 2022-09-27T15:39:30.8890937Z dce607cbd09e: Pulling fs layer 2022-09-27T15:39:30.8891213Z 45b253446018: Pulling fs layer 2022-09-27T15:39:30.8891448Z 3bb9e7ea569e: Waiting 2022-09-27T15:39:30.8891895Z 752f98c7a6d7: Pulling fs layer 2022-09-27T15:39:30.8892181Z 3298fe919163: Waiting 2022-09-27T15:39:30.8892418Z 410e31c94a04: Pulling fs layer 2022-09-27T15:39:30.8892669Z d6e4b45751c9: Waiting 2022-09-27T15:39:30.8893042Z aa4bb3ec24a7: Pulling fs layer 2022-09-27T15:39:30.8893433Z cc8443c330a0: Waiting 2022-09-27T15:39:30.8893691Z 6a9eea4b3aa4: Pulling fs layer 2022-09-27T15:39:30.8893948Z b752992950f8: Waiting 2022-09-27T15:39:30.8894225Z e8b4222e7a59: Waiting 2022-09-27T15:39:30.8894671Z 62fa99d47769: Waiting 2022-09-27T15:39:30.8894933Z 17acc9e30503: Waiting 2022-09-27T15:39:30.8895256Z a823f5718e87: Pulling fs layer 2022-09-27T15:39:30.8895633Z c2fcfa2400df: Waiting 2022-09-27T15:39:30.8895895Z 788ace045743: Pulling fs layer 2022-09-27T15:39:30.8896142Z c76c6ad2ac0f: Pulling fs layer 2022-09-27T15:39:30.8896441Z 752f98c7a6d7: Waiting 2022-09-27T15:39:30.8896907Z 6cd5f9a2c4ae: Pulling fs layer 2022-09-27T15:39:30.8897160Z 410e31c94a04: Waiting 2022-09-27T15:39:30.8897402Z 6a9eea4b3aa4: Waiting 2022-09-27T15:39:30.8897665Z 577da355ab1b: Pulling fs layer 2022-09-27T15:39:30.8898093Z aa4bb3ec24a7: Waiting 2022-09-27T15:39:30.8898408Z dce607cbd09e: Waiting 2022-09-27T15:39:30.8898664Z 649c4428b346: Pulling fs layer 2022-09-27T15:39:30.8898939Z eadc05ea2cd3: Pulling fs layer 2022-09-27T15:39:30.8899301Z 93e5a7080833: Pulling fs layer 2022-09-27T15:39:30.8899700Z 0c8bd29be614: Waiting 2022-09-27T15:39:30.8899963Z e6d72a41a09b: Pulling fs layer 2022-09-27T15:39:30.8900213Z acb01049a64b: Pulling fs layer 2022-09-27T15:39:30.8900502Z 343cc73c5973: Pulling fs layer 2022-09-27T15:39:30.8900979Z 6cd5f9a2c4ae: Waiting 2022-09-27T15:39:30.8901233Z 7d69e17e7339: Pulling fs layer 2022-09-27T15:39:30.8901504Z 5d0b32cc6f2a: Pulling fs layer 2022-09-27T15:39:30.8901775Z a6c12031bfcf: Pulling fs layer 2022-09-27T15:39:30.8902011Z 649c4428b346: Waiting 2022-09-27T15:39:30.8902247Z e6d72a41a09b: Waiting 2022-09-27T15:39:30.8902497Z b9b9b9d06eef: Waiting 2022-09-27T15:39:30.8902721Z a6c12031bfcf: Waiting 2022-09-27T15:39:30.8902958Z acb01049a64b: Waiting 2022-09-27T15:39:30.8903193Z 5d0b32cc6f2a: Waiting 2022-09-27T15:39:30.8903407Z 44206692de1d: Waiting 2022-09-27T15:39:30.8903636Z 45b253446018: Waiting 2022-09-27T15:39:30.8903863Z 93e5a7080833: Waiting 2022-09-27T15:39:30.8904075Z a823f5718e87: Waiting 2022-09-27T15:39:30.8904312Z c76c6ad2ac0f: Waiting 2022-09-27T15:39:30.8904549Z cae8823a1cd1: Waiting 2022-09-27T15:39:30.8904767Z 81a5271d43c8: Waiting 2022-09-27T15:39:30.8905155Z efeff9c74fbf: Waiting 2022-09-27T15:39:30.8905457Z eadc05ea2cd3: Waiting 2022-09-27T15:39:31.0309702Z bd44602516a4: Verifying Checksum 2022-09-27T15:39:31.0310052Z bd44602516a4: Download complete 2022-09-27T15:39:31.1229163Z 1589dc294916: Verifying Checksum 2022-09-27T15:39:31.1229487Z 1589dc294916: Download complete 2022-09-27T15:39:31.1781476Z 8ebfb31ea67d: Verifying Checksum 2022-09-27T15:39:31.1782022Z 8ebfb31ea67d: Download complete 2022-09-27T15:39:31.2024177Z 2c3a764ff1ef: Verifying Checksum 2022-09-27T15:39:31.2024906Z 2c3a764ff1ef: Download complete 2022-09-27T15:39:31.2085274Z 40dd5be53814: Verifying Checksum 2022-09-27T15:39:31.2085768Z 40dd5be53814: Download complete 2022-09-27T15:39:31.2820941Z d6e4b45751c9: Download complete 2022-09-27T15:39:31.3602174Z 07c42b0591b2: Verifying Checksum 2022-09-27T15:39:31.3602569Z 07c42b0591b2: Download complete 2022-09-27T15:39:31.4306053Z 9be88323b57e: Download complete 2022-09-27T15:39:32.0257359Z 40dd5be53814: Pull complete 2022-09-27T15:39:32.3179611Z bd44602516a4: Pull complete 2022-09-27T15:39:32.9130774Z 8ebfb31ea67d: Pull complete 2022-09-27T15:39:33.0372615Z 1589dc294916: Pull complete 2022-09-27T15:39:33.1528611Z 2c3a764ff1ef: Pull complete 2022-09-27T15:39:33.5526829Z 2c7b68ade49f: Verifying Checksum 2022-09-27T15:39:33.5527194Z 2c7b68ade49f: Download complete 2022-09-27T15:39:33.6323226Z 44206692de1d: Download complete 2022-09-27T15:39:33.6997260Z f751461554fa: Verifying Checksum 2022-09-27T15:39:33.6997860Z f751461554fa: Download complete 2022-09-27T15:39:33.7715442Z 316750fef2e6: Verifying Checksum 2022-09-27T15:39:33.7715779Z 316750fef2e6: Download complete 2022-09-27T15:39:34.5402313Z c069021d810b: Verifying Checksum 2022-09-27T15:39:34.5402914Z c069021d810b: Download complete 2022-09-27T15:39:34.6407562Z e0fdd58e805b: Download complete 2022-09-27T15:39:34.7135970Z 751286b45698: Verifying Checksum 2022-09-27T15:39:34.7136312Z 751286b45698: Download complete 2022-09-27T15:39:42.3991788Z 2fb24fb5f7cb: Verifying Checksum 2022-09-27T15:39:42.3992155Z 2fb24fb5f7cb: Download complete 2022-09-27T15:39:42.5017961Z 3bb9e7ea569e: Verifying Checksum 2022-09-27T15:39:42.5018314Z 3bb9e7ea569e: Download complete 2022-09-27T15:39:42.5758306Z efeff9c74fbf: Verifying Checksum 2022-09-27T15:39:42.5758727Z efeff9c74fbf: Download complete 2022-09-27T15:39:42.6636500Z 81a5271d43c8: Download complete 2022-09-27T15:39:42.7494000Z 903ca36d4d71: Verifying Checksum 2022-09-27T15:39:42.7494606Z 903ca36d4d71: Download complete 2022-09-27T15:39:42.8403987Z d52c758f8e75: Verifying Checksum 2022-09-27T15:39:42.8404565Z d52c758f8e75: Download complete 2022-09-27T15:39:42.9631839Z a4ce2fdd9133: Download complete 2022-09-27T15:39:44.0677494Z cae8823a1cd1: Verifying Checksum 2022-09-27T15:39:44.0678094Z cae8823a1cd1: Download complete 2022-09-27T15:39:44.1542922Z 3298fe919163: Verifying Checksum 2022-09-27T15:39:44.1543503Z 3298fe919163: Download complete 2022-09-27T15:39:44.2207811Z b9b9b9d06eef: Verifying Checksum 2022-09-27T15:39:44.2208168Z b9b9b9d06eef: Download complete 2022-09-27T15:39:44.3051981Z 62fa99d47769: Verifying Checksum 2022-09-27T15:39:44.3052356Z 62fa99d47769: Download complete 2022-09-27T15:39:44.3861525Z 17acc9e30503: Verifying Checksum 2022-09-27T15:39:44.3862355Z 17acc9e30503: Download complete 2022-09-27T15:39:44.4610841Z e8b4222e7a59: Verifying Checksum 2022-09-27T15:39:44.4611477Z e8b4222e7a59: Download complete 2022-09-27T15:39:45.5670593Z 98a26bc0781e: Verifying Checksum 2022-09-27T15:39:45.5671009Z 98a26bc0781e: Download complete 2022-09-27T15:39:45.6477724Z cc8443c330a0: Verifying Checksum 2022-09-27T15:39:45.6478343Z cc8443c330a0: Download complete 2022-09-27T15:39:45.7359404Z c2fcfa2400df: Verifying Checksum 2022-09-27T15:39:45.7359847Z c2fcfa2400df: Download complete 2022-09-27T15:39:46.0686692Z dce607cbd09e: Verifying Checksum 2022-09-27T15:39:46.1635583Z dce607cbd09e: Download complete 2022-09-27T15:39:46.1635918Z 45b253446018: Verifying Checksum 2022-09-27T15:39:46.1636213Z 45b253446018: Download complete 2022-09-27T15:39:46.2389383Z 752f98c7a6d7: Verifying Checksum 2022-09-27T15:39:46.2389992Z 752f98c7a6d7: Download complete 2022-09-27T15:39:46.4528144Z b752992950f8: Verifying Checksum 2022-09-27T15:39:46.4528532Z b752992950f8: Download complete 2022-09-27T15:39:46.4947351Z 410e31c94a04: Verifying Checksum 2022-09-27T15:39:46.5497823Z 410e31c94a04: Download complete 2022-09-27T15:39:46.5498192Z aa4bb3ec24a7: Verifying Checksum 2022-09-27T15:39:46.5498488Z aa4bb3ec24a7: Download complete 2022-09-27T15:39:46.6162197Z a823f5718e87: Download complete 2022-09-27T15:39:46.7074178Z 788ace045743: Download complete 2022-09-27T15:39:46.9533416Z 6a9eea4b3aa4: Download complete 2022-09-27T15:39:47.0661626Z 6cd5f9a2c4ae: Verifying Checksum 2022-09-27T15:39:47.0662388Z 6cd5f9a2c4ae: Download complete 2022-09-27T15:39:47.1469371Z 577da355ab1b: Download complete 2022-09-27T15:39:47.2296342Z 649c4428b346: Download complete 2022-09-27T15:39:47.3310892Z eadc05ea2cd3: Download complete 2022-09-27T15:39:47.5221962Z 93e5a7080833: Download complete 2022-09-27T15:39:47.6000259Z e6d72a41a09b: Verifying Checksum 2022-09-27T15:39:47.6000896Z e6d72a41a09b: Download complete 2022-09-27T15:39:48.2179544Z acb01049a64b: Verifying Checksum 2022-09-27T15:39:48.2180342Z acb01049a64b: Download complete 2022-09-27T15:39:48.2856270Z 343cc73c5973: Verifying Checksum 2022-09-27T15:39:48.2856956Z 343cc73c5973: Download complete 2022-09-27T15:39:49.4958704Z c76c6ad2ac0f: Verifying Checksum 2022-09-27T15:39:49.4959263Z c76c6ad2ac0f: Download complete 2022-09-27T15:39:49.5772558Z 5d0b32cc6f2a: Verifying Checksum 2022-09-27T15:39:49.5772896Z 5d0b32cc6f2a: Download complete 2022-09-27T15:39:49.6437031Z a6c12031bfcf: Verifying Checksum 2022-09-27T15:39:49.6437860Z a6c12031bfcf: Download complete 2022-09-27T15:39:57.2307926Z 2fb24fb5f7cb: Pull complete 2022-09-27T15:39:57.3341715Z d6e4b45751c9: Pull complete 2022-09-27T15:40:17.8241339Z 0c8bd29be614: Verifying Checksum 2022-09-27T15:40:17.8243397Z 0c8bd29be614: Download complete 2022-09-27T15:40:19.8893674Z 98a26bc0781e: Pull complete 2022-09-27T15:40:21.7616222Z 07c42b0591b2: Pull complete 2022-09-27T15:40:23.6349478Z 9be88323b57e: Pull complete 2022-09-27T15:40:31.9852378Z 2c7b68ade49f: Pull complete 2022-09-27T15:40:33.8234681Z 44206692de1d: Pull complete 2022-09-27T15:40:36.1036944Z f751461554fa: Pull complete 2022-09-27T15:40:37.9828756Z 316750fef2e6: Pull complete 2022-09-27T15:40:39.3136784Z 7d69e17e7339: Verifying Checksum 2022-09-27T15:40:39.3137181Z 7d69e17e7339: Download complete 2022-09-27T15:40:42.3391925Z c069021d810b: Pull complete 2022-09-27T15:40:44.2184603Z e0fdd58e805b: Pull complete 2022-09-27T15:40:46.0663435Z 751286b45698: Pull complete 2022-09-27T15:41:25.3298709Z 0c8bd29be614: Pull complete 2022-09-27T15:41:27.1639933Z 3bb9e7ea569e: Pull complete 2022-09-27T15:41:29.4401479Z efeff9c74fbf: Pull complete 2022-09-27T15:41:31.4193411Z 81a5271d43c8: Pull complete 2022-09-27T15:41:33.2948297Z 903ca36d4d71: Pull complete 2022-09-27T15:41:35.1387502Z d52c758f8e75: Pull complete 2022-09-27T15:41:36.9836416Z a4ce2fdd9133: Pull complete 2022-09-27T15:41:41.9612399Z cae8823a1cd1: Pull complete 2022-09-27T15:41:45.5867513Z 3298fe919163: Pull complete 2022-09-27T15:41:48.6256411Z b9b9b9d06eef: Pull complete 2022-09-27T15:41:50.9698574Z 62fa99d47769: Pull complete 2022-09-27T15:41:53.4372878Z 17acc9e30503: Pull complete 2022-09-27T15:41:55.7726112Z e8b4222e7a59: Pull complete 2022-09-27T15:42:04.2714050Z b752992950f8: Pull complete 2022-09-27T15:42:06.1812002Z cc8443c330a0: Pull complete 2022-09-27T15:42:08.0663138Z c2fcfa2400df: Pull complete 2022-09-27T15:42:10.6985512Z dce607cbd09e: Pull complete 2022-09-27T15:42:12.5736577Z 45b253446018: Pull complete 2022-09-27T15:42:14.4201150Z 752f98c7a6d7: Pull complete 2022-09-27T15:42:16.7379581Z 410e31c94a04: Pull complete 2022-09-27T15:42:17.7537457Z aa4bb3ec24a7: Pull complete 2022-09-27T15:42:19.0824345Z 6a9eea4b3aa4: Pull complete 2022-09-27T15:42:19.2085629Z a823f5718e87: Pull complete 2022-09-27T15:42:19.3284738Z 788ace045743: Pull complete 2022-09-27T15:42:24.1172048Z c76c6ad2ac0f: Pull complete 2022-09-27T15:42:24.2385859Z 6cd5f9a2c4ae: Pull complete 2022-09-27T15:42:24.3411222Z 577da355ab1b: Pull complete 2022-09-27T15:42:24.4544365Z 649c4428b346: Pull complete 2022-09-27T15:42:24.5829225Z eadc05ea2cd3: Pull complete 2022-09-27T15:42:25.3784552Z 93e5a7080833: Pull complete 2022-09-27T15:42:25.4975741Z e6d72a41a09b: Pull complete 2022-09-27T15:42:27.4932485Z acb01049a64b: Pull complete 2022-09-27T15:42:27.5978472Z 343cc73c5973: Pull complete 2022-09-27T15:43:10.2907886Z 7d69e17e7339: Pull complete 2022-09-27T15:43:12.1984891Z 5d0b32cc6f2a: Pull complete 2022-09-27T15:43:14.0472398Z a6c12031bfcf: Pull complete 2022-09-27T15:43:15.3310232Z Digest: sha256:9bb261bc4d8aeb82a71b1f0709da9c979e85a12a79c4a85c3fe3adddddcb2663 2022-09-27T15:43:15.8316808Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:43:16.1148382Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:43:16.1230957Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T15:43:16.1231281Z with: 2022-09-27T15:43:16.1231516Z timeout_minutes: 10 2022-09-27T15:43:16.1231769Z max_attempts: 3 2022-09-27T15:43:16.1232157Z command: set -ex bash .github/scripts/install_nvidia_utils_linux.sh echo "GPU_FLAG=--gpus all" >> "${GITHUB_ENV}" 2022-09-27T15:43:16.1232533Z retry_wait_seconds: 10 2022-09-27T15:43:16.1232804Z polling_interval_seconds: 1 2022-09-27T15:43:16.1233070Z warning_on_retry: true 2022-09-27T15:43:16.1233311Z continue_on_error: false 2022-09-27T15:43:16.1233552Z env: 2022-09-27T15:43:16.1233786Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:43:16.1234027Z ##[endgroup] 2022-09-27T15:43:16.1778672Z 2022-09-27T15:43:16.1841937Z + bash .github/scripts/install_nvidia_utils_linux.sh 2022-09-27T15:43:16.1844351Z == Installing nvidia driver NVIDIA-Linux-x86_64-515.57.run == 2022-09-27T15:43:16.1845520Z + HAS_NVIDIA_DRIVER=0 2022-09-27T15:43:16.1847962Z ++ command -v nvidia-smi 2022-09-27T15:43:16.1849996Z + '[' -x '' ']' 2022-09-27T15:43:16.1850635Z + '[' 0 -eq 0 ']' 2022-09-27T15:43:16.1851221Z + sudo yum groupinstall -y 'Development Tools' 2022-09-27T15:43:16.6537423Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:43:16.9797939Z Resolving Dependencies 2022-09-27T15:43:16.9803839Z --> Running transaction check 2022-09-27T15:43:16.9807740Z ---> Package autoconf.noarch 0:2.69-11.amzn2 will be installed 2022-09-27T15:43:17.0038196Z --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.amzn2.noarch 2022-09-27T15:43:17.2211660Z --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.amzn2.noarch 2022-09-27T15:43:17.2214235Z ---> Package automake.noarch 0:1.13.4-3.1.amzn2 will be installed 2022-09-27T15:43:17.2259113Z --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.1.amzn2.noarch 2022-09-27T15:43:17.2265880Z --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.1.amzn2.noarch 2022-09-27T15:43:17.2276478Z ---> Package bison.x86_64 0:3.0.4-6.amzn2.0.2 will be installed 2022-09-27T15:43:17.2388170Z ---> Package byacc.x86_64 0:1.9.20130304-3.amzn2.0.2 will be installed 2022-09-27T15:43:17.2394899Z ---> Package cscope.x86_64 0:15.8-10.amzn2.0.2 will be installed 2022-09-27T15:43:17.2438296Z --> Processing Dependency: emacs-filesystem for package: cscope-15.8-10.amzn2.0.2.x86_64 2022-09-27T15:43:17.2461746Z ---> Package ctags.x86_64 0:5.8-13.amzn2.0.2 will be installed 2022-09-27T15:43:17.2494582Z ---> Package diffstat.x86_64 0:1.57-4.amzn2.0.2 will be installed 2022-09-27T15:43:17.2495179Z ---> Package doxygen.x86_64 1:1.8.5-4.amzn2 will be installed 2022-09-27T15:43:17.2570560Z ---> Package elfutils.x86_64 0:0.176-2.amzn2 will be installed 2022-09-27T15:43:17.2707065Z ---> Package flex.x86_64 0:2.5.37-3.amzn2.0.3 will be installed 2022-09-27T15:43:17.2725621Z ---> Package gcc.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:17.2889695Z --> Processing Dependency: cpp = 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:17.2908714Z --> Processing Dependency: libsanitizer >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:17.2962244Z --> Processing Dependency: libquadmath >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:17.3012501Z --> Processing Dependency: libmpx >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:17.3066791Z --> Processing Dependency: libitm >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:17.3116659Z --> Processing Dependency: libcilkrts >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:17.3169739Z --> Processing Dependency: libatomic >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:17.3222284Z --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:17.3366383Z --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:17.3386326Z --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:17.3407085Z ---> Package gcc-c++.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:17.3432827Z ---> Package gcc-gfortran.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:17.3465187Z --> Processing Dependency: libgfortran.so.4()(64bit) for package: gcc-gfortran-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:17.3526850Z ---> Package indent.x86_64 0:2.2.11-13.amzn2.0.2 will be installed 2022-09-27T15:43:17.3540866Z ---> Package intltool.noarch 0:0.50.2-7.amzn2 will be installed 2022-09-27T15:43:17.3590703Z --> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-7.amzn2.noarch 2022-09-27T15:43:17.3604397Z --> Processing Dependency: gettext-devel for package: intltool-0.50.2-7.amzn2.noarch 2022-09-27T15:43:17.3622581Z ---> Package libtool.x86_64 0:2.4.2-22.2.amzn2.0.2 will be installed 2022-09-27T15:43:17.3652643Z ---> Package patch.x86_64 0:2.7.1-12.amzn2.0.2 will be installed 2022-09-27T15:43:17.3687445Z ---> Package patchutils.x86_64 0:0.3.3-4.amzn2.0.1 will be installed 2022-09-27T15:43:17.3711474Z ---> Package rcs.x86_64 0:5.9.0-5.amzn2.0.2 will be installed 2022-09-27T15:43:17.3744106Z ---> Package rpm-build.x86_64 0:4.11.3-48.amzn2.0.2 will be installed 2022-09-27T15:43:17.3976443Z --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.amzn2.0.2.x86_64 2022-09-27T15:43:17.3994465Z ---> Package rpm-sign.x86_64 0:4.11.3-48.amzn2.0.2 will be installed 2022-09-27T15:43:17.4017088Z ---> Package subversion.x86_64 0:1.7.14-16.amzn2.0.1 will be installed 2022-09-27T15:43:17.4179533Z --> Processing Dependency: subversion-libs(x86-64) = 1.7.14-16.amzn2.0.1 for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4198179Z --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4199559Z --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4200295Z --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4201110Z --> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4201938Z --> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4202612Z --> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4203327Z --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4203974Z --> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4204777Z --> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4205419Z --> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4206198Z --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4206807Z --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4207616Z --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4208246Z --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4208864Z --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4226485Z --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4246869Z --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:17.4270027Z ---> Package swig.x86_64 0:3.0.12-11.amzn2.0.3 will be installed 2022-09-27T15:43:17.4291713Z ---> Package system-rpm-config.noarch 0:9.1.0-76.amzn2.0.14 will be installed 2022-09-27T15:43:17.4336135Z --> Processing Dependency: dwz >= 0.4 for package: system-rpm-config-9.1.0-76.amzn2.0.14.noarch 2022-09-27T15:43:17.4353360Z --> Processing Dependency: perl-srpm-macros for package: system-rpm-config-9.1.0-76.amzn2.0.14.noarch 2022-09-27T15:43:17.4365600Z --> Processing Dependency: go-srpm-macros for package: system-rpm-config-9.1.0-76.amzn2.0.14.noarch 2022-09-27T15:43:17.4525638Z ---> Package systemtap.x86_64 0:4.5-1.amzn2.0.1 will be installed 2022-09-27T15:43:17.4538379Z --> Processing Dependency: systemtap-devel = 4.5-1.amzn2.0.1 for package: systemtap-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:17.4552676Z --> Processing Dependency: systemtap-client = 4.5-1.amzn2.0.1 for package: systemtap-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:17.4566343Z --> Running transaction check 2022-09-27T15:43:17.4569665Z ---> Package apr.x86_64 0:1.7.0-9.amzn2 will be installed 2022-09-27T15:43:17.4640668Z ---> Package apr-util.x86_64 0:1.6.1-5.amzn2.0.2 will be installed 2022-09-27T15:43:17.4677595Z --> Processing Dependency: apr-util-bdb(x86-64) = 1.6.1-5.amzn2.0.2 for package: apr-util-1.6.1-5.amzn2.0.2.x86_64 2022-09-27T15:43:17.4691650Z ---> Package cpp.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:17.4762319Z ---> Package dwz.x86_64 0:0.11-3.amzn2.0.3 will be installed 2022-09-27T15:43:17.4772599Z ---> Package emacs-filesystem.noarch 1:27.2-4.amzn2.0.1 will be installed 2022-09-27T15:43:17.4773646Z ---> Package gdb.x86_64 0:8.0.1-36.amzn2.0.1 will be installed 2022-09-27T15:43:17.4842396Z ---> Package gettext-devel.x86_64 0:0.19.8.1-3.amzn2 will be installed 2022-09-27T15:43:17.4905472Z --> Processing Dependency: gettext-common-devel = 0.19.8.1-3.amzn2 for package: gettext-devel-0.19.8.1-3.amzn2.x86_64 2022-09-27T15:43:17.4914156Z ---> Package glibc-devel.x86_64 0:2.26-60.amzn2 will be installed 2022-09-27T15:43:17.5028148Z --> Processing Dependency: glibc-headers = 2.26-60.amzn2 for package: glibc-devel-2.26-60.amzn2.x86_64 2022-09-27T15:43:17.5053718Z --> Processing Dependency: glibc-headers for package: glibc-devel-2.26-60.amzn2.x86_64 2022-09-27T15:43:17.5054339Z ---> Package go-srpm-macros.noarch 0:3.0.15-23.amzn2.0.1 will be installed 2022-09-27T15:43:17.5059421Z ---> Package libatomic.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:17.5072296Z ---> Package libcilkrts.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:17.5098786Z ---> Package libgfortran.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:17.5133077Z ---> Package libitm.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:17.5148323Z ---> Package libmpc.x86_64 0:1.0.1-3.amzn2.0.2 will be installed 2022-09-27T15:43:17.5160461Z ---> Package libmpx.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:17.5174537Z ---> Package libquadmath.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:17.5198868Z ---> Package libsanitizer.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:17.5243292Z ---> Package m4.x86_64 0:1.4.16-10.amzn2.0.2 will be installed 2022-09-27T15:43:17.5257690Z ---> Package mpfr.x86_64 0:3.1.1-4.amzn2.0.2 will be installed 2022-09-27T15:43:17.5278144Z ---> Package neon.x86_64 0:0.30.0-3.amzn2.0.2 will be installed 2022-09-27T15:43:17.5350826Z --> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-09-27T15:43:17.5386959Z --> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-09-27T15:43:17.5388158Z --> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-09-27T15:43:17.5407027Z --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-09-27T15:43:17.5424161Z --> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-09-27T15:43:17.5430304Z ---> Package perl-Data-Dumper.x86_64 0:2.145-3.amzn2.0.2 will be installed 2022-09-27T15:43:17.5478249Z ---> Package perl-Test-Harness.noarch 0:3.28-3.amzn2 will be installed 2022-09-27T15:43:17.5569671Z ---> Package perl-Thread-Queue.noarch 0:3.02-2.amzn2 will be installed 2022-09-27T15:43:17.5581290Z ---> Package perl-XML-Parser.x86_64 0:2.41-10.amzn2.0.2 will be installed 2022-09-27T15:43:17.5595851Z ---> Package perl-srpm-macros.noarch 0:1-8.amzn2.0.1 will be installed 2022-09-27T15:43:17.5597094Z ---> Package subversion-libs.x86_64 0:1.7.14-16.amzn2.0.1 will be installed 2022-09-27T15:43:17.5624246Z ---> Package systemtap-client.x86_64 0:4.5-1.amzn2.0.1 will be installed 2022-09-27T15:43:17.5820388Z --> Processing Dependency: mokutil for package: systemtap-client-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:17.5833559Z --> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:17.5858727Z --> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:17.5859304Z ---> Package systemtap-devel.x86_64 0:4.5-1.amzn2.0.1 will be installed 2022-09-27T15:43:17.5976912Z --> Processing Dependency: kernel-devel-uname-r for package: systemtap-devel-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:17.6946141Z --> Running transaction check 2022-09-27T15:43:17.6946979Z ---> Package apr-util-bdb.x86_64 0:1.6.1-5.amzn2.0.2 will be installed 2022-09-27T15:43:17.6956596Z ---> Package avahi-libs.x86_64 0:0.6.31-20.amzn2 will be installed 2022-09-27T15:43:17.6981786Z ---> Package gettext-common-devel.noarch 0:0.19.8.1-3.amzn2 will be installed 2022-09-27T15:43:17.6982947Z ---> Package glibc-headers.x86_64 0:2.26-60.amzn2 will be installed 2022-09-27T15:43:17.7053208Z --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.26-60.amzn2.x86_64 2022-09-27T15:43:17.8098262Z --> Processing Dependency: kernel-headers for package: glibc-headers-2.26-60.amzn2.x86_64 2022-09-27T15:43:17.8098822Z ---> Package gnutls.x86_64 0:3.3.29-9.amzn2.0.1 will be installed 2022-09-27T15:43:17.8162947Z --> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.amzn2.0.1.x86_64 2022-09-27T15:43:17.8188576Z ---> Package kernel-devel.x86_64 0:4.14.291-218.527.amzn2 will be installed 2022-09-27T15:43:17.8214938Z --> Processing Dependency: elfutils-libelf-devel for package: kernel-devel-4.14.291-218.527.amzn2.x86_64 2022-09-27T15:43:17.8234004Z ---> Package libproxy.x86_64 0:0.4.11-10.amzn2.0.3 will be installed 2022-09-27T15:43:17.8261149Z --> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-10.amzn2.0.3.x86_64 2022-09-27T15:43:17.8278956Z ---> Package mokutil.x86_64 1:0.3.0-10.amzn2.0.1 will be installed 2022-09-27T15:43:17.8327359Z --> Processing Dependency: libefivar.so.1(libefivar.so.0)(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-09-27T15:43:17.8347325Z --> Processing Dependency: libefivar.so.1(LIBEFIVAR_0.24)(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-09-27T15:43:17.8348309Z --> Processing Dependency: libefivar.so.1()(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-09-27T15:43:17.8349069Z ---> Package pakchois.x86_64 0:0.4-10.amzn2.0.2 will be installed 2022-09-27T15:43:17.8362220Z --> Running transaction check 2022-09-27T15:43:17.8363324Z ---> Package efivar-libs.x86_64 0:31-4.amzn2.0.4 will be installed 2022-09-27T15:43:17.8380007Z ---> Package elfutils-libelf-devel.x86_64 0:0.176-2.amzn2 will be installed 2022-09-27T15:43:17.8391677Z --> Processing Dependency: pkgconfig(zlib) for package: elfutils-libelf-devel-0.176-2.amzn2.x86_64 2022-09-27T15:43:17.8414334Z ---> Package kernel-headers.x86_64 0:4.14.291-218.527.amzn2 will be installed 2022-09-27T15:43:17.8415519Z ---> Package libmodman.x86_64 0:2.0.1-8.amzn2.0.2 will be installed 2022-09-27T15:43:17.8432780Z ---> Package trousers.x86_64 0:0.3.14-2.amzn2.0.2 will be installed 2022-09-27T15:43:17.8488600Z --> Running transaction check 2022-09-27T15:43:17.8489380Z ---> Package zlib-devel.x86_64 0:1.2.7-19.amzn2.0.1 will be installed 2022-09-27T15:43:18.1086623Z --> Finished Dependency Resolution 2022-09-27T15:43:18.1836129Z 2022-09-27T15:43:18.1836688Z Dependencies Resolved 2022-09-27T15:43:18.1947301Z 2022-09-27T15:43:18.1947644Z ================================================================================ 2022-09-27T15:43:18.1948234Z Package Arch Version Repository Size 2022-09-27T15:43:18.1948853Z ================================================================================ 2022-09-27T15:43:18.1949433Z Installing for group install "Development Tools": 2022-09-27T15:43:18.1951100Z autoconf noarch 2.69-11.amzn2 amzn2-core 701 k 2022-09-27T15:43:18.1951597Z automake noarch 1.13.4-3.1.amzn2 amzn2-core 679 k 2022-09-27T15:43:18.1952056Z bison x86_64 3.0.4-6.amzn2.0.2 amzn2-core 674 k 2022-09-27T15:43:18.1952509Z byacc x86_64 1.9.20130304-3.amzn2.0.2 amzn2-core 66 k 2022-09-27T15:43:18.1952947Z cscope x86_64 15.8-10.amzn2.0.2 amzn2-core 204 k 2022-09-27T15:43:18.1953390Z ctags x86_64 5.8-13.amzn2.0.2 amzn2-core 157 k 2022-09-27T15:43:18.1953832Z diffstat x86_64 1.57-4.amzn2.0.2 amzn2-core 35 k 2022-09-27T15:43:18.1954286Z doxygen x86_64 1:1.8.5-4.amzn2 amzn2-core 3.5 M 2022-09-27T15:43:18.1954726Z elfutils x86_64 0.176-2.amzn2 amzn2-core 307 k 2022-09-27T15:43:18.1955163Z flex x86_64 2.5.37-3.amzn2.0.3 amzn2-core 291 k 2022-09-27T15:43:18.1955576Z gcc x86_64 7.3.1-15.amzn2 amzn2-core 22 M 2022-09-27T15:43:18.1956005Z gcc-c++ x86_64 7.3.1-15.amzn2 amzn2-core 13 M 2022-09-27T15:43:18.1956453Z gcc-gfortran x86_64 7.3.1-15.amzn2 amzn2-core 11 M 2022-09-27T15:43:18.1958579Z indent x86_64 2.2.11-13.amzn2.0.2 amzn2-core 150 k 2022-09-27T15:43:18.1959455Z intltool noarch 0.50.2-7.amzn2 amzn2-core 59 k 2022-09-27T15:43:18.1960454Z libtool x86_64 2.4.2-22.2.amzn2.0.2 amzn2-core 588 k 2022-09-27T15:43:18.1960970Z patch x86_64 2.7.1-12.amzn2.0.2 amzn2-core 110 k 2022-09-27T15:43:18.1961392Z patchutils x86_64 0.3.3-4.amzn2.0.1 amzn2-core 104 k 2022-09-27T15:43:18.1961826Z rcs x86_64 5.9.0-5.amzn2.0.2 amzn2-core 231 k 2022-09-27T15:43:18.1962264Z rpm-build x86_64 4.11.3-48.amzn2.0.2 amzn2-core 150 k 2022-09-27T15:43:18.1962689Z rpm-sign x86_64 4.11.3-48.amzn2.0.2 amzn2-core 50 k 2022-09-27T15:43:18.1963148Z subversion x86_64 1.7.14-16.amzn2.0.1 amzn2-core 1.0 M 2022-09-27T15:43:18.1963971Z swig x86_64 3.0.12-11.amzn2.0.3 amzn2-core 1.4 M 2022-09-27T15:43:18.1964925Z system-rpm-config noarch 9.1.0-76.amzn2.0.14 amzn2-core 90 k 2022-09-27T15:43:18.1965915Z systemtap x86_64 4.5-1.amzn2.0.1 amzn2-core 12 k 2022-09-27T15:43:18.1966572Z Installing for dependencies: 2022-09-27T15:43:18.1967004Z apr x86_64 1.7.0-9.amzn2 amzn2-core 122 k 2022-09-27T15:43:18.1967445Z apr-util x86_64 1.6.1-5.amzn2.0.2 amzn2-core 99 k 2022-09-27T15:43:18.1967880Z apr-util-bdb x86_64 1.6.1-5.amzn2.0.2 amzn2-core 19 k 2022-09-27T15:43:18.1968333Z avahi-libs x86_64 0.6.31-20.amzn2 amzn2-core 61 k 2022-09-27T15:43:18.1968779Z cpp x86_64 7.3.1-15.amzn2 amzn2-core 9.2 M 2022-09-27T15:43:18.1969288Z dwz x86_64 0.11-3.amzn2.0.3 amzn2-core 98 k 2022-09-27T15:43:18.1969752Z efivar-libs x86_64 31-4.amzn2.0.4 amzn2-core 68 k 2022-09-27T15:43:18.1970222Z elfutils-libelf-devel x86_64 0.176-2.amzn2 amzn2-core 40 k 2022-09-27T15:43:18.1970707Z emacs-filesystem noarch 1:27.2-4.amzn2.0.1 amzn2-core 67 k 2022-09-27T15:43:18.1971143Z gdb x86_64 8.0.1-36.amzn2.0.1 amzn2-core 3.1 M 2022-09-27T15:43:18.1971625Z gettext-common-devel noarch 0.19.8.1-3.amzn2 amzn2-core 410 k 2022-09-27T15:43:18.1972102Z gettext-devel x86_64 0.19.8.1-3.amzn2 amzn2-core 320 k 2022-09-27T15:43:18.1972528Z glibc-devel x86_64 2.26-60.amzn2 amzn2-core 994 k 2022-09-27T15:43:18.1972979Z glibc-headers x86_64 2.26-60.amzn2 amzn2-core 515 k 2022-09-27T15:43:18.1973423Z gnutls x86_64 3.3.29-9.amzn2.0.1 amzn2-core 661 k 2022-09-27T15:43:18.1973876Z go-srpm-macros noarch 3.0.15-23.amzn2.0.1 amzn2-core 23 k 2022-09-27T15:43:18.1974323Z kernel-devel x86_64 4.14.291-218.527.amzn2 amzn2-core 13 M 2022-09-27T15:43:18.1974779Z kernel-headers x86_64 4.14.291-218.527.amzn2 amzn2-core 1.2 M 2022-09-27T15:43:18.1975229Z libatomic x86_64 7.3.1-15.amzn2 amzn2-core 46 k 2022-09-27T15:43:18.1975652Z libcilkrts x86_64 7.3.1-15.amzn2 amzn2-core 85 k 2022-09-27T15:43:18.1976104Z libgfortran x86_64 7.3.1-15.amzn2 amzn2-core 536 k 2022-09-27T15:43:18.1976535Z libitm x86_64 7.3.1-15.amzn2 amzn2-core 85 k 2022-09-27T15:43:18.1976974Z libmodman x86_64 2.0.1-8.amzn2.0.2 amzn2-core 29 k 2022-09-27T15:43:18.1977397Z libmpc x86_64 1.0.1-3.amzn2.0.2 amzn2-core 52 k 2022-09-27T15:43:18.1977836Z libmpx x86_64 7.3.1-15.amzn2 amzn2-core 51 k 2022-09-27T15:43:18.1978298Z libproxy x86_64 0.4.11-10.amzn2.0.3 amzn2-core 61 k 2022-09-27T15:43:18.1978724Z libquadmath x86_64 7.3.1-15.amzn2 amzn2-core 189 k 2022-09-27T15:43:18.1979165Z libsanitizer x86_64 7.3.1-15.amzn2 amzn2-core 642 k 2022-09-27T15:43:18.1979604Z m4 x86_64 1.4.16-10.amzn2.0.2 amzn2-core 256 k 2022-09-27T15:43:18.1980030Z mokutil x86_64 1:0.3.0-10.amzn2.0.1 amzn2-core 39 k 2022-09-27T15:43:18.1980443Z mpfr x86_64 3.1.1-4.amzn2.0.2 amzn2-core 208 k 2022-09-27T15:43:18.1980870Z neon x86_64 0.30.0-3.amzn2.0.2 amzn2-core 166 k 2022-09-27T15:43:18.1981307Z pakchois x86_64 0.4-10.amzn2.0.2 amzn2-core 14 k 2022-09-27T15:43:18.1981755Z perl-Data-Dumper x86_64 2.145-3.amzn2.0.2 amzn2-core 48 k 2022-09-27T15:43:18.1982234Z perl-Test-Harness noarch 3.28-3.amzn2 amzn2-core 302 k 2022-09-27T15:43:18.1982730Z perl-Thread-Queue noarch 3.02-2.amzn2 amzn2-core 17 k 2022-09-27T15:43:18.1983216Z perl-XML-Parser x86_64 2.41-10.amzn2.0.2 amzn2-core 223 k 2022-09-27T15:43:18.1983745Z perl-srpm-macros noarch 1-8.amzn2.0.1 amzn2-core 4.7 k 2022-09-27T15:43:18.1984219Z subversion-libs x86_64 1.7.14-16.amzn2.0.1 amzn2-core 912 k 2022-09-27T15:43:18.1984680Z systemtap-client x86_64 4.5-1.amzn2.0.1 amzn2-core 3.7 M 2022-09-27T15:43:18.1985123Z systemtap-devel x86_64 4.5-1.amzn2.0.1 amzn2-core 2.3 M 2022-09-27T15:43:18.1985572Z trousers x86_64 0.3.14-2.amzn2.0.2 amzn2-core 294 k 2022-09-27T15:43:18.1986013Z zlib-devel x86_64 1.2.7-19.amzn2.0.1 amzn2-core 50 k 2022-09-27T15:43:18.1986277Z 2022-09-27T15:43:18.1986406Z Transaction Summary 2022-09-27T15:43:18.1986701Z ================================================================================ 2022-09-27T15:43:18.1987025Z Install 25 Packages (+43 Dependent packages) 2022-09-27T15:43:18.1987229Z 2022-09-27T15:43:18.1987364Z Total download size: 96 M 2022-09-27T15:43:18.1987619Z Installed size: 303 M 2022-09-27T15:43:18.1987893Z Downloading packages: 2022-09-27T15:43:18.1999616Z Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2022-09-27T15:43:19.7345290Z -------------------------------------------------------------------------------- 2022-09-27T15:43:19.7345768Z Total 62 MB/s | 96 MB 00:01 2022-09-27T15:43:19.8404339Z Running transaction check 2022-09-27T15:43:19.9172076Z Running transaction test 2022-09-27T15:43:22.3141597Z Transaction test succeeded 2022-09-27T15:43:22.3145417Z Running transaction 2022-09-27T15:43:27.2586174Z Installing : mpfr-3.1.1-4.amzn2.0.2.x86_64 1/68 2022-09-27T15:43:29.7194647Z Installing : libmpc-1.0.1-3.amzn2.0.2.x86_64 2/68 2022-09-27T15:43:32.1267801Z Installing : m4-1.4.16-10.amzn2.0.2.x86_64 3/68 2022-09-27T15:43:32.6122442Z Installing : apr-1.7.0-9.amzn2.x86_64 4/68 2022-09-27T15:43:32.6383342Z Installing : apr-util-bdb-1.6.1-5.amzn2.0.2.x86_64 5/68 2022-09-27T15:43:32.6688843Z Installing : apr-util-1.6.1-5.amzn2.0.2.x86_64 6/68 2022-09-27T15:43:32.7132678Z Installing : avahi-libs-0.6.31-20.amzn2.x86_64 7/68 2022-09-27T15:43:32.7516154Z Installing : libquadmath-7.3.1-15.amzn2.x86_64 8/68 2022-09-27T15:43:32.7730505Z Installing : patch-2.7.1-12.amzn2.0.2.x86_64 9/68 2022-09-27T15:43:32.8560591Z Installing : perl-Thread-Queue-3.02-2.amzn2.noarch 10/68 2022-09-27T15:43:33.9200465Z Installing : libgfortran-7.3.1-15.amzn2.x86_64 11/68 2022-09-27T15:43:33.9624833Z Installing : cpp-7.3.1-15.amzn2.x86_64 12/68 2022-09-27T15:43:33.9846908Z Installing : zlib-devel-1.2.7-19.amzn2.0.1.x86_64 13/68 2022-09-27T15:43:34.0163829Z Installing : elfutils-libelf-devel-0.176-2.amzn2.x86_64 14/68 2022-09-27T15:43:34.0689144Z Installing : libmodman-2.0.1-8.amzn2.0.2.x86_64 15/68 2022-09-27T15:43:34.1313457Z Installing : libproxy-0.4.11-10.amzn2.0.3.x86_64 16/68 2022-09-27T15:43:34.1903471Z Installing : perl-XML-Parser-2.41-10.amzn2.0.2.x86_64 17/68 2022-09-27T15:43:34.3020142Z Installing : elfutils-0.176-2.amzn2.x86_64 18/68 2022-09-27T15:43:34.3374276Z Installing : libsanitizer-7.3.1-15.amzn2.x86_64 19/68 2022-09-27T15:43:34.3633744Z Installing : 1:emacs-filesystem-27.2-4.amzn2.0.1.noarch 20/68 2022-09-27T15:43:34.3973600Z Installing : efivar-libs-31-4.amzn2.0.4.x86_64 21/68 2022-09-27T15:43:34.4298787Z Installing : 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 22/68 2022-09-27T15:43:34.5155788Z Installing : dwz-0.11-3.amzn2.0.3.x86_64 23/68 2022-09-27T15:43:34.6895278Z Installing : trousers-0.3.14-2.amzn2.0.2.x86_64 24/68 2022-09-27T15:43:34.9918471Z Installing : gnutls-3.3.29-9.amzn2.0.1.x86_64 25/68 2022-09-27T15:43:35.1623333Z Installing : kernel-headers-4.14.291-218.527.amzn2.x86_64 26/68 2022-09-27T15:43:35.2942886Z Installing : glibc-headers-2.26-60.amzn2.x86_64 27/68 2022-09-27T15:43:35.3305973Z Installing : glibc-devel-2.26-60.amzn2.x86_64 28/68 2022-09-27T15:43:35.7291968Z Installing : libitm-7.3.1-15.amzn2.x86_64 29/68 2022-09-27T15:43:35.7613281Z Installing : gdb-8.0.1-36.amzn2.0.1.x86_64 30/68 2022-09-27T15:43:35.7890328Z Installing : libmpx-7.3.1-15.amzn2.x86_64 31/68 2022-09-27T15:43:35.8178593Z Installing : perl-srpm-macros-1-8.amzn2.0.1.noarch 32/68 2022-09-27T15:43:35.8494794Z Installing : system-rpm-config-9.1.0-76.amzn2.0.14.noarch 33/68 2022-09-27T15:43:35.8824180Z Installing : go-srpm-macros-3.0.15-23.amzn2.0.1.noarch 34/68 2022-09-27T15:43:35.9824849Z Installing : perl-Data-Dumper-2.145-3.amzn2.0.2.x86_64 35/68 2022-09-27T15:43:36.0386865Z Installing : autoconf-2.69-11.amzn2.noarch 36/68 2022-09-27T15:43:36.1303177Z Installing : gettext-common-devel-0.19.8.1-3.amzn2.noarch 37/68 2022-09-27T15:43:36.2244987Z Installing : gettext-devel-0.19.8.1-3.amzn2.x86_64 38/68 2022-09-27T15:43:36.3380245Z Installing : perl-Test-Harness-3.28-3.amzn2.noarch 39/68 2022-09-27T15:43:36.3832644Z Installing : automake-1.13.4-3.1.amzn2.noarch 40/68 2022-09-27T15:43:36.4161815Z Installing : libatomic-7.3.1-15.amzn2.x86_64 41/68 2022-09-27T15:43:38.5183660Z Installing : libcilkrts-7.3.1-15.amzn2.x86_64 42/68 2022-09-27T15:43:48.3943836Z Installing : gcc-7.3.1-15.amzn2.x86_64 43/68 2022-09-27T15:43:59.4787646Z Installing : kernel-devel-4.14.291-218.527.amzn2.x86_64 44/68 2022-09-27T15:44:00.0996415Z Installing : systemtap-devel-4.5-1.amzn2.0.1.x86_64 45/68 2022-09-27T15:44:00.1538829Z Installing : systemtap-client-4.5-1.amzn2.0.1.x86_64 46/68 2022-09-27T15:44:00.2083377Z Installing : pakchois-0.4-10.amzn2.0.2.x86_64 47/68 2022-09-27T15:44:00.3479891Z Installing : neon-0.30.0-3.amzn2.0.2.x86_64 48/68 2022-09-27T15:44:00.5259124Z Installing : subversion-libs-1.7.14-16.amzn2.0.1.x86_64 49/68 2022-09-27T15:44:00.6284097Z Installing : subversion-1.7.14-16.amzn2.0.1.x86_64 50/68 2022-09-27T15:44:01.8512683Z Installing : systemtap-4.5-1.amzn2.0.1.x86_64 51/68 2022-09-27T15:44:03.4719642Z Installing : gcc-gfortran-7.3.1-15.amzn2.x86_64 52/68 2022-09-27T15:44:03.5858784Z Installing : gcc-c++-7.3.1-15.amzn2.x86_64 53/68 2022-09-27T15:44:03.6229677Z Installing : libtool-2.4.2-22.2.amzn2.0.2.x86_64 54/68 2022-09-27T15:44:03.6626974Z Installing : intltool-0.50.2-7.amzn2.noarch 55/68 2022-09-27T15:44:03.7297448Z Installing : rpm-build-4.11.3-48.amzn2.0.2.x86_64 56/68 2022-09-27T15:44:03.7870926Z Installing : cscope-15.8-10.amzn2.0.2.x86_64 57/68 2022-09-27T15:44:03.8894504Z Installing : flex-2.5.37-3.amzn2.0.3.x86_64 58/68 2022-09-27T15:44:03.9573410Z Installing : bison-3.0.4-6.amzn2.0.2.x86_64 59/68 2022-09-27T15:44:04.0173193Z Installing : rcs-5.9.0-5.amzn2.0.2.x86_64 60/68 2022-09-27T15:44:04.0580902Z Installing : ctags-5.8-13.amzn2.0.2.x86_64 61/68 2022-09-27T15:44:04.1016920Z Installing : indent-2.2.11-13.amzn2.0.2.x86_64 62/68 2022-09-27T15:44:04.7934533Z Installing : patchutils-0.3.3-4.amzn2.0.1.x86_64 63/68 2022-09-27T15:44:04.8350390Z Installing : 1:doxygen-1.8.5-4.amzn2.x86_64 64/68 2022-09-27T15:44:04.8607859Z Installing : diffstat-1.57-4.amzn2.0.2.x86_64 65/68 2022-09-27T15:44:05.1783101Z Installing : byacc-1.9.20130304-3.amzn2.0.2.x86_64 66/68 2022-09-27T15:44:05.2171573Z Installing : swig-3.0.12-11.amzn2.0.3.x86_64 67/68 2022-09-27T15:44:05.2796722Z Installing : rpm-sign-4.11.3-48.amzn2.0.2.x86_64 68/68 2022-09-27T15:44:05.2917517Z Verifying : elfutils-libelf-devel-0.176-2.amzn2.x86_64 1/68 2022-09-27T15:44:05.3021940Z Verifying : perl-Thread-Queue-3.02-2.amzn2.noarch 2/68 2022-09-27T15:44:05.3109444Z Verifying : gettext-devel-0.19.8.1-3.amzn2.x86_64 3/68 2022-09-27T15:44:05.3202537Z Verifying : patch-2.7.1-12.amzn2.0.2.x86_64 4/68 2022-09-27T15:44:05.3306670Z Verifying : flex-2.5.37-3.amzn2.0.3.x86_64 5/68 2022-09-27T15:44:05.3406592Z Verifying : glibc-headers-2.26-60.amzn2.x86_64 6/68 2022-09-27T15:44:05.3500631Z Verifying : pakchois-0.4-10.amzn2.0.2.x86_64 7/68 2022-09-27T15:44:05.3587880Z Verifying : rpm-sign-4.11.3-48.amzn2.0.2.x86_64 8/68 2022-09-27T15:44:05.3678399Z Verifying : gcc-gfortran-7.3.1-15.amzn2.x86_64 9/68 2022-09-27T15:44:05.3781710Z Verifying : swig-3.0.12-11.amzn2.0.3.x86_64 10/68 2022-09-27T15:44:05.3870445Z Verifying : byacc-1.9.20130304-3.amzn2.0.2.x86_64 11/68 2022-09-27T15:44:05.3963012Z Verifying : libmpc-1.0.1-3.amzn2.0.2.x86_64 12/68 2022-09-27T15:44:05.4065447Z Verifying : libcilkrts-7.3.1-15.amzn2.x86_64 13/68 2022-09-27T15:44:05.4150083Z Verifying : go-srpm-macros-3.0.15-23.amzn2.0.1.noarch 14/68 2022-09-27T15:44:05.4254168Z Verifying : libproxy-0.4.11-10.amzn2.0.3.x86_64 15/68 2022-09-27T15:44:05.4344106Z Verifying : cscope-15.8-10.amzn2.0.2.x86_64 16/68 2022-09-27T15:44:05.4431459Z Verifying : diffstat-1.57-4.amzn2.0.2.x86_64 17/68 2022-09-27T15:44:05.4534508Z Verifying : 1:doxygen-1.8.5-4.amzn2.x86_64 18/68 2022-09-27T15:44:05.4626576Z Verifying : gcc-c++-7.3.1-15.amzn2.x86_64 19/68 2022-09-27T15:44:05.4722669Z Verifying : libatomic-7.3.1-15.amzn2.x86_64 20/68 2022-09-27T15:44:05.4822467Z Verifying : system-rpm-config-9.1.0-76.amzn2.0.14.noarch 21/68 2022-09-27T15:44:05.4916765Z Verifying : systemtap-devel-4.5-1.amzn2.0.1.x86_64 22/68 2022-09-27T15:44:05.5018442Z Verifying : perl-Test-Harness-3.28-3.amzn2.noarch 23/68 2022-09-27T15:44:05.5111189Z Verifying : autoconf-2.69-11.amzn2.noarch 24/68 2022-09-27T15:44:05.5219957Z Verifying : libquadmath-7.3.1-15.amzn2.x86_64 25/68 2022-09-27T15:44:05.5323500Z Verifying : intltool-0.50.2-7.amzn2.noarch 26/68 2022-09-27T15:44:05.5429316Z Verifying : apr-util-1.6.1-5.amzn2.0.2.x86_64 27/68 2022-09-27T15:44:05.5539161Z Verifying : glibc-devel-2.26-60.amzn2.x86_64 28/68 2022-09-27T15:44:05.5682604Z Verifying : kernel-devel-4.14.291-218.527.amzn2.x86_64 29/68 2022-09-27T15:44:05.5779587Z Verifying : cpp-7.3.1-15.amzn2.x86_64 30/68 2022-09-27T15:44:05.5880043Z Verifying : rpm-build-4.11.3-48.amzn2.0.2.x86_64 31/68 2022-09-27T15:44:05.5988305Z Verifying : gettext-common-devel-0.19.8.1-3.amzn2.noarch 32/68 2022-09-27T15:44:05.6082826Z Verifying : perl-Data-Dumper-2.145-3.amzn2.0.2.x86_64 33/68 2022-09-27T15:44:05.6179068Z Verifying : perl-srpm-macros-1-8.amzn2.0.1.noarch 34/68 2022-09-27T15:44:05.6276622Z Verifying : gnutls-3.3.29-9.amzn2.0.1.x86_64 35/68 2022-09-27T15:44:05.6366602Z Verifying : subversion-libs-1.7.14-16.amzn2.0.1.x86_64 36/68 2022-09-27T15:44:05.6480925Z Verifying : automake-1.13.4-3.1.amzn2.noarch 37/68 2022-09-27T15:44:05.6575349Z Verifying : apr-util-bdb-1.6.1-5.amzn2.0.2.x86_64 38/68 2022-09-27T15:44:05.6661504Z Verifying : libmpx-7.3.1-15.amzn2.x86_64 39/68 2022-09-27T15:44:05.6752806Z Verifying : avahi-libs-0.6.31-20.amzn2.x86_64 40/68 2022-09-27T15:44:05.6842139Z Verifying : bison-3.0.4-6.amzn2.0.2.x86_64 41/68 2022-09-27T15:44:05.6959721Z Verifying : libgfortran-7.3.1-15.amzn2.x86_64 42/68 2022-09-27T15:44:05.7077587Z Verifying : gdb-8.0.1-36.amzn2.0.1.x86_64 43/68 2022-09-27T15:44:05.7179612Z Verifying : patchutils-0.3.3-4.amzn2.0.1.x86_64 44/68 2022-09-27T15:44:05.7274935Z Verifying : libitm-7.3.1-15.amzn2.x86_64 45/68 2022-09-27T15:44:05.7442545Z Verifying : libtool-2.4.2-22.2.amzn2.0.2.x86_64 46/68 2022-09-27T15:44:05.7542328Z Verifying : gcc-7.3.1-15.amzn2.x86_64 47/68 2022-09-27T15:44:05.7632486Z Verifying : indent-2.2.11-13.amzn2.0.2.x86_64 48/68 2022-09-27T15:44:05.7720894Z Verifying : kernel-headers-4.14.291-218.527.amzn2.x86_64 49/68 2022-09-27T15:44:05.7823331Z Verifying : subversion-1.7.14-16.amzn2.0.1.x86_64 50/68 2022-09-27T15:44:05.7915737Z Verifying : apr-1.7.0-9.amzn2.x86_64 51/68 2022-09-27T15:44:05.8002258Z Verifying : ctags-5.8-13.amzn2.0.2.x86_64 52/68 2022-09-27T15:44:05.8083683Z Verifying : 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 53/68 2022-09-27T15:44:05.8173214Z Verifying : mpfr-3.1.1-4.amzn2.0.2.x86_64 54/68 2022-09-27T15:44:05.8273417Z Verifying : trousers-0.3.14-2.amzn2.0.2.x86_64 55/68 2022-09-27T15:44:05.8357691Z Verifying : neon-0.30.0-3.amzn2.0.2.x86_64 56/68 2022-09-27T15:44:05.8457616Z Verifying : systemtap-4.5-1.amzn2.0.1.x86_64 57/68 2022-09-27T15:44:05.8552729Z Verifying : dwz-0.11-3.amzn2.0.3.x86_64 58/68 2022-09-27T15:44:05.8654444Z Verifying : systemtap-client-4.5-1.amzn2.0.1.x86_64 59/68 2022-09-27T15:44:05.8739911Z Verifying : efivar-libs-31-4.amzn2.0.4.x86_64 60/68 2022-09-27T15:44:05.8834014Z Verifying : rcs-5.9.0-5.amzn2.0.2.x86_64 61/68 2022-09-27T15:44:05.8938847Z Verifying : 1:emacs-filesystem-27.2-4.amzn2.0.1.noarch 62/68 2022-09-27T15:44:05.9033198Z Verifying : libsanitizer-7.3.1-15.amzn2.x86_64 63/68 2022-09-27T15:44:05.9121757Z Verifying : elfutils-0.176-2.amzn2.x86_64 64/68 2022-09-27T15:44:05.9221090Z Verifying : m4-1.4.16-10.amzn2.0.2.x86_64 65/68 2022-09-27T15:44:05.9309679Z Verifying : perl-XML-Parser-2.41-10.amzn2.0.2.x86_64 66/68 2022-09-27T15:44:05.9400275Z Verifying : libmodman-2.0.1-8.amzn2.0.2.x86_64 67/68 2022-09-27T15:44:06.0135251Z Verifying : zlib-devel-1.2.7-19.amzn2.0.1.x86_64 68/68 2022-09-27T15:44:06.0135552Z 2022-09-27T15:44:06.0135647Z Installed: 2022-09-27T15:44:06.0139619Z autoconf.noarch 0:2.69-11.amzn2 2022-09-27T15:44:06.0140116Z automake.noarch 0:1.13.4-3.1.amzn2 2022-09-27T15:44:06.0140603Z bison.x86_64 0:3.0.4-6.amzn2.0.2 2022-09-27T15:44:06.0141216Z byacc.x86_64 0:1.9.20130304-3.amzn2.0.2 2022-09-27T15:44:06.0141618Z cscope.x86_64 0:15.8-10.amzn2.0.2 2022-09-27T15:44:06.0142053Z ctags.x86_64 0:5.8-13.amzn2.0.2 2022-09-27T15:44:06.0142490Z diffstat.x86_64 0:1.57-4.amzn2.0.2 2022-09-27T15:44:06.0144330Z doxygen.x86_64 1:1.8.5-4.amzn2 2022-09-27T15:44:06.0144811Z elfutils.x86_64 0:0.176-2.amzn2 2022-09-27T15:44:06.0145527Z flex.x86_64 0:2.5.37-3.amzn2.0.3 2022-09-27T15:44:06.0146309Z gcc.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:06.0147208Z gcc-c++.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:06.0147905Z gcc-gfortran.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:06.0148607Z indent.x86_64 0:2.2.11-13.amzn2.0.2 2022-09-27T15:44:06.0149398Z intltool.noarch 0:0.50.2-7.amzn2 2022-09-27T15:44:06.0150317Z libtool.x86_64 0:2.4.2-22.2.amzn2.0.2 2022-09-27T15:44:06.0150974Z patch.x86_64 0:2.7.1-12.amzn2.0.2 2022-09-27T15:44:06.0151416Z patchutils.x86_64 0:0.3.3-4.amzn2.0.1 2022-09-27T15:44:06.0152157Z rcs.x86_64 0:5.9.0-5.amzn2.0.2 2022-09-27T15:44:06.0152800Z rpm-build.x86_64 0:4.11.3-48.amzn2.0.2 2022-09-27T15:44:06.0153645Z rpm-sign.x86_64 0:4.11.3-48.amzn2.0.2 2022-09-27T15:44:06.0154489Z subversion.x86_64 0:1.7.14-16.amzn2.0.1 2022-09-27T15:44:06.0155399Z swig.x86_64 0:3.0.12-11.amzn2.0.3 2022-09-27T15:44:06.0156022Z system-rpm-config.noarch 0:9.1.0-76.amzn2.0.14 2022-09-27T15:44:06.0156601Z systemtap.x86_64 0:4.5-1.amzn2.0.1 2022-09-27T15:44:06.0156810Z 2022-09-27T15:44:06.0156916Z Dependency Installed: 2022-09-27T15:44:06.0157728Z apr.x86_64 0:1.7.0-9.amzn2 2022-09-27T15:44:06.0158159Z apr-util.x86_64 0:1.6.1-5.amzn2.0.2 2022-09-27T15:44:06.0158596Z apr-util-bdb.x86_64 0:1.6.1-5.amzn2.0.2 2022-09-27T15:44:06.0159051Z avahi-libs.x86_64 0:0.6.31-20.amzn2 2022-09-27T15:44:06.0159480Z cpp.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:06.0159894Z dwz.x86_64 0:0.11-3.amzn2.0.3 2022-09-27T15:44:06.0160320Z efivar-libs.x86_64 0:31-4.amzn2.0.4 2022-09-27T15:44:06.0160749Z elfutils-libelf-devel.x86_64 0:0.176-2.amzn2 2022-09-27T15:44:06.0161213Z emacs-filesystem.noarch 1:27.2-4.amzn2.0.1 2022-09-27T15:44:06.0161857Z gdb.x86_64 0:8.0.1-36.amzn2.0.1 2022-09-27T15:44:06.0162281Z gettext-common-devel.noarch 0:0.19.8.1-3.amzn2 2022-09-27T15:44:06.0162746Z gettext-devel.x86_64 0:0.19.8.1-3.amzn2 2022-09-27T15:44:06.0163176Z glibc-devel.x86_64 0:2.26-60.amzn2 2022-09-27T15:44:06.0163607Z glibc-headers.x86_64 0:2.26-60.amzn2 2022-09-27T15:44:06.0164173Z gnutls.x86_64 0:3.3.29-9.amzn2.0.1 2022-09-27T15:44:06.0164713Z go-srpm-macros.noarch 0:3.0.15-23.amzn2.0.1 2022-09-27T15:44:06.0165182Z kernel-devel.x86_64 0:4.14.291-218.527.amzn2 2022-09-27T15:44:06.0165602Z kernel-headers.x86_64 0:4.14.291-218.527.amzn2 2022-09-27T15:44:06.0166045Z libatomic.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:06.0166473Z libcilkrts.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:06.0166897Z libgfortran.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:06.0167295Z libitm.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:06.0167712Z libmodman.x86_64 0:2.0.1-8.amzn2.0.2 2022-09-27T15:44:06.0168128Z libmpc.x86_64 0:1.0.1-3.amzn2.0.2 2022-09-27T15:44:06.0168519Z libmpx.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:06.0168941Z libproxy.x86_64 0:0.4.11-10.amzn2.0.3 2022-09-27T15:44:06.0169361Z libquadmath.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:06.0169787Z libsanitizer.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:06.0170188Z m4.x86_64 0:1.4.16-10.amzn2.0.2 2022-09-27T15:44:06.0170591Z mokutil.x86_64 1:0.3.0-10.amzn2.0.1 2022-09-27T15:44:06.0170997Z mpfr.x86_64 0:3.1.1-4.amzn2.0.2 2022-09-27T15:44:06.0171382Z neon.x86_64 0:0.30.0-3.amzn2.0.2 2022-09-27T15:44:06.0171793Z pakchois.x86_64 0:0.4-10.amzn2.0.2 2022-09-27T15:44:06.0172363Z perl-Data-Dumper.x86_64 0:2.145-3.amzn2.0.2 2022-09-27T15:44:06.0172851Z perl-Test-Harness.noarch 0:3.28-3.amzn2 2022-09-27T15:44:06.0173309Z perl-Thread-Queue.noarch 0:3.02-2.amzn2 2022-09-27T15:44:06.0173780Z perl-XML-Parser.x86_64 0:2.41-10.amzn2.0.2 2022-09-27T15:44:06.0174255Z perl-srpm-macros.noarch 0:1-8.amzn2.0.1 2022-09-27T15:44:06.0174701Z subversion-libs.x86_64 0:1.7.14-16.amzn2.0.1 2022-09-27T15:44:06.0175283Z systemtap-client.x86_64 0:4.5-1.amzn2.0.1 2022-09-27T15:44:06.0175743Z systemtap-devel.x86_64 0:4.5-1.amzn2.0.1 2022-09-27T15:44:06.0176182Z trousers.x86_64 0:0.3.14-2.amzn2.0.2 2022-09-27T15:44:06.0176588Z zlib-devel.x86_64 0:1.2.7-19.amzn2.0.1 2022-09-27T15:44:06.0176789Z 2022-09-27T15:44:06.0176894Z Complete! 2022-09-27T15:44:06.0511319Z ++ uname -r 2022-09-27T15:44:06.0518442Z + sudo yum install -y 'kernel-devel-uname-r == 4.14.252-195.483.amzn2.x86_64' 2022-09-27T15:44:06.5595164Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:44:06.5704595Z Existing lock /var/run/yum.pid: another copy is running as pid 31680. 2022-09-27T15:44:06.5705771Z Another app is currently holding the yum lock; waiting for it to exit... 2022-09-27T15:44:06.5711564Z The other application is: yum 2022-09-27T15:44:06.5712094Z Memory : 87 M RSS (305 MB VSZ) 2022-09-27T15:44:06.5713248Z Started: Tue Sep 27 15:44:05 2022 - 00:01 ago 2022-09-27T15:44:06.5713631Z State : Running, pid: 31680 2022-09-27T15:44:08.5739098Z Another app is currently holding the yum lock; waiting for it to exit... 2022-09-27T15:44:08.5745056Z The other application is: yum 2022-09-27T15:44:08.5745610Z Memory : 164 M RSS (382 MB VSZ) 2022-09-27T15:44:08.5747010Z Started: Tue Sep 27 15:44:05 2022 - 00:03 ago 2022-09-27T15:44:08.5747367Z State : Running, pid: 31680 2022-09-27T15:44:10.8464307Z Resolving Dependencies 2022-09-27T15:44:10.8470295Z --> Running transaction check 2022-09-27T15:44:10.8470788Z ---> Package kernel-devel.x86_64 0:4.14.252-195.483.amzn2 will be installed 2022-09-27T15:44:11.1313243Z --> Finished Dependency Resolution 2022-09-27T15:44:11.2116792Z 2022-09-27T15:44:11.2117332Z Dependencies Resolved 2022-09-27T15:44:11.2123312Z 2022-09-27T15:44:11.2123871Z ================================================================================ 2022-09-27T15:44:11.2124552Z Package Arch Version Repository Size 2022-09-27T15:44:11.2124948Z ================================================================================ 2022-09-27T15:44:11.2125223Z Installing: 2022-09-27T15:44:11.2125693Z kernel-devel x86_64 4.14.252-195.483.amzn2 amzn2-core 13 M 2022-09-27T15:44:11.2126085Z 2022-09-27T15:44:11.2126299Z Transaction Summary 2022-09-27T15:44:11.2126631Z ================================================================================ 2022-09-27T15:44:11.2127036Z Install 1 Package 2022-09-27T15:44:11.2127335Z 2022-09-27T15:44:11.2127478Z Total download size: 13 M 2022-09-27T15:44:11.2127762Z Installed size: 60 M 2022-09-27T15:44:11.2128014Z Downloading packages: 2022-09-27T15:44:11.2136340Z Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2022-09-27T15:44:11.5088527Z Running transaction check 2022-09-27T15:44:11.5274992Z Running transaction test 2022-09-27T15:44:11.9321595Z Transaction test succeeded 2022-09-27T15:44:11.9324582Z Running transaction 2022-09-27T15:44:26.9214648Z Installing : kernel-devel-4.14.252-195.483.amzn2.x86_64 1/1 2022-09-27T15:44:27.0187142Z Verifying : kernel-devel-4.14.252-195.483.amzn2.x86_64 1/1 2022-09-27T15:44:27.0187666Z 2022-09-27T15:44:27.0187795Z Installed: 2022-09-27T15:44:27.0188221Z kernel-devel.x86_64 0:4.14.252-195.483.amzn2 2022-09-27T15:44:27.0188440Z 2022-09-27T15:44:27.0188554Z Complete! 2022-09-27T15:44:27.0502008Z + sudo modprobe backlight 2022-09-27T15:44:27.0700344Z + sudo curl -fsL -o /tmp/nvidia_driver https://s3.amazonaws.com/ossci-linux/nvidia_driver/NVIDIA-Linux-x86_64-515.57.run 2022-09-27T15:44:30.7332650Z + sudo /bin/bash /tmp/nvidia_driver -s --no-drm 2022-09-27T15:44:32.1042901Z Verifying archive integrity... OK 2022-09-27T15:44:58.7191748Z Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 515.57................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 2022-09-27T15:44:58.8581898Z 2022-09-27T15:44:58.8582506Z WARNING: The nvidia-drm module will not be installed. As a result, DRM-KMS will not function with this installation of the NVIDIA driver. 2022-09-27T15:44:58.8584763Z 2022-09-27T15:45:20.1082994Z 2022-09-27T15:45:20.1085536Z WARNING: nvidia-installer was forced to guess the X library path '/usr/lib64' and X module path '/usr/lib64/xorg/modules'; these paths were not queryable from the system. If X fails to find the NVIDIA X driver module, please install the `pkg-config` utility and the X.Org SDK/development package for your distribution and reinstall the driver. 2022-09-27T15:45:20.1086585Z 2022-09-27T15:45:27.7299482Z + sudo rm -fv /tmp/nvidia_driver 2022-09-27T15:45:27.8124589Z removed ‘/tmp/nvidia_driver’ 2022-09-27T15:45:27.8139466Z + nvidia-smi 2022-09-27T15:45:30.1656097Z Tue Sep 27 15:45:30 2022 2022-09-27T15:45:30.1656737Z +-----------------------------------------------------------------------------+ 2022-09-27T15:45:30.1657226Z | NVIDIA-SMI 515.57 Driver Version: 515.57 CUDA Version: 11.7 | 2022-09-27T15:45:30.1658116Z |-------------------------------+----------------------+----------------------+ 2022-09-27T15:45:30.1658643Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-09-27T15:45:30.1660673Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-09-27T15:45:30.1661111Z | | | MIG M. | 2022-09-27T15:45:30.1661422Z |===============================+======================+======================| 2022-09-27T15:45:30.1701684Z | 0 Tesla M60 Off | 00000000:00:1E.0 Off | 2083904858 | 2022-09-27T15:45:30.1702031Z | N/A 27C P0 38W / 150W | 0MiB / 7680MiB | 98% Default | 2022-09-27T15:45:30.1702373Z | | | N/A | 2022-09-27T15:45:30.1702855Z +-------------------------------+----------------------+----------------------+ 2022-09-27T15:45:30.1703242Z 2022-09-27T15:45:30.1703660Z +-----------------------------------------------------------------------------+ 2022-09-27T15:45:30.1704038Z | Processes: | 2022-09-27T15:45:30.1704404Z | GPU GI CI PID Type Process name GPU Memory | 2022-09-27T15:45:30.1704759Z | ID ID Usage | 2022-09-27T15:45:30.1708749Z |=============================================================================| 2022-09-27T15:45:30.1709251Z | No running processes found | 2022-09-27T15:45:30.1709766Z +-----------------------------------------------------------------------------+ 2022-09-27T15:45:30.4394843Z == Installing nvidia container toolkit for amzn2 == 2022-09-27T15:45:30.4399747Z + sudo yum install -y yum-utils 2022-09-27T15:45:30.9818430Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:45:31.2548443Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2022-09-27T15:45:31.2548846Z Nothing to do 2022-09-27T15:45:31.2753951Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-09-27T15:45:31.8274755Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:45:31.8568794Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-09-27T15:45:31.8569481Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2022-09-27T15:45:31.8569999Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2022-09-27T15:45:31.8715977Z + sudo yum install -y nvidia-docker2 2022-09-27T15:45:32.4173396Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:45:32.4624650Z Retrieving key from https://nvidia.github.io/libnvidia-container/gpgkey 2022-09-27T15:45:32.4751145Z Importing GPG key 0xF796ECB0: 2022-09-27T15:45:32.4751993Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-09-27T15:45:32.4752429Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-09-27T15:45:32.4752969Z From : https://nvidia.github.io/libnvidia-container/gpgkey 2022-09-27T15:45:32.8694429Z Retrieving key from https://nvidia.github.io/nvidia-container-runtime/gpgkey 2022-09-27T15:45:32.8782926Z Importing GPG key 0xF796ECB0: 2022-09-27T15:45:32.8783672Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-09-27T15:45:32.8784109Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-09-27T15:45:32.8784657Z From : https://nvidia.github.io/nvidia-container-runtime/gpgkey 2022-09-27T15:45:33.1014494Z Retrieving key from https://nvidia.github.io/nvidia-docker/gpgkey 2022-09-27T15:45:33.1102803Z Importing GPG key 0xF796ECB0: 2022-09-27T15:45:33.1103378Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-09-27T15:45:33.1103768Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-09-27T15:45:33.1104237Z From : https://nvidia.github.io/nvidia-docker/gpgkey 2022-09-27T15:45:34.8244577Z Resolving Dependencies 2022-09-27T15:45:34.8251080Z --> Running transaction check 2022-09-27T15:45:34.8251665Z ---> Package nvidia-docker2.noarch 0:2.11.0-1 will be installed 2022-09-27T15:45:34.8276796Z --> Processing Dependency: nvidia-container-toolkit >= 1.10.0-1 for package: nvidia-docker2-2.11.0-1.noarch 2022-09-27T15:45:34.8651868Z --> Running transaction check 2022-09-27T15:45:34.8652444Z ---> Package nvidia-container-toolkit.x86_64 0:1.11.0-1 will be installed 2022-09-27T15:45:34.8794943Z --> Processing Dependency: nvidia-container-toolkit-base = 1.11.0-1 for package: nvidia-container-toolkit-1.11.0-1.x86_64 2022-09-27T15:45:34.8805765Z --> Processing Dependency: libnvidia-container-tools < 2.0.0 for package: nvidia-container-toolkit-1.11.0-1.x86_64 2022-09-27T15:45:34.8933416Z --> Processing Dependency: libnvidia-container-tools >= 1.11.0-1 for package: nvidia-container-toolkit-1.11.0-1.x86_64 2022-09-27T15:45:34.8934272Z --> Running transaction check 2022-09-27T15:45:34.8935267Z ---> Package libnvidia-container-tools.x86_64 0:1.11.0-1 will be installed 2022-09-27T15:45:34.8945320Z --> Processing Dependency: libnvidia-container1(x86-64) >= 1.11.0-1 for package: libnvidia-container-tools-1.11.0-1.x86_64 2022-09-27T15:45:34.8972584Z --> Processing Dependency: libnvidia-container.so.1(NVC_1.0)(64bit) for package: libnvidia-container-tools-1.11.0-1.x86_64 2022-09-27T15:45:34.8973636Z --> Processing Dependency: libnvidia-container.so.1()(64bit) for package: libnvidia-container-tools-1.11.0-1.x86_64 2022-09-27T15:45:34.8974441Z ---> Package nvidia-container-toolkit-base.x86_64 0:1.11.0-1 will be installed 2022-09-27T15:45:34.8976690Z --> Running transaction check 2022-09-27T15:45:34.8977320Z ---> Package libnvidia-container1.x86_64 0:1.11.0-1 will be installed 2022-09-27T15:45:35.1928593Z --> Finished Dependency Resolution 2022-09-27T15:45:35.2666482Z 2022-09-27T15:45:35.2666903Z Dependencies Resolved 2022-09-27T15:45:35.2680093Z 2022-09-27T15:45:35.2680389Z ================================================================================ 2022-09-27T15:45:35.2681093Z Package Arch Version Repository Size 2022-09-27T15:45:35.2681588Z ================================================================================ 2022-09-27T15:45:35.2681846Z Installing: 2022-09-27T15:45:35.2682342Z nvidia-docker2 noarch 2.11.0-1 libnvidia-container 8.7 k 2022-09-27T15:45:35.2682696Z Installing for dependencies: 2022-09-27T15:45:35.2683385Z libnvidia-container-tools x86_64 1.11.0-1 libnvidia-container 49 k 2022-09-27T15:45:35.2683887Z libnvidia-container1 x86_64 1.11.0-1 libnvidia-container 1.0 M 2022-09-27T15:45:35.2684708Z nvidia-container-toolkit x86_64 1.11.0-1 libnvidia-container 780 k 2022-09-27T15:45:35.2685528Z nvidia-container-toolkit-base x86_64 1.11.0-1 libnvidia-container 2.5 M 2022-09-27T15:45:35.2685799Z 2022-09-27T15:45:35.2685898Z Transaction Summary 2022-09-27T15:45:35.2686188Z ================================================================================ 2022-09-27T15:45:35.2686615Z Install 1 Package (+4 Dependent packages) 2022-09-27T15:45:35.2686823Z 2022-09-27T15:45:35.2686956Z Total download size: 4.3 M 2022-09-27T15:45:35.2687208Z Installed size: 12 M 2022-09-27T15:45:35.2687470Z Downloading packages: 2022-09-27T15:45:35.3934295Z -------------------------------------------------------------------------------- 2022-09-27T15:45:35.3934753Z Total 35 MB/s | 4.3 MB 00:00 2022-09-27T15:45:35.3980343Z Running transaction check 2022-09-27T15:45:35.4151040Z Running transaction test 2022-09-27T15:45:35.4313252Z Transaction test succeeded 2022-09-27T15:45:35.4316669Z Running transaction 2022-09-27T15:45:35.9229564Z Installing : nvidia-container-toolkit-base-1.11.0-1.x86_64 1/5 2022-09-27T15:45:35.9584738Z Installing : libnvidia-container1-1.11.0-1.x86_64 2/5 2022-09-27T15:45:36.0665833Z Installing : libnvidia-container-tools-1.11.0-1.x86_64 3/5 2022-09-27T15:45:36.0922427Z Installing : nvidia-container-toolkit-1.11.0-1.x86_64 4/5 2022-09-27T15:45:36.1265530Z Installing : nvidia-docker2-2.11.0-1.noarch 5/5 2022-09-27T15:45:36.1408644Z Verifying : libnvidia-container1-1.11.0-1.x86_64 1/5 2022-09-27T15:45:36.1536199Z Verifying : nvidia-container-toolkit-base-1.11.0-1.x86_64 2/5 2022-09-27T15:45:36.1625238Z Verifying : nvidia-container-toolkit-1.11.0-1.x86_64 3/5 2022-09-27T15:45:36.1714641Z Verifying : libnvidia-container-tools-1.11.0-1.x86_64 4/5 2022-09-27T15:45:36.2491551Z Verifying : nvidia-docker2-2.11.0-1.noarch 5/5 2022-09-27T15:45:36.2492126Z 2022-09-27T15:45:36.2492346Z Installed: 2022-09-27T15:45:36.2493129Z nvidia-docker2.noarch 0:2.11.0-1 2022-09-27T15:45:36.2493515Z 2022-09-27T15:45:36.2493753Z Dependency Installed: 2022-09-27T15:45:36.2494636Z libnvidia-container-tools.x86_64 0:1.11.0-1 2022-09-27T15:45:36.2495573Z libnvidia-container1.x86_64 0:1.11.0-1 2022-09-27T15:45:36.2496474Z nvidia-container-toolkit.x86_64 0:1.11.0-1 2022-09-27T15:45:36.2497447Z nvidia-container-toolkit-base.x86_64 0:1.11.0-1 2022-09-27T15:45:36.2497925Z 2022-09-27T15:45:36.2498121Z Complete! 2022-09-27T15:45:36.3489376Z + sudo systemctl restart docker 2022-09-27T15:45:44.0951356Z + echo 'GPU_FLAG=--gpus all' 2022-09-27T15:45:44.3114479Z Command completed after 1 attempt(s). 2022-09-27T15:45:44.3114848Z 2022-09-27T15:45:44.3171562Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:45:44.3171954Z python3 -m pip install psutil==5.9.1 2022-09-27T15:45:44.3172286Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:45:44.3172642Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:45:44.3173008Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:45:44.3186169Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:45:44.3186470Z env: 2022-09-27T15:45:44.3186699Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:45:44.3186971Z GPU_FLAG: --gpus all 2022-09-27T15:45:44.3187228Z ##[endgroup] 2022-09-27T15:45:45.0952015Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:45:45.4670038Z Collecting psutil==5.9.1 2022-09-27T15:45:45.4892173Z Downloading psutil-5.9.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB) 2022-09-27T15:45:45.5592413Z Installing collected packages: psutil 2022-09-27T15:45:45.7185167Z Successfully installed psutil-5.9.1 2022-09-27T15:45:46.1940354Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:45:46.2624187Z Collecting pynvml==11.4.1 2022-09-27T15:45:46.2787421Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-09-27T15:45:46.3285467Z Installing collected packages: pynvml 2022-09-27T15:45:46.3815580Z Successfully installed pynvml-11.4.1 2022-09-27T15:45:46.4355962Z Prepare all required actions 2022-09-27T15:45:46.4356376Z Getting action download info 2022-09-27T15:45:46.6044204Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:45:46.8226242Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:45:46.9558434Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:45:46.9558746Z with: 2022-09-27T15:45:46.9559011Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:45:46.9559294Z env: 2022-09-27T15:45:46.9559533Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:45:46.9559783Z GPU_FLAG: --gpus all 2022-09-27T15:45:46.9560032Z ##[endgroup] 2022-09-27T15:45:46.9591390Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:45:46.9591682Z with: 2022-09-27T15:45:46.9591945Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:45:46.9592252Z s3-bucket: gha-artifacts 2022-09-27T15:45:46.9592553Z region: us-east-1 2022-09-27T15:45:46.9592771Z env: 2022-09-27T15:45:46.9593009Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:45:46.9593276Z GPU_FLAG: --gpus all 2022-09-27T15:45:46.9593519Z ##[endgroup] 2022-09-27T15:45:47.4549962Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-bionic-cuda11.6-py3.10-gcc7/ 2022-09-27T15:45:47.4550900Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:45:53.5918511Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:45:53.5919115Z 2022-09-27T15:45:53.5920595Z Artifact download has finished successfully 2022-09-27T15:45:53.6054287Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:45:53.6054602Z unzip -o artifacts.zip 2022-09-27T15:45:53.6067815Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:45:53.6068116Z env: 2022-09-27T15:45:53.6068345Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:45:53.6068629Z GPU_FLAG: --gpus all 2022-09-27T15:45:53.6068885Z ##[endgroup] 2022-09-27T15:45:53.6147984Z Archive: artifacts.zip 2022-09-27T15:45:53.6149864Z creating: dist/ 2022-09-27T15:45:55.6638098Z inflating: dist/torch-1.13.0a0+git52424e2-cp310-cp310-linux_x86_64.whl 2022-09-27T15:45:55.6638549Z creating: build/custom_test_artifacts/ 2022-09-27T15:45:55.6638985Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:45:55.6639461Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:45:55.6646134Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:45:55.6646685Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:45:55.6647242Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:45:55.6647802Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:45:55.6648352Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:45:55.6650898Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:45:55.6652106Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:45:55.6652677Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:45:55.6653227Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:45:55.6656091Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:45:55.6657164Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:45:55.6659159Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:45:55.6659910Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:45:55.6661307Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:45:55.6662463Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:45:55.6663046Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-09-27T15:45:55.6663621Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-09-27T15:45:55.6718129Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-09-27T15:45:55.6718860Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-09-27T15:45:55.6719887Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-09-27T15:45:55.6720678Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-09-27T15:45:55.6721417Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-09-27T15:45:55.6722121Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-09-27T15:45:55.6722818Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-09-27T15:45:55.6723498Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-09-27T15:45:55.6724201Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-09-27T15:45:55.6766758Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-09-27T15:45:55.6807931Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-09-27T15:45:55.6809282Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-09-27T15:45:55.6809926Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-09-27T15:45:55.6810821Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-09-27T15:45:55.6811830Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-09-27T15:45:55.6813038Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-09-27T15:45:55.6813830Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-09-27T15:45:55.6815974Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-09-27T15:45:55.6889104Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-09-27T15:45:55.6962298Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-09-27T15:45:55.6962948Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-09-27T15:45:55.6963505Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:45:55.6964224Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:45:55.6964940Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:45:55.6965652Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:45:55.6966272Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:45:55.6966897Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:45:55.6967500Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:45:55.6968219Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:45:55.6968966Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:45:55.6970110Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:45:55.6970897Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:45:55.6971653Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:45:55.6972338Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:45:55.6993452Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:45:55.7106982Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:45:55.7107570Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:45:55.7108166Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:45:55.7108798Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:45:55.7109395Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:45:55.7109992Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:45:55.7110710Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:45:55.7111816Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:45:55.7112473Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:45:55.7113231Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:45:55.7114006Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:45:55.7135217Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:45:55.7216514Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:45:55.7217153Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:45:55.7217765Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:45:55.7218477Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:45:55.7219354Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:45:55.7220694Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:45:55.7221229Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2022-09-27T15:45:55.7224384Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:45:55.7225045Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:45:55.7226012Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:45:55.7318737Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:45:55.7380038Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:45:55.7380521Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:45:55.7380957Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:45:55.7387671Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:45:55.7388207Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:45:55.7388728Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:45:55.7389285Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:45:55.7389831Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:45:55.7392015Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:45:55.7393174Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:45:55.7393716Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:45:55.7394268Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:45:55.7397046Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:45:55.7398403Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:45:55.7400340Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:45:55.7400952Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:45:55.7402638Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:45:55.7403601Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:45:55.7404182Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-09-27T15:45:55.7404740Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-09-27T15:45:55.7459186Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-09-27T15:45:55.7459887Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-09-27T15:45:55.7460601Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-09-27T15:45:55.7461535Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-09-27T15:45:55.7462250Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-09-27T15:45:55.7463090Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-09-27T15:45:55.7463780Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-09-27T15:45:55.7464462Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-09-27T15:45:55.7465342Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-09-27T15:45:55.7507647Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-09-27T15:45:55.7549213Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-09-27T15:45:55.7550212Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-09-27T15:45:55.7551683Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-09-27T15:45:55.7552488Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-09-27T15:45:55.7553487Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-09-27T15:45:55.7554556Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-09-27T15:45:55.7555575Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-09-27T15:45:55.7557571Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-09-27T15:45:55.7631038Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-09-27T15:45:55.7704160Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-09-27T15:45:55.7704799Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-09-27T15:45:55.7705347Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:45:55.7706229Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:45:55.7707009Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:45:55.7707576Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:45:55.7708150Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:45:55.7708774Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:45:55.7709378Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:45:55.7710295Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:45:55.7710889Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:45:55.7711993Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:45:55.7712738Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:45:55.7713469Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:45:55.7714065Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:45:55.7735307Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:45:55.7798924Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:45:55.7799708Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:45:55.7800296Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:45:55.7800840Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:45:55.7801590Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:45:55.7802898Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:45:55.7803591Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2022-09-27T15:45:55.7806602Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:45:55.7807272Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:45:55.7807992Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:45:55.7857536Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:45:55.7858035Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:45:55.7858530Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:45:55.7865472Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:45:55.7866129Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:45:55.7866790Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:45:55.7867410Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:45:55.7868066Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:45:55.7869578Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:45:55.7871119Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:45:55.7871737Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:45:55.7872395Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:45:55.7875105Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:45:55.7876194Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:45:55.7878144Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:45:55.7879084Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:45:55.7880788Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:45:55.7881863Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:45:55.7882554Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-09-27T15:45:55.7883162Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-09-27T15:45:55.7937534Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-09-27T15:45:55.7938436Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-09-27T15:45:55.7939262Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-09-27T15:45:55.7940186Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-09-27T15:45:55.7941010Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-09-27T15:45:55.7941860Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-09-27T15:45:55.7942645Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-09-27T15:45:55.7943435Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-09-27T15:45:55.7944247Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-09-27T15:45:55.7985890Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-09-27T15:45:55.8027339Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-09-27T15:45:55.8028351Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-09-27T15:45:55.8029230Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-09-27T15:45:55.8030678Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-09-27T15:45:55.8031458Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-09-27T15:45:55.8032209Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-09-27T15:45:55.8032929Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-09-27T15:45:55.8034237Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-09-27T15:45:55.8107721Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-09-27T15:45:55.8180997Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-09-27T15:45:55.8181809Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-09-27T15:45:55.8182515Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:45:55.8183843Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:45:55.8184502Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:45:55.8185133Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:45:55.8185842Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:45:55.8186613Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:45:55.8187317Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:45:55.8188016Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:45:55.8188658Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:45:55.8189578Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:45:55.8190347Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:45:55.8191244Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:45:55.8191890Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:45:55.8196555Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:45:55.8343648Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:45:55.8344366Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:45:55.8345118Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:45:55.8345887Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:45:55.8346667Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:45:55.8347383Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:45:55.8348071Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:45:55.8348782Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:45:55.8349502Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:45:55.8350266Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:45:55.8350967Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:45:55.8371744Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:45:55.8429047Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:45:55.8429871Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:45:55.8430601Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:45:55.8467254Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:45:55.8467973Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:45:55.8468608Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:45:55.8469179Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2022-09-27T15:45:55.8469729Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:45:55.8470232Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:45:55.8470768Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:45:55.8561492Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:45:55.8606961Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:45:55.8607288Z creating: build/lib/ 2022-09-27T15:45:55.8607739Z inflating: build/lib/libclog.a 2022-09-27T15:45:55.8674340Z inflating: build/lib/libgtest.a 2022-09-27T15:45:55.8685062Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:45:55.8776676Z inflating: build/lib/libbenchmark.a 2022-09-27T15:45:55.8883868Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:45:55.8892877Z inflating: build/lib/libittnotify.a 2022-09-27T15:45:55.8925073Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:45:55.9459873Z inflating: build/lib/libprotobuf.a 2022-09-27T15:45:55.9536869Z inflating: build/lib/libasmjit.a 2022-09-27T15:45:55.9670075Z inflating: build/lib/libgloo.a 2022-09-27T15:45:55.9690012Z inflating: build/lib/libfmt.a 2022-09-27T15:45:55.9692135Z inflating: build/lib/libcaffe2_nvrtc.so 2022-09-27T15:45:55.9692867Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:45:55.9766110Z inflating: build/lib/libc10.so 2022-09-27T15:45:55.9767186Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:45:55.9777400Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:45:55.9786292Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:45:55.9802493Z inflating: build/lib/libqnnpack.a 2022-09-27T15:45:55.9826200Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:45:56.0397080Z inflating: build/lib/libprotoc.a 2022-09-27T15:45:56.0400024Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:45:56.0422115Z inflating: build/lib/libnnpack.a 2022-09-27T15:45:56.0441311Z inflating: build/lib/libgmock.a 2022-09-27T15:45:56.0441973Z inflating: build/lib/libgtest_main.a 2022-09-27T15:45:56.0443038Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:45:56.8656969Z inflating: build/lib/libdnnl.a 2022-09-27T15:45:56.9313298Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:45:56.9455136Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:45:56.9500552Z inflating: build/lib/libc10_cuda.so 2022-09-27T15:45:56.9501179Z inflating: build/lib/libgmock_main.a 2022-09-27T15:45:57.1077742Z inflating: build/lib/libfbgemm.a 2022-09-27T15:45:57.1367582Z inflating: build/lib/libtensorpipe_cuda.a 2022-09-27T15:45:57.2498541Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:45:57.2921973Z inflating: build/lib/libkineto.a 2022-09-27T15:45:57.2967225Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:45:57.3015171Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:45:57.3694713Z inflating: build/lib/libonnx.a 2022-09-27T15:45:57.4124702Z inflating: build/lib/libgloo_cuda.a 2022-09-27T15:45:59.7440968Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:46:00.0879379Z inflating: build/lib/libtorch_cuda_cpp.so 2022-09-27T15:46:01.8024997Z inflating: build/lib/libtorch_cuda_cu.so 2022-09-27T15:46:01.8025903Z inflating: build/lib/libtorch_cuda.so 2022-09-27T15:46:01.8027452Z inflating: build/lib/libtorch.so 2022-09-27T15:46:01.8031055Z inflating: build/lib/libc10d_cuda_test.so 2022-09-27T15:46:02.7909034Z inflating: build/lib/libtorch_cuda_linalg.so 2022-09-27T15:46:02.7933783Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:46:02.7993923Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:46:02.8024250Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:46:02.8028930Z inflating: build/lib/libshm.so 2022-09-27T15:46:02.9780069Z inflating: build/lib/libtorch_python.so 2022-09-27T15:46:02.9819603Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:46:02.9819908Z creating: build/bin/ 2022-09-27T15:46:02.9872180Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:46:02.9927490Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:46:02.9980950Z inflating: build/bin/c10_Device_test 2022-09-27T15:46:03.0043921Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:46:03.0094949Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:46:03.0148390Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:46:03.0207888Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:46:03.0267194Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:46:03.0328151Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:46:03.0379282Z inflating: build/bin/c10_Array_test 2022-09-27T15:46:03.0435770Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:46:03.0491079Z inflating: build/bin/c10_C++17_test 2022-09-27T15:46:03.0542047Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:46:03.0594270Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:46:03.0647307Z inflating: build/bin/c10_Half_test 2022-09-27T15:46:03.0707515Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:46:03.0774572Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:46:03.0930130Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:46:03.0983403Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:46:03.1044591Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:46:03.1100573Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:46:03.1154234Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:46:03.1205653Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:46:03.1260611Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:46:03.1320118Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:46:03.1377515Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:46:03.1436565Z inflating: build/bin/c10_complex_test 2022-09-27T15:46:03.1554029Z inflating: build/bin/c10_either_test 2022-09-27T15:46:03.1610006Z inflating: build/bin/c10_exception_test 2022-09-27T15:46:03.1663178Z inflating: build/bin/c10_flags_test 2022-09-27T15:46:03.1845579Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:46:03.1899270Z inflating: build/bin/c10_irange_test 2022-09-27T15:46:03.1960897Z inflating: build/bin/c10_logging_test 2022-09-27T15:46:03.2040580Z inflating: build/bin/c10_optional_test 2022-09-27T15:46:03.2106852Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:46:03.2165106Z inflating: build/bin/c10_registry_test 2022-09-27T15:46:03.2228718Z inflating: build/bin/c10_string_view_test 2022-09-27T15:46:03.2288988Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:46:03.2343664Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:46:03.2404171Z inflating: build/bin/c10_typeid_test 2022-09-27T15:46:03.2925713Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:46:03.3446364Z inflating: build/bin/protoc 2022-09-27T15:46:03.3497936Z inflating: build/bin/c10_cuda_CUDATest 2022-09-27T15:46:03.3814852Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:46:03.4168602Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:46:03.4232992Z inflating: build/bin/TCPStoreTest 2022-09-27T15:46:03.4290376Z inflating: build/bin/FileStoreTest 2022-09-27T15:46:03.4347542Z inflating: build/bin/HashStoreTest 2022-09-27T15:46:03.4363516Z inflating: build/bin/ProcessGroupMPITest 2022-09-27T15:46:03.4366808Z inflating: build/bin/example_allreduce 2022-09-27T15:46:03.4422624Z inflating: build/bin/Dimname_test 2022-09-27T15:46:03.4500915Z inflating: build/bin/Dict_test 2022-09-27T15:46:03.4569346Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:46:03.4630343Z inflating: build/bin/NamedTensor_test 2022-09-27T15:46:03.4694004Z inflating: build/bin/apply_utils_test 2022-09-27T15:46:03.4756891Z inflating: build/bin/atest 2022-09-27T15:46:03.4821306Z inflating: build/bin/basic 2022-09-27T15:46:03.4878938Z inflating: build/bin/broadcast_test 2022-09-27T15:46:03.4941209Z inflating: build/bin/cpu_generator_test 2022-09-27T15:46:03.4997503Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:46:03.5050738Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:46:03.5145053Z inflating: build/bin/cpu_rng_test 2022-09-27T15:46:03.5198192Z inflating: build/bin/dlconvertor_test 2022-09-27T15:46:03.5260040Z inflating: build/bin/extension_backend_test 2022-09-27T15:46:03.5319673Z inflating: build/bin/half_test 2022-09-27T15:46:03.5372077Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:46:03.5472426Z inflating: build/bin/ivalue_test 2022-09-27T15:46:03.5528433Z inflating: build/bin/memory_format_test 2022-09-27T15:46:03.5584897Z inflating: build/bin/math_kernel_test 2022-09-27T15:46:03.5640988Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:46:03.5695037Z inflating: build/bin/operator_name_test 2022-09-27T15:46:03.5754707Z inflating: build/bin/native_test 2022-09-27T15:46:03.5810611Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:46:03.5863990Z inflating: build/bin/operators_test 2022-09-27T15:46:03.5920217Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:46:03.5989082Z inflating: build/bin/pow_test 2022-09-27T15:46:03.6050529Z inflating: build/bin/quantized_test 2022-09-27T15:46:03.6104541Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:46:03.6157245Z inflating: build/bin/reduce_ops_test 2022-09-27T15:46:03.6217359Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:46:03.6278721Z inflating: build/bin/scalar_test 2022-09-27T15:46:03.6333581Z inflating: build/bin/stride_properties_test 2022-09-27T15:46:03.6417272Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:46:03.6476665Z inflating: build/bin/type_ptr_test 2022-09-27T15:46:03.6479624Z inflating: build/bin/thread_init_test 2022-09-27T15:46:03.6538928Z inflating: build/bin/test_parallel 2022-09-27T15:46:03.6594831Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:46:03.6659669Z inflating: build/bin/type_test 2022-09-27T15:46:03.6712291Z inflating: build/bin/variant_test 2022-09-27T15:46:03.6713769Z inflating: build/bin/verify_api_visibility 2022-09-27T15:46:03.6787855Z inflating: build/bin/vmap_test 2022-09-27T15:46:03.6842069Z inflating: build/bin/weakref_test 2022-09-27T15:46:03.6896247Z inflating: build/bin/wrapdim_test 2022-09-27T15:46:03.6960358Z inflating: build/bin/IListRef_test 2022-09-27T15:46:03.7012368Z inflating: build/bin/xla_tensor_test 2022-09-27T15:46:03.7130443Z inflating: build/bin/List_test 2022-09-27T15:46:03.7262022Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:46:03.7331085Z inflating: build/bin/KernelFunction_test 2022-09-27T15:46:03.7434315Z inflating: build/bin/kernel_function_test 2022-09-27T15:46:03.7573505Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:46:03.7686053Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:46:03.7750135Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:46:03.7804270Z inflating: build/bin/CppSignature_test 2022-09-27T15:46:03.7908013Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:46:03.7959254Z inflating: build/bin/op_allowlist_test 2022-09-27T15:46:03.8015551Z inflating: build/bin/inline_container_test 2022-09-27T15:46:03.8328816Z inflating: build/bin/op_registration_test 2022-09-27T15:46:03.8389232Z inflating: build/bin/backend_fallback_test 2022-09-27T15:46:03.8445030Z inflating: build/bin/cuda_apply_test 2022-09-27T15:46:03.8510865Z inflating: build/bin/cuda_atomic_ops_test 2022-09-27T15:46:03.8568210Z inflating: build/bin/cuda_caching_host_allocator_test 2022-09-27T15:46:03.8621128Z inflating: build/bin/cuda_device_test 2022-09-27T15:46:03.8694339Z inflating: build/bin/cuda_complex_math_test 2022-09-27T15:46:03.8757127Z inflating: build/bin/cuda_complex_test 2022-09-27T15:46:03.8821358Z inflating: build/bin/cuda_cub_test 2022-09-27T15:46:03.8874389Z inflating: build/bin/cuda_dlconvertor_test 2022-09-27T15:46:03.8929050Z inflating: build/bin/cuda_integer_divider_test 2022-09-27T15:46:03.9001155Z inflating: build/bin/cuda_distributions_test 2022-09-27T15:46:03.9063803Z inflating: build/bin/cuda_generator_test 2022-09-27T15:46:03.9116836Z inflating: build/bin/cuda_half_test 2022-09-27T15:46:03.9169186Z inflating: build/bin/cuda_optional_test 2022-09-27T15:46:03.9234420Z inflating: build/bin/cuda_stream_test 2022-09-27T15:46:03.9290386Z inflating: build/bin/cuda_reportMemoryUsage_test 2022-09-27T15:46:03.9345521Z inflating: build/bin/cuda_packedtensoraccessor_test 2022-09-27T15:46:03.9397196Z inflating: build/bin/cuda_cudnn_test 2022-09-27T15:46:03.9453891Z inflating: build/bin/cuda_vectorized_test 2022-09-27T15:46:03.9470864Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:46:03.9540415Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:46:03.9603215Z inflating: build/bin/ProcessGroupGlooAsyncTest 2022-09-27T15:46:03.9669463Z inflating: build/bin/ProcessGroupNCCLTest 2022-09-27T15:46:03.9732850Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2022-09-27T15:46:03.9789382Z inflating: build/bin/ProcessGroupUCCTest 2022-09-27T15:46:03.9846956Z inflating: build/bin/test_dist_autograd 2022-09-27T15:46:03.9921393Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:46:03.9924196Z inflating: build/bin/parallel_benchmark 2022-09-27T15:46:03.9997655Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:46:04.0009054Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:46:04.0929265Z inflating: build/bin/test_tensorexpr 2022-09-27T15:46:04.1307521Z inflating: build/bin/test_lazy 2022-09-27T15:46:04.1313092Z inflating: build/bin/torch_shm_manager 2022-09-27T15:46:04.2620755Z inflating: build/bin/test_api 2022-09-27T15:46:04.3757791Z inflating: build/bin/test_jit 2022-09-27T15:46:04.3759892Z inflating: .pytorch-test-times.json 2022-09-27T15:46:04.3791003Z ##[group]Run df -H 2022-09-27T15:46:04.3791259Z df -H 2022-09-27T15:46:04.3804792Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:46:04.3805098Z env: 2022-09-27T15:46:04.3805344Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:46:04.3805595Z GPU_FLAG: --gpus all 2022-09-27T15:46:04.3805848Z ##[endgroup] 2022-09-27T15:46:04.3844216Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:46:04.3844572Z devtmpfs 65G 0 65G 0% /dev 2022-09-27T15:46:04.3844943Z tmpfs 65G 0 65G 0% /dev/shm 2022-09-27T15:46:04.3845439Z tmpfs 65G 480k 65G 1% /run 2022-09-27T15:46:04.3845742Z tmpfs 65G 0 65G 0% /sys/fs/cgroup 2022-09-27T15:46:04.3846295Z /dev/xvda1 162G 30G 132G 19% / 2022-09-27T15:46:04.3869638Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:46:04.3869995Z .github/scripts/parse_ref.py 2022-09-27T15:46:04.3882407Z shell: /usr/bin/bash -e {0} 2022-09-27T15:46:04.3882669Z env: 2022-09-27T15:46:04.3882915Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:46:04.3883169Z GPU_FLAG: --gpus all 2022-09-27T15:46:04.3883430Z ##[endgroup] 2022-09-27T15:46:04.4193849Z ##[group]Run set -x 2022-09-27T15:46:04.4194236Z set -x 2022-09-27T15:46:04.4194468Z  2022-09-27T15:46:04.4194741Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:46:04.4195075Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:46:04.4195422Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:46:04.4195743Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:46:04.4196024Z else 2022-09-27T15:46:04.4196286Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:46:04.4196555Z fi 2022-09-27T15:46:04.4196773Z  2022-09-27T15:46:04.4197076Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:46:04.4197661Z  2022-09-27T15:46:04.4197965Z # sanitize the input commit message and PR body here: 2022-09-27T15:46:04.4198241Z # 2022-09-27T15:46:04.4198615Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:46:04.4199118Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:46:04.4199543Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:46:04.4199862Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:46:04.4200103Z  2022-09-27T15:46:04.4200597Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:46:04.4200977Z # wreak havoc internally 2022-09-27T15:46:04.4201281Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:46:04.4201611Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:46:04.4201873Z  2022-09-27T15:46:04.4202181Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:46:04.4202562Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:46:04.4202938Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:46:04.4203264Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:46:04.4203552Z container_name=$(docker run \ 2022-09-27T15:46:04.4203831Z  ${GPU_FLAG:-} \ 2022-09-27T15:46:04.4204105Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:46:04.4204363Z  -e PR_NUMBER \ 2022-09-27T15:46:04.4204631Z  -e GITHUB_ACTIONS \ 2022-09-27T15:46:04.4204894Z  -e BASE_SHA \ 2022-09-27T15:46:04.4205129Z  -e BRANCH \ 2022-09-27T15:46:04.4205374Z  -e SHA1 \ 2022-09-27T15:46:04.4205631Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:46:04.4205902Z  -e IN_WHEEL_TEST \ 2022-09-27T15:46:04.4206147Z  -e SHARD_NUMBER \ 2022-09-27T15:46:04.4206408Z  -e TEST_CONFIG \ 2022-09-27T15:46:04.4206673Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:46:04.4206916Z  -e PR_BODY \ 2022-09-27T15:46:04.4207180Z  -e COMMIT_MESSAGES \ 2022-09-27T15:46:04.4207469Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:46:04.4207768Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:46:04.4208052Z  -e PR_LABELS \ 2022-09-27T15:46:04.4208340Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:46:04.4208611Z  -e SCCACHE_BUCKET \ 2022-09-27T15:46:04.4208889Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:46:04.4209163Z  -e XLA_CUDA \ 2022-09-27T15:46:04.4209448Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:46:04.4209770Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:46:04.4210093Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:46:04.4210401Z  --security-opt seccomp=unconfined \ 2022-09-27T15:46:04.4210692Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:46:04.4210961Z  --ipc=host \ 2022-09-27T15:46:04.4211312Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:46:04.4211571Z  --tty \ 2022-09-27T15:46:04.4211817Z  --detach \ 2022-09-27T15:46:04.4212088Z  --name="${container_name}" \ 2022-09-27T15:46:04.4212346Z  --user jenkins \ 2022-09-27T15:46:04.4212667Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:46:04.4213006Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:46:04.4213290Z  "${DOCKER_IMAGE}" 2022-09-27T15:46:04.4213522Z ) 2022-09-27T15:46:04.4213859Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:46:04.4225577Z shell: /usr/bin/bash -e {0} 2022-09-27T15:46:04.4225816Z env: 2022-09-27T15:46:04.4226058Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:46:04.4226328Z GPU_FLAG: --gpus all 2022-09-27T15:46:04.4226634Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:46:04.4226949Z PR_NUMBER: 85462 2022-09-27T15:46:04.4227195Z BRANCH: pull/85462 2022-09-27T15:46:04.4227465Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:46:04.4227784Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:46:04.4228086Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:46:04.4228356Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:46:04.4228637Z TEST_CONFIG: functorch 2022-09-27T15:46:04.4228885Z SHARD_NUMBER: 1 2022-09-27T15:46:04.4229107Z NUM_TEST_SHARDS: 1 2022-09-27T15:46:04.4231428Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:46:04.4233803Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:46:04.4234121Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:46:04.4234380Z SHM_SIZE: 2g 2022-09-27T15:46:04.4234872Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:46:04.4235354Z XLA_CUDA: 2022-09-27T15:46:04.4235685Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:46:04.4236037Z ##[endgroup] 2022-09-27T15:46:04.4263542Z + [[ functorch == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:46:04.4264024Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *onnx* ]] 2022-09-27T15:46:04.4264343Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:46:04.4267291Z ++ git cherry -v origin/master 2022-09-27T15:46:04.4507227Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:46:04.4507924Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:46:04.4508304Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:46:04.4508699Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:46:04.4509062Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:46:04.4510602Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:46:04.4526774Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:46:04.4530109Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:46:04.4531530Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:46:04.4538566Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:46:04.4543967Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:46:04.4546387Z +++ nproc --ignore=2 2022-09-27T15:46:04.4578860Z ++ docker run --gpus all -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=14 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=2g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:46:18.0542018Z + container_name=345b5ecabea800fe24f06d20eab3d4b5be8cc9d124ac1ce0ffadefb632e1a19d 2022-09-27T15:46:18.0543172Z + docker exec -t 345b5ecabea800fe24f06d20eab3d4b5be8cc9d124ac1ce0ffadefb632e1a19d sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:46:18.6297201Z Processing ./dist/torch-1.13.0a0+git52424e2-cp310-cp310-linux_x86_64.whl 2022-09-27T15:46:18.7203980Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:46:19.6499570Z Installing collected packages: torch 2022-09-27T15:46:30.1711075Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:46:30.3356104Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:46:30.3578473Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.10/site-packages/torch 2022-09-27T15:46:30.3578961Z + TORCH_BIN_DIR=/opt/conda/lib/python3.10/site-packages/torch/bin 2022-09-27T15:46:30.3579437Z + TORCH_LIB_DIR=/opt/conda/lib/python3.10/site-packages/torch/lib 2022-09-27T15:46:30.3579902Z + TORCH_TEST_DIR=/opt/conda/lib/python3.10/site-packages/torch/test 2022-09-27T15:46:30.3580207Z + BUILD_DIR=build 2022-09-27T15:46:30.3580478Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:46:30.3587371Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:46:30.3588063Z + export VALGRIND=ON 2022-09-27T15:46:30.3588573Z + VALGRIND=ON 2022-09-27T15:46:30.3589016Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *clang9* ]] 2022-09-27T15:46:30.3589467Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *bazel* ]] 2022-09-27T15:46:30.3589792Z ++ realpath build/custom_test_artifacts 2022-09-27T15:46:30.3592676Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:46:30.3595987Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:46:30.3604164Z + source .jenkins/pytorch/common.sh 2022-09-27T15:46:30.3607785Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:46:30.3617977Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:46:30.3620368Z +++ declare -f -t trap_add 2022-09-27T15:46:30.3625220Z ++ set -ex 2022-09-27T15:46:30.3625633Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-09-27T15:46:30.3625956Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:46:30.3627406Z ++ [[ functorch == *xla* ]] 2022-09-27T15:46:30.3628057Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-09-27T15:46:30.3628516Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *linux-bionic* ]] 2022-09-27T15:46:30.3628846Z ++ which conda 2022-09-27T15:46:30.3636986Z /opt/conda/bin/conda 2022-09-27T15:46:30.3637791Z ++ conda install -q -y cmake 2022-09-27T15:46:33.0008434Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:46:33.7296079Z Solving environment: ...working... done 2022-09-27T15:46:33.8330722Z 2022-09-27T15:46:33.8330958Z ## Package Plan ## 2022-09-27T15:46:33.8331210Z 2022-09-27T15:46:33.8331467Z environment location: /opt/conda 2022-09-27T15:46:33.8331873Z 2022-09-27T15:46:33.8332153Z added / updated specs: 2022-09-27T15:46:33.8332846Z - cmake 2022-09-27T15:46:33.8333014Z 2022-09-27T15:46:33.8333032Z 2022-09-27T15:46:33.8333192Z The following packages will be downloaded: 2022-09-27T15:46:33.8333392Z 2022-09-27T15:46:33.8333529Z package | build 2022-09-27T15:46:33.8333900Z ---------------------------|----------------- 2022-09-27T15:46:33.8334311Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:46:33.8337435Z certifi-2022.9.14 | py310h06a4308_0 155 KB 2022-09-27T15:46:33.8338128Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:46:33.8338645Z conda-22.9.0 | py310h06a4308_0 894 KB 2022-09-27T15:46:33.8339047Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:46:33.8339431Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:46:33.8339840Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:46:33.8340412Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:46:33.8340929Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:46:33.8341320Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:46:33.8341717Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:46:33.8342096Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:46:33.8342671Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:46:33.8343080Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:46:33.8343442Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:46:33.8343821Z ------------------------------------------------------------ 2022-09-27T15:46:33.8344132Z Total: 12.9 MB 2022-09-27T15:46:33.8344342Z 2022-09-27T15:46:33.8344507Z The following NEW packages will be INSTALLED: 2022-09-27T15:46:33.8344711Z 2022-09-27T15:46:33.8345059Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:46:33.8345522Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:46:33.8345987Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:46:33.8346446Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:46:33.8346919Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:46:33.8347403Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:46:33.8347880Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:46:33.8348375Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:46:33.8348853Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:46:33.8349452Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:46:33.8349914Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:46:33.8350370Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:46:33.8350845Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:46:33.8351018Z 2022-09-27T15:46:33.8351183Z The following packages will be UPDATED: 2022-09-27T15:46:33.8351358Z 2022-09-27T15:46:33.8351646Z certifi 2022.6.15-py310h06a4308_0 --> 2022.9.14-py310h06a4308_0 2022-09-27T15:46:33.8352114Z conda 4.14.0-py310h06a4308_0 --> 22.9.0-py310h06a4308_0 2022-09-27T15:46:33.8352308Z 2022-09-27T15:46:33.8352348Z 2022-09-27T15:46:35.0311887Z Preparing transaction: ...working... done 2022-09-27T15:46:35.5459471Z Verifying transaction: ...working... done 2022-09-27T15:46:36.9370988Z Executing transaction: ...working... done 2022-09-27T15:46:37.1277615Z Retrieving notices: ...working... done 2022-09-27T15:46:37.3264003Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-09-27T15:46:37.3264560Z + echo 'Environment variables' 2022-09-27T15:46:37.3264859Z Environment variables 2022-09-27T15:46:37.3265104Z + env 2022-09-27T15:46:37.3273807Z SHARD_NUMBER=1 2022-09-27T15:46:37.3274787Z NV_LIBCUBLAS_DEV_VERSION=11.9.2.110-1 2022-09-27T15:46:37.3275637Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-6 2022-09-27T15:46:37.3276212Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2022-09-27T15:46:37.3276970Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.12.10-1+cuda11.6 2022-09-27T15:46:37.3277931Z UCC_HOME=/usr 2022-09-27T15:46:37.3278677Z BUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:46:37.3279607Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-6=11.6.3.124-1 2022-09-27T15:46:37.3280086Z INSTALLED_DB=yes 2022-09-27T15:46:37.3280488Z HOSTNAME=345b5ecabea8 2022-09-27T15:46:37.3281035Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:46:37.3281696Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:46:37.3282343Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:46:37.3282964Z UCC_COMMIT=12944da33f911daf505d9bbc51411233d0ed85e1 2022-09-27T15:46:37.3284251Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_99980d30-9b6c-4354-be4b-a23f60a2b9af 2022-09-27T15:46:37.3285063Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:46:37.3285988Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:46:37.3286833Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:46:37.3287765Z TEST_CONFIG=functorch 2022-09-27T15:46:37.3288367Z NV_LIBNPP_VERSION=11.6.3.124-1 2022-09-27T15:46:37.3288752Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-6=11.6.124-1 2022-09-27T15:46:37.3289074Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:46:37.3289331Z GITHUB_ACTIONS=true 2022-09-27T15:46:37.3289595Z NVIDIA_VISIBLE_DEVICES=all 2022-09-27T15:46:37.3289895Z NV_NVPROF_VERSION=11.6.124-1 2022-09-27T15:46:37.3290244Z NV_LIBCUSPARSE_VERSION=11.7.2.124-1 2022-09-27T15:46:37.3290460Z CI=true 2022-09-27T15:46:37.3290714Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:46:37.3291114Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-6=11.9.2.110-1 2022-09-27T15:46:37.3291434Z BRANCH=pull/85462 2022-09-27T15:46:37.3291736Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:46:37.3292079Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2022-09-27T15:46:37.3292371Z GITHUB_ACTOR=kongzii 2022-09-27T15:46:37.3292712Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2022-09-27T15:46:37.3292976Z GITHUB_ACTION_REF= 2022-09-27T15:46:37.3293376Z NCCL_VERSION=2.12.10-1 2022-09-27T15:46:37.3293617Z GITHUB_ACTION=__self 2022-09-27T15:46:37.3293899Z VALGRIND=ON 2022-09-27T15:46:37.3294124Z GITHUB_REF_PROTECTED=false 2022-09-27T15:46:37.3294560Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:46:37.3297156Z *** 2022-09-27T15:46:37.3297411Z INSTALLED_VISION=yes 2022-09-27T15:46:37.3297648Z NVARCH=x86_64 2022-09-27T15:46:37.3298140Z NV_LIBCUSPARSE_DEV_VERSION=11.7.2.124-1 2022-09-27T15:46:37.3298427Z HOME=/var/lib/jenkins 2022-09-27T15:46:37.3298711Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:46:37.3298969Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:46:37.3299242Z GITHUB_REF_TYPE=branch 2022-09-27T15:46:37.3299538Z NV_LIBNCCL_PACKAGE_VERSION=2.12.10-1 2022-09-27T15:46:37.3299856Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:46:37.3300215Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:46:37.3300628Z NV_LIBNCCL_PACKAGE=libnccl2=2.12.10-1+cuda11.6 2022-09-27T15:46:37.3301167Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_99980d30-9b6c-4354-be4b-a23f60a2b9af 2022-09-27T15:46:37.3301572Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:46:37.3301925Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2022-09-27T15:46:37.3302234Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:46:37.3302514Z NV_CUDA_LIB_VERSION=11.6.2-1 2022-09-27T15:46:37.3302836Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:46:37.3303132Z INSTALLED_PROTOBUF=yes 2022-09-27T15:46:37.3303424Z GITHUB_RUN_ID=3133193930 2022-09-27T15:46:37.3303752Z NV_LIBNPP_PACKAGE=libnpp-11-6=11.6.3.124-1 2022-09-27T15:46:37.3304040Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2022-09-27T15:46:37.3304345Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2022-09-27T15:46:37.3304661Z NV_NVTX_VERSION=11.6.124-1 2022-09-27T15:46:37.3304944Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:46:37.3305224Z MAX_JOBS=14 2022-09-27T15:46:37.3305513Z NV_LIBCUBLAS_VERSION=11.9.2.110-1 2022-09-27T15:46:37.3305878Z NV_LIBCUBLAS_PACKAGE=libcublas-11-6=11.9.2.110-1 2022-09-27T15:46:37.3306369Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:46:37.3306716Z UCX_HOME=/usr 2022-09-27T15:46:37.3306994Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:46:37.3307288Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:46:37.3307636Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:46:37.3307978Z NV_CUDA_CUDART_DEV_VERSION=11.6.55-1 2022-09-27T15:46:37.3311473Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:46:37.3313833Z GITHUB_BASE_REF=master 2022-09-27T15:46:37.3314120Z TERM=xterm 2022-09-27T15:46:37.3314314Z XLA_CUDA= 2022-09-27T15:46:37.3314578Z NV_NVML_DEV_VERSION=11.6.55-1 2022-09-27T15:46:37.3314857Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:46:37.3315125Z CUDA_VERSION=11.6.2 2022-09-27T15:46:37.3315475Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-6 2022-09-27T15:46:37.3315829Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:46:37.3316412Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_99980d30-9b6c-4354-be4b-a23f60a2b9af 2022-09-27T15:46:37.3316755Z GITHUB_JOB=test 2022-09-27T15:46:37.3316996Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:46:37.3317960Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:46:37.3318647Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2022-09-27T15:46:37.3318944Z NUM_TEST_SHARDS=1 2022-09-27T15:46:37.3319176Z PR_NUMBER=85462 2022-09-27T15:46:37.3319409Z SHLVL=1 2022-09-27T15:46:37.3319765Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-6 2022-09-27T15:46:37.3320116Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:46:37.3320683Z NVIDIA_REQUIRE_CUDA=cuda>=11.6 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=450,driver<451 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 2022-09-27T15:46:37.3321305Z NV_LIBNPP_DEV_VERSION=11.6.3.124-1 2022-09-27T15:46:37.3321579Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:46:37.3321860Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:46:37.3322178Z NV_CUDA_CUDART_VERSION=11.6.55-1 2022-09-27T15:46:37.3322535Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:46:37.3322809Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:46:37.3323070Z GITHUB_WORKFLOW=pull 2022-09-27T15:46:37.3323487Z PATH=/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:46:37.3323922Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.12.10-1 2022-09-27T15:46:37.3324369Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:46:37.3324724Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:46:37.3324969Z _=/usr/bin/env 2022-09-27T15:46:37.3325258Z + echo 'Testing pytorch' 2022-09-27T15:46:37.3325519Z Testing pytorch 2022-09-27T15:46:37.3325775Z + export LANG=C.UTF-8 2022-09-27T15:46:37.3326042Z + LANG=C.UTF-8 2022-09-27T15:46:37.3326284Z + PR_NUMBER=85462 2022-09-27T15:46:37.3326549Z + [[ functorch == \d\e\f\a\u\l\t ]] 2022-09-27T15:46:37.3326928Z + [[ functorch == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:46:37.3327225Z + [[ functorch == \s\l\o\w ]] 2022-09-27T15:46:37.3327644Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *slow-gradcheck* ]] 2022-09-27T15:46:37.3328072Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-09-27T15:46:37.3328426Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-09-27T15:46:37.3328745Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-09-27T15:46:37.3329133Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda11* ]] 2022-09-27T15:46:37.3329462Z + export BUILD_SPLIT_CUDA=ON 2022-09-27T15:46:37.3329734Z + BUILD_SPLIT_CUDA=ON 2022-09-27T15:46:37.3329982Z + [[ functorch == *crossref* ]] 2022-09-27T15:46:37.3330255Z + [[ functorch == *dynamo* ]] 2022-09-27T15:46:37.3330542Z + [[ -n 85462 ]] 2022-09-27T15:46:37.3330784Z + [[ -z '' ]] 2022-09-27T15:46:37.3331073Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:46:37.3331399Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:46:37.3331783Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-09-27T15:46:37.3332222Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *-bazel-* ]] 2022-09-27T15:46:37.3332586Z + pip_install --user ninja 2022-09-27T15:46:37.3332931Z + pip install --progress-bar off --user ninja 2022-09-27T15:46:37.9125744Z Collecting ninja 2022-09-27T15:46:37.9330739Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:46:38.8116193Z Installing collected packages: ninja 2022-09-27T15:46:38.8219981Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:46:38.8220626Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:46:38.8419560Z Successfully installed ninja-1.10.2.3 2022-09-27T15:46:38.9123343Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:46:38.9124022Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:46:38.9125111Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *asan* ]] 2022-09-27T15:46:38.9125473Z + [[ functorch == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:46:38.9125796Z + [[ functorch == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:46:38.9130274Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *tbb* ]] 2022-09-27T15:46:38.9145432Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-09-27T15:46:38.9145886Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-09-27T15:46:38.9149157Z + cd test 2022-09-27T15:46:38.9149545Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:46:40.4691344Z PyTorch built with: 2022-09-27T15:46:40.4692243Z - GCC 7.5 2022-09-27T15:46:40.4692671Z - C++ Version: 201402 2022-09-27T15:46:40.4693362Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:46:40.4693910Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:46:40.4694329Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:46:40.4694727Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:46:40.4695039Z - NNPACK is enabled 2022-09-27T15:46:40.4695462Z - CPU capability usage: AVX2 2022-09-27T15:46:40.4696053Z - CUDA Runtime 11.6 2022-09-27T15:46:40.4696620Z - NVCC architecture flags: -gencode;arch=compute_52,code=sm_52 2022-09-27T15:46:40.4697512Z - CuDNN 8.3.2 (built against CUDA 11.5) 2022-09-27T15:46:40.4698135Z - Magma 2.6.1 2022-09-27T15:46:40.4701276Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CUDA_VERSION=11.6, CUDNN_VERSION=8.3.2, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, FORCE_FALLBACK_CUDA_MPI=1, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=ON, USE_CUDNN=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-09-27T15:46:40.4703425Z 2022-09-27T15:46:40.6867088Z + cd test 2022-09-27T15:46:40.6868153Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:46:42.2327414Z ATen/Parallel: 2022-09-27T15:46:42.2327762Z at::get_num_threads() : 8 2022-09-27T15:46:42.2328073Z at::get_num_interop_threads() : 8 2022-09-27T15:46:42.2328367Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:46:42.2328628Z omp_get_max_threads() : 8 2022-09-27T15:46:42.2329270Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:46:42.2329960Z mkl_get_max_threads() : 8 2022-09-27T15:46:42.2330395Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:46:42.2330770Z std::thread::hardware_concurrency() : 16 2022-09-27T15:46:42.2331067Z Environment variables: 2022-09-27T15:46:42.2331341Z OMP_NUM_THREADS : [not set] 2022-09-27T15:46:42.2331599Z MKL_NUM_THREADS : [not set] 2022-09-27T15:46:42.2331880Z ATen parallel backend: OpenMP 2022-09-27T15:46:42.2332062Z 2022-09-27T15:46:42.4427449Z + [[ functorch == *deploy* ]] 2022-09-27T15:46:42.4427781Z + [[ functorch == *backward* ]] 2022-09-27T15:46:42.4428077Z + [[ functorch == *xla* ]] 2022-09-27T15:46:42.4428353Z + [[ functorch == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:46:42.4429048Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-09-27T15:46:42.4429816Z + [[ functorch == distributed ]] 2022-09-27T15:46:42.4430383Z + [[ functorch == *dynamo* ]] 2022-09-27T15:46:42.4430668Z + [[ functorch == *dynamo* ]] 2022-09-27T15:46:42.4430907Z + [[ 1 == 1 ]] 2022-09-27T15:46:42.4431191Z + [[ 1 -gt 1 ]] 2022-09-27T15:46:42.4431410Z + [[ 1 == 2 ]] 2022-09-27T15:46:42.4431649Z + [[ 1 -gt 2 ]] 2022-09-27T15:46:42.4432020Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *vulkan* ]] 2022-09-27T15:46:42.4432464Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-09-27T15:46:42.4432959Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-mobile-lightweight-dispatch* ]] 2022-09-27T15:46:42.4433332Z + [[ functorch = docs_test ]] 2022-09-27T15:46:42.4433614Z + [[ functorch == *functorch* ]] 2022-09-27T15:46:42.4433857Z + test_functorch 2022-09-27T15:46:42.4434211Z + python test/run_test.py --functorch --verbose 2022-09-27T15:46:44.5431215Z Ignoring disabled issues: [] 2022-09-27T15:46:44.5722994Z /var/lib/jenkins/workspace/test/run_test.py:960: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T15:46:44.5723796Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-09-27T15:46:44.5724177Z Selected tests: 2022-09-27T15:46:44.5724506Z /var/lib/jenkins/workspace/functorch/test/test_compile_cache 2022-09-27T15:46:44.5724889Z /var/lib/jenkins/workspace/functorch/test/test_control_flow 2022-09-27T15:46:44.5725234Z /var/lib/jenkins/workspace/functorch/test/test_dims 2022-09-27T15:46:44.5725610Z /var/lib/jenkins/workspace/functorch/test/test_eager_transforms 2022-09-27T15:46:44.5725993Z /var/lib/jenkins/workspace/functorch/test/test_functionalize 2022-09-27T15:46:44.5726590Z /var/lib/jenkins/workspace/functorch/test/test_memory_efficient_fusion 2022-09-27T15:46:44.5727002Z /var/lib/jenkins/workspace/functorch/test/test_minifier 2022-09-27T15:46:44.5727362Z /var/lib/jenkins/workspace/functorch/test/test_ops 2022-09-27T15:46:44.5727702Z /var/lib/jenkins/workspace/functorch/test/test_pythonkey 2022-09-27T15:46:44.5728063Z /var/lib/jenkins/workspace/functorch/test/test_vmap 2022-09-27T15:46:44.5852755Z Prioritized test from test file changes. 2022-09-27T15:46:44.5853258Z reordering tests for PR: 2022-09-27T15:46:44.5853635Z prioritized: [] 2022-09-27T15:46:44.5855198Z the rest: ['/var/lib/jenkins/workspace/functorch/test/test_compile_cache', '/var/lib/jenkins/workspace/functorch/test/test_control_flow', '/var/lib/jenkins/workspace/functorch/test/test_dims', '/var/lib/jenkins/workspace/functorch/test/test_eager_transforms', '/var/lib/jenkins/workspace/functorch/test/test_functionalize', '/var/lib/jenkins/workspace/functorch/test/test_memory_efficient_fusion', '/var/lib/jenkins/workspace/functorch/test/test_minifier', '/var/lib/jenkins/workspace/functorch/test/test_ops', '/var/lib/jenkins/workspace/functorch/test/test_pythonkey', '/var/lib/jenkins/workspace/functorch/test/test_vmap'] 2022-09-27T15:46:44.5856179Z 2022-09-27T15:46:44.5856720Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-09-27T15:46:44.6081724Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-09-27T15:46:44.6266222Z Running /var/lib/jenkins/workspace/functorch/test/test_compile_cache ... [2022-09-27 15:46:44.626223] 2022-09-27T15:46:44.6267268Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_compile_cache.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:46:44.626286] 2022-09-27T15:46:46.4364576Z Test results will be stored in test-reports/python-unittest/functorch.test.test_compile_cache 2022-09-27T15:46:46.4382024Z 2022-09-27T15:46:46.4382233Z Running tests... 2022-09-27T15:46:46.4382707Z ---------------------------------------------------------------------- 2022-09-27T15:46:48.1958640Z test_compilation_for_dynamic_shape (__main__.TestCompileCache) ... ok (1.757s) 2022-09-27T15:46:48.2114789Z test_global_cache_no_recompilations (__main__.TestCompileCache) ... ok (0.016s) 2022-09-27T15:46:49.0403043Z test_high_number_of_args (__main__.TestCompileCache) ... ok (0.829s) 2022-09-27T15:46:49.0653235Z test_multiple_compiler (__main__.TestCompileCache) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-09-27T15:46:49.0654153Z warnings.warn( 2022-09-27T15:46:49.1506664Z ok (0.110s) 2022-09-27T15:46:49.2117926Z test_multiple_functions (__main__.TestCompileCache) ... ok (0.061s) 2022-09-27T15:46:49.2558726Z test_recompilation_on_broadcast (__main__.TestCompileCache) ... ok (0.044s) 2022-09-27T15:46:49.3227360Z test_arg_none (__main__.TestCompileCacheStaticArgs) ... ok (0.067s) 2022-09-27T15:46:49.3451731Z test_custom (__main__.TestCompileCacheStaticArgs) ... ok (0.022s) 2022-09-27T15:46:49.3776950Z test_dict (__main__.TestCompileCacheStaticArgs) ... ok (0.032s) 2022-09-27T15:46:49.4108978Z test_dict_with_static_arg_before_dict (__main__.TestCompileCacheStaticArgs) ... ok (0.033s) 2022-09-27T15:46:49.4336682Z test_dropout (__main__.TestCompileCacheStaticArgs) ... ok (0.023s) 2022-09-27T15:46:49.4348895Z test_failure (__main__.TestCompileCacheStaticArgs) ... ok (0.001s) 2022-09-27T15:46:49.4609224Z test_if_condition (__main__.TestCompileCacheStaticArgs) ... ok (0.026s) 2022-09-27T15:46:49.4847366Z test_interleaved_static_args (__main__.TestCompileCacheStaticArgs) ... ok (0.024s) 2022-09-27T15:46:49.5062096Z test_simple (__main__.TestCompileCacheStaticArgs) ... ok (0.021s) 2022-09-27T15:46:49.5270225Z test_static_arg_before_tensor_arg (__main__.TestCompileCacheStaticArgs) ... ok (0.021s) 2022-09-27T15:46:49.5602369Z test_tuple (__main__.TestCompileCacheStaticArgs) ... ok (0.033s) 2022-09-27T15:46:49.5869165Z test_tuple_static_args (__main__.TestCompileCacheStaticArgs) ... ok (0.027s) 2022-09-27T15:46:49.6191635Z test_tuple_with_first_arg_as_static (__main__.TestCompileCacheStaticArgs) ... ok (0.032s) 2022-09-27T15:46:49.6192647Z 2022-09-27T15:46:49.6193039Z ---------------------------------------------------------------------- 2022-09-27T15:46:49.6193391Z Ran 19 tests in 3.181s 2022-09-27T15:46:49.6193552Z 2022-09-27T15:46:49.6193640Z OK 2022-09-27T15:46:49.6193781Z 2022-09-27T15:46:49.6193905Z Generating XML reports... 2022-09-27T15:46:49.6233872Z Generated XML report: test-reports/python-unittest/functorch.test.test_compile_cache/TEST-TestCompileCache-20220927154646.xml 2022-09-27T15:46:49.6248809Z Generated XML report: test-reports/python-unittest/functorch.test.test_compile_cache/TEST-TestCompileCacheStaticArgs-20220927154646.xml 2022-09-27T15:46:49.9825638Z Running /var/lib/jenkins/workspace/functorch/test/test_control_flow ... [2022-09-27 15:46:49.982073] 2022-09-27T15:46:49.9826430Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_control_flow.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:46:49.982151] 2022-09-27T15:46:52.0082300Z Running /var/lib/jenkins/workspace/functorch/test/test_dims ... [2022-09-27 15:46:52.007682] 2022-09-27T15:46:52.0083139Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_dims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:46:52.007790] 2022-09-27T15:46:53.8156653Z Test results will be stored in test-reports/python-unittest/functorch.test.test_dims 2022-09-27T15:46:53.8178247Z 2022-09-27T15:46:53.8178794Z Running tests... 2022-09-27T15:46:53.8179454Z ---------------------------------------------------------------------- 2022-09-27T15:46:53.8749184Z test_attn (__main__.TestMin) ... /opt/conda/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:242: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-09-27T15:46:53.8749786Z warnings.warn( 2022-09-27T15:46:54.0274305Z ok (0.209s) 2022-09-27T15:46:58.3673346Z test_attn_cuda (__main__.TestMin) ... ok (4.340s) 2022-09-27T15:46:58.5524796Z test_c (__main__.TestMin) ... ok (0.185s) 2022-09-27T15:46:58.7296039Z test_compare_dims (__main__.TestMin) ... ok (0.177s) 2022-09-27T15:46:58.9062525Z test_diag (__main__.TestMin) ... ok (0.176s) 2022-09-27T15:46:59.0837621Z test_dim_args (__main__.TestMin) ... ok (0.177s) 2022-09-27T15:46:59.2603815Z test_dims_with_size (__main__.TestMin) ... ok (0.177s) 2022-09-27T15:46:59.4464426Z test_dir (__main__.TestMin) ... ok (0.186s) 2022-09-27T15:46:59.6236813Z test_doc (__main__.TestMin) ... ok (0.177s) 2022-09-27T15:46:59.8024812Z test_embed (__main__.TestMin) ... ok (0.179s) 2022-09-27T15:46:59.9792349Z test_eq (__main__.TestMin) ... ok (0.177s) 2022-09-27T15:47:00.1576060Z test_expand (__main__.TestMin) ... ok (0.178s) 2022-09-27T15:47:00.3443220Z test_functorch (__main__.TestMin) ... ok (0.187s) 2022-09-27T15:47:00.5352651Z test_hello (__main__.TestMin) ... ok (0.191s) 2022-09-27T15:47:00.7130334Z test_index (__main__.TestMin) ... ok (0.178s) 2022-09-27T15:47:00.8927759Z test_index_placement (__main__.TestMin) ... ok (0.180s) 2022-09-27T15:47:01.0737095Z test_inplace (__main__.TestMin) ... ok (0.181s) 2022-09-27T15:47:01.2682663Z test_manual_stuff (__main__.TestMin) ... ok (0.194s) 2022-09-27T15:47:01.4679629Z test_mask (__main__.TestMin) ... ok (0.200s) 2022-09-27T15:47:01.6509465Z test_max (__main__.TestMin) ... ok (0.183s) 2022-09-27T15:47:01.8409104Z test_mm (__main__.TestMin) ... ok (0.190s) 2022-09-27T15:47:02.0254669Z test_mm_fuse (__main__.TestMin) ... ok (0.184s) 2022-09-27T15:47:02.2058036Z test_monkey (__main__.TestMin) ... ok (0.180s) 2022-09-27T15:47:02.3836887Z test_network (__main__.TestMin) ... skip: no torchvision (0.178s) 2022-09-27T15:47:02.5699729Z test_order (__main__.TestMin) ... ok (0.186s) 2022-09-27T15:47:02.7488149Z test_parse (__main__.TestMin) ... ok (0.179s) 2022-09-27T15:47:02.9252795Z test_seg (__main__.TestMin) ... ok (0.176s) 2022-09-27T15:47:03.1032977Z test_simple (__main__.TestMin) ... ok (0.178s) 2022-09-27T15:47:03.2815136Z test_softmax_split (__main__.TestMin) ... ok (0.178s) 2022-09-27T15:47:03.4683678Z test_stack (__main__.TestMin) ... ok (0.187s) 2022-09-27T15:47:03.5978151Z test_time_mm_fuse (__main__.TestMin) ... pp: 0.03549672400004055817 seconds 2022-09-27T15:47:03.6473624Z fc: 0.04965223800002149801 seconds 2022-09-27T15:47:03.8270453Z ok (0.359s) 2022-09-27T15:47:04.0042215Z test_with_dims_split (__main__.TestMin) ... ok (0.177s) 2022-09-27T15:47:04.1933587Z test_attn (__main__.TestMinFunctorchOnly) ... ok (0.189s) 2022-09-27T15:47:04.1935792Z test_attn_cuda (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-09-27T15:47:04.3706261Z test_c (__main__.TestMinFunctorchOnly) ... ok (0.177s) 2022-09-27T15:47:04.5540181Z test_compare_dims (__main__.TestMinFunctorchOnly) ... ok (0.183s) 2022-09-27T15:47:04.7363891Z test_diag (__main__.TestMinFunctorchOnly) ... ok (0.182s) 2022-09-27T15:47:04.9198903Z test_dim_args (__main__.TestMinFunctorchOnly) ... ok (0.183s) 2022-09-27T15:47:05.0984927Z test_dims_with_size (__main__.TestMinFunctorchOnly) ... ok (0.178s) 2022-09-27T15:47:05.2764684Z test_dir (__main__.TestMinFunctorchOnly) ... ok (0.178s) 2022-09-27T15:47:05.4525686Z test_doc (__main__.TestMinFunctorchOnly) ... ok (0.176s) 2022-09-27T15:47:05.6388366Z test_embed (__main__.TestMinFunctorchOnly) ... ok (0.186s) 2022-09-27T15:47:05.8158274Z test_eq (__main__.TestMinFunctorchOnly) ... ok (0.177s) 2022-09-27T15:47:05.9913952Z test_expand (__main__.TestMinFunctorchOnly) ... ok (0.175s) 2022-09-27T15:47:06.1704912Z test_functorch (__main__.TestMinFunctorchOnly) ... ok (0.179s) 2022-09-27T15:47:06.3550003Z test_hello (__main__.TestMinFunctorchOnly) ... ok (0.184s) 2022-09-27T15:47:06.5323662Z test_index (__main__.TestMinFunctorchOnly) ... ok (0.177s) 2022-09-27T15:47:06.7185760Z test_index_placement (__main__.TestMinFunctorchOnly) ... ok (0.186s) 2022-09-27T15:47:06.8960480Z test_inplace (__main__.TestMinFunctorchOnly) ... ok (0.177s) 2022-09-27T15:47:07.0740415Z test_manual_stuff (__main__.TestMinFunctorchOnly) ... ok (0.178s) 2022-09-27T15:47:07.2522908Z test_mask (__main__.TestMinFunctorchOnly) ... ok (0.178s) 2022-09-27T15:47:07.4313147Z test_max (__main__.TestMinFunctorchOnly) ... ok (0.179s) 2022-09-27T15:47:07.6078593Z test_mm (__main__.TestMinFunctorchOnly) ... ok (0.176s) 2022-09-27T15:47:07.7936935Z test_mm_fuse (__main__.TestMinFunctorchOnly) ... ok (0.186s) 2022-09-27T15:47:07.9715137Z test_monkey (__main__.TestMinFunctorchOnly) ... ok (0.178s) 2022-09-27T15:47:08.1504926Z test_network (__main__.TestMinFunctorchOnly) ... skip: no torchvision (0.179s) 2022-09-27T15:47:08.3288171Z test_order (__main__.TestMinFunctorchOnly) ... ok (0.178s) 2022-09-27T15:47:08.5058175Z test_parse (__main__.TestMinFunctorchOnly) ... ok (0.177s) 2022-09-27T15:47:08.6943164Z test_seg (__main__.TestMinFunctorchOnly) ... ok (0.188s) 2022-09-27T15:47:08.8874184Z test_simple (__main__.TestMinFunctorchOnly) ... ok (0.193s) 2022-09-27T15:47:09.0744296Z test_softmax_split (__main__.TestMinFunctorchOnly) ... ok (0.187s) 2022-09-27T15:47:09.2518314Z test_stack (__main__.TestMinFunctorchOnly) ... ok (0.177s) 2022-09-27T15:47:09.2521423Z test_time_mm_fuse (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-09-27T15:47:09.4386396Z test_with_dims_split (__main__.TestMinFunctorchOnly) ... ok (0.186s) 2022-09-27T15:47:09.4387390Z 2022-09-27T15:47:09.4388066Z ---------------------------------------------------------------------- 2022-09-27T15:47:09.4388421Z Ran 64 tests in 15.621s 2022-09-27T15:47:09.4388589Z 2022-09-27T15:47:09.4391840Z OK (skipped=4) 2022-09-27T15:47:09.4392140Z 2022-09-27T15:47:09.4392274Z Generating XML reports... 2022-09-27T15:47:09.4450859Z Generated XML report: test-reports/python-unittest/functorch.test.test_dims/TEST-TestMin-20220927154653.xml 2022-09-27T15:47:09.4483383Z Generated XML report: test-reports/python-unittest/functorch.test.test_dims/TEST-TestMinFunctorchOnly-20220927154653.xml 2022-09-27T15:47:09.7482073Z Running /var/lib/jenkins/workspace/functorch/test/test_eager_transforms ... [2022-09-27 15:47:09.747647] 2022-09-27T15:47:09.7482946Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_eager_transforms.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:47:09.747745] 2022-09-27T15:47:13.0963300Z /var/lib/jenkins/workspace/functorch/test/test_eager_transforms.py:45: 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-09-27T15:47:13.0964191Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-09-27T15:47:13.1130566Z Test results will be stored in test-reports/python-unittest/functorch.test.test_eager_transforms 2022-09-27T15:47:13.1187569Z 2022-09-27T15:47:13.1187880Z Running tests... 2022-09-27T15:47:13.1188573Z ---------------------------------------------------------------------- 2022-09-27T15:47:13.1294255Z test_autograd_functional_jacfwd_inside_transform_cuda (__main__.TestComposabilityCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_vmap_internals.py:100: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_add_batch_dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:47:13.1295163Z arg if in_dim is None else torch._add_batch_dim(arg, in_dim, vmap_level) 2022-09-27T15:47:13.1400370Z ok (0.021s) 2022-09-27T15:47:13.1447468Z test_autograd_functional_jacrev_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-09-27T15:47:13.1494493Z test_autograd_functional_jvp_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-09-27T15:47:13.1540148Z test_autograd_functional_vjp_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-09-27T15:47:13.1579403Z test_grad_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-09-27T15:47:13.1611856Z test_grad_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-09-27T15:47:13.1633043Z test_grad_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.002s) 2022-09-27T15:47:13.1873034Z test_make_fx_jacrev_cuda (__main__.TestComposabilityCUDA) ... ok (0.024s) 2022-09-27T15:47:13.1928989Z test_make_fx_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.005s) 2022-09-27T15:47:13.1964426Z test_make_fx_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-09-27T15:47:13.2046963Z test_requires_grad_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.008s) 2022-09-27T15:47:13.2082342Z test_retain_grad_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-09-27T15:47:13.2111717Z test_vjp_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-09-27T15:47:13.2139839Z test_vjp_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-09-27T15:47:13.2165421Z test_vjp_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.002s) 2022-09-27T15:47:13.2185123Z test_vmap_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.002s) 2022-09-27T15:47:13.2226961Z test_vmap_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-09-27T15:47:13.2244118Z test_vmap_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.002s) 2022-09-27T15:47:13.6269674Z test_ensemble_regression_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.402s) 2022-09-27T15:47:13.6396697Z test_find_learning_rate_ensembling_dropout_layer__cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.013s) 2022-09-27T15:47:13.6517554Z test_find_learning_rate_ensembling_dropout_layer__cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.012s) 2022-09-27T15:47:13.6640951Z test_find_learning_rate_ensembling_dropout_layer__cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.012s) 2022-09-27T15:47:13.9559323Z test_lennard_jones_batched_jac_jac_jacfwd_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.292s) 2022-09-27T15:47:14.2319482Z test_lennard_jones_batched_jac_jac_jacrev_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.276s) 2022-09-27T15:47:15.8643167Z test_maml_omniglot_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (1.632s) 2022-09-27T15:47:15.8700825Z test_maml_regression_cuda (__main__.TestExamplesCorrectnessCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_eager_transforms.py:2619: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-09-27T15:47:15.8701964Z return torch.tensor(xs, dtype=torch.float, device=device), \ 2022-09-27T15:47:15.8922078Z ok (0.028s) 2022-09-27T15:47:15.8936256Z test_resnet18_per_sample_grads_cuda (__main__.TestExamplesCorrectnessCUDA) ... skip: test requires torchvision (0.001s) 2022-09-27T15:47:15.9767820Z test_update_batch_norm_originally_track_running_stats_False_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.083s) 2022-09-27T15:47:15.9978434Z test_update_batch_norm_originally_track_running_stats_True_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.021s) 2022-09-27T15:47:16.0010963Z test_functionalize_fake_tensors_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.003s) 2022-09-27T15:47:16.0094963Z test_functionalize_fx_multi_out_op_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.008s) 2022-09-27T15:47:16.0162970Z test_functionalize_fx_out_op_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.007s) 2022-09-27T15:47:16.0225269Z test_functionalize_fx_reapply_views_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.006s) 2022-09-27T15:47:16.0287454Z test_functionalize_fx_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.006s) 2022-09-27T15:47:16.0327088Z test_functionalize_fx_transpose_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-09-27T15:47:16.0362073Z test_functionalize_grad_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.003s) 2022-09-27T15:47:16.0394727Z test_functionalize_nonfunctional_output_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.003s) 2022-09-27T15:47:16.0436492Z test_functionalize_opt_tensor_list_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-09-27T15:47:16.0474496Z test_functionalize_optional_tensorlist1_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-09-27T15:47:16.0517702Z test_functionalize_optional_tensorlist2_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-09-27T15:47:16.0555152Z test_inplace_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-09-27T15:47:16.0576974Z test_linear_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.002s) 2022-09-27T15:47:16.0620834Z test_multioutput_inplace_slice_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-09-27T15:47:16.0658360Z test_multioutput_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-09-27T15:47:16.0714510Z test_resize_program_inputs_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.005s) 2022-09-27T15:47:16.0747021Z test_simple_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.003s) 2022-09-27T15:47:16.0771737Z test_vmap_functionalize_jvp_cuda (__main__.TestFunctionalizeCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_eager_transforms.py:3152: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:47:16.0772548Z y.add_(1) 2022-09-27T15:47:16.0782914Z ok (0.004s) 2022-09-27T15:47:16.0818387Z test_advanced_indexing_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.0851293Z test_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.0872455Z test_composed_with_autograd_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.0897734Z test_composite_complicated_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.0916102Z test_composite_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.0940362Z test_composite_two_ops_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.0955924Z test_conj_bit_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-09-27T15:47:16.0970803Z test_dtype_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-09-27T15:47:16.0992126Z test_escaped_wrappers_are_ignored_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1008038Z test_escaped_wrappers_are_marked_as_dead_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-09-27T15:47:16.1031411Z test_fn_with_kwargs_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1107399Z test_functional_init_cuda (__main__.TestGradTransformCUDA) ... ok (0.007s) 2022-09-27T15:47:16.1231032Z test_functional_init_with_buffers_cuda (__main__.TestGradTransformCUDA) ... ok (0.012s) 2022-09-27T15:47:16.1286095Z test_grad_aux_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.005s) 2022-09-27T15:47:16.1318519Z test_grad_aux_tensor_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.1341782Z test_grad_of_vjp_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1369967Z test_grad_of_vjp_of_grad_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.1433219Z test_grad_pytree_inputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.006s) 2022-09-27T15:47:16.1452648Z test_inplace_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1499538Z test_inplace_on_captures_cuda (__main__.TestGradTransformCUDA) ... ok (0.005s) 2022-09-27T15:47:16.1524688Z test_inplace_on_view_base_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1550280Z test_inplace_on_view_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1573075Z test_invalid_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1586809Z test_is_cuda_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-09-27T15:47:16.1619625Z test_negative_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.1641697Z test_nesting_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1682189Z test_no_grad_inside_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-09-27T15:47:16.1703202Z test_no_grad_mixed_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1738702Z test_no_grad_nested_complicated_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.1771979Z test_no_grad_nested_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.1791005Z test_no_grad_outside_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1813176Z test_no_grad_outside_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1842152Z test_no_grad_outside_vjp_fn_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.1868165Z test_no_grad_outside_vjp_only_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.1900598Z test_no_grad_value_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.1914027Z test_numel_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-09-27T15:47:16.1931216Z test_out_of_order_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1949255Z test_primitive_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.1963479Z test_shape_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-09-27T15:47:16.1978047Z test_tensor_ctor_inside_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-09-27T15:47:16.4227629Z test_tensor_print_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.225s) 2022-09-27T15:47:16.4325252Z test_tensor_print_grad_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.010s) 2022-09-27T15:47:16.6385874Z test_tensor_print_vmap_cuda (__main__.TestGradTransformCUDA) ... ok (0.206s) 2022-09-27T15:47:16.6506324Z test_tensor_print_vmap_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.012s) 2022-09-27T15:47:16.8605823Z test_tensor_print_vmap_vmap_cuda (__main__.TestGradTransformCUDA) ... ok (0.210s) 2022-09-27T15:47:16.8622473Z test_unrelated_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.8633899Z test_unrelated_hessian_cuda (__main__.TestGradTransformCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:47:16.8652843Z test_unrelated_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.8677376Z test_unrelated_vjp_multiple_inputs_outputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.8699372Z test_view_inplace_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.8729992Z test_views_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.8770712Z test_vjp_aux_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-09-27T15:47:16.8805844Z test_vjp_aux_tensor_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.8829017Z test_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.8853260Z test_vjp_of_grad_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.8897077Z test_vjp_outputs_can_any_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-09-27T15:47:16.8912531Z test_vjp_pytree_error_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-09-27T15:47:16.8941960Z test_vjp_pytree_input_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-09-27T15:47:16.8962526Z test_vjp_pytree_output_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.8974158Z test_vjp_two_outputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-09-27T15:47:16.8997313Z test_zero_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-09-27T15:47:16.9293151Z test_hessian_vectorize_correctness_multi_input_cuda (__main__.TestHessianCUDA) ... ok (0.029s) 2022-09-27T15:47:16.9420925Z test_hessian_vectorize_correctness_simple_cuda (__main__.TestHessianCUDA) ... ok (0.013s) 2022-09-27T15:47:16.9517355Z test_hessian_vectorize_correctness_unrelated_outputs_cuda (__main__.TestHessianCUDA) ... ok (0.010s) 2022-09-27T15:47:16.9591469Z test_jacfwd_different_levels_cuda (__main__.TestHessianCUDA) ... ok (0.007s) 2022-09-27T15:47:16.9633622Z test_against_reference_correctness_different_devices_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-09-27T15:47:16.9673291Z test_against_reference_correctness_different_devices_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-09-27T15:47:16.9711432Z test_against_reference_default_arg_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-09-27T15:47:16.9747872Z test_against_reference_default_arg_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-09-27T15:47:16.9813212Z test_against_reference_multi_input_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-09-27T15:47:16.9877767Z test_against_reference_multi_input_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-09-27T15:47:17.0082088Z test_against_reference_multi_input_multi_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.020s) 2022-09-27T15:47:17.0281956Z test_against_reference_multi_input_multi_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.020s) 2022-09-27T15:47:17.0383559Z test_against_reference_simple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-09-27T15:47:17.0483209Z test_against_reference_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-09-27T15:47:17.0553130Z test_against_reference_unrelated_outputs_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-09-27T15:47:17.0622502Z test_against_reference_unrelated_outputs_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-09-27T15:47:17.0731767Z test_against_reference_zero_dim_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.011s) 2022-09-27T15:47:17.0841083Z test_against_reference_zero_dim_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.011s) 2022-09-27T15:47:17.0866554Z test_argnums_defaults_to_zero_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.0890182Z test_argnums_defaults_to_zero_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.0925483Z test_argnums_effect_on_return_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-09-27T15:47:17.0958636Z test_argnums_effect_on_return_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-09-27T15:47:17.0983030Z test_argnums_tuple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.1006823Z test_argnums_tuple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.1063260Z test_aux_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-09-27T15:47:17.1102057Z test_aux_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-09-27T15:47:17.1128641Z test_aux_tensor_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-09-27T15:47:17.1156415Z test_diff_numel_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-09-27T15:47:17.1189868Z test_dimensionality_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-09-27T15:47:17.1223213Z test_dimensionality_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-09-27T15:47:17.1235108Z test_empty_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.1246141Z test_empty_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.1262257Z test_empty_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.1274239Z test_empty_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.1287601Z test_float_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.1300194Z test_float_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.1325994Z test_hessian_simple_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.1376250Z test_inplace_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-09-27T15:47:17.1426626Z test_inplace_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-09-27T15:47:17.1447603Z test_multiple_args_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.1467568Z test_multiple_args_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.1568204Z test_multiple_inputs_outputs_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-09-27T15:47:17.1662879Z test_multiple_inputs_outputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.009s) 2022-09-27T15:47:17.1700356Z test_multiple_inputs_outputs_pytree_multidim_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-09-27T15:47:17.1783906Z test_multiple_inputs_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.008s) 2022-09-27T15:47:17.1858976Z test_multiple_inputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-09-27T15:47:17.1907985Z test_multiple_outputs_multiple_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-09-27T15:47:17.1952364Z test_multiple_outputs_multiple_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-09-27T15:47:17.1993757Z test_multiple_outputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-09-27T15:47:17.2049480Z test_multiple_outputs_single_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-09-27T15:47:17.2099897Z test_multiple_outputs_single_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-09-27T15:47:17.2111133Z test_negative_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.2122169Z test_negative_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.2151208Z test_nested_jac_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-09-27T15:47:17.2161902Z test_out_of_bounds_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.2172660Z test_out_of_bounds_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.2233817Z test_outputs_can_any_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-09-27T15:47:17.2279289Z test_outputs_can_any_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-09-27T15:47:17.2290009Z test_repeated_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.2300847Z test_repeated_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-09-27T15:47:17.2319960Z test_simple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.2339399Z test_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.2359520Z test_simple_not_flat_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.2380011Z test_simple_not_flat_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.2408274Z test_unrelated_input_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-09-27T15:47:17.2436538Z test_unrelated_input_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-09-27T15:47:17.2458488Z test_unrelated_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.2479151Z test_unrelated_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.2501032Z test_vmap_on_jac_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-09-27T15:47:17.2515058Z test_autograd_function_disables_fwd_grad_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-09-27T15:47:17.2557504Z test_aux_pytree_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-09-27T15:47:17.2594121Z test_aux_tensor_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-09-27T15:47:17.2627320Z test_disable_fwd_grad_inside_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-09-27T15:47:17.2648491Z test_disable_fwd_grad_mixed_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-09-27T15:47:17.2666413Z test_disable_fwd_grad_outside_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-09-27T15:47:17.2677466Z test_enable_fwd_grad_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-09-27T15:47:17.2688358Z test_fwd_grad_enabled_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-09-27T15:47:17.2733666Z test_inplace_on_captures_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-09-27T15:47:17.2751958Z test_inputs_are_tuples_of_tensors_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-09-27T15:47:17.2786219Z test_jvp_inside_autograd_function_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-09-27T15:47:17.2811425Z test_multiple_inputs_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-09-27T15:47:17.2848841Z test_multiple_inputs_outputs_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-09-27T15:47:17.2880507Z test_multiple_outputs_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-09-27T15:47:17.2890646Z test_nonempty_primals_and_tangents_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-09-27T15:47:17.2929180Z test_outputs_can_any_pytree_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-09-27T15:47:17.2942082Z test_primals_tangents_length_mismatch_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-09-27T15:47:17.2970529Z test_pytree_inputs_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-09-27T15:47:17.2988211Z test_pytree_inputs_error_cases_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-09-27T15:47:17.3010935Z test_simple_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-09-27T15:47:17.3025105Z test_strict_mode_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-09-27T15:47:17.3048216Z test_unrelated_input_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-09-27T15:47:17.3070735Z test_unrelated_output_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-09-27T15:47:17.3097081Z test_zerotensor_vmapjvp_interaction_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-09-27T15:47:17.3137144Z test_buffer_tying (__main__.TestMakeFunctional) ... ok (0.004s) 2022-09-27T15:47:17.3160629Z test_combine_state_for_ensemble_error (__main__.TestMakeFunctional) ... ok (0.002s) 2022-09-27T15:47:17.3178667Z test_combine_state_for_ensemble_smoke (__main__.TestMakeFunctional) ... ok (0.002s) 2022-09-27T15:47:17.3278697Z test_correctness_mnist (__main__.TestMakeFunctional) ... /var/lib/jenkins/workspace/functorch/test/test_eager_transforms.py:2533: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:47:17.3279920Z return F.log_softmax(x) 2022-09-27T15:47:17.3314348Z ok (0.013s) 2022-09-27T15:47:17.3331641Z test_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.002s) 2022-09-27T15:47:17.3349052Z test_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.002s) 2022-09-27T15:47:17.3380835Z test_parameter_tying (__main__.TestMakeFunctional) ... ok (0.003s) 2022-09-27T15:47:17.3439264Z test_parameter_tying_ensemble (__main__.TestMakeFunctional) ... ok (0.006s) 2022-09-27T15:47:17.3483117Z test_parameter_tying_grad (__main__.TestMakeFunctional) ... ok (0.004s) 2022-09-27T15:47:17.3503955Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.002s) 2022-09-27T15:47:17.3524981Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.002s) 2022-09-27T15:47:17.3536298Z test_argnums_reorders (__main__.TestSliceArgnums) ... ok (0.001s) 2022-09-27T15:47:17.3545939Z test_duplicate_argnums (__main__.TestSliceArgnums) ... ok (0.001s) 2022-09-27T15:47:17.3556194Z test_flat_args_with_negative_int_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-09-27T15:47:17.3566584Z test_flat_args_with_positive_int_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-09-27T15:47:17.3578245Z test_flat_args_with_tuple_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-09-27T15:47:17.3589896Z test_invalid_argnum_type (__main__.TestSliceArgnums) ... ok (0.001s) 2022-09-27T15:47:17.3598210Z test_not_enough_argnums (__main__.TestSliceArgnums) ... ok (0.001s) 2022-09-27T15:47:17.3609618Z test_out_of_bounds_argnum_values (__main__.TestSliceArgnums) ... ok (0.001s) 2022-09-27T15:47:17.3623979Z test_pytree_args (__main__.TestSliceArgnums) ... ok (0.001s) 2022-09-27T15:47:17.3668132Z test_all_dual_base_inplace_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.004s) 2022-09-27T15:47:17.3717127Z test_all_dual_base_view_inplace_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.005s) 2022-09-27T15:47:17.3763971Z test_all_dual_no_view_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.005s) 2022-09-27T15:47:17.3794423Z test_right_dual_base_prop_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.003s) 2022-09-27T15:47:17.3836380Z test_right_dual_view_prop_cuda (__main__.TestVmapJvpInplaceViewCUDA) ... ok (0.004s) 2022-09-27T15:47:17.3862542Z test_log_softmax_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.002s) 2022-09-27T15:47:17.3884311Z test_new_empty_materializes_tensor_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.002s) 2022-09-27T15:47:17.3905375Z test_new_zeros_materializes_tensor_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.002s) 2022-09-27T15:47:17.4974373Z test_per_sample_grads_embeddingnet_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.107s) 2022-09-27T15:47:17.5295784Z test_per_sample_grads_inplace_view_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.032s) 2022-09-27T15:47:17.5696348Z test_per_sample_grads_simple_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.040s) 2022-09-27T15:47:17.5696651Z 2022-09-27T15:47:17.5697044Z ---------------------------------------------------------------------- 2022-09-27T15:47:17.5697389Z Ran 232 tests in 4.451s 2022-09-27T15:47:17.5697538Z 2022-09-27T15:47:17.5700574Z OK (skipped=2) 2022-09-27T15:47:17.5700843Z 2022-09-27T15:47:17.5701123Z Generating XML reports... 2022-09-27T15:47:17.5753848Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestComposabilityCUDA-20220927154713.xml 2022-09-27T15:47:17.5768492Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestExamplesCorrectnessCUDA-20220927154713.xml 2022-09-27T15:47:17.5788128Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestFunctionalizeCUDA-20220927154713.xml 2022-09-27T15:47:17.5849082Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestGradTransformCUDA-20220927154713.xml 2022-09-27T15:47:17.5854977Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestHessianCUDA-20220927154713.xml 2022-09-27T15:47:17.5917578Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestJacCUDA-20220927154713.xml 2022-09-27T15:47:17.5942383Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestJvpCUDA-20220927154713.xml 2022-09-27T15:47:17.5955687Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestMakeFunctional-20220927154713.xml 2022-09-27T15:47:17.5966530Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestSliceArgnums-20220927154713.xml 2022-09-27T15:47:17.5973717Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestVmapJvpInplaceViewCUDA-20220927154713.xml 2022-09-27T15:47:17.5984013Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestVmapOfGradCUDA-20220927154713.xml 2022-09-27T15:47:18.1691924Z Running /var/lib/jenkins/workspace/functorch/test/test_functionalize ... [2022-09-27 15:47:18.168663] 2022-09-27T15:47:18.1692771Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_functionalize.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:47:18.168739] 2022-09-27T15:47:22.1928273Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T15:47:22.1928950Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:22.1929832Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-09-27T15:47:22.1930449Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:22.1952759Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-09-27T15:47:22.1953373Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:22.1955125Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-09-27T15:47:22.1955722Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:22.1959298Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-09-27T15:47:22.1960040Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:22.1967898Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-09-27T15:47:22.1968650Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:22.2045627Z /var/lib/jenkins/workspace/functorch/test/test_pythonkey.py:45: 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-09-27T15:47:22.2046532Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-09-27T15:47:22.2832016Z Test results will be stored in test-reports/python-unittest/functorch.test.test_functionalize 2022-09-27T15:47:22.2852189Z 2022-09-27T15:47:22.2852432Z Running tests... 2022-09-27T15:47:22.2852889Z ---------------------------------------------------------------------- 2022-09-27T15:47:22.5366680Z test_compilation_for_dynamic_shape_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.251s) 2022-09-27T15:47:22.5528297Z test_global_cache_no_recompilations_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:47:23.4906522Z test_high_number_of_args_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.938s) 2022-09-27T15:47:23.5152560Z test_multiple_compiler_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-09-27T15:47:23.5153546Z warnings.warn( 2022-09-27T15:47:23.5385220Z ok (0.048s) 2022-09-27T15:47:23.6013295Z test_multiple_functions_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.063s) 2022-09-27T15:47:23.6456680Z test_recompilation_on_broadcast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.044s) 2022-09-27T15:47:23.7155546Z test_arg_none_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.070s) 2022-09-27T15:47:23.7377480Z test_custom_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.022s) 2022-09-27T15:47:23.7710236Z test_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.033s) 2022-09-27T15:47:23.8057826Z test_dict_with_static_arg_before_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.035s) 2022-09-27T15:47:23.8287249Z test_dropout_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.023s) 2022-09-27T15:47:23.8298984Z test_failure_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.001s) 2022-09-27T15:47:23.8555459Z test_if_condition_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.026s) 2022-09-27T15:47:23.8796008Z test_interleaved_static_args_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.024s) 2022-09-27T15:47:23.9019720Z test_simple_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.022s) 2022-09-27T15:47:23.9245232Z test_static_arg_before_tensor_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.022s) 2022-09-27T15:47:23.9571186Z test_tuple_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.032s) 2022-09-27T15:47:23.9840872Z test_tuple_static_args_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.027s) 2022-09-27T15:47:24.0166400Z test_tuple_with_first_arg_as_static_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.032s) 2022-09-27T15:47:24.6108526Z test_batch_norm_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.594s) 2022-09-27T15:47:24.6339280Z test_batchnorm_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.023s) 2022-09-27T15:47:24.6528884Z test_compilation_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.019s) 2022-09-27T15:47:24.6648302Z test_dupe_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.012s) 2022-09-27T15:47:24.6784337Z test_grad_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.014s) 2022-09-27T15:47:24.6944622Z test_inner_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:47:24.7222187Z test_list_codegen_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.028s) 2022-09-27T15:47:24.7508002Z test_module_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.028s) 2022-09-27T15:47:24.7657509Z test_multi_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.015s) 2022-09-27T15:47:24.7806406Z test_multi_output_list_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.015s) 2022-09-27T15:47:24.8546420Z test_no_grad_input_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.074s) 2022-09-27T15:47:24.8961308Z test_output_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.041s) 2022-09-27T15:47:24.9007683Z test_resize_input_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.005s) 2022-09-27T15:47:24.9116358Z test_single_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.011s) 2022-09-27T15:47:24.9125255Z test_autocast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test requires torchvision (0.001s) 2022-09-27T15:47:24.9271760Z test_contiguous_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.015s) 2022-09-27T15:47:24.9445338Z test_default_partitioner_getitem_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.017s) 2022-09-27T15:47:25.1981709Z test_meta_tensor_inplace_op_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.253s) 2022-09-27T15:47:25.2886051Z test_min_cut_partitioner_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.090s) 2022-09-27T15:47:25.2939955Z test_preserve_random_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.005s) 2022-09-27T15:47:25.3147326Z test_recompute_partitioning_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.021s) 2022-09-27T15:47:25.3148064Z 2022-09-27T15:47:25.3148718Z ---------------------------------------------------------------------- 2022-09-27T15:47:25.3149456Z Ran 40 tests in 3.030s 2022-09-27T15:47:25.3149816Z 2022-09-27T15:47:25.3150042Z OK (skipped=1) 2022-09-27T15:47:25.3150297Z 2022-09-27T15:47:25.3150434Z Generating XML reports... 2022-09-27T15:47:25.3200072Z Generated XML report: test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestCompileCache-20220927154722.xml 2022-09-27T15:47:25.3215000Z Generated XML report: test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestCompileCacheStaticArgs-20220927154722.xml 2022-09-27T15:47:25.3231563Z Generated XML report: test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestAOTAutograd-20220927154722.xml 2022-09-27T15:47:25.3241362Z Generated XML report: test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestPartitioning-20220927154722.xml 2022-09-27T15:47:25.9033609Z Running /var/lib/jenkins/workspace/functorch/test/test_memory_efficient_fusion ... [2022-09-27 15:47:25.902794] 2022-09-27T15:47:25.9034681Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_memory_efficient_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:47:25.902872] 2022-09-27T15:47:27.7333055Z Test results will be stored in test-reports/python-unittest/functorch.test.test_memory_efficient_fusion 2022-09-27T15:47:27.7351772Z 2022-09-27T15:47:27.7352145Z Running tests... 2022-09-27T15:47:27.7353068Z ---------------------------------------------------------------------- 2022-09-27T15:47:29.2272403Z test_empty (__main__.NoChangeTestCase) ... ok (1.492s) 2022-09-27T15:47:29.2332803Z test_nochange (__main__.NoChangeTestCase) ... ok (0.006s) 2022-09-27T15:47:29.2384368Z test_rand_like (__main__.NoChangeTestCase) ... ok (0.005s) 2022-09-27T15:47:29.2435207Z test_rand_n (__main__.NoChangeTestCase) ... ok (0.005s) 2022-09-27T15:47:29.3220459Z test_random (__main__.RandomOpTestCase) ... ok (0.078s) 2022-09-27T15:47:29.3310591Z test_immutable_list_multiple_entries (__main__.ReduceTestCase) ... ok (0.009s) 2022-09-27T15:47:29.3383823Z test_immutable_list_type (__main__.ReduceTestCase) ... ok (0.007s) 2022-09-27T15:47:29.3436990Z test_kwarg (__main__.ReduceTestCase) ... ok (0.005s) 2022-09-27T15:47:29.3488893Z test_nested_immutable_list_type (__main__.ReduceTestCase) ... ok (0.005s) 2022-09-27T15:47:29.3547015Z test_simple (__main__.ReduceTestCase) ... ok (0.006s) 2022-09-27T15:47:29.3617793Z test_simple_2 (__main__.ReduceTestCase) ... ok (0.007s) 2022-09-27T15:47:29.3682177Z test_simple_multiple_same_ops (__main__.ReduceTestCase) ... ok (0.006s) 2022-09-27T15:47:29.3755065Z test_two_args (__main__.ReduceTestCase) ... ok (0.007s) 2022-09-27T15:47:29.3825666Z test_two_args_default (__main__.ReduceTestCase) ... ok (0.007s) 2022-09-27T15:47:29.5288269Z test_gelu_bias (__main__.TestMemoryEfficientOpAuthoring) ... /opt/conda/lib/python3.10/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T15:47:29.5290084Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T15:47:30.5854683Z ok (1.203s) 2022-09-27T15:47:31.2772170Z test_hard_sigmoid (__main__.TestMemoryEfficientOpAuthoring) ... ok (0.692s) 2022-09-27T15:47:32.2904188Z test_hard_swish (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.013s) 2022-09-27T15:47:34.3279866Z test_layer_norm (__main__.TestMemoryEfficientOpAuthoring) ... ok (2.037s) 2022-09-27T15:47:35.6281754Z test_mish (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.300s) 2022-09-27T15:47:37.3862449Z test_rmsnorm (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.758s) 2022-09-27T15:47:38.0760150Z test_swish (__main__.TestMemoryEfficientOpAuthoring) ... ok (0.690s) 2022-09-27T15:47:38.0760824Z 2022-09-27T15:47:38.0761528Z ---------------------------------------------------------------------- 2022-09-27T15:47:38.0761907Z Ran 21 tests in 10.341s 2022-09-27T15:47:38.0762055Z 2022-09-27T15:47:38.0762151Z OK 2022-09-27T15:47:38.0762287Z 2022-09-27T15:47:38.0762397Z Generating XML reports... 2022-09-27T15:47:38.0803743Z Generated XML report: test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-NoChangeTestCase-20220927154727.xml 2022-09-27T15:47:38.0806887Z Generated XML report: test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-RandomOpTestCase-20220927154727.xml 2022-09-27T15:47:38.0817260Z Generated XML report: test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-ReduceTestCase-20220927154727.xml 2022-09-27T15:47:38.0827733Z Generated XML report: test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-TestMemoryEfficientOpAuthoring-20220927154727.xml 2022-09-27T15:47:38.4866228Z Running /var/lib/jenkins/workspace/functorch/test/test_minifier ... [2022-09-27 15:47:38.486133] 2022-09-27T15:47:38.4867007Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:47:38.486211] 2022-09-27T15:47:40.3042480Z Test results will be stored in test-reports/python-unittest/functorch.test.test_minifier 2022-09-27T15:47:40.3057893Z 2022-09-27T15:47:40.3058050Z Running tests... 2022-09-27T15:47:40.3059120Z ---------------------------------------------------------------------- 2022-09-27T15:47:41.8139918Z test_has_add_mul (__main__.TestMinifier) ... Started off with 9 nodes 2022-09-27T15:47:41.8147458Z 2022-09-27T15:47:41.8147997Z # Working Repro with 9 nodes 2022-09-27T15:47:41.8148942Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.8149794Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.8150399Z 2022-09-27T15:47:41.8150430Z 2022-09-27T15:47:41.8150461Z 2022-09-27T15:47:41.8150697Z def forward(self, x_1): 2022-09-27T15:47:41.8151337Z mul = torch.ops.aten.mul.Tensor(x_1, 3); x_1 = None 2022-09-27T15:47:41.8152094Z add = torch.ops.aten.add.Tensor(mul, 5); mul = None 2022-09-27T15:47:41.8152793Z cos = torch.ops.aten.cos.default(add); add = None 2022-09-27T15:47:41.8153575Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-09-27T15:47:41.8154328Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-09-27T15:47:41.8155172Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-09-27T15:47:41.8155863Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-09-27T15:47:41.8156445Z return (mul_1,) 2022-09-27T15:47:41.8156885Z 2022-09-27T15:47:41.8157643Z 2022-09-27T15:47:41.8157902Z Trying granularity 8 2022-09-27T15:47:41.8158240Z 2022-09-27T15:47:41.8158571Z Strategy: Eliminate dead code (G: 8) (9 nodes, 1 inputs) 2022-09-27T15:47:41.8165684Z FAIL: Eliminate dead code 2022-09-27T15:47:41.8166047Z 2022-09-27T15:47:41.8166377Z Strategy: Remove unused inputs (G: 8) (9 nodes, 1 inputs) 2022-09-27T15:47:41.8178414Z FAIL: Remove unused inputs 2022-09-27T15:47:41.8178786Z 2022-09-27T15:47:41.8179105Z Strategy: Truncate suffix (G: 8) (9 nodes, 1 inputs) 2022-09-27T15:47:41.8191974Z FAIL: Truncate suffix 2022-09-27T15:47:41.8192360Z 2022-09-27T15:47:41.8192665Z Strategy: Delta Debugging (G: 8) (9 nodes, 1 inputs) 2022-09-27T15:47:41.8230763Z FAIL: Delta Debugging 2022-09-27T15:47:41.8231297Z Trying granularity 4 2022-09-27T15:47:41.8231624Z 2022-09-27T15:47:41.8231933Z Strategy: Truncate suffix (G: 4) (9 nodes, 1 inputs) 2022-09-27T15:47:41.8255212Z FAIL: Truncate suffix 2022-09-27T15:47:41.8255667Z 2022-09-27T15:47:41.8256058Z Strategy: Delta Debugging (G: 4) (9 nodes, 1 inputs) 2022-09-27T15:47:41.8289703Z SUCCESS: Went from 9 to 6 nodes 2022-09-27T15:47:41.8305331Z 2022-09-27T15:47:41.8348025Z # Working Repro with 6 nodes 2022-09-27T15:47:41.8348976Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.8349833Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.8350208Z 2022-09-27T15:47:41.8350230Z 2022-09-27T15:47:41.8350268Z 2022-09-27T15:47:41.8350494Z def forward(self, cos): 2022-09-27T15:47:41.8350916Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-09-27T15:47:41.8351267Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-09-27T15:47:41.8351581Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-09-27T15:47:41.8351929Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-09-27T15:47:41.8352210Z return (mul_1,) 2022-09-27T15:47:41.8352413Z 2022-09-27T15:47:41.8352541Z 2022-09-27T15:47:41.8352647Z Trying granularity 4 2022-09-27T15:47:41.8352801Z 2022-09-27T15:47:41.8352979Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:47:41.8353274Z FAIL: Eliminate dead code 2022-09-27T15:47:41.8353425Z 2022-09-27T15:47:41.8353581Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:47:41.8353874Z FAIL: Remove unused inputs 2022-09-27T15:47:41.8354041Z 2022-09-27T15:47:41.8354187Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:47:41.8354449Z FAIL: Truncate suffix 2022-09-27T15:47:41.8354792Z 2022-09-27T15:47:41.8354940Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:47:41.8375072Z FAIL: Delta Debugging 2022-09-27T15:47:41.8375320Z Trying granularity 2 2022-09-27T15:47:41.8375500Z 2022-09-27T15:47:41.8376207Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-09-27T15:47:41.8391492Z SUCCESS: Went from 6 to 4 nodes 2022-09-27T15:47:41.8405080Z 2022-09-27T15:47:41.8405333Z # Working Repro with 4 nodes 2022-09-27T15:47:41.8405841Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.8406257Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.8406545Z 2022-09-27T15:47:41.8406558Z 2022-09-27T15:47:41.8406573Z 2022-09-27T15:47:41.8406697Z def forward(self, cos): 2022-09-27T15:47:41.8407038Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-09-27T15:47:41.8407420Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-09-27T15:47:41.8407706Z return (div,) 2022-09-27T15:47:41.8407935Z 2022-09-27T15:47:41.8408074Z 2022-09-27T15:47:41.8408194Z Trying granularity 4 2022-09-27T15:47:41.8408340Z 2022-09-27T15:47:41.8408510Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:47:41.8412019Z FAIL: Eliminate dead code 2022-09-27T15:47:41.8412361Z 2022-09-27T15:47:41.8412665Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:47:41.8419149Z FAIL: Remove unused inputs 2022-09-27T15:47:41.8419444Z 2022-09-27T15:47:41.8419837Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:47:41.8427728Z FAIL: Truncate suffix 2022-09-27T15:47:41.8427917Z 2022-09-27T15:47:41.8428087Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:47:41.8446064Z FAIL: Delta Debugging 2022-09-27T15:47:41.8446477Z Trying granularity 2 2022-09-27T15:47:41.8446797Z 2022-09-27T15:47:41.8447042Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-09-27T15:47:41.8454543Z FAIL: Truncate suffix 2022-09-27T15:47:41.8454853Z 2022-09-27T15:47:41.8455119Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-09-27T15:47:41.8481296Z SUCCESS: Went from 4 to 3 nodes 2022-09-27T15:47:41.8491154Z 2022-09-27T15:47:41.8491755Z # Working Repro with 3 nodes 2022-09-27T15:47:41.8492691Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.8493370Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.8493664Z 2022-09-27T15:47:41.8493683Z 2022-09-27T15:47:41.8493701Z 2022-09-27T15:47:41.8493977Z def forward(self, sub): 2022-09-27T15:47:41.8494307Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-09-27T15:47:41.8494618Z return (div,) 2022-09-27T15:47:41.8494858Z 2022-09-27T15:47:41.8494996Z 2022-09-27T15:47:41.8495111Z Trying granularity 2 2022-09-27T15:47:41.8495280Z 2022-09-27T15:47:41.8495431Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:47:41.8497875Z FAIL: Eliminate dead code 2022-09-27T15:47:41.8498209Z 2022-09-27T15:47:41.8498536Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:47:41.8503455Z FAIL: Remove unused inputs 2022-09-27T15:47:41.8503692Z 2022-09-27T15:47:41.8503968Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:47:41.8509941Z FAIL: Truncate suffix 2022-09-27T15:47:41.8510109Z 2022-09-27T15:47:41.8510325Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:47:41.8531462Z FAIL: Delta Debugging 2022-09-27T15:47:41.8531730Z Trying granularity 1 2022-09-27T15:47:41.8531904Z 2022-09-27T15:47:41.8532055Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:47:41.8538812Z FAIL: Truncate suffix 2022-09-27T15:47:41.8538993Z 2022-09-27T15:47:41.8539343Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:47:41.8565418Z FAIL: Delta Debugging 2022-09-27T15:47:41.8565591Z 2022-09-27T15:47:41.8565872Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:47:41.8571054Z FAIL: Remove outputs 2022-09-27T15:47:41.8577531Z Made 15 queries 2022-09-27T15:47:41.8581624Z 2022-09-27T15:47:41.8581981Z # Working Repro with 3 nodes 2022-09-27T15:47:41.8582787Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.8583701Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.8584214Z 2022-09-27T15:47:41.8584241Z 2022-09-27T15:47:41.8584267Z 2022-09-27T15:47:41.8584410Z def forward(self, sub): 2022-09-27T15:47:41.8584737Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-09-27T15:47:41.8585036Z return (div,) 2022-09-27T15:47:41.8585244Z 2022-09-27T15:47:41.8585376Z 2022-09-27T15:47:41.8585517Z Wrote minimal repro out to repro.py 2022-09-27T15:47:41.8585972Z ok (1.553s) 2022-09-27T15:47:41.8645314Z test_has_mul_minifier (__main__.TestMinifier) ... Started off with 7 nodes 2022-09-27T15:47:41.8650902Z 2022-09-27T15:47:41.8651355Z # Working Repro with 7 nodes 2022-09-27T15:47:41.8652244Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.8653321Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.8653811Z 2022-09-27T15:47:41.8653831Z 2022-09-27T15:47:41.8653849Z 2022-09-27T15:47:41.8653964Z def forward(self, x_1, y_1): 2022-09-27T15:47:41.8654293Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-09-27T15:47:41.8654657Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-09-27T15:47:41.8655034Z mul = torch.ops.aten.mul.Tensor(add, div); add = None 2022-09-27T15:47:41.8655416Z add_1 = torch.ops.aten.add.Tensor(mul, div); mul = div = None 2022-09-27T15:47:41.8655728Z return add_1 2022-09-27T15:47:41.8655960Z 2022-09-27T15:47:41.8656078Z 2022-09-27T15:47:41.8656198Z Trying granularity 4 2022-09-27T15:47:41.8656363Z 2022-09-27T15:47:41.8656530Z Strategy: Eliminate dead code (G: 4) (7 nodes, 2 inputs) 2022-09-27T15:47:41.8661364Z FAIL: Eliminate dead code 2022-09-27T15:47:41.8661688Z 2022-09-27T15:47:41.8662023Z Strategy: Remove unused inputs (G: 4) (7 nodes, 2 inputs) 2022-09-27T15:47:41.8669230Z FAIL: Remove unused inputs 2022-09-27T15:47:41.8669576Z 2022-09-27T15:47:41.8669919Z Strategy: Truncate suffix (G: 4) (7 nodes, 2 inputs) 2022-09-27T15:47:41.8687450Z SUCCESS: Went from 7 to 6 nodes 2022-09-27T15:47:41.8700293Z 2022-09-27T15:47:41.8700715Z # Working Repro with 6 nodes 2022-09-27T15:47:41.8701871Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.8702579Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.8702851Z 2022-09-27T15:47:41.8702869Z 2022-09-27T15:47:41.8702887Z 2022-09-27T15:47:41.8703002Z def forward(self, x_1, y_1): 2022-09-27T15:47:41.8703305Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-09-27T15:47:41.8703656Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-09-27T15:47:41.8704021Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-09-27T15:47:41.8704340Z return (mul,) 2022-09-27T15:47:41.8704548Z 2022-09-27T15:47:41.8704684Z 2022-09-27T15:47:41.8704798Z Trying granularity 4 2022-09-27T15:47:41.8704964Z 2022-09-27T15:47:41.8705124Z Strategy: Eliminate dead code (G: 4) (6 nodes, 2 inputs) 2022-09-27T15:47:41.8708832Z FAIL: Eliminate dead code 2022-09-27T15:47:41.8709011Z 2022-09-27T15:47:41.8709341Z Strategy: Remove unused inputs (G: 4) (6 nodes, 2 inputs) 2022-09-27T15:47:41.8716329Z FAIL: Remove unused inputs 2022-09-27T15:47:41.8716628Z 2022-09-27T15:47:41.8716923Z Strategy: Truncate suffix (G: 4) (6 nodes, 2 inputs) 2022-09-27T15:47:41.8726969Z FAIL: Truncate suffix 2022-09-27T15:47:41.8727286Z 2022-09-27T15:47:41.8727510Z Strategy: Delta Debugging (G: 4) (6 nodes, 2 inputs) 2022-09-27T15:47:41.8750609Z SUCCESS: Went from 6 to 4 nodes 2022-09-27T15:47:41.8760259Z 2022-09-27T15:47:41.8760935Z # Working Repro with 4 nodes 2022-09-27T15:47:41.8762032Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.8762637Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.8762919Z 2022-09-27T15:47:41.8762938Z 2022-09-27T15:47:41.8762973Z 2022-09-27T15:47:41.8763106Z def forward(self, div, add): 2022-09-27T15:47:41.8763432Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-09-27T15:47:41.8763745Z return (mul,) 2022-09-27T15:47:41.8763977Z 2022-09-27T15:47:41.8764116Z 2022-09-27T15:47:41.8764215Z Trying granularity 4 2022-09-27T15:47:41.8764381Z 2022-09-27T15:47:41.8764551Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.8767657Z FAIL: Eliminate dead code 2022-09-27T15:47:41.8767863Z 2022-09-27T15:47:41.8768181Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.8773781Z FAIL: Remove unused inputs 2022-09-27T15:47:41.8774188Z 2022-09-27T15:47:41.8774552Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.8781271Z FAIL: Truncate suffix 2022-09-27T15:47:41.8781639Z 2022-09-27T15:47:41.8781992Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.8799145Z FAIL: Delta Debugging 2022-09-27T15:47:41.8799709Z Trying granularity 2 2022-09-27T15:47:41.8800078Z 2022-09-27T15:47:41.8800371Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-09-27T15:47:41.8807109Z FAIL: Truncate suffix 2022-09-27T15:47:41.8807496Z 2022-09-27T15:47:41.8807849Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-09-27T15:47:41.8830032Z FAIL: Delta Debugging 2022-09-27T15:47:41.8830576Z Trying granularity 1 2022-09-27T15:47:41.8830936Z 2022-09-27T15:47:41.8831242Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:47:41.8837684Z FAIL: Truncate suffix 2022-09-27T15:47:41.8838039Z 2022-09-27T15:47:41.8838374Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:47:41.8871118Z FAIL: Delta Debugging 2022-09-27T15:47:41.8871410Z 2022-09-27T15:47:41.8871640Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:47:41.8877165Z FAIL: Remove outputs 2022-09-27T15:47:41.8883972Z Made 9 queries 2022-09-27T15:47:41.8888279Z 2022-09-27T15:47:41.8888586Z # Working Repro with 4 nodes 2022-09-27T15:47:41.8889586Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.8890853Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.8891165Z 2022-09-27T15:47:41.8891184Z 2022-09-27T15:47:41.8891202Z 2022-09-27T15:47:41.8891332Z def forward(self, div, add): 2022-09-27T15:47:41.8891678Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-09-27T15:47:41.8891974Z return (mul,) 2022-09-27T15:47:41.8892210Z 2022-09-27T15:47:41.8892349Z 2022-09-27T15:47:41.8892490Z Wrote minimal repro out to repro.py 2022-09-27T15:47:41.8892757Z ok (0.030s) 2022-09-27T15:47:41.8947077Z test_input_returned (__main__.TestMinifier) ... Started off with 7 nodes 2022-09-27T15:47:41.8953029Z 2022-09-27T15:47:41.8953411Z # Working Repro with 7 nodes 2022-09-27T15:47:41.8954535Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.8955631Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.8956289Z 2022-09-27T15:47:41.8956317Z 2022-09-27T15:47:41.8956358Z 2022-09-27T15:47:41.8956574Z def forward(self, a_1, b_1, c_1): 2022-09-27T15:47:41.8956937Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-09-27T15:47:41.8957567Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-09-27T15:47:41.8957906Z mul = torch.ops.aten.mul.Tensor(sin, cos) 2022-09-27T15:47:41.8958217Z return (sin, b_1, cos, mul) 2022-09-27T15:47:41.8958602Z 2022-09-27T15:47:41.8958740Z 2022-09-27T15:47:41.8958840Z Trying granularity 4 2022-09-27T15:47:41.8959008Z 2022-09-27T15:47:41.8959169Z Strategy: Remove outputs (G: 4) (7 nodes, 3 inputs) 2022-09-27T15:47:41.8980293Z SUCCESS: Went from 4 to 2 outputs 2022-09-27T15:47:41.8992701Z 2022-09-27T15:47:41.8993136Z # Working Repro with 7 nodes 2022-09-27T15:47:41.8994337Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.8995234Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.8995531Z 2022-09-27T15:47:41.8995545Z 2022-09-27T15:47:41.8995559Z 2022-09-27T15:47:41.8995694Z def forward(self, a_1, b_1, c_1): 2022-09-27T15:47:41.8995997Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-09-27T15:47:41.8996360Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-09-27T15:47:41.8996730Z mul = torch.ops.aten.mul.Tensor(sin, cos); cos = None 2022-09-27T15:47:41.8997026Z return [b_1, sin] 2022-09-27T15:47:41.8997559Z 2022-09-27T15:47:41.8997701Z 2022-09-27T15:47:41.8997822Z Trying granularity 4 2022-09-27T15:47:41.8997991Z 2022-09-27T15:47:41.8998162Z Strategy: Eliminate dead code (G: 4) (7 nodes, 3 inputs) 2022-09-27T15:47:41.9009624Z SUCCESS: Went from 7 to 5 nodes 2022-09-27T15:47:41.9020145Z 2022-09-27T15:47:41.9020554Z # Working Repro with 5 nodes 2022-09-27T15:47:41.9021684Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9022781Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9023079Z 2022-09-27T15:47:41.9023098Z 2022-09-27T15:47:41.9023116Z 2022-09-27T15:47:41.9023232Z def forward(self, a_1, b_1, c_1): 2022-09-27T15:47:41.9023565Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-09-27T15:47:41.9023878Z return [b_1, sin] 2022-09-27T15:47:41.9024094Z 2022-09-27T15:47:41.9024235Z 2022-09-27T15:47:41.9024353Z Trying granularity 4 2022-09-27T15:47:41.9024518Z 2022-09-27T15:47:41.9024688Z Strategy: Eliminate dead code (G: 4) (5 nodes, 3 inputs) 2022-09-27T15:47:41.9029570Z FAIL: Eliminate dead code 2022-09-27T15:47:41.9029971Z 2022-09-27T15:47:41.9030309Z Strategy: Remove unused inputs (G: 4) (5 nodes, 3 inputs) 2022-09-27T15:47:41.9042614Z SUCCESS: Went from 5 to 4 nodes 2022-09-27T15:47:41.9052921Z 2022-09-27T15:47:41.9053541Z # Working Repro with 4 nodes 2022-09-27T15:47:41.9054608Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9055293Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9055587Z 2022-09-27T15:47:41.9055605Z 2022-09-27T15:47:41.9055623Z 2022-09-27T15:47:41.9055755Z def forward(self, a_1, b_1): 2022-09-27T15:47:41.9056088Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-09-27T15:47:41.9056394Z return [b_1, sin] 2022-09-27T15:47:41.9056612Z 2022-09-27T15:47:41.9056748Z 2022-09-27T15:47:41.9056868Z Trying granularity 4 2022-09-27T15:47:41.9057033Z 2022-09-27T15:47:41.9057202Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9060406Z FAIL: Eliminate dead code 2022-09-27T15:47:41.9060733Z 2022-09-27T15:47:41.9061004Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9066871Z FAIL: Remove unused inputs 2022-09-27T15:47:41.9067094Z 2022-09-27T15:47:41.9067393Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9074557Z FAIL: Truncate suffix 2022-09-27T15:47:41.9074867Z 2022-09-27T15:47:41.9075141Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9094388Z SUCCESS: Went from 4 to 3 nodes 2022-09-27T15:47:41.9102783Z 2022-09-27T15:47:41.9103096Z # Working Repro with 3 nodes 2022-09-27T15:47:41.9103839Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9105025Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9105331Z 2022-09-27T15:47:41.9105347Z 2022-09-27T15:47:41.9105366Z 2022-09-27T15:47:41.9105497Z def forward(self, b_1, sin): 2022-09-27T15:47:41.9105764Z return [b_1, sin] 2022-09-27T15:47:41.9105983Z 2022-09-27T15:47:41.9106121Z 2022-09-27T15:47:41.9106240Z Trying granularity 2 2022-09-27T15:47:41.9106406Z 2022-09-27T15:47:41.9106571Z Strategy: Remove outputs (G: 2) (3 nodes, 2 inputs) 2022-09-27T15:47:41.9114319Z SUCCESS: Went from 2 to 1 outputs 2022-09-27T15:47:41.9123503Z 2022-09-27T15:47:41.9123807Z # Working Repro with 3 nodes 2022-09-27T15:47:41.9124437Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9125498Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9125860Z 2022-09-27T15:47:41.9125878Z 2022-09-27T15:47:41.9125896Z 2022-09-27T15:47:41.9126028Z def forward(self, b_1, sin): 2022-09-27T15:47:41.9126275Z return [sin] 2022-09-27T15:47:41.9126508Z 2022-09-27T15:47:41.9126646Z 2022-09-27T15:47:41.9126764Z Trying granularity 2 2022-09-27T15:47:41.9126928Z 2022-09-27T15:47:41.9127078Z Strategy: Eliminate dead code (G: 2) (3 nodes, 2 inputs) 2022-09-27T15:47:41.9130375Z FAIL: Eliminate dead code 2022-09-27T15:47:41.9130577Z 2022-09-27T15:47:41.9130758Z Strategy: Remove unused inputs (G: 2) (3 nodes, 2 inputs) 2022-09-27T15:47:41.9147415Z SUCCESS: Went from 3 to 2 nodes 2022-09-27T15:47:41.9155174Z 2022-09-27T15:47:41.9155432Z # Working Repro with 2 nodes 2022-09-27T15:47:41.9155979Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9156899Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9157791Z 2022-09-27T15:47:41.9157821Z 2022-09-27T15:47:41.9157839Z 2022-09-27T15:47:41.9158108Z def forward(self, sin): 2022-09-27T15:47:41.9158466Z return [sin] 2022-09-27T15:47:41.9158742Z 2022-09-27T15:47:41.9158880Z 2022-09-27T15:47:41.9158999Z Trying granularity 2 2022-09-27T15:47:41.9159188Z 2022-09-27T15:47:41.9159317Z Strategy: Eliminate dead code (G: 2) (2 nodes, 1 inputs) 2022-09-27T15:47:41.9162166Z FAIL: Eliminate dead code 2022-09-27T15:47:41.9162483Z 2022-09-27T15:47:41.9162753Z Strategy: Remove unused inputs (G: 2) (2 nodes, 1 inputs) 2022-09-27T15:47:41.9166889Z FAIL: Remove unused inputs 2022-09-27T15:47:41.9167231Z 2022-09-27T15:47:41.9167482Z Strategy: Truncate suffix (G: 2) (2 nodes, 1 inputs) 2022-09-27T15:47:41.9172336Z FAIL: Truncate suffix 2022-09-27T15:47:41.9172515Z 2022-09-27T15:47:41.9172806Z Strategy: Delta Debugging (G: 2) (2 nodes, 1 inputs) 2022-09-27T15:47:41.9180864Z FAIL: Delta Debugging 2022-09-27T15:47:41.9181218Z Trying granularity 1 2022-09-27T15:47:41.9181531Z 2022-09-27T15:47:41.9181702Z Strategy: Truncate suffix (G: 1) (2 nodes, 1 inputs) 2022-09-27T15:47:41.9186892Z FAIL: Truncate suffix 2022-09-27T15:47:41.9187069Z 2022-09-27T15:47:41.9187247Z Strategy: Delta Debugging (G: 1) (2 nodes, 1 inputs) 2022-09-27T15:47:41.9201203Z FAIL: Delta Debugging 2022-09-27T15:47:41.9201378Z 2022-09-27T15:47:41.9201544Z Strategy: Remove outputs (G: 1) (2 nodes, 1 inputs) 2022-09-27T15:47:41.9206337Z FAIL: Remove outputs 2022-09-27T15:47:41.9211280Z Made 15 queries 2022-09-27T15:47:41.9214802Z 2022-09-27T15:47:41.9215217Z # Working Repro with 2 nodes 2022-09-27T15:47:41.9215820Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9216612Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9217102Z 2022-09-27T15:47:41.9217125Z 2022-09-27T15:47:41.9217141Z 2022-09-27T15:47:41.9217271Z def forward(self, sin): 2022-09-27T15:47:41.9217512Z return [sin] 2022-09-27T15:47:41.9217870Z 2022-09-27T15:47:41.9218006Z 2022-09-27T15:47:41.9218153Z Wrote minimal repro out to repro.py 2022-09-27T15:47:41.9218430Z ok (0.033s) 2022-09-27T15:47:41.9262434Z test_module (__main__.TestMinifier) ... Started off with 6 nodes 2022-09-27T15:47:41.9267554Z 2022-09-27T15:47:41.9267902Z # Working Repro with 6 nodes 2022-09-27T15:47:41.9268688Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9269626Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9270167Z 2022-09-27T15:47:41.9270217Z 2022-09-27T15:47:41.9270237Z 2022-09-27T15:47:41.9270346Z def forward(self, x): 2022-09-27T15:47:41.9270627Z relu = self.relu(x); x = None 2022-09-27T15:47:41.9270976Z sub = relu - relu; relu = None 2022-09-27T15:47:41.9271248Z truediv = sub / sub; sub = None 2022-09-27T15:47:41.9271539Z add = truediv + 3; truediv = None 2022-09-27T15:47:41.9271808Z return add 2022-09-27T15:47:41.9272022Z 2022-09-27T15:47:41.9272159Z 2022-09-27T15:47:41.9272277Z Trying granularity 4 2022-09-27T15:47:41.9272442Z 2022-09-27T15:47:41.9272610Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:47:41.9277122Z FAIL: Eliminate dead code 2022-09-27T15:47:41.9277426Z 2022-09-27T15:47:41.9277871Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:47:41.9286116Z FAIL: Remove unused inputs 2022-09-27T15:47:41.9286354Z 2022-09-27T15:47:41.9286643Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:47:41.9295461Z FAIL: Truncate suffix 2022-09-27T15:47:41.9295620Z 2022-09-27T15:47:41.9295899Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:47:41.9332160Z FAIL: Delta Debugging 2022-09-27T15:47:41.9332630Z Trying granularity 2 2022-09-27T15:47:41.9332806Z 2022-09-27T15:47:41.9332947Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-09-27T15:47:41.9348653Z FAIL: Truncate suffix 2022-09-27T15:47:41.9348832Z 2022-09-27T15:47:41.9349002Z Strategy: Delta Debugging (G: 2) (6 nodes, 1 inputs) 2022-09-27T15:47:41.9374177Z SUCCESS: Went from 6 to 5 nodes 2022-09-27T15:47:41.9386071Z 2022-09-27T15:47:41.9386473Z # Working Repro with 5 nodes 2022-09-27T15:47:41.9386999Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9387453Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9387753Z 2022-09-27T15:47:41.9387770Z 2022-09-27T15:47:41.9387789Z 2022-09-27T15:47:41.9387919Z def forward(self, relu): 2022-09-27T15:47:41.9388397Z sub = relu - relu; relu = None 2022-09-27T15:47:41.9388711Z truediv = sub / sub; sub = None 2022-09-27T15:47:41.9389006Z add = truediv + 3; truediv = None 2022-09-27T15:47:41.9389255Z return add 2022-09-27T15:47:41.9389483Z 2022-09-27T15:47:41.9389619Z 2022-09-27T15:47:41.9389738Z Trying granularity 4 2022-09-27T15:47:41.9389905Z 2022-09-27T15:47:41.9390057Z Strategy: Eliminate dead code (G: 4) (5 nodes, 1 inputs) 2022-09-27T15:47:41.9395028Z FAIL: Eliminate dead code 2022-09-27T15:47:41.9395232Z 2022-09-27T15:47:41.9395393Z Strategy: Remove unused inputs (G: 4) (5 nodes, 1 inputs) 2022-09-27T15:47:41.9402448Z FAIL: Remove unused inputs 2022-09-27T15:47:41.9402629Z 2022-09-27T15:47:41.9402768Z Strategy: Truncate suffix (G: 4) (5 nodes, 1 inputs) 2022-09-27T15:47:41.9410473Z FAIL: Truncate suffix 2022-09-27T15:47:41.9410865Z 2022-09-27T15:47:41.9411211Z Strategy: Delta Debugging (G: 4) (5 nodes, 1 inputs) 2022-09-27T15:47:41.9435490Z FAIL: Delta Debugging 2022-09-27T15:47:41.9436068Z Trying granularity 2 2022-09-27T15:47:41.9436431Z 2022-09-27T15:47:41.9436709Z Strategy: Truncate suffix (G: 2) (5 nodes, 1 inputs) 2022-09-27T15:47:41.9452104Z SUCCESS: Went from 5 to 4 nodes 2022-09-27T15:47:41.9462713Z 2022-09-27T15:47:41.9463102Z # Working Repro with 4 nodes 2022-09-27T15:47:41.9463950Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9464837Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9465395Z 2022-09-27T15:47:41.9465413Z 2022-09-27T15:47:41.9465431Z 2022-09-27T15:47:41.9465558Z def forward(self, relu): 2022-09-27T15:47:41.9465896Z sub = relu - relu; relu = None 2022-09-27T15:47:41.9466191Z truediv = sub / sub; sub = None 2022-09-27T15:47:41.9466442Z return (truediv,) 2022-09-27T15:47:41.9466678Z 2022-09-27T15:47:41.9466814Z 2022-09-27T15:47:41.9466931Z Trying granularity 4 2022-09-27T15:47:41.9467075Z 2022-09-27T15:47:41.9467247Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:47:41.9472828Z FAIL: Eliminate dead code 2022-09-27T15:47:41.9473168Z 2022-09-27T15:47:41.9473559Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:47:41.9478733Z FAIL: Remove unused inputs 2022-09-27T15:47:41.9479076Z 2022-09-27T15:47:41.9479424Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:47:41.9486581Z FAIL: Truncate suffix 2022-09-27T15:47:41.9486943Z 2022-09-27T15:47:41.9487277Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:47:41.9503700Z FAIL: Delta Debugging 2022-09-27T15:47:41.9504277Z Trying granularity 2 2022-09-27T15:47:41.9504625Z 2022-09-27T15:47:41.9504960Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-09-27T15:47:41.9513711Z FAIL: Truncate suffix 2022-09-27T15:47:41.9514044Z 2022-09-27T15:47:41.9514365Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-09-27T15:47:41.9532593Z SUCCESS: Went from 4 to 3 nodes 2022-09-27T15:47:41.9541989Z 2022-09-27T15:47:41.9542463Z # Working Repro with 3 nodes 2022-09-27T15:47:41.9543294Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9544061Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9544353Z 2022-09-27T15:47:41.9544371Z 2022-09-27T15:47:41.9544389Z 2022-09-27T15:47:41.9544515Z def forward(self, sub): 2022-09-27T15:47:41.9544798Z truediv = sub / sub; sub = None 2022-09-27T15:47:41.9545057Z return (truediv,) 2022-09-27T15:47:41.9545291Z 2022-09-27T15:47:41.9545428Z 2022-09-27T15:47:41.9545544Z Trying granularity 2 2022-09-27T15:47:41.9545708Z 2022-09-27T15:47:41.9545859Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:47:41.9549291Z FAIL: Eliminate dead code 2022-09-27T15:47:41.9549474Z 2022-09-27T15:47:41.9549742Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:47:41.9555218Z FAIL: Remove unused inputs 2022-09-27T15:47:41.9555577Z 2022-09-27T15:47:41.9555916Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:47:41.9563139Z FAIL: Truncate suffix 2022-09-27T15:47:41.9563402Z 2022-09-27T15:47:41.9563655Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:47:41.9583090Z FAIL: Delta Debugging 2022-09-27T15:47:41.9583457Z Trying granularity 1 2022-09-27T15:47:41.9583834Z 2022-09-27T15:47:41.9584194Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:47:41.9590427Z FAIL: Truncate suffix 2022-09-27T15:47:41.9590653Z 2022-09-27T15:47:41.9590941Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:47:41.9616020Z FAIL: Delta Debugging 2022-09-27T15:47:41.9616196Z 2022-09-27T15:47:41.9616500Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:47:41.9621233Z FAIL: Remove outputs 2022-09-27T15:47:41.9627021Z Made 15 queries 2022-09-27T15:47:41.9630549Z 2022-09-27T15:47:41.9630949Z # Working Repro with 3 nodes 2022-09-27T15:47:41.9631764Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9632602Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9632888Z 2022-09-27T15:47:41.9632901Z 2022-09-27T15:47:41.9632909Z 2022-09-27T15:47:41.9633033Z def forward(self, sub): 2022-09-27T15:47:41.9633311Z truediv = sub / sub; sub = None 2022-09-27T15:47:41.9633564Z return (truediv,) 2022-09-27T15:47:41.9633801Z 2022-09-27T15:47:41.9634090Z 2022-09-27T15:47:41.9634233Z Wrote minimal repro out to repro.py 2022-09-27T15:47:41.9634486Z ok (0.041s) 2022-09-27T15:47:41.9694355Z test_tup_use (__main__.TestMinifier) ... Started off with 8 nodes 2022-09-27T15:47:41.9700310Z 2022-09-27T15:47:41.9700602Z # Working Repro with 8 nodes 2022-09-27T15:47:41.9701473Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9702150Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9702424Z 2022-09-27T15:47:41.9702453Z 2022-09-27T15:47:41.9702478Z 2022-09-27T15:47:41.9702587Z def forward(self, a_1, b_1): 2022-09-27T15:47:41.9703259Z std_mean = torch.ops.aten.std_mean.correction(a_1, None, correction = 1); a_1 = None 2022-09-27T15:47:41.9703808Z getitem = std_mean[0] 2022-09-27T15:47:41.9704224Z getitem_1 = std_mean[1]; std_mean = None 2022-09-27T15:47:41.9705093Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-09-27T15:47:41.9705871Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-09-27T15:47:41.9706206Z return (add,) 2022-09-27T15:47:41.9706420Z 2022-09-27T15:47:41.9706556Z 2022-09-27T15:47:41.9706674Z Trying granularity 8 2022-09-27T15:47:41.9706837Z 2022-09-27T15:47:41.9707005Z Strategy: Eliminate dead code (G: 8) (8 nodes, 2 inputs) 2022-09-27T15:47:41.9710879Z FAIL: Eliminate dead code 2022-09-27T15:47:41.9711225Z 2022-09-27T15:47:41.9711608Z Strategy: Remove unused inputs (G: 8) (8 nodes, 2 inputs) 2022-09-27T15:47:41.9719307Z FAIL: Remove unused inputs 2022-09-27T15:47:41.9719648Z 2022-09-27T15:47:41.9719989Z Strategy: Truncate suffix (G: 8) (8 nodes, 2 inputs) 2022-09-27T15:47:41.9731155Z FAIL: Truncate suffix 2022-09-27T15:47:41.9731521Z 2022-09-27T15:47:41.9731877Z Strategy: Delta Debugging (G: 8) (8 nodes, 2 inputs) 2022-09-27T15:47:41.9755935Z FAIL: Delta Debugging 2022-09-27T15:47:41.9756499Z Trying granularity 4 2022-09-27T15:47:41.9756847Z 2022-09-27T15:47:41.9757377Z Strategy: Truncate suffix (G: 4) (8 nodes, 2 inputs) 2022-09-27T15:47:41.9781226Z FAIL: Truncate suffix 2022-09-27T15:47:41.9781559Z 2022-09-27T15:47:41.9781918Z Strategy: Delta Debugging (G: 4) (8 nodes, 2 inputs) 2022-09-27T15:47:41.9807800Z SUCCESS: Went from 8 to 6 nodes 2022-09-27T15:47:41.9808454Z SUCCESS: Went from 2 to 3 inputs 2022-09-27T15:47:41.9819496Z 2022-09-27T15:47:41.9819872Z # Working Repro with 6 nodes 2022-09-27T15:47:41.9821375Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9822218Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9822520Z 2022-09-27T15:47:41.9822539Z 2022-09-27T15:47:41.9822558Z 2022-09-27T15:47:41.9822712Z def forward(self, b_1, getitem, getitem_1): 2022-09-27T15:47:41.9823069Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-09-27T15:47:41.9823493Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-09-27T15:47:41.9823821Z return (add,) 2022-09-27T15:47:41.9824038Z 2022-09-27T15:47:41.9824174Z 2022-09-27T15:47:41.9824291Z Trying granularity 4 2022-09-27T15:47:41.9824454Z 2022-09-27T15:47:41.9824622Z Strategy: Eliminate dead code (G: 4) (6 nodes, 3 inputs) 2022-09-27T15:47:41.9829309Z FAIL: Eliminate dead code 2022-09-27T15:47:41.9829484Z 2022-09-27T15:47:41.9829786Z Strategy: Remove unused inputs (G: 4) (6 nodes, 3 inputs) 2022-09-27T15:47:41.9835653Z FAIL: Remove unused inputs 2022-09-27T15:47:41.9835851Z 2022-09-27T15:47:41.9836143Z Strategy: Truncate suffix (G: 4) (6 nodes, 3 inputs) 2022-09-27T15:47:41.9845547Z FAIL: Truncate suffix 2022-09-27T15:47:41.9845710Z 2022-09-27T15:47:41.9846003Z Strategy: Delta Debugging (G: 4) (6 nodes, 3 inputs) 2022-09-27T15:47:41.9866531Z SUCCESS: Went from 6 to 4 nodes 2022-09-27T15:47:41.9877528Z 2022-09-27T15:47:41.9878015Z # Working Repro with 4 nodes 2022-09-27T15:47:41.9878929Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:41.9879971Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:41.9880272Z 2022-09-27T15:47:41.9880307Z 2022-09-27T15:47:41.9880325Z 2022-09-27T15:47:41.9880464Z def forward(self, getitem, mul): 2022-09-27T15:47:41.9880839Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-09-27T15:47:41.9881158Z return (add,) 2022-09-27T15:47:41.9881393Z 2022-09-27T15:47:41.9881529Z 2022-09-27T15:47:41.9881650Z Trying granularity 4 2022-09-27T15:47:41.9881816Z 2022-09-27T15:47:41.9881967Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9884617Z FAIL: Eliminate dead code 2022-09-27T15:47:41.9884822Z 2022-09-27T15:47:41.9885140Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9889788Z FAIL: Remove unused inputs 2022-09-27T15:47:41.9889977Z 2022-09-27T15:47:41.9890122Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9896259Z FAIL: Truncate suffix 2022-09-27T15:47:41.9896436Z 2022-09-27T15:47:41.9896722Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9912981Z FAIL: Delta Debugging 2022-09-27T15:47:41.9913320Z Trying granularity 2 2022-09-27T15:47:41.9913630Z 2022-09-27T15:47:41.9913813Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9922598Z FAIL: Truncate suffix 2022-09-27T15:47:41.9922777Z 2022-09-27T15:47:41.9923067Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9944290Z FAIL: Delta Debugging 2022-09-27T15:47:41.9944703Z Trying granularity 1 2022-09-27T15:47:41.9944975Z 2022-09-27T15:47:41.9945140Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9951740Z FAIL: Truncate suffix 2022-09-27T15:47:41.9951919Z 2022-09-27T15:47:41.9952082Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9985218Z FAIL: Delta Debugging 2022-09-27T15:47:41.9985596Z 2022-09-27T15:47:41.9985951Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:47:41.9990584Z FAIL: Remove outputs 2022-09-27T15:47:41.9996499Z Made 11 queries 2022-09-27T15:47:42.0000776Z 2022-09-27T15:47:42.0001122Z # Working Repro with 4 nodes 2022-09-27T15:47:42.0002105Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:47:42.0003218Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:47:42.0003527Z 2022-09-27T15:47:42.0003541Z 2022-09-27T15:47:42.0003570Z 2022-09-27T15:47:42.0003767Z def forward(self, getitem, mul): 2022-09-27T15:47:42.0004301Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-09-27T15:47:42.0004793Z return (add,) 2022-09-27T15:47:42.0005117Z 2022-09-27T15:47:42.0005259Z 2022-09-27T15:47:42.0005410Z Wrote minimal repro out to repro.py 2022-09-27T15:47:42.0005660Z ok (0.037s) 2022-09-27T15:47:42.0005810Z 2022-09-27T15:47:42.0006085Z ---------------------------------------------------------------------- 2022-09-27T15:47:42.0006421Z Ran 5 tests in 1.695s 2022-09-27T15:47:42.0006587Z 2022-09-27T15:47:42.0006680Z OK 2022-09-27T15:47:42.0006814Z 2022-09-27T15:47:42.0006922Z Generating XML reports... 2022-09-27T15:47:42.0057174Z Generated XML report: test-reports/python-unittest/functorch.test.test_minifier/TEST-TestMinifier-20220927154740.xml 2022-09-27T15:47:42.3650439Z Running /var/lib/jenkins/workspace/functorch/test/test_ops ... [2022-09-27 15:47:42.364526] 2022-09-27T15:47:42.3651222Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:47:42.364611] 2022-09-27T15:47:46.3297820Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T15:47:46.3299351Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:46.3301096Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-09-27T15:47:46.3302309Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:46.3330024Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-09-27T15:47:46.3330782Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:46.3331608Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-09-27T15:47:46.3332398Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:46.3334455Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-09-27T15:47:46.3335186Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:46.3342125Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-09-27T15:47:46.3342894Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:46.8351447Z Test results will be stored in test-reports/python-unittest/functorch.test.test_ops 2022-09-27T15:47:47.0701639Z 2022-09-27T15:47:47.0702120Z Running tests... 2022-09-27T15:47:47.0702683Z ---------------------------------------------------------------------- 2022-09-27T15:47:47.2185111Z test_extremal_numerics_binary_cross_entropy_cuda (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-09-27T15:47:48.8614283Z test_extremal_numerics_cross_entropy_cuda (__main__.TestOperatorsCUDA) ... ok (1.643s) 2022-09-27T15:47:49.3230985Z test_extremal_numerics_l1_loss_cuda (__main__.TestOperatorsCUDA) ... ok (0.462s) 2022-09-27T15:47:49.3251944Z test_extremal_numerics_layer_norm_cuda (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-09-27T15:47:49.3265799Z test_extremal_numerics_log_softmax_cuda (__main__.TestOperatorsCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_ops.py:1428: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:47:49.3266462Z result = torch.nn.functional.log_softmax(input) 2022-09-27T15:47:49.3271893Z /opt/conda/lib/python3.10/site-packages/functorch/_src/eager_transforms.py:288: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:47:49.3272415Z primals_out = func(*primals) 2022-09-27T15:47:49.3919943Z ok (0.067s) 2022-09-27T15:47:49.9393304Z test_extremal_numerics_mse_loss_cuda (__main__.TestOperatorsCUDA) ... ok (0.547s) 2022-09-27T15:47:50.5274409Z test_extremal_numerics_nll_loss_cuda (__main__.TestOperatorsCUDA) ... ok (0.588s) 2022-09-27T15:47:50.5289954Z test_extremal_numerics_softmax_cuda (__main__.TestOperatorsCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_ops.py:1416: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:47:50.5290856Z result = torch.nn.functional.softmax(input) 2022-09-27T15:47:50.5296290Z /opt/conda/lib/python3.10/site-packages/functorch/_src/eager_transforms.py:288: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:47:50.5296770Z primals_out = func(*primals) 2022-09-27T15:47:50.5976272Z ok (0.070s) 2022-09-27T15:47:50.6025047Z test_grad_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:47:50.6072410Z test_grad_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:47:50.6394044Z test_grad___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:47:50.6879462Z test_grad___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:47:50.7058713Z test_grad___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:47:50.7283482Z test_grad___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:47:51.1566076Z test_grad___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.428s) 2022-09-27T15:47:51.1761783Z test_grad___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:47:51.1957507Z test_grad___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:47:51.1989244Z test_grad___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:853: 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-09-27T15:47:51.1990591Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:47:51.2187915Z ok (0.023s) 2022-09-27T15:47:51.2371272Z test_grad___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:47:51.3774458Z test_grad__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-09-27T15:47:51.5174360Z test_grad__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-09-27T15:47:51.5198162Z test_grad__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:51.5220080Z test_grad__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:51.5478373Z test_grad__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:47:51.5705712Z test_grad__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:47:51.6018877Z test_grad__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:47:51.6366448Z test_grad__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:47:51.7893358Z test_grad__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-09-27T15:47:51.9533061Z test_grad__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-09-27T15:47:51.9850502Z test_grad__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:47:52.7063721Z test_grad__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.721s) 2022-09-27T15:47:52.7795965Z test_grad__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T15:47:55.9858562Z test_grad__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.206s) 2022-09-27T15:47:56.0168660Z test_grad__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:47:56.0498530Z test_grad__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:47:56.3307741Z test_grad__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.281s) 2022-09-27T15:47:56.4543559Z test_grad__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-09-27T15:47:56.7252314Z test_grad__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.271s) 2022-09-27T15:47:56.7288789Z test_grad_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:47:56.7353475Z test_grad_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:47:56.7416993Z test_grad_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:47:56.7628362Z test_grad_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:47:56.7812118Z test_grad_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:47:56.8203676Z test_grad_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:47:56.8566836Z test_grad_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:47:56.8667013Z test_grad_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:47:56.8766444Z test_grad_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:47:56.8946019Z test_grad_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:47:56.9070669Z test_grad_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:47:56.9093173Z test_grad_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:56.9116704Z test_grad_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:56.9406227Z test_grad_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:47:56.9694952Z test_grad_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:47:56.9718648Z test_grad_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:56.9758115Z test_grad_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:47:56.9781671Z test_grad_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:56.9805032Z test_grad_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:56.9828302Z test_grad_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:56.9852139Z test_grad_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:56.9875275Z test_grad_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:56.9897120Z test_grad_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:56.9990026Z test_grad_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:47:57.0009421Z test_grad_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:47:57.0049254Z test_grad_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:47:57.0086068Z test_grad_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:47:57.0294677Z test_grad_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:47:57.0331179Z test_grad_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:47:57.0368337Z test_grad_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:47:57.0481167Z test_grad_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:47:57.0595230Z test_grad_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:47:57.0709907Z test_grad_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:47:57.0886800Z test_grad_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:47:57.0965833Z test_grad_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:47:57.1052787Z test_grad_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:47:57.1126610Z test_grad_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:47:57.1235735Z test_grad_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:47:57.1277745Z test_grad_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:47:57.1300791Z test_grad_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:57.1324413Z test_grad_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:57.1347738Z test_grad_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:57.1404987Z test_grad_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:47:57.1511470Z test_grad_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:47:57.1533507Z test_grad_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:57.1554482Z test_grad_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:57.1575754Z test_grad_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:57.1651197Z test_grad_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:47:57.1793246Z test_grad_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:47:57.6767045Z test_grad_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.497s) 2022-09-27T15:47:57.6804466Z test_grad_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:47:57.6857015Z test_grad_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:47:57.6857790Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:47:58.6847340Z ok (1.004s) 2022-09-27T15:47:58.6870627Z test_grad_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:58.6893834Z test_grad_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:58.9056855Z test_grad_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:47:58.9057506Z L = torch.cholesky(A) 2022-09-27T15:47:58.9057762Z should be replaced with 2022-09-27T15:47:58.9058042Z L = torch.linalg.cholesky(A) 2022-09-27T15:47:58.9058297Z and 2022-09-27T15:47:58.9058528Z U = torch.cholesky(A, upper=True) 2022-09-27T15:47:58.9058829Z should be replaced with 2022-09-27T15:47:58.9059116Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:47:58.9059687Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:47:58.9060195Z return self.op(*args, **kwargs) 2022-09-27T15:47:58.9299166Z ok (0.240s) 2022-09-27T15:47:59.1283544Z test_grad_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.198s) 2022-09-27T15:47:59.1584761Z test_grad_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:47:59.1659091Z test_grad_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:47:59.1792840Z test_grad_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:47:59.1985675Z test_grad_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:47:59.2180143Z test_grad_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:47:59.2227711Z test_grad_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:47:59.2308072Z test_grad_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:47:59.2750857Z test_grad_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:47:59.2932858Z test_grad_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:47:59.2987390Z test_grad_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:47:59.3022551Z test_grad_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:47:59.3645480Z test_grad_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:47:59.3691299Z test_grad_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:47:59.3888149Z test_grad_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:47:59.4036165Z test_grad_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:47:59.4097589Z test_grad_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:47:59.4158402Z test_grad_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:47:59.4181531Z test_grad_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:47:59.5272640Z test_grad_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.109s) 2022-09-27T15:47:59.5353581Z test_grad_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:47:59.5423435Z test_grad_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:47:59.5492456Z test_grad_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:47:59.5730765Z test_grad_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:47:59.5805384Z test_grad_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:47:59.6038446Z test_grad_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:47:59.6097379Z test_grad_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:47:59.6309719Z test_grad_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:47:59.6530639Z test_grad_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:47:59.6628538Z test_grad_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:47:59.6839484Z test_grad_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:47:59.7158898Z test_grad_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:47:59.8661061Z test_grad_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.150s) 2022-09-27T15:48:00.6643824Z test_grad_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.798s) 2022-09-27T15:48:00.7927790Z test_grad_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-09-27T15:48:00.8142282Z test_grad_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:48:00.8381852Z test_grad_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:00.8605802Z test_grad_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:00.8651363Z test_grad_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:00.8745885Z test_grad_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:00.8819381Z test_grad_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:00.8884474Z test_grad_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:00.8959333Z test_grad_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:00.9195055Z test_grad_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:00.9218165Z test_grad_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:00.9244993Z test_grad_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:48:00.9271506Z test_grad_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:48:00.9296698Z test_grad_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:00.9334686Z test_grad_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:01.1428170Z test_grad_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.209s) 2022-09-27T15:48:01.3486673Z test_grad_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.206s) 2022-09-27T15:48:01.5317525Z test_grad_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.183s) 2022-09-27T15:48:01.5383667Z test_grad_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:01.5452254Z test_grad_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:01.5587732Z test_grad_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:01.5627155Z test_grad_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:01.5653576Z test_grad_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:48:01.6005614Z test_grad_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:48:01.6154960Z test_grad_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:01.6302677Z test_grad_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:01.6391158Z test_grad_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:01.6543074Z test_grad_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:01.6763017Z test_grad_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:01.6931983Z test_grad_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:01.7050504Z test_grad_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:01.7188272Z test_grad_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:01.7336293Z test_grad_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:01.7424685Z test_grad_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:01.7577650Z test_grad_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:01.7722133Z test_grad_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:01.7888552Z test_grad_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:01.8029720Z test_grad_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:01.8171386Z test_grad_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:01.8329149Z test_grad_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:01.8452595Z test_grad_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:01.8580650Z test_grad_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:01.8725538Z test_grad_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:01.8784754Z test_grad_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:01.8874463Z test_grad_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:01.9012669Z test_grad_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:01.9057426Z test_grad_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:01.9102865Z test_grad_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:01.9183306Z test_grad_float_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:01.9250828Z test_grad_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:01.9504273Z test_grad_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:01.9538929Z test_grad_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:01.9561124Z test_grad_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:01.9762411Z test_grad_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:01.9964327Z test_grad_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:02.0185071Z test_grad_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:02.0240675Z test_grad_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:02.3098714Z test_grad_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.285s) 2022-09-27T15:48:02.3121943Z test_grad_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:02.3227008Z test_grad_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:02.3248790Z test_grad_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:02.3270172Z test_grad_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:02.3649667Z test_grad_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:48:02.3670743Z test_grad_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:02.3756795Z test_grad_half_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:02.3829804Z test_grad_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:02.3851525Z test_grad_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:02.3872913Z test_grad_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:02.3930576Z test_grad_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:02.3996601Z test_grad_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:02.4195718Z test_grad_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:03.0022215Z test_grad_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.582s) 2022-09-27T15:48:03.0044379Z test_grad_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.0065616Z test_grad_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.0262190Z test_grad_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:03.0343304Z test_grad_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:03.0412115Z test_grad_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:03.0522988Z test_grad_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:03.0699300Z test_grad_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:03.0727651Z test_grad_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:884.) 2022-09-27T15:48:03.0728899Z return self.op(*args, **kwargs) 2022-09-27T15:48:03.1534278Z ok (0.083s) 2022-09-27T15:48:03.1599308Z test_grad_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:03.1662270Z test_grad_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:03.1683694Z test_grad_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.1704774Z test_grad_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.1726011Z test_grad_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.1747091Z test_grad_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.1768475Z test_grad_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.1789533Z test_grad_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.1810853Z test_grad_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.1831935Z test_grad_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.1853456Z test_grad_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.1876645Z test_grad_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.1913180Z test_grad_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T15:48:03.1914603Z return self.op(*args, **kwargs) 2022-09-27T15:48:03.2217513Z ok (0.034s) 2022-09-27T15:48:03.2239052Z test_grad_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.2260801Z test_grad_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.2282245Z test_grad_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.2303659Z test_grad_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.2325364Z test_grad_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.2368812Z test_grad_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:03.2539015Z test_grad_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:03.2747306Z test_grad_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:48:03.2768434Z test_grad_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:03.3091712Z test_grad_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:48:03.6309205Z test_grad_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.322s) 2022-09-27T15:48:03.6591815Z test_grad_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:48:03.6888665Z test_grad_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:48:03.6996512Z test_grad_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:03.7076451Z test_grad_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:03.7311582Z test_grad_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:03.8709402Z test_grad_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-09-27T15:48:04.3279944Z test_grad_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.457s) 2022-09-27T15:48:04.3511730Z test_grad_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:04.3723096Z test_grad_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:48:04.3889724Z test_grad_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:04.4360318Z test_grad_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:48:04.4534986Z test_grad_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:04.4716586Z test_grad_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:04.4738394Z test_grad_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:04.4759942Z test_grad_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:04.4781642Z test_grad_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:04.5453488Z test_grad_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:48:04.6097582Z test_grad_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:48:04.6914040Z test_grad_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:48:04.8327555Z test_grad_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-09-27T15:48:04.9180820Z test_grad_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:48:05.4669964Z test_grad_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.549s) 2022-09-27T15:48:05.5958705Z test_grad_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-09-27T15:48:05.6342994Z test_grad_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:48:05.6364782Z test_grad_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:05.6386304Z test_grad_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:05.6573758Z test_grad_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:05.8100549Z test_grad_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-09-27T15:48:05.9165006Z test_grad_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-09-27T15:48:05.9762733Z test_grad_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:48:05.9978117Z test_grad_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:48:05.9999679Z test_grad_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:48:06.0839305Z test_grad_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-09-27T15:48:06.1066322Z test_grad_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:06.1524222Z test_grad_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:48:06.1995474Z test_grad_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:48:06.8218519Z test_grad_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.622s) 2022-09-27T15:48:07.3813384Z test_grad_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.559s) 2022-09-27T15:48:07.4380605Z test_grad_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:48:07.4460974Z test_grad_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:07.4602378Z test_grad_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:07.4807389Z test_grad_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:07.5575165Z test_grad_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-09-27T15:48:07.8238241Z test_grad_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.266s) 2022-09-27T15:48:07.8259826Z test_grad_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:07.8319334Z test_grad_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:07.8355233Z test_grad_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:07.8414979Z test_grad_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:07.8473348Z test_grad_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:07.8574505Z test_grad_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:07.8682438Z test_grad_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:07.8730110Z test_grad_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:07.8773340Z test_grad_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:07.8899771Z test_grad_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:07.9138525Z test_grad_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:07.9160432Z test_grad_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:07.9181746Z test_grad_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:07.9203330Z test_grad_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:07.9224729Z test_grad_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:07.9310473Z test_grad_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:07.9334298Z test_grad_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:07.9593758Z test_grad_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:48:07.9615689Z test_grad_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:07.9637306Z test_grad_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:07.9658863Z test_grad_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:07.9692520Z test_grad_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1660: 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-09-27T15:48:07.9693205Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:48:07.9693504Z should be replaced with 2022-09-27T15:48:07.9693785Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:48:07.9694100Z and 2022-09-27T15:48:07.9694399Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:48:07.9694715Z should be replaced with 2022-09-27T15:48:07.9695730Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:48:07.9696275Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:48:08.1097450Z ok (0.144s) 2022-09-27T15:48:08.1134267Z test_grad_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:48:08.1135132Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:48:08.1135475Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:48:08.1135756Z should be replaced with 2022-09-27T15:48:08.1136222Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:48:08.1136654Z return self.op(*args, **kwargs) 2022-09-27T15:48:08.2531457Z ok (0.143s) 2022-09-27T15:48:08.3127201Z test_grad_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:48:08.3218660Z test_grad_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:08.3309573Z test_grad_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:08.3480519Z test_grad_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:08.3573253Z test_grad_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:08.3686190Z test_grad_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:08.3821571Z test_grad_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:08.4111959Z test_grad_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:08.4223276Z test_grad_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:08.4424765Z test_grad_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:08.4476467Z test_grad_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:08.4559752Z test_grad_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:08.4761080Z test_grad_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:08.5016218Z test_grad_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:08.5233732Z test_grad_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:08.5467606Z test_grad_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:08.5696898Z test_grad_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:08.5897639Z test_grad_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:08.5949343Z test_grad_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:08.6031356Z test_grad_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:08.6231261Z test_grad_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:08.6273291Z test_grad_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:08.6410179Z test_grad_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:08.6457035Z test_grad_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:08.6508747Z test_grad_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:08.6698866Z test_grad_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:08.6720754Z test_grad_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:08.6763131Z test_grad_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:08.6950655Z test_grad_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:08.7136618Z test_grad_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:08.7323382Z test_grad_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:08.7384130Z test_grad_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:08.7912198Z test_grad_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:48:08.8129714Z test_grad_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:08.9704568Z test_grad_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.157s) 2022-09-27T15:48:09.0154732Z test_grad_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:48:09.0176697Z test_grad_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:09.0320746Z test_grad_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:09.0750251Z test_grad_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:48:09.0771985Z test_grad_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:09.0807377Z test_grad_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:09.0828569Z test_grad_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:09.0850223Z test_grad_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:09.0871555Z test_grad_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:09.0893051Z test_grad_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:09.0914290Z test_grad_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:09.0935557Z test_grad_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:09.1041604Z test_grad_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:09.1205153Z test_grad_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:09.1395322Z test_grad_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:09.1542532Z test_grad_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:09.1922662Z test_grad_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:48:09.2245262Z test_grad_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:48:09.2396356Z test_grad_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:09.2516544Z test_grad_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:09.2653224Z test_grad_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:09.5098085Z test_grad_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.244s) 2022-09-27T15:48:09.5398957Z test_grad_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:48:09.6115569Z test_grad_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T15:48:09.6387062Z test_grad_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:48:09.7165207Z test_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T15:48:09.7223799Z test_grad_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:10.3625376Z test_grad_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.640s) 2022-09-27T15:48:10.4098880Z test_grad_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T15:48:10.4099615Z return self.op(*args, **kwargs) 2022-09-27T15:48:10.4576716Z ok (0.095s) 2022-09-27T15:48:10.4626589Z test_grad_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:10.4683627Z test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:10.4738505Z test_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:10.4786945Z test_grad_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:10.4836205Z test_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:10.4888933Z test_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:10.4941117Z test_grad_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:10.4994660Z test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:10.5046764Z test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:10.5098095Z test_grad_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:10.5398658Z test_grad_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:48:10.5774461Z test_grad_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:48:10.6089620Z test_grad_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:48:10.6373890Z test_grad_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:48:10.6702931Z test_grad_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:48:10.7110198Z test_grad_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:48:10.7273865Z test_grad_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:10.7299807Z test_grad_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:48:10.7300960Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:48:10.7495608Z ok (0.022s) 2022-09-27T15:48:10.7721954Z test_grad_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:10.8025863Z test_grad_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:48:10.8084590Z test_grad_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:10.8696092Z test_grad_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:48:10.8763432Z test_grad_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:10.8871791Z test_grad_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:10.9007273Z test_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:10.9169056Z test_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:10.9841409Z test_grad_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:48:11.0695267Z test_grad_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:48:12.2305404Z test_grad_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.161s) 2022-09-27T15:48:12.2431278Z test_grad_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:12.3044103Z test_grad_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:48:12.3632873Z test_grad_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:48:12.3781541Z test_grad_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:12.3881779Z test_grad_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:12.3940145Z test_grad_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:12.4014192Z test_grad_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:12.4116378Z test_grad_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:12.4403271Z test_grad_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:12.4607351Z test_grad_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:12.4837636Z test_grad_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:12.5034001Z test_grad_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:12.5217294Z test_grad_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:12.5400978Z test_grad_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:12.5583377Z test_grad_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:12.5764003Z test_grad_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:12.5946909Z test_grad_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:12.6022080Z test_grad_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: 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-09-27T15:48:12.6022835Z warnings.warn( 2022-09-27T15:48:12.6351439Z ok (0.040s) 2022-09-27T15:48:12.6498753Z test_grad_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:12.6657753Z test_grad_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:12.6794287Z test_grad_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:12.7173262Z test_grad_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:48:12.7452419Z test_grad_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:48:12.7511560Z test_grad_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:12.7992773Z test_grad_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:48:14.1851038Z test_grad_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.386s) 2022-09-27T15:48:16.3851931Z test_grad_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.200s) 2022-09-27T15:48:17.2833166Z test_grad_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.898s) 2022-09-27T15:48:17.6039872Z test_grad_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.321s) 2022-09-27T15:48:17.7559182Z test_grad_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-09-27T15:48:18.3529094Z test_grad_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.597s) 2022-09-27T15:48:18.6107242Z test_grad_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.258s) 2022-09-27T15:48:18.8204758Z test_grad_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.210s) 2022-09-27T15:48:18.9255277Z test_grad_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T15:48:18.9324106Z test_grad_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:18.9466203Z test_grad_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:18.9668791Z test_grad_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:18.9713941Z test_grad_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:48:18.9715248Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:48:18.9742020Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:48:18.9743014Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:48:18.9756774Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:48:18.9758032Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:48:18.9766267Z ok (0.010s) 2022-09-27T15:48:18.9830575Z test_grad_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:18.9953350Z test_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:19.0862507Z test_grad_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-09-27T15:48:19.1059019Z test_grad_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:19.1244187Z test_grad_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:19.1883404Z test_grad_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:48:19.2063901Z test_grad_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:19.2243093Z test_grad_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:19.2417024Z test_grad_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:19.2560250Z test_grad_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:19.2608432Z test_grad_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:19.2655777Z test_grad_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:19.4547068Z test_grad_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-09-27T15:48:19.4980624Z test_grad_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:48:19.5040596Z test_grad_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:19.5115313Z test_grad_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:19.5184075Z test_grad_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:19.5243497Z test_grad_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:19.5307982Z test_grad_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:19.5488556Z test_grad_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:19.5613261Z test_grad_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:19.5720094Z test_grad_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:19.5834985Z test_grad_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:19.5895171Z test_grad_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:19.5981966Z test_grad_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:19.6050535Z test_grad_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:19.6113030Z test_grad_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:19.6200483Z test_grad_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:19.6468731Z test_grad_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:48:19.6752711Z test_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:48:20.0007210Z test_grad_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.325s) 2022-09-27T15:48:20.0038175Z test_grad_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:48:20.0038959Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:48:20.0085943Z ok (0.008s) 2022-09-27T15:48:20.0124188Z test_grad_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:48:20.0124944Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:48:20.0265361Z ok (0.018s) 2022-09-27T15:48:20.0288112Z test_grad_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:20.1003463Z test_grad_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T15:48:20.1073006Z test_grad_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:20.1164248Z test_grad_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:20.1238832Z test_grad_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:20.1366833Z test_grad_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:20.1407342Z test_grad_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:20.1429607Z test_grad_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:20.1451792Z test_grad_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:20.1473806Z test_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:20.1899259Z test_grad_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:48:20.1921771Z test_grad_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:20.1966274Z test_grad_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:21.4110555Z test_grad_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.214s) 2022-09-27T15:48:21.4184101Z test_grad_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:21.4419498Z test_grad_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:21.4635375Z test_grad_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:48:22.7634607Z test_grad_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.300s) 2022-09-27T15:48:22.7792564Z test_grad_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:22.7949585Z test_grad_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:22.8106186Z test_grad_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:22.8261426Z test_grad_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:22.8316085Z test_grad_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:22.8553996Z test_grad_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:22.9170737Z test_grad_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:48:22.9575444Z test_grad_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:48:22.9611991Z test_grad_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:48:22.9612795Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:48:22.9613143Z Q, R = torch.qr(A, some) 2022-09-27T15:48:22.9613414Z should be replaced with 2022-09-27T15:48:22.9614027Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:48:22.9614501Z return self.op(*args, **kwargs) 2022-09-27T15:48:23.0417460Z ok (0.084s) 2022-09-27T15:48:23.1985880Z test_grad_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.157s) 2022-09-27T15:48:23.2044325Z test_grad_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:23.2066632Z test_grad_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:23.2089016Z test_grad_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:23.2112504Z test_grad_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:23.2135059Z test_grad_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:23.2197213Z test_grad_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:23.2251554Z test_grad_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:23.2311371Z test_grad_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:23.2532651Z test_grad_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:23.2635961Z test_grad_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:23.2943509Z test_grad_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:48:23.3031826Z test_grad_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:23.3106598Z test_grad_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:23.3212938Z test_grad_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:23.3234626Z test_grad_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:23.3256309Z test_grad_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:23.3300189Z test_grad_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:23.3345965Z test_grad_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:23.3553588Z test_grad_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:48:23.4023921Z test_grad_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:48:23.4058541Z test_grad_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:23.4117474Z test_grad_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:23.4174858Z test_grad_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:23.4234380Z test_grad_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:23.4295596Z test_grad_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:23.4511062Z test_grad_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:48:23.4691080Z test_grad_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:23.4887193Z test_grad_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:23.4945163Z test_grad_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T15:48:23.4945878Z return self.op(*args, **kwargs) 2022-09-27T15:48:23.5410903Z ok (0.052s) 2022-09-27T15:48:23.5933318Z test_grad_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:48:23.6467925Z test_grad_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:48:23.7188770Z test_grad_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T15:48:23.7639882Z test_grad_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:48:23.7661791Z test_grad_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:23.9285548Z test_grad_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-09-27T15:48:24.0759946Z test_grad_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-09-27T15:48:24.0846979Z test_grad_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:24.0964149Z test_grad_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:24.0999225Z test_grad_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:24.1021073Z test_grad_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:24.1042980Z test_grad_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:24.1101839Z test_grad_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:24.1138101Z test_grad_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:24.1159924Z test_grad_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:24.1195533Z test_grad_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:24.4289771Z test_grad_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.309s) 2022-09-27T15:48:24.4326219Z test_grad_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:24.4526192Z test_grad_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:24.4628042Z test_grad_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:24.4737462Z test_grad_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:24.5242761Z test_grad_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:48:24.5268927Z test_grad_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:938: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T15:48:24.5269782Z .to_sparse_csr() 2022-09-27T15:48:24.5337689Z expected failure (0.009s) 2022-09-27T15:48:24.5359638Z test_grad_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:24.5381882Z test_grad_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:24.5406026Z test_grad_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:24.5429810Z test_grad_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:24.5453782Z test_grad_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:24.5477564Z test_grad_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:24.5501593Z test_grad_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:24.5522157Z test_grad_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:48:24.5541189Z test_grad_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:48:24.7588495Z test_grad_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.204s) 2022-09-27T15:48:27.0672593Z test_grad_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.308s) 2022-09-27T15:48:27.0694701Z test_grad_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:27.0716216Z test_grad_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:27.5951105Z test_grad_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.523s) 2022-09-27T15:48:27.6029184Z test_grad_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:27.6104275Z test_grad_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:27.6126019Z test_grad_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:27.6143693Z test_grad_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:48:27.9210825Z test_grad_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.306s) 2022-09-27T15:48:27.9232519Z test_grad_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:27.9254205Z test_grad_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:27.9275638Z test_grad_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:27.9297548Z test_grad_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:27.9368517Z test_grad_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:28.2741364Z test_grad_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.337s) 2022-09-27T15:48:28.2898873Z test_grad_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:28.2920658Z test_grad_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:28.2944370Z test_grad_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:28.2964562Z test_grad_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:48:28.2981549Z test_grad_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:48:28.2999210Z test_grad_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:48:28.3017088Z test_grad_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:48:28.3038252Z test_grad_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:28.3258862Z test_grad_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:28.3280573Z test_grad_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:28.3332933Z test_grad_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:28.3403038Z test_grad_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:28.3488284Z test_grad_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:28.3524819Z test_grad_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:28.3586085Z test_grad_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:28.3691953Z test_grad_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:28.3856095Z test_grad_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:28.4022141Z test_grad_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:28.4213058Z test_grad_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:28.4243014Z test_grad_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:610: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T15:48:28.4243959Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T15:48:28.4436068Z ok (0.022s) 2022-09-27T15:48:28.4653782Z test_grad_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:28.4902285Z test_grad_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:28.5104960Z test_grad_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:29.1466207Z test_grad_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.636s) 2022-09-27T15:48:30.4534083Z test_grad_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.306s) 2022-09-27T15:48:30.4581299Z test_grad_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:48:30.4582708Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:48:30.4583485Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:48:30.4584096Z should be replaced with 2022-09-27T15:48:30.4584812Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:48:30.4585115Z and 2022-09-27T15:48:30.4585376Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:48:30.4585663Z should be replaced with 2022-09-27T15:48:30.4586291Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T15:48:30.4586755Z return self.op(*args, **kwargs) 2022-09-27T15:48:30.4834204Z ok (0.030s) 2022-09-27T15:48:30.4892923Z test_grad_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:30.5006546Z test_grad_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:30.5155058Z test_grad_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:30.5192077Z test_grad_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:30.5228062Z test_grad_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:30.5308587Z test_grad_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-09-27T15:48:30.5377489Z test_grad_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:30.5731889Z test_grad_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:48:30.6112997Z test_grad_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:48:30.6257736Z test_grad_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T15:48:30.6486165Z test_grad_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:30.6523700Z test_grad_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:30.6642427Z test_grad_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:30.6878567Z test_grad_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:30.7113529Z test_grad_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:30.7152258Z test_grad_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:48:30.7153701Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:48:30.7154468Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:48:30.7155002Z should be replaced with 2022-09-27T15:48:30.7155698Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:48:30.7156161Z return self.op(*args, **kwargs) 2022-09-27T15:48:30.7433626Z ok (0.032s) 2022-09-27T15:48:30.7555321Z test_grad_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:30.7677222Z test_grad_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:30.7908934Z test_grad_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:30.7944386Z test_grad_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:30.8071060Z test_grad_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:30.8212131Z test_grad_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:30.8513196Z test_grad_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:48:30.8534863Z test_grad_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:30.8556493Z test_grad_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:30.8578029Z test_grad_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:30.8703638Z test_grad_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:30.8854732Z test_grad_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:30.9031101Z test_grad_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:30.9074333Z test_grad_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:30.9109603Z test_grad_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:30.9184866Z test_grad_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:30.9291251Z test_grad_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:30.9349162Z test_grad_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:30.9417535Z test_grad_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:30.9541515Z test_grad_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:30.9754360Z test_grad_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:48:30.9816448Z test_grad_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:30.9838020Z test_grad_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:30.9859826Z test_grad_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:48:30.9907045Z test_jvp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:30.9954409Z test_jvp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:31.0242014Z test_jvp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:31.0668221Z test_jvp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:48:31.0829262Z test_jvp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:31.1021733Z test_jvp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:31.1276175Z test_jvp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:31.1446206Z test_jvp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:31.1614698Z test_jvp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:31.1837500Z test_jvp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:31.2003954Z test_jvp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:31.3555431Z test_jvp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.155s) 2022-09-27T15:48:31.5116636Z test_jvp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.156s) 2022-09-27T15:48:31.5136884Z test_jvp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:31.5156230Z test_jvp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:31.5429766Z test_jvp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:48:31.5663104Z test_jvp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:31.6019072Z test_jvp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:48:31.6331107Z test_jvp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:48:31.7965091Z test_jvp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-09-27T15:48:31.9896775Z test_jvp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.193s) 2022-09-27T15:48:32.0234235Z test_jvp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:48:32.8133347Z test_jvp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.790s) 2022-09-27T15:48:32.8932845Z test_jvp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T15:48:33.0860953Z test_jvp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.193s) 2022-09-27T15:48:33.1220222Z test_jvp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:48:33.1590489Z test_jvp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:48:33.4485524Z test_jvp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.289s) 2022-09-27T15:48:33.5864263Z test_jvp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-09-27T15:48:33.8713144Z test_jvp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.285s) 2022-09-27T15:48:33.8763580Z test_jvp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:33.8869094Z test_jvp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:33.8932955Z test_jvp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:33.9246239Z test_jvp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:48:33.9434717Z test_jvp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:33.9852770Z test_jvp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:48:34.0257524Z test_jvp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:48:34.0355856Z test_jvp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:34.0451025Z test_jvp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:34.0632237Z test_jvp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:34.0769962Z test_jvp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:34.0789300Z test_jvp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.0808764Z test_jvp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.1142947Z test_jvp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:48:34.1477150Z test_jvp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:48:34.1496560Z test_jvp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.1531043Z test_jvp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:34.1550850Z test_jvp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.1570853Z test_jvp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.1590487Z test_jvp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.1609951Z test_jvp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.1628995Z test_jvp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.1648592Z test_jvp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.1811313Z test_jvp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:34.1917250Z test_jvp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:34.1969994Z test_jvp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:34.2005387Z test_jvp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:34.2276812Z test_jvp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:48:34.2328318Z test_jvp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:34.2364003Z test_jvp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:34.2495451Z test_jvp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:34.2628823Z test_jvp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:34.2762902Z test_jvp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:34.2935840Z test_jvp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:34.3017997Z test_jvp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:34.3037178Z test_jvp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3056640Z test_jvp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3150079Z test_jvp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:34.3186430Z test_jvp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:34.3206144Z test_jvp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3225197Z test_jvp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3244370Z test_jvp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3303599Z test_jvp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:34.3418915Z test_jvp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:34.3438172Z test_jvp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3457535Z test_jvp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3476565Z test_jvp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3543259Z test_jvp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:34.3672894Z test_jvp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:34.3692311Z test_jvp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3741112Z test_jvp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:34.3760853Z test_jvp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3780173Z test_jvp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3799220Z test_jvp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.3820150Z test_jvp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:34.4053481Z test_jvp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:34.4301768Z test_jvp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:34.4424642Z test_jvp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:34.4625799Z test_jvp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:34.4879341Z test_jvp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:34.5133360Z test_jvp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:34.5181847Z test_jvp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:34.5249918Z test_jvp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:34.5683419Z test_jvp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:48:34.7957230Z test_jvp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.227s) 2022-09-27T15:48:34.8013940Z test_jvp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:34.8060522Z test_jvp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:34.8788264Z test_jvp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T15:48:34.8834142Z test_jvp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:34.9095108Z test_jvp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:48:34.9230340Z test_jvp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:34.9333398Z test_jvp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:34.9438242Z test_jvp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:34.9459767Z test_jvp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:35.0767672Z test_jvp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.131s) 2022-09-27T15:48:35.0838694Z test_jvp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:35.0904054Z test_jvp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:35.0969480Z test_jvp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:35.1352525Z test_jvp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:48:35.1489016Z test_jvp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:35.1673512Z test_jvp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:35.1772544Z test_jvp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:35.2001757Z test_jvp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:35.2246075Z test_jvp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:35.2337701Z test_jvp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:35.2564000Z test_jvp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:35.2840379Z test_jvp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:48:35.3990758Z test_jvp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-09-27T15:48:35.4091294Z test_jvp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:35.5082599Z test_jvp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-09-27T15:48:35.5369752Z test_jvp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:35.5659632Z test_jvp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:35.5946078Z test_jvp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:35.5985390Z test_jvp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:35.6077451Z test_jvp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:35.6152076Z test_jvp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:35.6227925Z test_jvp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:35.6285541Z test_jvp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:35.6490203Z test_jvp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:35.6509633Z test_jvp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:35.6529109Z test_jvp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:35.6547973Z test_jvp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:35.6569067Z test_jvp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:35.6625358Z test_jvp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:35.6734478Z test_jvp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:35.6787130Z test_jvp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:35.6891229Z test_jvp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:35.6993163Z test_jvp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:35.7061026Z test_jvp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:35.7212378Z test_jvp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:35.7265245Z test_jvp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:35.7286989Z test_jvp_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:35.7417654Z test_jvp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:35.7563581Z test_jvp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:35.7720801Z test_jvp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:35.7812671Z test_jvp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:35.7949486Z test_jvp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:35.8097477Z test_jvp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:35.8267255Z test_jvp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:35.8393371Z test_jvp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:35.8545600Z test_jvp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:35.8707823Z test_jvp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:35.8799672Z test_jvp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:35.8938554Z test_jvp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:35.9088806Z test_jvp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:35.9261652Z test_jvp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:35.9388157Z test_jvp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:35.9530101Z test_jvp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:35.9689945Z test_jvp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:35.9812073Z test_jvp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:35.9947868Z test_jvp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:36.0101849Z test_jvp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:36.0206542Z test_jvp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:36.0304799Z test_jvp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:36.0448042Z test_jvp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:36.0492237Z test_jvp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:36.0537594Z test_jvp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:36.0557348Z test_jvp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.0576614Z test_jvp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.0787914Z test_jvp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:48:36.0836854Z test_jvp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:36.0856627Z test_jvp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.1034703Z test_jvp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:36.1218315Z test_jvp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:36.1511031Z test_jvp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:36.1611307Z test_jvp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:36.1673787Z test_jvp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:36.1693366Z test_jvp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.1794875Z test_jvp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:36.1814573Z test_jvp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.1833762Z test_jvp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.2190027Z test_jvp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:48:36.2209753Z test_jvp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.2228927Z test_jvp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.2248348Z test_jvp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.2267463Z test_jvp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.2286965Z test_jvp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.2361274Z test_jvp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:36.2417388Z test_jvp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:36.2678205Z test_jvp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:48:36.2788356Z test_jvp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:36.2808062Z test_jvp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.2827225Z test_jvp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.3163833Z test_jvp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:48:36.3289907Z test_jvp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:36.3411264Z test_jvp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:36.3589200Z test_jvp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:36.3907056Z test_jvp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:48:36.3926595Z test_jvp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.3990757Z test_jvp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:36.4045529Z test_jvp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:36.4066655Z test_jvp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4087827Z test_jvp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4109040Z test_jvp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4130125Z test_jvp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4149398Z test_jvp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4168804Z test_jvp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4187976Z test_jvp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4207379Z test_jvp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4226465Z test_jvp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4245841Z test_jvp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4581837Z test_jvp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:48:36.4603384Z test_jvp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4624407Z test_jvp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4645491Z test_jvp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4666420Z test_jvp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4687536Z test_jvp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.4727024Z test_jvp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:36.4903066Z test_jvp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:36.5091058Z test_jvp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:36.5112248Z test_jvp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.5492832Z test_jvp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:48:36.5596829Z test_jvp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:36.5879036Z test_jvp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:48:36.6153283Z test_jvp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:48:36.6281530Z test_jvp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:36.6352006Z test_jvp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:36.6570076Z test_jvp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:36.7402515Z test_jvp_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T15:48:36.7658083Z test_jvp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:48:36.7897173Z test_jvp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:36.8135258Z test_jvp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:36.8322704Z test_jvp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:36.8742897Z test_jvp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:48:36.8926282Z test_jvp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:36.9104674Z test_jvp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:36.9126425Z test_jvp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.9147465Z test_jvp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.9168830Z test_jvp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.9189680Z test_jvp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:36.9941553Z test_jvp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T15:48:37.1117468Z test_jvp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-09-27T15:48:37.2738914Z test_jvp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-09-27T15:48:37.3564031Z test_jvp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:48:37.9146913Z test_jvp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.558s) 2022-09-27T15:48:38.0705042Z test_jvp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.156s) 2022-09-27T15:48:38.1066317Z test_jvp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:48:38.1085860Z test_jvp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:38.1105138Z test_jvp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:38.1252081Z test_jvp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:38.3054438Z test_jvp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.180s) 2022-09-27T15:48:38.4306829Z test_jvp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.125s) 2022-09-27T15:48:38.4874039Z test_jvp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:48:38.5072996Z test_jvp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:38.5092836Z test_jvp_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:48:38.5996150Z test_jvp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T15:48:38.6258138Z test_jvp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:48:38.6633297Z test_jvp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:48:38.6997864Z test_jvp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:48:39.3139767Z test_jvp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.614s) 2022-09-27T15:48:39.9333401Z test_jvp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.619s) 2022-09-27T15:48:40.0094790Z test_jvp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T15:48:40.0178377Z test_jvp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:40.0297610Z test_jvp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:40.0533511Z test_jvp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:40.1263261Z test_jvp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T15:48:40.4094674Z test_jvp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.283s) 2022-09-27T15:48:40.4113957Z test_jvp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:40.4215432Z test_jvp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:40.4265855Z test_jvp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:40.4366882Z test_jvp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:40.4465861Z test_jvp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:40.4582631Z test_jvp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:40.4700333Z test_jvp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:40.4739080Z test_jvp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:40.4776812Z test_jvp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:40.4796418Z test_jvp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:40.5031068Z test_jvp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:40.5052480Z test_jvp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:40.5073586Z test_jvp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:40.5094761Z test_jvp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:40.5115758Z test_jvp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:40.5278933Z test_jvp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:40.5300112Z test_jvp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:40.5593010Z test_jvp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:40.5614306Z test_jvp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:40.5635242Z test_jvp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:40.5656302Z test_jvp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:40.7189949Z test_jvp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-09-27T15:48:40.8645032Z test_jvp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-09-27T15:48:40.9451687Z test_jvp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:48:40.9557973Z test_jvp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:40.9660347Z test_jvp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:40.9941158Z test_jvp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:48:41.0101207Z test_jvp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:41.0249876Z test_jvp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:41.0393988Z test_jvp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:41.0648802Z test_jvp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:41.0760683Z test_jvp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:41.0945967Z test_jvp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:41.0997310Z test_jvp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:41.1078599Z test_jvp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:41.1262542Z test_jvp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:41.1549049Z test_jvp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:41.1766922Z test_jvp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:41.2031421Z test_jvp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:48:41.2299332Z test_jvp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:48:41.2482214Z test_jvp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:41.2533951Z test_jvp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:41.2615868Z test_jvp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:41.2805303Z test_jvp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:41.2844808Z test_jvp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:41.2981563Z test_jvp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:41.3030716Z test_jvp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:41.3082847Z test_jvp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:41.3334652Z test_jvp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:41.3353902Z test_jvp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:41.3390859Z test_jvp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:41.3765447Z test_jvp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:48:41.4147400Z test_jvp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:48:41.4522202Z test_jvp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:48:41.4629423Z test_jvp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:41.5288035Z test_jvp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:48:41.5508097Z test_jvp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:41.7133036Z test_jvp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-09-27T15:48:41.7658410Z test_jvp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:48:41.7677675Z test_jvp_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:41.7819582Z test_jvp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:41.7841238Z test_jvp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:41.7862991Z test_jvp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:41.7911309Z test_jvp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:41.7930843Z test_jvp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:41.7949913Z test_jvp_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:41.7969241Z test_jvp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:41.7988780Z test_jvp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:41.8008263Z test_jvp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:41.8029238Z test_jvp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:41.8135090Z test_jvp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:41.8302058Z test_jvp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:41.8496696Z test_jvp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:41.8645529Z test_jvp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:41.9047365Z test_jvp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:48:41.9384024Z test_jvp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:48:41.9534714Z test_jvp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:41.9658382Z test_jvp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:41.9793313Z test_jvp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:42.0078358Z test_jvp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:48:42.0368573Z test_jvp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:42.1022613Z test_jvp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:48:42.1264642Z test_jvp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:42.2011656Z test_jvp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T15:48:42.2111826Z test_jvp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:42.2354976Z test_jvp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:42.3029989Z test_jvp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:48:42.3070528Z test_jvp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:42.3115418Z test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:42.3159916Z test_jvp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:42.3202656Z test_jvp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:42.3245329Z test_jvp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:42.3290439Z test_jvp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:42.3336010Z test_jvp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:42.3379776Z test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:42.3423727Z test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:42.3466900Z test_jvp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:42.3716689Z test_jvp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:42.4007840Z test_jvp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:42.4263739Z test_jvp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:42.4495449Z test_jvp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:42.4798499Z test_jvp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:48:42.5230154Z test_jvp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:48:42.5249086Z test_jvp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:42.5743753Z test_jvp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:48:42.6250491Z test_jvp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:48:42.6939823Z test_jvp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:48:42.7043423Z test_jvp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:42.7062936Z test_jvp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:42.7127591Z test_jvp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:42.7237276Z test_jvp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:42.7547032Z test_jvp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:48:42.7896362Z test_jvp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:48:42.8581122Z test_jvp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T15:48:42.9465359Z test_jvp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-09-27T15:48:43.9932064Z test_jvp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.046s) 2022-09-27T15:48:44.0064958Z test_jvp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:44.0735464Z test_jvp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:48:44.0754957Z test_jvp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:44.0924501Z test_jvp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:44.1025929Z test_jvp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:44.1126037Z test_jvp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:44.1202470Z test_jvp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:44.1310629Z test_jvp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:44.1578939Z test_jvp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:48:44.1765310Z test_jvp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:44.2063111Z test_jvp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:48:44.2261130Z test_jvp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:44.2457652Z test_jvp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:44.2651796Z test_jvp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:44.2846341Z test_jvp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:44.3038644Z test_jvp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:44.3231974Z test_jvp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:44.3580521Z test_jvp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:48:44.3707819Z test_jvp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:44.3858711Z test_jvp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:44.4004895Z test_jvp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:44.4294520Z test_jvp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:44.4576899Z test_jvp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:48:44.4645565Z test_jvp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:44.5230616Z test_jvp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:48:45.9282361Z test_jvp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.405s) 2022-09-27T15:48:48.2467689Z test_jvp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.318s) 2022-09-27T15:48:49.1544971Z test_jvp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.908s) 2022-09-27T15:48:49.1560723Z test_jvp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:48:49.2994418Z test_jvp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.143s) 2022-09-27T15:48:49.3011273Z test_jvp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:48:49.5640929Z test_jvp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.263s) 2022-09-27T15:48:49.5657090Z test_jvp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:48:49.6670619Z test_jvp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-09-27T15:48:49.6783269Z test_jvp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:49.6915818Z test_jvp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:49.7105974Z test_jvp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:49.7125458Z test_jvp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:49.7144840Z test_jvp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:49.7290334Z test_jvp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:49.8252685Z test_jvp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T15:48:49.8435846Z test_jvp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:49.8585667Z test_jvp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:49.9297395Z test_jvp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T15:48:49.9480649Z test_jvp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:49.9664141Z test_jvp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:49.9816654Z test_jvp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:49.9836318Z test_jvp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:49.9885360Z test_jvp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:49.9933626Z test_jvp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:50.1584266Z test_jvp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.165s) 2022-09-27T15:48:50.2004979Z test_jvp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:48:50.2064045Z test_jvp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:50.2141522Z test_jvp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:50.2237244Z test_jvp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-09-27T15:48:50.2338693Z test_jvp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:50.2446884Z test_jvp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:50.2617649Z test_jvp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:50.2750702Z test_jvp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:50.2873039Z test_jvp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:50.2997402Z test_jvp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:50.3057018Z test_jvp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:50.3144180Z test_jvp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:50.3212429Z test_jvp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:50.3272973Z test_jvp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:50.3364121Z test_jvp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:50.3583449Z test_jvp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:50.3820689Z test_jvp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:50.7364099Z test_jvp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.354s) 2022-09-27T15:48:50.7442820Z test_jvp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:50.7634606Z test_jvp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:50.7654917Z test_jvp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:50.8388073Z test_jvp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T15:48:50.8457169Z test_jvp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:50.8555498Z test_jvp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:50.8644952Z test_jvp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:50.8664878Z test_jvp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:50.8684867Z test_jvp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:50.8704107Z test_jvp_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:50.8723967Z test_jvp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:50.8743438Z test_jvp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:50.9111851Z test_jvp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:48:50.9131716Z test_jvp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:50.9169028Z test_jvp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:51.9408498Z test_jvp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.024s) 2022-09-27T15:48:51.9485930Z test_jvp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:51.9710750Z test_jvp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:51.9907385Z test_jvp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:52.0225373Z test_jvp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:48:52.0543910Z test_jvp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:48:52.0861858Z test_jvp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:48:52.1181613Z test_jvp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:48:52.1498368Z test_jvp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:48:52.1554263Z test_jvp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:52.1756668Z test_jvp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:52.2457034Z test_jvp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T15:48:52.3165659Z test_jvp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T15:48:52.4069136Z test_jvp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T15:48:52.5604098Z test_jvp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-09-27T15:48:52.5703590Z test_jvp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:52.5723436Z test_jvp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:52.5742737Z test_jvp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:52.5762492Z test_jvp_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:52.5782010Z test_jvp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:52.5846307Z test_jvp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:52.5902832Z test_jvp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:52.6003234Z test_jvp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:52.6290997Z test_jvp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:52.6311057Z test_jvp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:52.6637382Z test_jvp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:48:52.6728742Z test_jvp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:52.6808738Z test_jvp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:52.6925576Z test_jvp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:52.6945114Z test_jvp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:52.6964835Z test_jvp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:52.7011970Z test_jvp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:52.7057564Z test_jvp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:52.7278154Z test_jvp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:48:52.7810380Z test_jvp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:48:52.7860350Z test_jvp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:52.7958772Z test_jvp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:52.8057628Z test_jvp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:52.8156268Z test_jvp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:52.8258209Z test_jvp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:52.8457499Z test_jvp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:48:52.8746601Z test_jvp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:52.9059480Z test_jvp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:48:53.0020661Z test_jvp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T15:48:53.0977085Z test_jvp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T15:48:53.1896631Z test_jvp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-09-27T15:48:53.1916227Z test_jvp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.2733259Z test_jvp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:48:53.2752762Z test_jvp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.2772552Z test_jvp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.2792123Z test_jvp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.2882852Z test_jvp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:48:53.2988876Z test_jvp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:53.3040628Z test_jvp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:53.3060486Z test_jvp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.3080400Z test_jvp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.3178395Z test_jvp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:53.3227992Z test_jvp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:53.3247975Z test_jvp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.3298700Z test_jvp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:53.3414369Z test_jvp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:53.3465183Z test_jvp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:53.3641384Z test_jvp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:48:53.3759393Z test_jvp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:53.3879483Z test_jvp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:53.4382436Z test_jvp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:48:53.4402530Z test_jvp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.4422002Z test_jvp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.4441826Z test_jvp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.4461264Z test_jvp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.4480963Z test_jvp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.4500738Z test_jvp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.4520270Z test_jvp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.4539690Z test_jvp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.4555337Z test_jvp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:48:53.4572055Z test_jvp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:48:53.4622146Z test_jvp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:53.4683831Z test_jvp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:53.4703574Z test_jvp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.4723089Z test_jvp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.4776870Z test_jvp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:53.4849715Z test_jvp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:53.4923901Z test_jvp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:53.4943545Z test_jvp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.4958789Z test_jvp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:48:53.5022332Z test_jvp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:53.5042314Z test_jvp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.5061817Z test_jvp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.5082179Z test_jvp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.5101298Z test_jvp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.5168450Z test_jvp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:53.5230537Z test_jvp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:53.5396294Z test_jvp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:53.5416509Z test_jvp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.5436038Z test_jvp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.5451969Z test_jvp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:48:53.5467173Z test_jvp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:48:53.5483039Z test_jvp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:48:53.5498145Z test_jvp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:48:53.5517968Z test_jvp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.5709089Z test_jvp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:53.5729054Z test_jvp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:53.5791113Z test_jvp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:53.5896738Z test_jvp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:53.6025518Z test_jvp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:48:53.6075908Z test_jvp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:53.6180314Z test_jvp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:53.6389846Z test_jvp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:48:53.6534107Z test_jvp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:48:53.6706777Z test_jvp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:48:53.6947267Z test_jvp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:53.7135916Z test_jvp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:53.7445173Z test_jvp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:48:53.7731887Z test_jvp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:48:53.7969746Z test_jvp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:54.4251010Z test_jvp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.628s) 2022-09-27T15:48:55.6540202Z test_jvp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.229s) 2022-09-27T15:48:55.6561946Z test_jvp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:55.6661961Z test_jvp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:48:55.6776385Z test_jvp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:55.6927084Z test_jvp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:55.6978415Z test_jvp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:55.7029767Z test_jvp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:55.7112368Z test_jvp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-09-27T15:48:55.7170068Z test_jvp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:55.7542680Z test_jvp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:48:55.7921202Z test_jvp_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:48:55.7940501Z test_jvp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:55.8172432Z test_jvp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:55.8208408Z test_jvp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:55.8450431Z test_jvp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:48:55.8642422Z test_jvp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:55.8830356Z test_jvp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:48:55.9138947Z test_jvp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:48:55.9389115Z test_jvp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:55.9639511Z test_jvp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:55.9922704Z test_jvp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:48:55.9972528Z test_jvp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:48:56.0220721Z test_jvp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:48:56.0375529Z test_jvp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:48:56.0696361Z test_jvp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:48:56.0716208Z test_jvp_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:56.0736216Z test_jvp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:56.0757342Z test_jvp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:56.1018284Z test_jvp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:48:56.1180814Z test_jvp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:48:56.1408636Z test_jvp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:48:56.1446226Z test_jvp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:48:56.1481343Z test_jvp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:48:56.1561091Z test_jvp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:48:56.1679568Z test_jvp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:48:56.1754720Z test_jvp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:56.1811686Z test_jvp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:48:56.1918762Z test_jvp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:56.2200372Z test_jvp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:48:56.2306339Z test_jvp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:48:56.2327994Z test_jvp_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:56.2347496Z test_jvp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:48:56.2421463Z test_jvpvjp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:56.2495888Z test_jvpvjp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:48:56.3047433Z test_jvpvjp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:48:56.3903619Z test_jvpvjp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T15:48:56.4205216Z test_jvpvjp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:48:56.4616728Z test_jvpvjp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:48:56.5159222Z test_jvpvjp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T15:48:56.5507814Z test_jvpvjp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:48:56.5857332Z test_jvpvjp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:48:56.6314216Z test_jvpvjp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:48:56.6623503Z test_jvpvjp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:48:56.9491896Z test_jvpvjp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.287s) 2022-09-27T15:48:57.2350802Z test_jvpvjp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.286s) 2022-09-27T15:48:57.2384357Z test_jvpvjp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:48:57.2417382Z test_jvpvjp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:48:57.2913390Z test_jvpvjp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:48:57.3299068Z test_jvpvjp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:48:57.3945259Z test_jvpvjp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:48:57.4599436Z test_jvpvjp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:48:57.7542079Z test_jvpvjp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.294s) 2022-09-27T15:48:58.0695432Z test_jvpvjp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.315s) 2022-09-27T15:48:58.1250989Z test_jvpvjp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:48:59.6102760Z test_jvpvjp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.485s) 2022-09-27T15:48:59.7797665Z test_jvpvjp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.169s) 2022-09-27T15:49:00.2220427Z test_jvpvjp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.442s) 2022-09-27T15:49:00.2887938Z test_jvpvjp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:49:00.3585035Z test_jvpvjp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T15:49:00.9171241Z test_jvpvjp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.558s) 2022-09-27T15:49:01.1386103Z test_jvpvjp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.221s) 2022-09-27T15:49:01.6625755Z test_jvpvjp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.524s) 2022-09-27T15:49:01.6687485Z test_jvpvjp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:01.6803893Z test_jvpvjp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:01.6914720Z test_jvpvjp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:01.7282702Z test_jvpvjp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:01.7622004Z test_jvpvjp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:49:01.8340980Z test_jvpvjp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T15:49:01.8984745Z test_jvpvjp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:49:01.9166349Z test_jvpvjp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:01.9337338Z test_jvpvjp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:49:01.9664739Z test_jvpvjp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:49:01.9891114Z test_jvpvjp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:01.9924404Z test_jvpvjp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:01.9957340Z test_jvpvjp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.0589251Z test_jvpvjp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:49:02.1217781Z test_jvpvjp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:49:02.1251695Z test_jvpvjp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.1308504Z test_jvpvjp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:02.1341389Z test_jvpvjp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.1374468Z test_jvpvjp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.1407619Z test_jvpvjp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.1440734Z test_jvpvjp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.1473490Z test_jvpvjp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.1506350Z test_jvpvjp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.1662086Z test_jvpvjp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:02.1690719Z test_jvpvjp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:49:02.1759627Z test_jvpvjp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:02.1824046Z test_jvpvjp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:02.2250161Z test_jvpvjp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:49:02.2311706Z test_jvpvjp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:02.2376113Z test_jvpvjp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:02.2564441Z test_jvpvjp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:49:02.2752703Z test_jvpvjp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:49:02.2944821Z test_jvpvjp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:49:02.3261924Z test_jvpvjp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:49:02.3394369Z test_jvpvjp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:02.3539395Z test_jvpvjp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:02.3661942Z test_jvpvjp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:02.3853978Z test_jvpvjp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:49:02.3927609Z test_jvpvjp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:02.3960986Z test_jvpvjp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.3993934Z test_jvpvjp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.4027412Z test_jvpvjp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.4116526Z test_jvpvjp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:02.4297844Z test_jvpvjp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:02.4331099Z test_jvpvjp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.4364215Z test_jvpvjp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.4397022Z test_jvpvjp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.4527891Z test_jvpvjp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:02.4761624Z test_jvpvjp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:02.5408643Z test_jvpvjp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.065s) 2022-09-27T15:49:02.5464684Z test_jvpvjp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:02.5613618Z test_jvpvjp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:02.5647032Z test_jvpvjp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.5679645Z test_jvpvjp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:02.5831758Z test_jvpvjp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T15:49:02.6262689Z test_jvpvjp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:49:02.6819921Z test_jvpvjp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:49:02.6927486Z test_jvpvjp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:02.7159815Z test_jvpvjp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:02.7500059Z test_jvpvjp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:49:02.7843867Z test_jvpvjp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:49:02.7920410Z test_jvpvjp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:02.8046044Z test_jvpvjp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:02.8902028Z test_jvpvjp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:49:02.9219556Z test_jvpvjp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:49:02.9305983Z test_jvpvjp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:02.9359084Z test_jvpvjp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:03.0461236Z test_jvpvjp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.110s) 2022-09-27T15:49:03.0533159Z test_jvpvjp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:03.0905447Z test_jvpvjp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:03.1242617Z test_jvpvjp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:49:03.1353094Z test_jvpvjp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:03.1455617Z test_jvpvjp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:03.1489126Z test_jvpvjp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:03.4139062Z test_jvpvjp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.265s) 2022-09-27T15:49:03.4283703Z test_jvpvjp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:03.4391000Z test_jvpvjp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:03.4499594Z test_jvpvjp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:03.5120935Z test_jvpvjp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:49:03.5246079Z test_jvpvjp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:03.5688806Z test_jvpvjp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:49:03.5789333Z test_jvpvjp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:03.6163325Z test_jvpvjp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:03.6532264Z test_jvpvjp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:03.6680448Z test_jvpvjp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:03.7036116Z test_jvpvjp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:49:03.7571869Z test_jvpvjp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:49:04.0262851Z test_jvpvjp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.269s) 2022-09-27T15:49:04.0368921Z test_jvpvjp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:04.3103902Z test_jvpvjp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.273s) 2022-09-27T15:49:04.3455374Z test_jvpvjp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:49:04.3867498Z test_jvpvjp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:49:04.4218894Z test_jvpvjp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:49:04.4289675Z test_jvpvjp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:04.4434816Z test_jvpvjp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:04.4557494Z test_jvpvjp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:04.4649761Z test_jvpvjp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:04.4768032Z test_jvpvjp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:04.5195075Z test_jvpvjp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:49:04.5229098Z test_jvpvjp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:04.5262521Z test_jvpvjp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:04.5295511Z test_jvpvjp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:04.5328610Z test_jvpvjp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:04.5393141Z test_jvpvjp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:04.5506733Z test_jvpvjp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:04.5573101Z test_jvpvjp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:04.5678250Z test_jvpvjp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:04.5777658Z test_jvpvjp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:04.5879475Z test_jvpvjp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:04.6106895Z test_jvpvjp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:04.6167413Z test_jvpvjp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:04.6200854Z test_jvpvjp_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:04.6403685Z test_jvpvjp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:04.6622115Z test_jvpvjp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:04.6871810Z test_jvpvjp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:04.7017791Z test_jvpvjp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:04.7274754Z test_jvpvjp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:04.7541399Z test_jvpvjp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:49:04.7852975Z test_jvpvjp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:49:04.8058344Z test_jvpvjp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:04.8309200Z test_jvpvjp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:04.8564933Z test_jvpvjp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:04.8709122Z test_jvpvjp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:04.8957798Z test_jvpvjp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:04.9216871Z test_jvpvjp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:04.9518370Z test_jvpvjp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:04.9745304Z test_jvpvjp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:04.9993429Z test_jvpvjp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:05.0274704Z test_jvpvjp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:49:05.0481193Z test_jvpvjp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:05.0710068Z test_jvpvjp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:05.0969781Z test_jvpvjp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:05.1079587Z test_jvpvjp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:05.1230727Z test_jvpvjp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:05.1461775Z test_jvpvjp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:05.1534702Z test_jvpvjp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:05.1611454Z test_jvpvjp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:05.1742468Z test_jvpvjp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:05.1856124Z test_jvpvjp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:05.2405289Z test_jvpvjp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:49:05.2465048Z test_jvpvjp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:05.2498585Z test_jvpvjp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.2847201Z test_jvpvjp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:49:05.3195137Z test_jvpvjp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:49:05.3573200Z test_jvpvjp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:49:05.3665945Z test_jvpvjp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:05.3771752Z test_jvpvjp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:05.3805904Z test_jvpvjp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.3971961Z test_jvpvjp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:05.4008955Z test_jvpvjp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T15:49:05.4042501Z test_jvpvjp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.4937290Z test_jvpvjp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-09-27T15:49:05.4970814Z test_jvpvjp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.5115179Z test_jvpvjp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:05.5236910Z test_jvpvjp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:05.5270555Z test_jvpvjp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.5303768Z test_jvpvjp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.5391934Z test_jvpvjp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:05.5505742Z test_jvpvjp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:05.5882491Z test_jvpvjp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:49:05.6001214Z test_jvpvjp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:05.6034566Z test_jvpvjp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.6068102Z test_jvpvjp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.6401058Z test_jvpvjp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:49:05.6534498Z test_jvpvjp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:05.6646229Z test_jvpvjp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:05.6830737Z test_jvpvjp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:05.7138144Z test_jvpvjp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:49:05.7284967Z test_jvpvjp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T15:49:05.7390671Z test_jvpvjp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:05.7501865Z test_jvpvjp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:05.7535582Z test_jvpvjp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.7569896Z test_jvpvjp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.7602858Z test_jvpvjp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.7636797Z test_jvpvjp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.7670151Z test_jvpvjp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.7703318Z test_jvpvjp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.7736467Z test_jvpvjp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.7769784Z test_jvpvjp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.7802924Z test_jvpvjp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.7838289Z test_jvpvjp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.8497040Z test_jvpvjp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:49:05.8531031Z test_jvpvjp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.8564406Z test_jvpvjp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.8597876Z test_jvpvjp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.8631070Z test_jvpvjp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.8664529Z test_jvpvjp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:05.8737435Z test_jvpvjp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:05.9016773Z test_jvpvjp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:49:05.9407914Z test_jvpvjp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:49:05.9441670Z test_jvpvjp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:06.0036516Z test_jvpvjp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:49:06.0139660Z test_jvpvjp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:06.0742193Z test_jvpvjp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:49:06.1323359Z test_jvpvjp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:49:06.1553553Z test_jvpvjp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:06.1700631Z test_jvpvjp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:06.2153124Z test_jvpvjp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:49:06.5287930Z test_jvpvjp_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.313s) 2022-09-27T15:49:06.5911402Z test_jvpvjp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:49:06.6327974Z test_jvpvjp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:49:06.6738323Z test_jvpvjp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:49:06.7039188Z test_jvpvjp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:06.7067807Z test_jvpvjp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:49:06.7367147Z test_jvpvjp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:06.7656212Z test_jvpvjp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:49:06.7689377Z test_jvpvjp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:06.7722162Z test_jvpvjp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:06.7755183Z test_jvpvjp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:06.9145908Z test_jvpvjp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-09-27T15:49:07.0518737Z test_jvpvjp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.137s) 2022-09-27T15:49:07.2504390Z test_jvpvjp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.198s) 2022-09-27T15:49:07.4995840Z test_jvpvjp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.249s) 2022-09-27T15:49:07.6821729Z test_jvpvjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.182s) 2022-09-27T15:49:09.0374717Z test_jvpvjp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.355s) 2022-09-27T15:49:09.3337510Z test_jvpvjp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.296s) 2022-09-27T15:49:09.4063809Z test_jvpvjp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T15:49:09.4097228Z test_jvpvjp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:09.4130248Z test_jvpvjp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:09.4481331Z test_jvpvjp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:49:09.7846861Z test_jvpvjp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.336s) 2022-09-27T15:49:10.0318416Z test_jvpvjp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.247s) 2022-09-27T15:49:10.1581782Z test_jvpvjp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-09-27T15:49:10.2013634Z test_jvpvjp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:49:10.2047311Z test_jvpvjp_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:49:10.3624075Z test_jvpvjp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.157s) 2022-09-27T15:49:10.3995612Z test_jvpvjp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:10.4781411Z test_jvpvjp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T15:49:10.5545505Z test_jvpvjp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T15:49:11.8128670Z test_jvpvjp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.258s) 2022-09-27T15:49:13.0014697Z test_jvpvjp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.188s) 2022-09-27T15:49:13.1364833Z test_jvpvjp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-09-27T15:49:13.1495127Z test_jvpvjp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:13.1751523Z test_jvpvjp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:13.2166137Z test_jvpvjp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:49:13.3600830Z test_jvpvjp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.143s) 2022-09-27T15:49:13.9757952Z test_jvpvjp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.615s) 2022-09-27T15:49:13.9792178Z test_jvpvjp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:13.9897215Z test_jvpvjp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:13.9956867Z test_jvpvjp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:14.0059996Z test_jvpvjp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:14.0159229Z test_jvpvjp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:14.0371399Z test_jvpvjp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:14.0596216Z test_jvpvjp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:14.0674551Z test_jvpvjp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:14.0749624Z test_jvpvjp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:14.0898060Z test_jvpvjp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T15:49:14.1310429Z test_jvpvjp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:49:14.1343694Z test_jvpvjp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:14.1377150Z test_jvpvjp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:14.1410390Z test_jvpvjp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:14.1443367Z test_jvpvjp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:14.1606205Z test_jvpvjp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:14.1639446Z test_jvpvjp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:14.2148425Z test_jvpvjp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:49:14.2182044Z test_jvpvjp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:14.2215278Z test_jvpvjp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:14.2248247Z test_jvpvjp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:14.4964876Z test_jvpvjp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.271s) 2022-09-27T15:49:14.8342516Z test_jvpvjp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.338s) 2022-09-27T15:49:14.9291235Z test_jvpvjp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-09-27T15:49:14.9446275Z test_jvpvjp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:14.9599543Z test_jvpvjp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:14.9891523Z test_jvpvjp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:49:15.0047867Z test_jvpvjp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:15.0240451Z test_jvpvjp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:49:15.0480711Z test_jvpvjp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:15.1023368Z test_jvpvjp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T15:49:15.1255443Z test_jvpvjp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:15.1627686Z test_jvpvjp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:15.1722521Z test_jvpvjp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:15.1855972Z test_jvpvjp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:15.2226754Z test_jvpvjp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:15.2695217Z test_jvpvjp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:49:15.3073279Z test_jvpvjp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:49:15.3452139Z test_jvpvjp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:49:15.3828236Z test_jvpvjp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:15.4197590Z test_jvpvjp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:15.4291662Z test_jvpvjp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:15.4424198Z test_jvpvjp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:15.4794351Z test_jvpvjp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:15.4863995Z test_jvpvjp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:15.5086302Z test_jvpvjp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:15.5162607Z test_jvpvjp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:15.5248328Z test_jvpvjp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:15.5595429Z test_jvpvjp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:49:15.5628698Z test_jvpvjp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:15.5699710Z test_jvpvjp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:15.6068380Z test_jvpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:15.6436474Z test_jvpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:15.6806966Z test_jvpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:15.6917185Z test_jvpvjp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:15.8113157Z test_jvpvjp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-09-27T15:49:15.8496850Z test_jvpvjp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:49:16.1986937Z test_jvpvjp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.349s) 2022-09-27T15:49:16.2912364Z test_jvpvjp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-09-27T15:49:16.2945960Z test_jvpvjp_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:16.3189141Z test_jvpvjp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:16.4370253Z test_jvpvjp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-09-27T15:49:16.4403594Z test_jvpvjp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:16.4459179Z test_jvpvjp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:16.4493163Z test_jvpvjp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:16.4526416Z test_jvpvjp_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:16.4559719Z test_jvpvjp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:16.4592951Z test_jvpvjp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:16.4626136Z test_jvpvjp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:16.4659583Z test_jvpvjp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:16.4837723Z test_jvpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:16.5110157Z test_jvpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:49:16.5429847Z test_jvpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:49:16.5670164Z test_jvpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:16.6288709Z test_jvpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:49:16.6815249Z test_jvpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:49:16.7068508Z test_jvpvjp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:16.7268921Z test_jvpvjp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:16.7493606Z test_jvpvjp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:16.8283347Z test_jvpvjp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T15:49:16.9043609Z test_jvpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T15:49:17.1034715Z test_jvpvjp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.199s) 2022-09-27T15:49:17.1699345Z test_jvpvjp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:49:17.3420152Z test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-09-27T15:49:17.3525062Z test_jvpvjp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:17.4086704Z test_jvpvjp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:49:17.5710946Z test_jvpvjp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-09-27T15:49:17.5792710Z test_jvpvjp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:17.5892743Z test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:17.5988539Z test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:17.6072600Z test_jvpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:17.6158078Z test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:17.6253969Z test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:17.6349307Z test_jvpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:17.6443466Z test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:17.6536864Z test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:17.6630040Z test_jvpvjp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:17.7209689Z test_jvpvjp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:49:17.7911246Z test_jvpvjp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T15:49:17.8531686Z test_jvpvjp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:49:17.9151252Z test_jvpvjp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:49:17.9949887Z test_jvpvjp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T15:49:18.0929600Z test_jvpvjp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T15:49:18.1091454Z test_jvpvjp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T15:49:18.1473414Z test_jvpvjp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:49:18.1868902Z test_jvpvjp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:49:18.2386651Z test_jvpvjp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:49:18.2490528Z test_jvpvjp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:18.2647719Z test_jvpvjp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T15:49:18.2751308Z test_jvpvjp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:18.2932768Z test_jvpvjp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:18.3174354Z test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:18.3435335Z test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:18.4512320Z test_jvpvjp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-09-27T15:49:18.5909714Z test_jvpvjp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-09-27T15:49:21.1301514Z test_jvpvjp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.539s) 2022-09-27T15:49:21.1572303Z test_jvpvjp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:49:21.2788436Z test_jvpvjp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-09-27T15:49:21.3013926Z test_jvpvjp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.023s) 2022-09-27T15:49:21.3397296Z test_jvpvjp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:49:21.3574024Z test_jvpvjp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:21.3683239Z test_jvpvjp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-09-27T15:49:21.3819680Z test_jvpvjp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:21.4001677Z test_jvpvjp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:21.4531975Z test_jvpvjp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:49:21.4656676Z test_jvpvjp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-09-27T15:49:21.5326294Z test_jvpvjp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:49:21.5657223Z test_jvpvjp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:49:21.5964872Z test_jvpvjp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:49:21.6267525Z test_jvpvjp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:21.6572664Z test_jvpvjp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:21.6872317Z test_jvpvjp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:21.7177958Z test_jvpvjp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:21.7977380Z test_jvpvjp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T15:49:21.8247741Z test_jvpvjp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:49:21.8663415Z test_jvpvjp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:49:21.8905617Z test_jvpvjp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:21.9597662Z test_jvpvjp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:49:22.0222101Z test_jvpvjp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:49:22.0343041Z test_jvpvjp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-09-27T15:49:22.1327681Z test_jvpvjp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T15:49:24.3955040Z test_jvpvjp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.262s) 2022-09-27T15:49:27.9898170Z test_jvpvjp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.594s) 2022-09-27T15:49:29.4363067Z test_jvpvjp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.446s) 2022-09-27T15:49:29.9089872Z test_jvpvjp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.473s) 2022-09-27T15:49:30.0756660Z test_jvpvjp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.167s) 2022-09-27T15:49:30.9767639Z test_jvpvjp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.901s) 2022-09-27T15:49:31.2599937Z test_jvpvjp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.283s) 2022-09-27T15:49:31.5656818Z test_jvpvjp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.306s) 2022-09-27T15:49:31.6779536Z test_jvpvjp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.112s) 2022-09-27T15:49:31.6918162Z test_jvpvjp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:31.7196878Z test_jvpvjp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:49:31.7599980Z test_jvpvjp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:49:31.7745306Z test_jvpvjp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T15:49:31.7898027Z test_jvpvjp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T15:49:31.8038753Z test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T15:49:31.9908396Z test_jvpvjp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.187s) 2022-09-27T15:49:32.0334167Z test_jvpvjp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:49:32.0664615Z test_jvpvjp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:49:32.1774775Z test_jvpvjp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T15:49:32.2077840Z test_jvpvjp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:32.2382297Z test_jvpvjp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:32.2728857Z test_jvpvjp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:49:32.2884349Z test_jvpvjp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T15:49:32.2961751Z test_jvpvjp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:32.3039256Z test_jvpvjp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:32.7029159Z test_jvpvjp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.399s) 2022-09-27T15:49:32.7933354Z test_jvpvjp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T15:49:32.8036223Z test_jvpvjp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:32.8166763Z test_jvpvjp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:32.8278605Z test_jvpvjp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:32.8383684Z test_jvpvjp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:32.8503907Z test_jvpvjp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:32.8911131Z test_jvpvjp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:49:32.9036628Z test_jvpvjp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-09-27T15:49:32.9267741Z test_jvpvjp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:32.9513743Z test_jvpvjp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:32.9621882Z test_jvpvjp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:32.9774043Z test_jvpvjp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:32.9910071Z test_jvpvjp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:33.0020110Z test_jvpvjp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:33.0161029Z test_jvpvjp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:33.0724694Z test_jvpvjp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:49:33.1309736Z test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:49:33.6874896Z test_jvpvjp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.556s) 2022-09-27T15:49:33.6998548Z test_jvpvjp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:33.7296279Z test_jvpvjp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:33.7329683Z test_jvpvjp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:33.8874157Z test_jvpvjp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.154s) 2022-09-27T15:49:33.9002764Z test_jvpvjp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:33.9199019Z test_jvpvjp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:49:33.9348008Z test_jvpvjp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:33.9640852Z test_jvpvjp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.029s) 2022-09-27T15:49:33.9705495Z test_jvpvjp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:33.9738947Z test_jvpvjp_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:33.9772310Z test_jvpvjp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:33.9805708Z test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:34.0556419Z test_jvpvjp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T15:49:34.0590470Z test_jvpvjp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:34.0662348Z test_jvpvjp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:37.0577581Z test_jvpvjp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.991s) 2022-09-27T15:49:37.0702262Z test_jvpvjp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:37.1180859Z test_jvpvjp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:49:37.1642848Z test_jvpvjp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:49:37.1931983Z test_jvpvjp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:49:37.2217442Z test_jvpvjp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:49:37.2502790Z test_jvpvjp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:49:37.2787853Z test_jvpvjp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:49:37.3072506Z test_jvpvjp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:49:37.3160489Z test_jvpvjp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:37.3679729Z test_jvpvjp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:49:37.5106556Z test_jvpvjp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.143s) 2022-09-27T15:49:37.5821214Z test_jvpvjp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T15:49:37.7409934Z test_jvpvjp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-09-27T15:49:38.0792014Z test_jvpvjp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.338s) 2022-09-27T15:49:38.0892494Z test_jvpvjp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:38.0925773Z test_jvpvjp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:38.0962079Z test_jvpvjp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T15:49:38.0994894Z test_jvpvjp_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:38.1027948Z test_jvpvjp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:38.1127159Z test_jvpvjp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:38.1214646Z test_jvpvjp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:38.1319442Z test_jvpvjp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:38.1699708Z test_jvpvjp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:49:38.1846819Z test_jvpvjp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T15:49:38.2393841Z test_jvpvjp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T15:49:38.2545212Z test_jvpvjp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:38.2666424Z test_jvpvjp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:38.2844013Z test_jvpvjp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:38.2877093Z test_jvpvjp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:38.2910239Z test_jvpvjp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:38.2981899Z test_jvpvjp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:38.3053406Z test_jvpvjp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:38.3403025Z test_jvpvjp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:49:38.4215567Z test_jvpvjp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:49:38.4271681Z test_jvpvjp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:38.4367931Z test_jvpvjp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:38.4463132Z test_jvpvjp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:38.4558387Z test_jvpvjp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:38.4666160Z test_jvpvjp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:38.5038647Z test_jvpvjp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:38.5324167Z test_jvpvjp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:49:38.5640057Z test_jvpvjp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:49:38.6694468Z test_jvpvjp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T15:49:38.7748167Z test_jvpvjp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T15:49:38.8729069Z test_jvpvjp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T15:49:39.0035820Z test_jvpvjp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.131s) 2022-09-27T15:49:39.0802002Z test_jvpvjp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T15:49:39.0834823Z test_jvpvjp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.0979249Z test_jvpvjp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T15:49:39.1122121Z test_jvpvjp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T15:49:39.1263744Z test_jvpvjp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:39.1462822Z test_jvpvjp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:39.1520975Z test_jvpvjp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:39.1554305Z test_jvpvjp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.1587329Z test_jvpvjp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.1689860Z test_jvpvjp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:39.1745537Z test_jvpvjp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:39.1779196Z test_jvpvjp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.1838232Z test_jvpvjp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:39.1973826Z test_jvpvjp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:39.2032970Z test_jvpvjp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:39.2370972Z test_jvpvjp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:49:39.2588200Z test_jvpvjp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:39.2820887Z test_jvpvjp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:39.3646504Z test_jvpvjp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:49:39.3783392Z test_jvpvjp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T15:49:39.3817175Z test_jvpvjp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.3849970Z test_jvpvjp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.3887239Z test_jvpvjp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T15:49:39.3922494Z test_jvpvjp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.3955358Z test_jvpvjp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.3988478Z test_jvpvjp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.4021600Z test_jvpvjp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.4050537Z test_jvpvjp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:49:39.4079117Z test_jvpvjp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:49:39.4168134Z test_jvpvjp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:39.4277673Z test_jvpvjp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:39.4311061Z test_jvpvjp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.4344128Z test_jvpvjp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.4449939Z test_jvpvjp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:39.4593516Z test_jvpvjp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:39.4750378Z test_jvpvjp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:39.4787706Z test_jvpvjp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T15:49:39.4817075Z test_jvpvjp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:49:39.4935652Z test_jvpvjp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:39.4969298Z test_jvpvjp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.5002467Z test_jvpvjp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.5035320Z test_jvpvjp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.5068606Z test_jvpvjp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.5205975Z test_jvpvjp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:39.5322795Z test_jvpvjp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:39.5608440Z test_jvpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:49:39.5641475Z test_jvpvjp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.5674520Z test_jvpvjp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.5704157Z test_jvpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:49:39.5733363Z test_jvpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:49:39.5762552Z test_jvpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:49:39.5791500Z test_jvpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:49:39.5825169Z test_jvpvjp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:39.6261001Z test_jvpvjp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:49:39.6298379Z test_jvpvjp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T15:49:39.6378543Z test_jvpvjp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:39.6484661Z test_jvpvjp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:39.6613312Z test_jvpvjp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:39.6672329Z test_jvpvjp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:39.6780858Z test_jvpvjp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:39.6961256Z test_jvpvjp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:39.7250360Z test_jvpvjp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:49:39.7586471Z test_jvpvjp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:49:39.7951345Z test_jvpvjp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:49:39.8320627Z test_jvpvjp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:39.8690630Z test_jvpvjp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:39.9142565Z test_jvpvjp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:49:39.9506391Z test_jvpvjp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:49:41.1697083Z test_jvpvjp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.219s) 2022-09-27T15:49:44.3989298Z test_jvpvjp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.229s) 2022-09-27T15:49:44.4154312Z test_jvpvjp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T15:49:44.4249405Z test_jvpvjp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:44.4426634Z test_jvpvjp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:44.4685392Z test_jvpvjp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:44.4746849Z test_jvpvjp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:44.4806056Z test_jvpvjp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:44.4900562Z test_jvpvjp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-09-27T15:49:44.5018051Z test_jvpvjp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:44.5642539Z test_jvpvjp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:49:44.6301650Z test_jvpvjp_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:49:44.6447578Z test_jvpvjp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T15:49:44.6821318Z test_jvpvjp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:44.6881519Z test_jvpvjp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:44.7079164Z test_jvpvjp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:44.7534403Z test_jvpvjp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:49:44.7987081Z test_jvpvjp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:49:44.8506112Z test_jvpvjp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:49:44.8712993Z test_jvpvjp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:44.8922081Z test_jvpvjp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:44.9330053Z test_jvpvjp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:49:44.9386466Z test_jvpvjp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:44.9567945Z test_jvpvjp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:44.9803668Z test_jvpvjp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:45.0318546Z test_jvpvjp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:49:45.0351959Z test_jvpvjp_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:45.0385081Z test_jvpvjp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:45.0418958Z test_jvpvjp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:45.0632403Z test_jvpvjp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:45.0919618Z test_jvpvjp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:49:45.1235335Z test_jvpvjp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:49:45.1305096Z test_jvpvjp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:45.1359603Z test_jvpvjp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:45.1481073Z test_jvpvjp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:45.1658419Z test_jvpvjp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:45.1747349Z test_jvpvjp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:45.1860645Z test_jvpvjp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:45.2068006Z test_jvpvjp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:45.2486016Z test_jvpvjp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:49:45.2590141Z test_jvpvjp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:45.2623258Z test_jvpvjp_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:45.2656611Z test_jvpvjp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:49:45.2707581Z test_vjp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:45.2759616Z test_vjp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:45.3150700Z test_vjp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:49:45.3748063Z test_vjp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:49:45.3958598Z test_vjp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:45.4215275Z test_vjp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:45.4563357Z test_vjp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:49:45.4787059Z test_vjp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:45.5010133Z test_vjp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:45.5266452Z test_vjp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:45.5479117Z test_vjp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:45.7294259Z test_vjp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.181s) 2022-09-27T15:49:45.9103898Z test_vjp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.181s) 2022-09-27T15:49:45.9124209Z test_vjp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:45.9144539Z test_vjp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:45.9459840Z test_vjp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:49:45.9747078Z test_vjp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:49:46.0144492Z test_vjp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:49:46.0561559Z test_vjp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:49:46.2577734Z test_vjp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.201s) 2022-09-27T15:49:46.4813243Z test_vjp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.223s) 2022-09-27T15:49:46.5215391Z test_vjp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:49:47.4549426Z test_vjp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.933s) 2022-09-27T15:49:47.5431115Z test_vjp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-09-27T15:49:47.7524668Z test_vjp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.209s) 2022-09-27T15:49:47.7932252Z test_vjp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:49:47.8354568Z test_vjp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:49:48.1739364Z test_vjp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.338s) 2022-09-27T15:49:48.3413768Z test_vjp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.167s) 2022-09-27T15:49:48.6675389Z test_vjp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.326s) 2022-09-27T15:49:48.6713994Z test_vjp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:48.6784798Z test_vjp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:48.6854252Z test_vjp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:48.7108071Z test_vjp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:48.7312333Z test_vjp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:48.7902748Z test_vjp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:49:48.8466981Z test_vjp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:49:48.8604989Z test_vjp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:48.8736424Z test_vjp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:48.8938620Z test_vjp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:48.9075074Z test_vjp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:48.9096907Z test_vjp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:48.9118392Z test_vjp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:48.9487592Z test_vjp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:48.9854427Z test_vjp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:48.9874032Z test_vjp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:48.9911019Z test_vjp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:48.9933017Z test_vjp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:48.9954322Z test_vjp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:48.9976207Z test_vjp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:48.9997764Z test_vjp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:49.0019327Z test_vjp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:49.0040801Z test_vjp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:49.0153319Z test_vjp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:49.0169198Z test_vjp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:49:49.0208266Z test_vjp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:49.0246595Z test_vjp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:49.0485311Z test_vjp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:49.0523496Z test_vjp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:49.0564515Z test_vjp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:49.0712283Z test_vjp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:49.0858507Z test_vjp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:49.1007097Z test_vjp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:49.1252688Z test_vjp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:49.1349086Z test_vjp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:49.1454297Z test_vjp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:49.1541566Z test_vjp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:49.1667908Z test_vjp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:49.1711356Z test_vjp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:49.1731375Z test_vjp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:49.1750858Z test_vjp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:49.1770735Z test_vjp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:49.1835078Z test_vjp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:49.1969673Z test_vjp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:49.1989449Z test_vjp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:49.2009316Z test_vjp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:49.2028739Z test_vjp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:49.2114519Z test_vjp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:49.2278553Z test_vjp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:49.8095302Z test_vjp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.582s) 2022-09-27T15:49:49.8133209Z test_vjp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:49.8242256Z test_vjp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:49.8262101Z test_vjp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:49.8282107Z test_vjp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:49.8589909Z test_vjp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:49:49.8858118Z test_vjp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:49:49.9185917Z test_vjp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:49:49.9292521Z test_vjp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:49.9443043Z test_vjp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:49.9668314Z test_vjp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:49.9891801Z test_vjp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:49.9946493Z test_vjp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:50.0031786Z test_vjp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:50.0579872Z test_vjp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:49:50.0799522Z test_vjp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:50.0860445Z test_vjp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:50.0895807Z test_vjp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-09-27T15:49:50.1727128Z test_vjp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T15:49:50.1776887Z test_vjp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:50.2005955Z test_vjp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:50.2171405Z test_vjp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:50.2238804Z test_vjp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:50.2306145Z test_vjp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:50.2326113Z test_vjp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:50.3710873Z test_vjp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-09-27T15:49:50.3801302Z test_vjp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:50.3875097Z test_vjp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:50.3948839Z test_vjp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:50.4204108Z test_vjp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:50.4357519Z test_vjp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:50.4624362Z test_vjp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:49:50.4690706Z test_vjp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:50.4961919Z test_vjp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:49:50.5236764Z test_vjp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:49:50.5342149Z test_vjp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:50.5607959Z test_vjp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:50.5981401Z test_vjp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:49:50.7725309Z test_vjp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.174s) 2022-09-27T15:49:50.7793292Z test_vjp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:50.9218244Z test_vjp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-09-27T15:49:50.9464565Z test_vjp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:50.9728124Z test_vjp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:50.9975493Z test_vjp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:51.0018927Z test_vjp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:51.0121865Z test_vjp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:51.0212378Z test_vjp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:51.0285169Z test_vjp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.0361175Z test_vjp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.0638507Z test_vjp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:49:51.0658487Z test_vjp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.0677991Z test_vjp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.0697642Z test_vjp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.0717155Z test_vjp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.0756087Z test_vjp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:51.0825895Z test_vjp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.0864556Z test_vjp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:51.0932744Z test_vjp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.0999996Z test_vjp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.1072157Z test_vjp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.1242241Z test_vjp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:49:51.1280273Z test_vjp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:51.1299750Z test_vjp_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.1442513Z test_vjp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:51.1600828Z test_vjp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:51.1779821Z test_vjp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:51.1884477Z test_vjp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:51.2049478Z test_vjp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:51.2222356Z test_vjp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:49:51.2425110Z test_vjp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:51.2570553Z test_vjp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:51.2745485Z test_vjp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:49:51.2930681Z test_vjp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:51.3034717Z test_vjp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:51.3202551Z test_vjp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:49:51.3379993Z test_vjp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:51.3589595Z test_vjp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:51.3739753Z test_vjp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:51.3908820Z test_vjp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:49:51.4101840Z test_vjp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:49:51.4249311Z test_vjp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:49:51.4408805Z test_vjp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:51.4592379Z test_vjp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:51.4661534Z test_vjp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.4773404Z test_vjp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:51.4940386Z test_vjp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:49:51.4989250Z test_vjp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:51.5038253Z test_vjp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:51.5134325Z test_vjp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:51.5213993Z test_vjp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:51.5489543Z test_vjp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:49:51.5525946Z test_vjp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:51.5545638Z test_vjp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.5776503Z test_vjp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:51.6005891Z test_vjp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:51.6256672Z test_vjp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:51.6320620Z test_vjp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:51.6388617Z test_vjp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.6408560Z test_vjp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.6525917Z test_vjp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:49:51.6545884Z test_vjp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.6565668Z test_vjp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.6993699Z test_vjp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:49:51.7014161Z test_vjp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.7118073Z test_vjp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:49:51.7205619Z test_vjp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:51.7225004Z test_vjp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.7244618Z test_vjp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.7316485Z test_vjp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.7389312Z test_vjp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.7619562Z test_vjp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:51.7691919Z test_vjp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.7713296Z test_vjp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.7734917Z test_vjp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.7967091Z test_vjp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:51.8058605Z test_vjp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:51.8138859Z test_vjp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:51.8363409Z test_vjp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:51.8755369Z test_vjp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:49:51.9714934Z test_vjp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T15:49:51.9788501Z test_vjp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.9858091Z test_vjp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:51.9877775Z test_vjp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.9897610Z test_vjp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.9917061Z test_vjp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.9936854Z test_vjp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.9955925Z test_vjp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.9975385Z test_vjp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:51.9994939Z test_vjp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.0014658Z test_vjp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.0034105Z test_vjp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.0053125Z test_vjp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.0447103Z test_vjp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:49:52.0466929Z test_vjp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.0486812Z test_vjp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.0506126Z test_vjp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.0525967Z test_vjp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.0544909Z test_vjp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.0590397Z test_vjp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:52.0787729Z test_vjp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:52.1033348Z test_vjp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:52.1053011Z test_vjp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.1589172Z test_vjp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:49:52.1656704Z test_vjp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:52.1984525Z test_vjp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:49:52.2292270Z test_vjp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:49:52.2428936Z test_vjp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:52.2518629Z test_vjp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:52.2790734Z test_vjp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:49:52.5622045Z test_vjp_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.283s) 2022-09-27T15:49:52.5944908Z test_vjp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:49:52.6199355Z test_vjp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:52.6448645Z test_vjp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:52.6643858Z test_vjp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:49:52.7453453Z test_vjp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:49:52.7658360Z test_vjp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:52.7852694Z test_vjp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:49:52.7872397Z test_vjp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.7892197Z test_vjp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.7911730Z test_vjp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:52.8697303Z test_vjp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T15:49:52.9440870Z test_vjp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T15:49:53.0452884Z test_vjp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-09-27T15:49:53.2068591Z test_vjp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-09-27T15:49:53.2943405Z test_vjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T15:49:53.9041110Z test_vjp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.610s) 2022-09-27T15:49:54.0717530Z test_vjp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.168s) 2022-09-27T15:49:54.1169259Z test_vjp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:49:54.1188617Z test_vjp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:54.1208758Z test_vjp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:54.1418834Z test_vjp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:54.3436136Z test_vjp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.201s) 2022-09-27T15:49:54.4829717Z test_vjp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-09-27T15:49:54.5548463Z test_vjp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T15:49:54.5788028Z test_vjp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:54.5808559Z test_vjp_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:49:54.6773072Z test_vjp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T15:49:54.7063696Z test_vjp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:49:54.7587782Z test_vjp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:49:54.8093199Z test_vjp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:49:55.5504242Z test_vjp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.741s) 2022-09-27T15:49:56.2166149Z test_vjp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.666s) 2022-09-27T15:49:56.2909029Z test_vjp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T15:49:56.3001671Z test_vjp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:56.3163214Z test_vjp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:56.3411298Z test_vjp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:49:56.4350129Z test_vjp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T15:49:56.7661679Z test_vjp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.331s) 2022-09-27T15:49:56.7681477Z test_vjp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:56.7748840Z test_vjp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:56.7787085Z test_vjp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:56.7855206Z test_vjp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:56.7922199Z test_vjp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:56.8230185Z test_vjp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:49:56.8554584Z test_vjp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:49:56.8600246Z test_vjp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:56.8644352Z test_vjp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:56.8788331Z test_vjp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:56.9074155Z test_vjp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:49:56.9094132Z test_vjp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:56.9113673Z test_vjp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:56.9133168Z test_vjp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:56.9152526Z test_vjp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:56.9398186Z test_vjp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:56.9418146Z test_vjp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:57.0043141Z test_vjp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:49:57.0062515Z test_vjp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:57.0082184Z test_vjp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:57.0102210Z test_vjp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:57.1673589Z test_vjp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.157s) 2022-09-27T15:49:57.3292716Z test_vjp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-09-27T15:49:57.4114795Z test_vjp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:49:57.4229180Z test_vjp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:57.4343030Z test_vjp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:57.4551694Z test_vjp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:57.4664135Z test_vjp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:49:57.4792590Z test_vjp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:57.4958618Z test_vjp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:49:57.5598097Z test_vjp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:49:57.5838862Z test_vjp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:49:57.6068890Z test_vjp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:57.6126766Z test_vjp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:57.6219102Z test_vjp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:57.6449607Z test_vjp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:57.6789612Z test_vjp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:49:57.7047138Z test_vjp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:57.7346787Z test_vjp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:57.7643997Z test_vjp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:49:57.7873270Z test_vjp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:57.7930781Z test_vjp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:57.8023168Z test_vjp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:49:57.8251819Z test_vjp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:57.8295122Z test_vjp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:57.8456040Z test_vjp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:57.8540268Z test_vjp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:49:57.8598970Z test_vjp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:57.8824299Z test_vjp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:49:57.8844343Z test_vjp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:57.8888344Z test_vjp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:57.9115152Z test_vjp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:57.9345202Z test_vjp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:57.9573594Z test_vjp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:57.9642602Z test_vjp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:58.0334389Z test_vjp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:49:58.0599107Z test_vjp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:49:58.2551949Z test_vjp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.195s) 2022-09-27T15:49:58.3144507Z test_vjp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:49:58.3164213Z test_vjp_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:58.3340251Z test_vjp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:49:58.3925654Z test_vjp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:49:58.3945422Z test_vjp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:58.3982493Z test_vjp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:49:58.4002553Z test_vjp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:58.4021884Z test_vjp_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:58.4041486Z test_vjp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:58.4060950Z test_vjp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:58.4080620Z test_vjp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:58.4099874Z test_vjp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:49:58.4232767Z test_vjp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:58.4432377Z test_vjp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:58.4666877Z test_vjp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:49:58.4839281Z test_vjp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:49:58.5296766Z test_vjp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:49:58.5688617Z test_vjp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:49:58.5871888Z test_vjp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:49:58.6017114Z test_vjp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:49:58.6177318Z test_vjp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:49:58.6523485Z test_vjp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:49:58.6868562Z test_vjp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:49:58.7691574Z test_vjp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:49:58.8004595Z test_vjp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:49:58.8903738Z test_vjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T15:49:58.8971093Z test_vjp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:58.9298380Z test_vjp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:49:59.0255866Z test_vjp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T15:49:59.0303212Z test_vjp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:59.0359518Z test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:49:59.0414593Z test_vjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:59.0463357Z test_vjp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:59.0514574Z test_vjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:59.0569779Z test_vjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:59.0624504Z test_vjp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:59.0678411Z test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:59.0732640Z test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:59.0788577Z test_vjp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:49:59.1122731Z test_vjp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:49:59.1524475Z test_vjp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:49:59.1881688Z test_vjp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:49:59.2193337Z test_vjp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:49:59.2555011Z test_vjp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:49:59.3058082Z test_vjp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:49:59.3266281Z test_vjp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:49:59.3547706Z test_vjp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:49:59.3840083Z test_vjp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:49:59.4231204Z test_vjp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:49:59.4298986Z test_vjp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:59.5047345Z test_vjp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T15:49:59.5121460Z test_vjp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:49:59.5251084Z test_vjp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:49:59.5421229Z test_vjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:49:59.5627111Z test_vjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:49:59.6461645Z test_vjp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T15:49:59.7539961Z test_vjp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-09-27T15:50:01.1103618Z test_vjp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.356s) 2022-09-27T15:50:01.1261443Z test_vjp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:50:01.2049622Z test_vjp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T15:50:01.2750641Z test_vjp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T15:50:01.2907314Z test_vjp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:50:01.3027870Z test_vjp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:50:01.3107581Z test_vjp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:01.3197956Z test_vjp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:50:01.3319448Z test_vjp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:50:01.3654015Z test_vjp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:50:01.3893311Z test_vjp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:50:01.4172679Z test_vjp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:50:01.4418648Z test_vjp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:50:01.4648858Z test_vjp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:50:01.4877766Z test_vjp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:50:01.5105997Z test_vjp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:50:01.5331257Z test_vjp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:50:01.5561793Z test_vjp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:50:01.6037632Z test_vjp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:50:01.6214000Z test_vjp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:50:01.6393197Z test_vjp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:50:01.6566996Z test_vjp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:50:01.6995511Z test_vjp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:50:01.7331885Z test_vjp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:01.7402672Z test_vjp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:01.8007901Z test_vjp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:50:03.4663025Z test_vjp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.665s) 2022-09-27T15:50:06.1052276Z test_vjp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.639s) 2022-09-27T15:50:07.1746128Z test_vjp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.069s) 2022-09-27T15:50:07.5533674Z test_vjp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.379s) 2022-09-27T15:50:07.7047345Z test_vjp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.151s) 2022-09-27T15:50:08.4248141Z test_vjp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.720s) 2022-09-27T15:50:08.7036341Z test_vjp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.279s) 2022-09-27T15:50:08.9495410Z test_vjp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.246s) 2022-09-27T15:50:09.0571968Z test_vjp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.107s) 2022-09-27T15:50:09.0651777Z test_vjp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:09.0819065Z test_vjp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:50:09.1059973Z test_vjp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:50:09.1174596Z test_vjp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:09.1250977Z test_vjp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:09.1396973Z test_vjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:50:09.2552427Z test_vjp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-09-27T15:50:09.2780898Z test_vjp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:50:09.2988058Z test_vjp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:50:09.3823476Z test_vjp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T15:50:09.4046009Z test_vjp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:50:09.4269349Z test_vjp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:50:09.4473983Z test_vjp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:09.4649981Z test_vjp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:50:09.4705385Z test_vjp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:09.4762113Z test_vjp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:09.7006551Z test_vjp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.224s) 2022-09-27T15:50:09.7528759Z test_vjp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:50:09.7598089Z test_vjp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:09.7689178Z test_vjp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:50:09.7770110Z test_vjp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:09.7838674Z test_vjp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:09.7913883Z test_vjp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:09.8131332Z test_vjp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:50:09.8285817Z test_vjp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:50:09.8418734Z test_vjp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:09.8556258Z test_vjp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:50:09.8626125Z test_vjp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:09.8728836Z test_vjp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:09.8809022Z test_vjp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:09.8881719Z test_vjp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:09.8983906Z test_vjp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:09.9286387Z test_vjp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:50:09.9606149Z test_vjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:50:10.3773205Z test_vjp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.417s) 2022-09-27T15:50:10.3864697Z test_vjp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:50:10.4089061Z test_vjp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:50:10.4110325Z test_vjp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:10.4989535Z test_vjp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-09-27T15:50:10.5072237Z test_vjp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:10.5178142Z test_vjp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:10.5288276Z test_vjp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:10.5446214Z test_vjp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:50:10.5493312Z test_vjp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:10.5514685Z test_vjp_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:10.5536250Z test_vjp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:10.5558038Z test_vjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:10.6080357Z test_vjp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:50:10.6101923Z test_vjp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:10.6170694Z test_vjp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:11.9115030Z test_vjp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.294s) 2022-09-27T15:50:11.9204051Z test_vjp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:50:11.9509662Z test_vjp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:50:11.9762337Z test_vjp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:50:11.9958544Z test_vjp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:12.0154391Z test_vjp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:50:12.0350106Z test_vjp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:50:12.0546676Z test_vjp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:12.0742232Z test_vjp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:50:12.0805110Z test_vjp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:12.1065283Z test_vjp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:50:12.1820598Z test_vjp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T15:50:12.2320503Z test_vjp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:50:12.3315506Z test_vjp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-09-27T15:50:12.5235359Z test_vjp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.192s) 2022-09-27T15:50:12.5303527Z test_vjp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:12.5324871Z test_vjp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:12.5345949Z test_vjp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:12.5367417Z test_vjp_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:12.5388453Z test_vjp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:12.5459793Z test_vjp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:12.5522375Z test_vjp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:12.5592642Z test_vjp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:12.5845742Z test_vjp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:50:12.5961220Z test_vjp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:12.6352449Z test_vjp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:50:12.6462838Z test_vjp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:12.6552607Z test_vjp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:50:12.6686099Z test_vjp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:12.6707394Z test_vjp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:12.6728682Z test_vjp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:12.6779187Z test_vjp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:12.6830216Z test_vjp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:12.7086259Z test_vjp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:50:12.7698608Z test_vjp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:50:12.7736977Z test_vjp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:12.7804199Z test_vjp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:12.7873059Z test_vjp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:12.7940469Z test_vjp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:12.8011370Z test_vjp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:12.8268692Z test_vjp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:50:12.8622586Z test_vjp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:12.9017840Z test_vjp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:50:12.9623477Z test_vjp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:50:13.0230392Z test_vjp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:50:13.0865168Z test_vjp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:50:13.1650820Z test_vjp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T15:50:13.2198317Z test_vjp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:50:13.2219681Z test_vjp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.4330842Z test_vjp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.211s) 2022-09-27T15:50:13.6162656Z test_vjp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.183s) 2022-09-27T15:50:13.6267988Z test_vjp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:13.6406154Z test_vjp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:50:13.6445939Z test_vjp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:13.6467347Z test_vjp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.6489850Z test_vjp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.6558212Z test_vjp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:13.6596727Z test_vjp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:13.6618294Z test_vjp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.6657656Z test_vjp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:13.6734771Z test_vjp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:13.6774165Z test_vjp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:13.7008243Z test_vjp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:50:13.7324244Z test_vjp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:50:13.7657838Z test_vjp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:50:13.8268476Z test_vjp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:50:13.8362450Z test_vjp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-09-27T15:50:13.8383821Z test_vjp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.8405451Z test_vjp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.8426635Z test_vjp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.8450265Z test_vjp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.8471366Z test_vjp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.8493180Z test_vjp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.8514502Z test_vjp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.8532693Z test_vjp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:50:13.8550051Z test_vjp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:50:13.8607570Z test_vjp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:13.8678343Z test_vjp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:13.8699930Z test_vjp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.8721259Z test_vjp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.8782737Z test_vjp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:13.8865501Z test_vjp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:13.8949733Z test_vjp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:13.8971467Z test_vjp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.8988687Z test_vjp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:50:13.9062489Z test_vjp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:13.9084239Z test_vjp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.9105547Z test_vjp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.9126980Z test_vjp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.9148234Z test_vjp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.9227101Z test_vjp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:13.9299208Z test_vjp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:13.9495479Z test_vjp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:13.9516827Z test_vjp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.9537485Z test_vjp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.9552928Z test_vjp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:50:13.9569475Z test_vjp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:50:13.9584684Z test_vjp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:13.9600590Z test_vjp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:50:13.9620272Z test_vjp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.9864446Z test_vjp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:50:13.9883891Z test_vjp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:13.9945467Z test_vjp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:14.0043333Z test_vjp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:14.0160312Z test_vjp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:50:14.0200434Z test_vjp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:14.0269492Z test_vjp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:14.0402355Z test_vjp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:14.0598186Z test_vjp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:50:14.0795738Z test_vjp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:14.1037003Z test_vjp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:50:14.1271910Z test_vjp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:50:14.1527543Z test_vjp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:50:14.1857408Z test_vjp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:50:14.2127548Z test_vjp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:50:14.9455581Z test_vjp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.733s) 2022-09-27T15:50:16.3034298Z test_vjp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.358s) 2022-09-27T15:50:16.3381917Z test_vjp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:16.3493583Z test_vjp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:16.3623154Z test_vjp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:16.3804336Z test_vjp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:50:16.3843237Z test_vjp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:16.3881095Z test_vjp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:16.3961632Z test_vjp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-09-27T15:50:16.4037243Z test_vjp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:16.4487610Z test_vjp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:50:16.4960369Z test_vjp_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:50:16.5037731Z test_vjp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:16.5304122Z test_vjp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:50:16.5342974Z test_vjp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:16.5490617Z test_vjp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:50:16.5763215Z test_vjp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:50:16.6033994Z test_vjp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:50:16.6391263Z test_vjp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:50:16.6542296Z test_vjp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:50:16.6694338Z test_vjp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:50:16.6951719Z test_vjp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:50:16.6988977Z test_vjp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:16.7192887Z test_vjp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:16.7366086Z test_vjp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:50:16.7752132Z test_vjp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:50:16.7772373Z test_vjp_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:16.7791760Z test_vjp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:16.7811601Z test_vjp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:16.8112497Z test_vjp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:50:16.8296857Z test_vjp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:50:16.8524225Z test_vjp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:50:16.8568100Z test_vjp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:16.8604500Z test_vjp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:16.8693530Z test_vjp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:50:16.8826086Z test_vjp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:16.8899340Z test_vjp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:16.8973307Z test_vjp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:16.9114214Z test_vjp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:50:16.9357036Z test_vjp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:50:16.9432049Z test_vjp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:16.9451906Z test_vjp_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:16.9471639Z test_vjp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:16.9540590Z test_vjpvjp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:16.9611730Z test_vjpvjp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:17.0253637Z test_vjpvjp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:50:17.1248426Z test_vjpvjp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-09-27T15:50:17.1557566Z test_vjpvjp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:50:17.1962722Z test_vjpvjp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:50:17.2523750Z test_vjpvjp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:50:17.2867157Z test_vjpvjp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:17.3204548Z test_vjpvjp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:17.3622353Z test_vjpvjp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:50:17.3942056Z test_vjpvjp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:50:17.6971602Z test_vjpvjp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.303s) 2022-09-27T15:50:17.9993498Z test_vjpvjp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.302s) 2022-09-27T15:50:18.0015046Z test_vjpvjp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:18.0035819Z test_vjpvjp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:18.0603776Z test_vjpvjp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:50:18.1064299Z test_vjpvjp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:50:18.1740353Z test_vjpvjp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:50:18.2423257Z test_vjpvjp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T15:50:18.5928632Z test_vjpvjp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.350s) 2022-09-27T15:50:18.9525987Z test_vjpvjp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.360s) 2022-09-27T15:50:19.0173620Z test_vjpvjp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:50:20.5912766Z test_vjpvjp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.574s) 2022-09-27T15:50:20.7741084Z test_vjpvjp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.183s) 2022-09-27T15:50:20.8932856Z test_vjpvjp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.119s) 2022-09-27T15:50:20.9630333Z test_vjpvjp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T15:50:21.0362988Z test_vjpvjp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T15:50:21.6380311Z test_vjpvjp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.602s) 2022-09-27T15:50:21.9135677Z test_vjpvjp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.275s) 2022-09-27T15:50:22.4603310Z test_vjpvjp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.547s) 2022-09-27T15:50:22.4653759Z test_vjpvjp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:22.4765026Z test_vjpvjp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:22.4872220Z test_vjpvjp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:22.5247775Z test_vjpvjp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:50:22.5572232Z test_vjpvjp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:50:22.6556991Z test_vjpvjp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T15:50:22.7420783Z test_vjpvjp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T15:50:22.7631121Z test_vjpvjp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:50:22.7828019Z test_vjpvjp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:22.8142574Z test_vjpvjp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:50:22.8355953Z test_vjpvjp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:50:22.8378034Z test_vjpvjp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:22.8399348Z test_vjpvjp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:22.9019042Z test_vjpvjp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:50:22.9638612Z test_vjpvjp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:50:22.9660450Z test_vjpvjp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:22.9707550Z test_vjpvjp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:22.9729715Z test_vjpvjp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:22.9750673Z test_vjpvjp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:22.9772361Z test_vjpvjp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:22.9793463Z test_vjpvjp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:22.9816460Z test_vjpvjp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:22.9837814Z test_vjpvjp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:23.0015148Z test_vjpvjp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:50:23.0231220Z test_vjpvjp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:50:23.0287412Z test_vjpvjp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:23.0340856Z test_vjpvjp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:23.0753903Z test_vjpvjp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:50:23.0808604Z test_vjpvjp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:23.0864739Z test_vjpvjp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:23.1066224Z test_vjpvjp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:23.1271289Z test_vjpvjp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:23.1486127Z test_vjpvjp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:50:23.1873060Z test_vjpvjp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:50:23.2007229Z test_vjpvjp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:23.2162966Z test_vjpvjp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:50:23.2293099Z test_vjpvjp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:23.2486785Z test_vjpvjp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:50:23.2544379Z test_vjpvjp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:23.2568162Z test_vjpvjp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:23.2589085Z test_vjpvjp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:23.2610552Z test_vjpvjp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:23.2691098Z test_vjpvjp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:23.2894040Z test_vjpvjp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:23.2914892Z test_vjpvjp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:23.2936430Z test_vjpvjp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:23.2957699Z test_vjpvjp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:23.3090588Z test_vjpvjp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:23.3331201Z test_vjpvjp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:50:23.3352447Z test_vjpvjp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-09-27T15:50:23.3398491Z test_vjpvjp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:23.3565378Z test_vjpvjp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:50:23.3586428Z test_vjpvjp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:23.3607253Z test_vjpvjp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:23.4260324Z test_vjpvjp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:50:23.4740042Z test_vjpvjp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:50:23.5325482Z test_vjpvjp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:50:23.5459411Z test_vjpvjp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:23.5685440Z test_vjpvjp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:50:23.6032069Z test_vjpvjp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:23.6381365Z test_vjpvjp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:23.6455852Z test_vjpvjp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:23.6581835Z test_vjpvjp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:50:23.7605528Z test_vjpvjp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-09-27T15:50:23.7946904Z test_vjpvjp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:23.8032010Z test_vjpvjp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:23.8076318Z test_vjpvjp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-09-27T15:50:23.9419283Z test_vjpvjp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.134s) 2022-09-27T15:50:23.9486764Z test_vjpvjp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:23.9858984Z test_vjpvjp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:50:24.0218776Z test_vjpvjp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:50:24.0320646Z test_vjpvjp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:24.0418937Z test_vjpvjp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:24.0440459Z test_vjpvjp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:24.3062862Z test_vjpvjp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.262s) 2022-09-27T15:50:24.3190870Z test_vjpvjp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:24.3299947Z test_vjpvjp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:24.3408601Z test_vjpvjp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:24.4132587Z test_vjpvjp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T15:50:24.4379742Z test_vjpvjp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:50:24.4853041Z test_vjpvjp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:50:24.4949006Z test_vjpvjp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:24.5378581Z test_vjpvjp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:50:24.5808994Z test_vjpvjp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:50:24.5969372Z test_vjpvjp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:50:24.6379591Z test_vjpvjp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:50:24.6945873Z test_vjpvjp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:50:24.9934106Z test_vjpvjp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.299s) 2022-09-27T15:50:25.0035136Z test_vjpvjp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:25.3131637Z test_vjpvjp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.310s) 2022-09-27T15:50:25.3452390Z test_vjpvjp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:50:25.3873097Z test_vjpvjp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:50:25.4199086Z test_vjpvjp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:50:25.4255873Z test_vjpvjp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:25.4409904Z test_vjpvjp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:50:25.4535617Z test_vjpvjp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:50:25.4634276Z test_vjpvjp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:25.4742559Z test_vjpvjp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:25.5205481Z test_vjpvjp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:50:25.5226495Z test_vjpvjp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:25.5247438Z test_vjpvjp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:25.5268256Z test_vjpvjp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:25.5289520Z test_vjpvjp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:25.5342561Z test_vjpvjp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:25.5451177Z test_vjpvjp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:25.5505695Z test_vjpvjp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:25.5608445Z test_vjpvjp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:25.5706234Z test_vjpvjp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:25.5809016Z test_vjpvjp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:25.6065311Z test_vjpvjp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:50:25.6115612Z test_vjpvjp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:25.6136736Z test_vjpvjp_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:25.6362527Z test_vjpvjp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:50:25.6612614Z test_vjpvjp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:50:25.6901085Z test_vjpvjp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:50:25.7057172Z test_vjpvjp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:50:25.7348880Z test_vjpvjp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:50:25.7648834Z test_vjpvjp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:50:25.8004718Z test_vjpvjp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:25.8235322Z test_vjpvjp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:50:25.8514229Z test_vjpvjp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:50:25.8814492Z test_vjpvjp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:50:25.8969449Z test_vjpvjp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:50:25.9252008Z test_vjpvjp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:50:25.9545444Z test_vjpvjp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:50:25.9897209Z test_vjpvjp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:26.0164384Z test_vjpvjp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:50:26.0455050Z test_vjpvjp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:50:26.0789240Z test_vjpvjp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:50:26.1027585Z test_vjpvjp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:50:26.1293396Z test_vjpvjp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:50:26.1599716Z test_vjpvjp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:50:26.1699727Z test_vjpvjp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:26.1863070Z test_vjpvjp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:50:26.2124005Z test_vjpvjp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:50:26.2194139Z test_vjpvjp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:26.2263224Z test_vjpvjp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:26.2400515Z test_vjpvjp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:50:26.2512018Z test_vjpvjp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:26.3079400Z test_vjpvjp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:50:26.3125443Z test_vjpvjp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:26.3146450Z test_vjpvjp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:26.3505537Z test_vjpvjp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:50:26.3866127Z test_vjpvjp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:50:26.4237036Z test_vjpvjp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:50:26.4328382Z test_vjpvjp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:50:26.4427171Z test_vjpvjp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:26.4448303Z test_vjpvjp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:26.4620667Z test_vjpvjp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:50:26.4641911Z test_vjpvjp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:26.4662728Z test_vjpvjp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:26.5500371Z test_vjpvjp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-09-27T15:50:26.5521963Z test_vjpvjp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:26.5676588Z test_vjpvjp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:50:26.5804584Z test_vjpvjp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:26.5825289Z test_vjpvjp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:26.5846246Z test_vjpvjp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:26.5942989Z test_vjpvjp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:26.6044515Z test_vjpvjp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:26.6432159Z test_vjpvjp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:50:26.6547086Z test_vjpvjp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:26.6569027Z test_vjpvjp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:26.6589571Z test_vjpvjp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:26.6935385Z test_vjpvjp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:26.7068511Z test_vjpvjp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:26.7182408Z test_vjpvjp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:26.7541282Z test_vjpvjp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:50:26.8186316Z test_vjpvjp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:50:27.0041213Z test_vjpvjp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-09-27T15:50:27.0147791Z test_vjpvjp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:27.0249114Z test_vjpvjp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:27.0270122Z test_vjpvjp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.0291243Z test_vjpvjp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.0314219Z test_vjpvjp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.0337613Z test_vjpvjp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.0360896Z test_vjpvjp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.0381540Z test_vjpvjp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.0403005Z test_vjpvjp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.0423300Z test_vjpvjp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.0444021Z test_vjpvjp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.0464785Z test_vjpvjp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.1170744Z test_vjpvjp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T15:50:27.1192106Z test_vjpvjp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.1213153Z test_vjpvjp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.1233895Z test_vjpvjp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.1254627Z test_vjpvjp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.1275344Z test_vjpvjp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.1337655Z test_vjpvjp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:27.1649316Z test_vjpvjp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:50:27.2042965Z test_vjpvjp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:50:27.2063889Z test_vjpvjp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:27.2919054Z test_vjpvjp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:50:27.3018411Z test_vjpvjp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:27.3706001Z test_vjpvjp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:50:27.4359121Z test_vjpvjp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:50:27.4612181Z test_vjpvjp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:50:27.4739623Z test_vjpvjp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:27.5339237Z test_vjpvjp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:50:27.9143998Z test_vjpvjp_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.380s) 2022-09-27T15:50:28.1793113Z test_vjpvjp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.265s) 2022-09-27T15:50:28.2287786Z test_vjpvjp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:50:28.2797956Z test_vjpvjp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:50:28.3129833Z test_vjpvjp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:50:28.4791187Z test_vjpvjp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.166s) 2022-09-27T15:50:28.5126957Z test_vjpvjp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:28.5447876Z test_vjpvjp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:50:28.5469712Z test_vjpvjp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:28.5491795Z test_vjpvjp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:28.5513461Z test_vjpvjp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:28.6841677Z test_vjpvjp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.133s) 2022-09-27T15:50:28.8139868Z test_vjpvjp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-09-27T15:50:29.0233928Z test_vjpvjp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.209s) 2022-09-27T15:50:29.3040623Z test_vjpvjp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.280s) 2022-09-27T15:50:29.5155093Z test_vjpvjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.211s) 2022-09-27T15:50:30.8870580Z test_vjpvjp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.371s) 2022-09-27T15:50:31.1837835Z test_vjpvjp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.297s) 2022-09-27T15:50:31.2675854Z test_vjpvjp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-09-27T15:50:31.2697980Z test_vjpvjp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:31.2719604Z test_vjpvjp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:31.3061008Z test_vjpvjp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:31.6786007Z test_vjpvjp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.372s) 2022-09-27T15:50:31.9447847Z test_vjpvjp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.266s) 2022-09-27T15:50:32.0928632Z test_vjpvjp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-09-27T15:50:32.1416356Z test_vjpvjp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:50:32.1438251Z test_vjpvjp_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:50:32.3328397Z test_vjpvjp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-09-27T15:50:32.3776265Z test_vjpvjp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:50:32.4693865Z test_vjpvjp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-09-27T15:50:32.5575113Z test_vjpvjp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-09-27T15:50:33.9282326Z test_vjpvjp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.370s) 2022-09-27T15:50:35.3017577Z test_vjpvjp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.373s) 2022-09-27T15:50:35.4414165Z test_vjpvjp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-09-27T15:50:35.4543749Z test_vjpvjp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:35.4830182Z test_vjpvjp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:50:35.5289351Z test_vjpvjp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:50:35.6769399Z test_vjpvjp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-09-27T15:50:36.3186578Z test_vjpvjp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.642s) 2022-09-27T15:50:36.3208875Z test_vjpvjp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:36.3311126Z test_vjpvjp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:36.3362765Z test_vjpvjp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:36.3464752Z test_vjpvjp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:36.3563686Z test_vjpvjp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:36.3761159Z test_vjpvjp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:36.3977781Z test_vjpvjp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:50:36.4042961Z test_vjpvjp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:36.4106100Z test_vjpvjp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:36.4428205Z test_vjpvjp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:50:36.4897324Z test_vjpvjp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:50:36.4918820Z test_vjpvjp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:36.4940516Z test_vjpvjp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:36.4962495Z test_vjpvjp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:36.4983943Z test_vjpvjp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:36.5284160Z test_vjpvjp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:50:36.5305886Z test_vjpvjp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:36.5870390Z test_vjpvjp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:50:36.5892231Z test_vjpvjp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:36.5913800Z test_vjpvjp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:36.5935820Z test_vjpvjp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:36.8805133Z test_vjpvjp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.287s) 2022-09-27T15:50:37.2262760Z test_vjpvjp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.346s) 2022-09-27T15:50:37.3470024Z test_vjpvjp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-09-27T15:50:37.3639154Z test_vjpvjp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:50:37.3809915Z test_vjpvjp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:50:37.4127231Z test_vjpvjp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:50:37.4298295Z test_vjpvjp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:50:37.4495407Z test_vjpvjp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:37.4765823Z test_vjpvjp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:50:37.5322899Z test_vjpvjp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:50:37.5551388Z test_vjpvjp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:50:37.5947969Z test_vjpvjp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:50:37.6032456Z test_vjpvjp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:37.6171347Z test_vjpvjp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:50:37.6567959Z test_vjpvjp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:50:37.7135722Z test_vjpvjp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:50:37.7549686Z test_vjpvjp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:50:37.7971873Z test_vjpvjp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:50:37.8392661Z test_vjpvjp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:50:37.8789748Z test_vjpvjp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:50:37.8874632Z test_vjpvjp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:37.9014432Z test_vjpvjp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:50:37.9410707Z test_vjpvjp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:50:37.9469598Z test_vjpvjp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:37.9716829Z test_vjpvjp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:50:37.9791401Z test_vjpvjp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:37.9876188Z test_vjpvjp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:38.0216078Z test_vjpvjp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:38.0237680Z test_vjpvjp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:38.0299127Z test_vjpvjp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:38.0671137Z test_vjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:50:38.1041303Z test_vjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:50:38.1410671Z test_vjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:50:38.1511432Z test_vjpvjp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:38.2698653Z test_vjpvjp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-09-27T15:50:38.3118134Z test_vjpvjp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:50:38.6571349Z test_vjpvjp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.345s) 2022-09-27T15:50:38.7569520Z test_vjpvjp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-09-27T15:50:38.7591759Z test_vjpvjp_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:38.7865298Z test_vjpvjp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:50:38.8037305Z test_vjpvjp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T15:50:38.8059244Z test_vjpvjp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:38.8108241Z test_vjpvjp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:50:38.8130093Z test_vjpvjp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:38.8151661Z test_vjpvjp_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:38.8174746Z test_vjpvjp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:38.8196261Z test_vjpvjp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:38.8218144Z test_vjpvjp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:38.8239555Z test_vjpvjp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:38.8434158Z test_vjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:50:38.8729456Z test_vjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:50:38.9081167Z test_vjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:38.9346468Z test_vjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:50:39.0038238Z test_vjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:50:39.0627295Z test_vjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:50:39.0907396Z test_vjpvjp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:50:39.1119183Z test_vjpvjp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:50:39.1356815Z test_vjpvjp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:50:39.1968291Z test_vjpvjp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:50:39.2580140Z test_vjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:50:39.4492018Z test_vjpvjp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-09-27T15:50:39.5094878Z test_vjpvjp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:50:39.6988982Z test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-09-27T15:50:39.7091187Z test_vjpvjp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:39.7641618Z test_vjpvjp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:50:39.9325084Z test_vjpvjp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.168s) 2022-09-27T15:50:39.9396057Z test_vjpvjp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:39.9492708Z test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:39.9577121Z test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:39.9650443Z test_vjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:39.9724042Z test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:39.9805002Z test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:39.9886179Z test_vjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:39.9966731Z test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:40.0045239Z test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:40.0123421Z test_vjpvjp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:50:40.0677222Z test_vjpvjp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:50:40.1355459Z test_vjpvjp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T15:50:40.1947656Z test_vjpvjp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:50:40.2593136Z test_vjpvjp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:50:40.3472933Z test_vjpvjp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-09-27T15:50:40.4341830Z test_vjpvjp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T15:50:40.4394492Z test_vjpvjp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.005s) 2022-09-27T15:50:40.4814433Z test_vjpvjp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:50:40.5251550Z test_vjpvjp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:50:40.5833058Z test_vjpvjp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:50:40.5933811Z test_vjpvjp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:40.5954615Z test_vjpvjp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-09-27T15:50:40.6061340Z test_vjpvjp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:40.6260394Z test_vjpvjp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:50:40.6508599Z test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:50:40.6805964Z test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:50:40.8063561Z test_vjpvjp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-09-27T15:50:40.9705711Z test_vjpvjp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-09-27T15:50:43.4651308Z test_vjpvjp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.494s) 2022-09-27T15:50:43.4929364Z test_vjpvjp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:50:43.6382199Z test_vjpvjp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-09-27T15:50:43.6403431Z test_vjpvjp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-09-27T15:50:43.6734009Z test_vjpvjp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:50:43.6909200Z test_vjpvjp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:50:43.6930480Z test_vjpvjp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-09-27T15:50:43.7065595Z test_vjpvjp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:43.7243446Z test_vjpvjp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:50:43.7777813Z test_vjpvjp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:50:43.8197447Z test_vjpvjp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:50:43.8764857Z test_vjpvjp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:50:43.9125815Z test_vjpvjp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:50:43.9482134Z test_vjpvjp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:43.9832378Z test_vjpvjp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:44.0181147Z test_vjpvjp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:44.0525882Z test_vjpvjp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:44.0876620Z test_vjpvjp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:44.1668993Z test_vjpvjp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T15:50:44.1931419Z test_vjpvjp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:50:44.2269409Z test_vjpvjp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:44.2527371Z test_vjpvjp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:50:44.3213493Z test_vjpvjp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T15:50:44.3899596Z test_vjpvjp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:50:44.4000949Z test_vjpvjp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:44.4964693Z test_vjpvjp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T15:50:47.1593751Z test_vjpvjp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.663s) 2022-09-27T15:50:51.2487593Z test_vjpvjp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.089s) 2022-09-27T15:50:52.9099784Z test_vjpvjp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.661s) 2022-09-27T15:50:52.9116654Z test_vjpvjp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:50:53.0891745Z test_vjpvjp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.177s) 2022-09-27T15:50:53.0909418Z test_vjpvjp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:50:53.4141172Z test_vjpvjp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.323s) 2022-09-27T15:50:53.7859828Z test_vjpvjp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.372s) 2022-09-27T15:50:53.9084669Z test_vjpvjp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-09-27T15:50:53.9209910Z test_vjpvjp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:50:53.9476325Z test_vjpvjp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:50:53.9868408Z test_vjpvjp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:50:53.9889649Z test_vjpvjp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-09-27T15:50:53.9911414Z test_vjpvjp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-09-27T15:50:54.0168523Z test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:50:54.1916554Z test_vjpvjp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.175s) 2022-09-27T15:50:54.2398484Z test_vjpvjp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:50:54.2805703Z test_vjpvjp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:50:54.4144690Z test_vjpvjp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.134s) 2022-09-27T15:50:54.4475797Z test_vjpvjp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:50:54.4813966Z test_vjpvjp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:54.5169288Z test_vjpvjp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:50:54.5190518Z test_vjpvjp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-09-27T15:50:54.5265028Z test_vjpvjp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:54.5339830Z test_vjpvjp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:50:54.9557981Z test_vjpvjp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.422s) 2022-09-27T15:50:55.0421665Z test_vjpvjp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T15:50:55.0518496Z test_vjpvjp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:55.0650308Z test_vjpvjp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:55.0764188Z test_vjpvjp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:55.0866906Z test_vjpvjp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:50:55.0980067Z test_vjpvjp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:55.1367916Z test_vjpvjp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:50:55.1620436Z test_vjpvjp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:50:55.1841667Z test_vjpvjp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:50:55.2083985Z test_vjpvjp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:50:55.2192832Z test_vjpvjp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:55.2345585Z test_vjpvjp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:50:55.2484185Z test_vjpvjp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:50:55.2598500Z test_vjpvjp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:50:55.2739544Z test_vjpvjp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:50:55.3334010Z test_vjpvjp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:50:55.3948541Z test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:50:56.0785440Z test_vjpvjp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.684s) 2022-09-27T15:50:56.0918971Z test_vjpvjp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:50:56.1264415Z test_vjpvjp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:50:56.1286586Z test_vjpvjp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:56.3016147Z test_vjpvjp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-09-27T15:50:56.3155292Z test_vjpvjp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:50:56.3321467Z test_vjpvjp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:50:56.3494142Z test_vjpvjp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:50:56.3707610Z test_vjpvjp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:50:56.3765800Z test_vjpvjp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:50:56.3787462Z test_vjpvjp_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:56.3809114Z test_vjpvjp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:56.3830687Z test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:56.4698033Z test_vjpvjp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T15:50:56.4721639Z test_vjpvjp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:50:56.4784419Z test_vjpvjp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:00.1592629Z test_vjpvjp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.681s) 2022-09-27T15:51:00.1719725Z test_vjpvjp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:51:00.2300335Z test_vjpvjp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:51:00.2778402Z test_vjpvjp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:51:00.3085504Z test_vjpvjp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:51:00.3390002Z test_vjpvjp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:51:00.3693595Z test_vjpvjp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:51:00.3998267Z test_vjpvjp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:51:00.4303156Z test_vjpvjp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:51:00.4389538Z test_vjpvjp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:51:00.4914669Z test_vjpvjp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:51:00.7946540Z test_vjpvjp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.303s) 2022-09-27T15:51:00.8728878Z test_vjpvjp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T15:51:01.0666207Z test_vjpvjp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.193s) 2022-09-27T15:51:01.4087306Z test_vjpvjp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.342s) 2022-09-27T15:51:01.4186533Z test_vjpvjp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:01.4208707Z test_vjpvjp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:01.4230049Z test_vjpvjp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:01.4251508Z test_vjpvjp_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:01.4273051Z test_vjpvjp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:01.4373469Z test_vjpvjp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:01.4460615Z test_vjpvjp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:51:01.4569198Z test_vjpvjp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:01.4942859Z test_vjpvjp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:51:01.5171688Z test_vjpvjp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:51:01.5798200Z test_vjpvjp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:51:01.5966243Z test_vjpvjp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:51:01.6093931Z test_vjpvjp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:51:01.6290514Z test_vjpvjp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:51:01.6312230Z test_vjpvjp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:01.6334002Z test_vjpvjp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:01.6401040Z test_vjpvjp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:51:01.6468313Z test_vjpvjp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:51:01.6874999Z test_vjpvjp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:51:01.7842103Z test_vjpvjp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:51:01.7889119Z test_vjpvjp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:01.7979307Z test_vjpvjp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:51:01.8069683Z test_vjpvjp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:51:01.8160326Z test_vjpvjp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:51:01.8268709Z test_vjpvjp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:01.8657732Z test_vjpvjp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:51:01.9184423Z test_vjpvjp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:51:01.9793541Z test_vjpvjp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:51:02.0763332Z test_vjpvjp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:51:02.1734717Z test_vjpvjp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:51:02.2730430Z test_vjpvjp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-09-27T15:51:02.4838521Z test_vjpvjp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.211s) 2022-09-27T15:51:02.5665147Z test_vjpvjp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T15:51:02.5687296Z test_vjpvjp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.5708721Z test_vjpvjp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-09-27T15:51:02.5730469Z test_vjpvjp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-09-27T15:51:02.5885304Z test_vjpvjp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:51:02.6089754Z test_vjpvjp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:51:02.6136507Z test_vjpvjp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:02.6158184Z test_vjpvjp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.6179995Z test_vjpvjp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.6282112Z test_vjpvjp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:02.6328863Z test_vjpvjp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:02.6350673Z test_vjpvjp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.6401838Z test_vjpvjp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:02.6534663Z test_vjpvjp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:51:02.6585472Z test_vjpvjp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:02.6939736Z test_vjpvjp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:51:02.7144465Z test_vjpvjp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:51:02.7367821Z test_vjpvjp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:51:02.8337486Z test_vjpvjp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:51:02.8432315Z test_vjpvjp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-09-27T15:51:02.8454340Z test_vjpvjp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.8475709Z test_vjpvjp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.8497407Z test_vjpvjp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.8518810Z test_vjpvjp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.8540273Z test_vjpvjp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.8562166Z test_vjpvjp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.8583447Z test_vjpvjp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.8601269Z test_vjpvjp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:51:02.8618691Z test_vjpvjp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:51:02.8699955Z test_vjpvjp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:51:02.8810503Z test_vjpvjp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:02.8832231Z test_vjpvjp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.8854037Z test_vjpvjp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.8955427Z test_vjpvjp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:02.9100154Z test_vjpvjp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:51:02.9256358Z test_vjpvjp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:51:02.9277970Z test_vjpvjp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.9295765Z test_vjpvjp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:51:02.9416423Z test_vjpvjp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:02.9437875Z test_vjpvjp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.9459724Z test_vjpvjp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.9481380Z test_vjpvjp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.9502523Z test_vjpvjp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:02.9631437Z test_vjpvjp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:51:02.9747634Z test_vjpvjp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:03.0052657Z test_vjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:51:03.0073816Z test_vjpvjp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:03.0095445Z test_vjpvjp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:03.0112886Z test_vjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:51:03.0130487Z test_vjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:51:03.0147831Z test_vjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:51:03.0165641Z test_vjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:51:03.0186732Z test_vjpvjp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:03.0604185Z test_vjpvjp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:51:03.0625308Z test_vjpvjp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:03.0709154Z test_vjpvjp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:51:03.0834427Z test_vjpvjp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:03.0991838Z test_vjpvjp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:51:03.1044674Z test_vjpvjp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:03.1150557Z test_vjpvjp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:03.1347129Z test_vjpvjp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:51:03.1654029Z test_vjpvjp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:51:03.2047005Z test_vjpvjp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:51:03.2490413Z test_vjpvjp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:51:03.2915122Z test_vjpvjp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:51:03.3302241Z test_vjpvjp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:51:03.3839857Z test_vjpvjp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T15:51:03.4268079Z test_vjpvjp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:51:04.9393453Z test_vjpvjp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.512s) 2022-09-27T15:51:08.8184135Z test_vjpvjp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.879s) 2022-09-27T15:51:08.8811817Z test_vjpvjp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:51:08.8978958Z test_vjpvjp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:51:08.9169779Z test_vjpvjp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:51:08.9454900Z test_vjpvjp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:51:08.9508548Z test_vjpvjp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:08.9558707Z test_vjpvjp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:08.9640481Z test_vjpvjp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-09-27T15:51:08.9750774Z test_vjpvjp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:09.0467768Z test_vjpvjp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T15:51:09.1193865Z test_vjpvjp_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T15:51:09.1292812Z test_vjpvjp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:09.1713891Z test_vjpvjp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:51:09.1768103Z test_vjpvjp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:09.1988329Z test_vjpvjp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:51:09.2472219Z test_vjpvjp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:51:09.2956477Z test_vjpvjp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:51:09.3517289Z test_vjpvjp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:51:09.3749008Z test_vjpvjp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:51:09.3980827Z test_vjpvjp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:51:09.4406970Z test_vjpvjp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:51:09.4453929Z test_vjpvjp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:09.4716173Z test_vjpvjp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:51:09.4986389Z test_vjpvjp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:51:09.5596220Z test_vjpvjp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:51:09.5618697Z test_vjpvjp_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:09.5640414Z test_vjpvjp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:09.5664015Z test_vjpvjp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:09.6133642Z test_vjpvjp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:51:09.6451302Z test_vjpvjp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:51:09.6824212Z test_vjpvjp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:51:09.6882656Z test_vjpvjp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:09.6929993Z test_vjpvjp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:09.7057087Z test_vjpvjp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:51:09.7255246Z test_vjpvjp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:51:09.7353456Z test_vjpvjp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:09.7458979Z test_vjpvjp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:09.7670497Z test_vjpvjp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:51:09.8081166Z test_vjpvjp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:51:09.8180637Z test_vjpvjp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:09.8202400Z test_vjpvjp_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:09.8224009Z test_vjpvjp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:09.8302561Z test_vjpvmap_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:51:09.8382669Z test_vjpvmap_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:51:09.9155953Z test_vjpvmap___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.077s) 2022-09-27T15:51:10.2829284Z test_vjpvmap___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.367s) 2022-09-27T15:51:10.3523490Z test_vjpvmap___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:51:10.4364725Z test_vjpvmap___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-09-27T15:51:10.5700513Z test_vjpvmap___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.133s) 2022-09-27T15:51:10.6459582Z test_vjpvmap___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T15:51:10.7215606Z test_vjpvmap___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T15:51:10.7318195Z test_vjpvmap___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:853: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::detach_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:10.7319068Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:51:10.7321206Z expected failure (0.011s) 2022-09-27T15:51:10.8031294Z test_vjpvmap___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T15:51:11.1557823Z test_vjpvmap__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.353s) 2022-09-27T15:51:11.5084640Z test_vjpvmap__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.353s) 2022-09-27T15:51:11.5111164Z test_vjpvmap__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:11.5137766Z test_vjpvmap__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:11.5759968Z test_vjpvmap__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:51:11.6307346Z test_vjpvmap__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:51:11.7076586Z test_vjpvmap__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-09-27T15:51:11.8627472Z test_vjpvmap__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.155s) 2022-09-27T15:51:12.2603439Z test_vjpvmap__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.397s) 2022-09-27T15:51:12.7161665Z test_vjpvmap__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.456s) 2022-09-27T15:51:12.7935947Z test_vjpvmap__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-09-27T15:51:14.6147214Z test_vjpvmap__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.821s) 2022-09-27T15:51:14.7936510Z test_vjpvmap__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-09-27T15:51:15.2090440Z test_vjpvmap__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.415s) 2022-09-27T15:51:15.2869819Z test_vjpvmap__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T15:51:15.3691439Z test_vjpvmap__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:51:16.0532150Z test_vjpvmap__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.684s) 2022-09-27T15:51:16.3768489Z test_vjpvmap__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.324s) 2022-09-27T15:51:17.0346092Z test_vjpvmap__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.658s) 2022-09-27T15:51:17.0405609Z test_vjpvmap_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:17.0522264Z test_vjpvmap_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:17.0636978Z test_vjpvmap_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:17.1484006Z test_vjpvmap_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:51:17.3083059Z test_vjpvmap_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.160s) 2022-09-27T15:51:17.5725701Z test_vjpvmap_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.264s) 2022-09-27T15:51:17.8209599Z test_vjpvmap_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.248s) 2022-09-27T15:51:17.8965595Z test_vjpvmap_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T15:51:17.9709544Z test_vjpvmap_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T15:51:18.1182887Z test_vjpvmap_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-09-27T15:51:18.2286215Z test_vjpvmap_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.110s) 2022-09-27T15:51:18.2312819Z test_vjpvmap_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:18.2339395Z test_vjpvmap_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:18.3012888Z test_vjpvmap_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:51:18.3687166Z test_vjpvmap_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:51:18.3713533Z test_vjpvmap_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:18.3771157Z test_vjpvmap_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:18.3797816Z test_vjpvmap_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:18.3824689Z test_vjpvmap_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:18.3851159Z test_vjpvmap_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:18.3877481Z test_vjpvmap_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:18.3904200Z test_vjpvmap_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:18.3930695Z test_vjpvmap_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:18.4127406Z test_vjpvmap_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:51:18.4172003Z test_vjpvmap_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:10473: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:18.4172959Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-09-27T15:51:18.4396852Z expected failure (0.027s) 2022-09-27T15:51:18.4457087Z test_vjpvmap_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:18.4516598Z test_vjpvmap_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:18.5334531Z test_vjpvmap_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:51:18.5393166Z test_vjpvmap_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:18.5453486Z test_vjpvmap_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:18.6658352Z test_vjpvmap_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-09-27T15:51:18.7883300Z test_vjpvmap_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-09-27T15:51:18.9129376Z test_vjpvmap_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.125s) 2022-09-27T15:51:19.0647660Z test_vjpvmap_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-09-27T15:51:19.0669827Z test_vjpvmap_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:51:19.0976389Z test_vjpvmap_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-09-27T15:51:19.1123120Z test_vjpvmap_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:51:19.2087308Z test_vjpvmap_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T15:51:19.2211192Z test_vjpvmap_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:19.2238094Z test_vjpvmap_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:19.2264861Z test_vjpvmap_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:19.2291683Z test_vjpvmap_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:19.2817730Z test_vjpvmap_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:51:19.3055389Z test_vjpvmap_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:51:19.3082461Z test_vjpvmap_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:19.3108851Z test_vjpvmap_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:19.3136551Z test_vjpvmap_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:19.3528353Z test_vjpvmap_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:51:19.4089486Z test_vjpvmap_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:51:21.7136305Z test_vjpvmap_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.304s) 2022-09-27T15:51:21.7194504Z test_vjpvmap_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:21.7227298Z test_vjpvmap_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::chalf. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:21.7228261Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:51:21.7435858Z ok (0.024s) 2022-09-27T15:51:21.7462969Z test_vjpvmap_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:21.7489680Z test_vjpvmap_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:21.8064996Z test_vjpvmap_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:51:21.8558070Z test_vjpvmap_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:51:21.9685460Z test_vjpvmap_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-09-27T15:51:21.9809586Z test_vjpvmap_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:22.0097408Z test_vjpvmap_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.029s) 2022-09-27T15:51:22.0852397Z test_vjpvmap_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T15:51:22.1603438Z test_vjpvmap_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T15:51:22.1686673Z test_vjpvmap_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:51:22.1765550Z test_vjpvmap_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-09-27T15:51:22.3073591Z test_vjpvmap_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.131s) 2022-09-27T15:51:22.3109834Z test_vjpvmap_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:22.3110677Z return self.op(*args, **kwargs) 2022-09-27T15:51:22.4028702Z ok (0.095s) 2022-09-27T15:51:22.4125946Z test_vjpvmap_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:22.4178258Z test_vjpvmap_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-09-27T15:51:22.5761676Z test_vjpvmap_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.158s) 2022-09-27T15:51:22.5839634Z test_vjpvmap_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:51:22.5873576Z test_vjpvmap_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:22.5874418Z return self.op(*args, **kwargs) 2022-09-27T15:51:22.6892196Z ok (0.105s) 2022-09-27T15:51:22.7242850Z test_vjpvmap_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:51:22.7355296Z test_vjpvmap_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:22.7466613Z test_vjpvmap_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:22.7493150Z test_vjpvmap_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:23.0611358Z test_vjpvmap_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.312s) 2022-09-27T15:51:23.0980160Z test_vjpvmap_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.037s) 2022-09-27T15:51:23.1108140Z test_vjpvmap_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:51:23.1235842Z test_vjpvmap_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:51:23.1705476Z test_vjpvmap_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:51:23.1856106Z test_vjpvmap_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:51:23.2733224Z test_vjpvmap_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-09-27T15:51:23.2842194Z test_vjpvmap_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:23.3370970Z test_vjpvmap_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:51:23.3846455Z test_vjpvmap_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:51:23.3884021Z test_vjpvmap_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:23.3884881Z return self.op(*args, **kwargs) 2022-09-27T15:51:23.4094307Z ok (0.025s) 2022-09-27T15:51:23.4549271Z test_vjpvmap_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:51:23.5832917Z test_vjpvmap_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-09-27T15:51:24.5291795Z test_vjpvmap_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.946s) 2022-09-27T15:51:24.5405310Z test_vjpvmap_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:25.0410195Z test_vjpvmap_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.500s) 2022-09-27T15:51:25.1159592Z test_vjpvmap_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T15:51:25.1965859Z test_vjpvmap_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:51:25.2716159Z test_vjpvmap_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T15:51:25.2836887Z test_vjpvmap_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:25.3137215Z test_vjpvmap_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-09-27T15:51:25.3280311Z test_vjpvmap_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:51:25.3378627Z test_vjpvmap_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:25.3822196Z test_vjpvmap_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:51:25.4753939Z test_vjpvmap_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-09-27T15:51:25.4781295Z test_vjpvmap_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:25.4807638Z test_vjpvmap_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:25.4833945Z test_vjpvmap_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:25.4860344Z test_vjpvmap_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:25.4920684Z test_vjpvmap_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:25.5035178Z test_vjpvmap_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:25.5095302Z test_vjpvmap_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:25.5206590Z test_vjpvmap_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:25.5315815Z test_vjpvmap_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:25.5510390Z test_vjpvmap_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:51:25.5813942Z test_vjpvmap_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:51:25.5874432Z test_vjpvmap_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:25.5901067Z test_vjpvmap_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:25.6164485Z test_vjpvmap_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:51:25.6452309Z test_vjpvmap_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:51:25.6774784Z test_vjpvmap_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:51:25.6954151Z test_vjpvmap_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:51:25.7276832Z test_vjpvmap_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:51:25.7599000Z test_vjpvmap_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:51:25.7974981Z test_vjpvmap_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:51:25.8232504Z test_vjpvmap_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:51:25.8540923Z test_vjpvmap_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:51:25.8869846Z test_vjpvmap_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:51:25.9048649Z test_vjpvmap_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:51:25.9090160Z test_vjpvmap_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:25.9090989Z return self.op(*args, **kwargs) 2022-09-27T15:51:25.9493833Z ok (0.044s) 2022-09-27T15:51:25.9812904Z test_vjpvmap_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:51:25.9856203Z test_vjpvmap_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:25.9857163Z return self.op(*args, **kwargs) 2022-09-27T15:51:26.0346101Z ok (0.053s) 2022-09-27T15:51:26.0631070Z test_vjpvmap_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:51:26.0935085Z test_vjpvmap_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:51:26.1283081Z test_vjpvmap_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:51:26.1540595Z test_vjpvmap_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:51:26.1819828Z test_vjpvmap_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:51:26.2141260Z test_vjpvmap_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:51:26.2258245Z test_vjpvmap_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:26.2441207Z test_vjpvmap_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:51:26.2733770Z test_vjpvmap_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:51:26.2812956Z test_vjpvmap_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:51:26.2892120Z test_vjpvmap_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:51:26.3175094Z test_vjpvmap_float_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.028s) 2022-09-27T15:51:26.3301840Z test_vjpvmap_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:51:26.4293614Z test_vjpvmap_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-09-27T15:51:26.4349468Z test_vjpvmap_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:26.4375786Z test_vjpvmap_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:26.5164381Z test_vjpvmap_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T15:51:26.5948186Z test_vjpvmap_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T15:51:26.6729987Z test_vjpvmap_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T15:51:26.6834146Z test_vjpvmap_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:26.6949465Z test_vjpvmap_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:26.6975993Z test_vjpvmap_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:26.7325026Z test_vjpvmap_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:51:26.7351334Z test_vjpvmap_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:26.7377904Z test_vjpvmap_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:26.8318927Z test_vjpvmap_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T15:51:26.8346052Z test_vjpvmap_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:26.8645751Z test_vjpvmap_half_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-09-27T15:51:26.8789705Z test_vjpvmap_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:51:26.8816080Z test_vjpvmap_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:26.8842487Z test_vjpvmap_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:26.8941753Z test_vjpvmap_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:26.9353525Z test_vjpvmap_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:51:27.0131964Z test_vjpvmap_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T15:51:27.0249328Z test_vjpvmap_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:27.0275548Z test_vjpvmap_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:27.0301721Z test_vjpvmap_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:27.2003300Z test_vjpvmap_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.170s) 2022-09-27T15:51:27.2536782Z test_vjpvmap_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:51:27.2572688Z test_vjpvmap_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:27.2573542Z return self.op(*args, **kwargs) 2022-09-27T15:51:27.2833135Z ok (0.030s) 2022-09-27T15:51:27.3081273Z test_vjpvmap_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.025s) 2022-09-27T15:51:27.4729891Z test_vjpvmap_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.165s) 2022-09-27T15:51:27.4765221Z test_vjpvmap_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:27.4766071Z return self.op(*args, **kwargs) 2022-09-27T15:51:28.4544864Z ok (0.981s) 2022-09-27T15:51:28.4768504Z test_vjpvmap_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:51:28.4979672Z test_vjpvmap_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:51:28.5006473Z test_vjpvmap_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.5032171Z test_vjpvmap_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:28.5058330Z test_vjpvmap_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.5084887Z test_vjpvmap_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.5110383Z test_vjpvmap_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:28.5138806Z test_vjpvmap_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.5165053Z test_vjpvmap_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.5191963Z test_vjpvmap_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.5219346Z test_vjpvmap_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.5246455Z test_vjpvmap_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.5287962Z test_vjpvmap_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::istft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:28.5288782Z return self.op(*args, **kwargs) 2022-09-27T15:51:28.6468603Z ok (0.122s) 2022-09-27T15:51:28.6499508Z test_vjpvmap_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.6526905Z test_vjpvmap_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.6553717Z test_vjpvmap_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.6580939Z test_vjpvmap_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.6608069Z test_vjpvmap_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:28.6728510Z test_vjpvmap_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:28.7097642Z test_vjpvmap_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:51:28.7944408Z test_vjpvmap_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:51:28.7971384Z test_vjpvmap_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:29.0003860Z test_vjpvmap_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.203s) 2022-09-27T15:51:29.0115101Z test_vjpvmap_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:29.0736529Z test_vjpvmap_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:51:29.1325283Z test_vjpvmap_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:51:29.1572108Z test_vjpvmap_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:51:29.1852538Z test_vjpvmap_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:51:29.2337570Z test_vjpvmap_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:51:29.5137518Z test_vjpvmap_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.280s) 2022-09-27T15:51:29.5749206Z test_vjpvmap_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:51:29.5799043Z test_vjpvmap_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:29.5799875Z return self.op(*args, **kwargs) 2022-09-27T15:51:29.6348375Z ok (0.060s) 2022-09-27T15:51:29.6790450Z test_vjpvmap_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:51:29.7120406Z test_vjpvmap_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:51:29.8915717Z test_vjpvmap_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-09-27T15:51:29.9269639Z test_vjpvmap_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:51:29.9609685Z test_vjpvmap_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:51:29.9636669Z test_vjpvmap_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:29.9664036Z test_vjpvmap_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:29.9691258Z test_vjpvmap_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:30.3437814Z test_vjpvmap_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.374s) 2022-09-27T15:51:30.6749178Z test_vjpvmap_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.331s) 2022-09-27T15:51:30.6787723Z test_vjpvmap_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:30.6788561Z return self.op(*args, **kwargs) 2022-09-27T15:51:30.9543101Z ok (0.279s) 2022-09-27T15:51:30.9589038Z test_vjpvmap_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:30.9589977Z return self.op(*args, **kwargs) 2022-09-27T15:51:31.2919876Z ok (0.338s) 2022-09-27T15:51:31.4590560Z test_vjpvmap_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.167s) 2022-09-27T15:51:36.3306253Z test_vjpvmap_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.871s) 2022-09-27T15:51:36.6958841Z test_vjpvmap_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.365s) 2022-09-27T15:51:36.7803835Z test_vjpvmap_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-09-27T15:51:36.7830860Z test_vjpvmap_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:36.7858325Z test_vjpvmap_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:37.0385516Z test_vjpvmap_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.253s) 2022-09-27T15:51:37.4181062Z test_vjpvmap_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.379s) 2022-09-27T15:51:37.6877351Z test_vjpvmap_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.270s) 2022-09-27T15:51:37.8270481Z test_vjpvmap_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-09-27T15:51:37.8720019Z test_vjpvmap_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:51:37.8746372Z test_vjpvmap_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:51:38.0376337Z test_vjpvmap_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-09-27T15:51:38.0852023Z test_vjpvmap_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:51:38.2729721Z test_vjpvmap_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.188s) 2022-09-27T15:51:38.4538254Z test_vjpvmap_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.181s) 2022-09-27T15:51:41.4156126Z test_vjpvmap_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.962s) 2022-09-27T15:51:42.8094728Z test_vjpvmap_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.394s) 2022-09-27T15:51:42.9624911Z test_vjpvmap_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-09-27T15:51:42.9775009Z test_vjpvmap_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:51:42.9813453Z test_vjpvmap_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:42.9814321Z return self.op(*args, **kwargs) 2022-09-27T15:51:43.0630425Z ok (0.085s) 2022-09-27T15:51:43.0663704Z test_vjpvmap_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:43.0664850Z return self.op(*args, **kwargs) 2022-09-27T15:51:43.1286824Z ok (0.066s) 2022-09-27T15:51:43.1318842Z test_vjpvmap_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:43.1319865Z return self.op(*args, **kwargs) 2022-09-27T15:51:43.5883685Z ok (0.459s) 2022-09-27T15:51:44.2341496Z test_vjpvmap_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.646s) 2022-09-27T15:51:44.2367548Z test_vjpvmap_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:44.2481141Z test_vjpvmap_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:44.2539935Z test_vjpvmap_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:44.2654781Z test_vjpvmap_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:44.2766047Z test_vjpvmap_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:44.2986098Z test_vjpvmap_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:51:44.3226164Z test_vjpvmap_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:51:44.3346005Z test_vjpvmap_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:44.3462518Z test_vjpvmap_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:44.3752082Z test_vjpvmap_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:51:44.4265880Z test_vjpvmap_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:51:44.4292156Z test_vjpvmap_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:44.4318333Z test_vjpvmap_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:44.4344457Z test_vjpvmap_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:44.4370718Z test_vjpvmap_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:44.4539252Z test_vjpvmap_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:51:44.4565813Z test_vjpvmap_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:44.5212919Z test_vjpvmap_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:51:44.5240663Z test_vjpvmap_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:44.5266640Z test_vjpvmap_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:51:44.5292649Z test_vjpvmap_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:44.7873397Z test_vjpvmap_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.258s) 2022-09-27T15:51:44.7920809Z test_vjpvmap_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:44.7921657Z return self.op(*args, **kwargs) 2022-09-27T15:51:46.4514630Z ok (1.664s) 2022-09-27T15:51:46.4558913Z test_vjpvmap_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:46.4559781Z return self.op(*args, **kwargs) 2022-09-27T15:51:46.8204181Z ok (0.369s) 2022-09-27T15:51:46.8393797Z test_vjpvmap_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:51:46.8582909Z test_vjpvmap_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:51:46.8686046Z test_vjpvmap_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:46.8686921Z return self.op(*args, **kwargs) 2022-09-27T15:51:46.9872035Z ok (0.129s) 2022-09-27T15:51:47.0233064Z test_vjpvmap_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:51:47.0268678Z test_vjpvmap_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:47.0269531Z return self.op(*args, **kwargs) 2022-09-27T15:51:47.1362389Z ok (0.113s) 2022-09-27T15:51:47.1453926Z test_vjpvmap_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-09-27T15:51:47.2812066Z test_vjpvmap_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-09-27T15:51:47.2860870Z test_vjpvmap_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:47.2861889Z return self.op(*args, **kwargs) 2022-09-27T15:51:47.3239577Z ok (0.043s) 2022-09-27T15:51:47.4041123Z test_vjpvmap_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T15:51:47.4133460Z test_vjpvmap_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:51:47.4299755Z test_vjpvmap_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:51:47.5101862Z test_vjpvmap_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T15:51:47.5740363Z test_vjpvmap_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:51:47.6199914Z test_vjpvmap_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:51:47.8021863Z test_vjpvmap_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.182s) 2022-09-27T15:51:47.9814928Z test_vjpvmap_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-09-27T15:51:48.0614348Z test_vjpvmap_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T15:51:48.0708454Z test_vjpvmap_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:51:48.0874793Z test_vjpvmap_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:51:48.1674372Z test_vjpvmap_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T15:51:48.1798497Z test_vjpvmap_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:48.2128426Z test_vjpvmap_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:51:48.2220924Z test_vjpvmap_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:51:48.2323560Z test_vjpvmap_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:51:48.3099636Z test_vjpvmap_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-09-27T15:51:48.3126412Z test_vjpvmap_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:48.3249839Z test_vjpvmap_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:48.3667080Z test_vjpvmap_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:51:48.4081824Z test_vjpvmap_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:51:48.4496857Z test_vjpvmap_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:51:48.4614071Z test_vjpvmap_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:51:48.4662023Z test_vjpvmap_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:48.4662847Z return self.op(*args, **kwargs) 2022-09-27T15:51:48.6613838Z ok (0.200s) 2022-09-27T15:51:48.7077197Z test_vjpvmap_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:51:48.7138623Z test_vjpvmap_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:48.7139739Z return self.op(*args, **kwargs) 2022-09-27T15:51:49.0028312Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:49.0029093Z return self.op(*args, **kwargs) 2022-09-27T15:51:49.6598679Z ok (0.952s) 2022-09-27T15:51:49.6645100Z test_vjpvmap_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:49.6645940Z return self.op(*args, **kwargs) 2022-09-27T15:51:49.8177465Z ok (0.158s) 2022-09-27T15:51:49.8206021Z test_vjpvmap_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:49.8311403Z test_vjpvmap_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-09-27T15:51:50.0644428Z test_vjpvmap_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.233s) 2022-09-27T15:51:50.0671678Z test_vjpvmap_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:50.0728879Z test_vjpvmap_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:51:50.0755322Z test_vjpvmap_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:50.0781921Z test_vjpvmap_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:50.0808213Z test_vjpvmap_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:50.0834979Z test_vjpvmap_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:50.0861551Z test_vjpvmap_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:50.0887514Z test_vjpvmap_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:51:50.1131946Z test_vjpvmap_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:51:50.1537193Z test_vjpvmap_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:51:50.2018913Z test_vjpvmap_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:51:50.2371852Z test_vjpvmap_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:51:50.3344974Z test_vjpvmap_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:51:50.4185112Z test_vjpvmap_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-09-27T15:51:50.4558467Z test_vjpvmap_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:51:50.4866580Z test_vjpvmap_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:51:50.5201669Z test_vjpvmap_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:51:51.4361410Z test_vjpvmap_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.916s) 2022-09-27T15:51:52.3311254Z test_vjpvmap_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.895s) 2022-09-27T15:51:52.3406748Z test_vjpvmap_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:52.3407613Z return self.op(*args, **kwargs) 2022-09-27T15:51:54.0234677Z ok (1.692s) 2022-09-27T15:51:54.1354077Z test_vjpvmap_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.112s) 2022-09-27T15:51:54.5716985Z test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.436s) 2022-09-27T15:51:54.5827633Z test_vjpvmap_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:54.7888363Z test_vjpvmap_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.206s) 2022-09-27T15:51:55.4976166Z test_vjpvmap_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.709s) 2022-09-27T15:51:55.5130574Z test_vjpvmap_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:51:55.5480328Z test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:51:55.5815774Z test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:51:55.5972033Z test_vjpvmap_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:51:55.6132495Z test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:51:55.6454387Z test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:51:55.6767520Z test_vjpvmap_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:51:55.7088933Z test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:51:55.7406349Z test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:51:55.7705654Z test_vjpvmap_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:51:55.9836432Z test_vjpvmap_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.213s) 2022-09-27T15:51:56.2370273Z test_vjpvmap_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.253s) 2022-09-27T15:51:56.4726256Z test_vjpvmap_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.236s) 2022-09-27T15:51:56.7212379Z test_vjpvmap_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.248s) 2022-09-27T15:51:56.8649470Z test_vjpvmap_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-09-27T15:51:57.0734889Z test_vjpvmap_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.208s) 2022-09-27T15:51:57.0773891Z test_vjpvmap_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2624: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ctc_loss.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:57.0774975Z return torch.ctc_loss( 2022-09-27T15:51:57.5287679Z ok (0.455s) 2022-09-27T15:51:57.5462567Z test_vjpvmap_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T15:51:57.5641400Z test_vjpvmap_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T15:51:57.5667625Z test_vjpvmap_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:51:57.5778266Z test_vjpvmap_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:57.5814260Z test_vjpvmap_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2388: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::embedding_bag.padding_idx. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:57.5815133Z ret, _, _, _ = torch.embedding_bag( 2022-09-27T15:51:57.9512161Z ok (0.373s) 2022-09-27T15:51:57.9750959Z test_vjpvmap_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:51:58.0207956Z test_vjpvmap_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:51:58.0229728Z test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:51:58.0252108Z test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:51:58.0274414Z test_vjpvmap_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:51:58.0296555Z test_vjpvmap_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:51:58.0335864Z test_vjpvmap_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2829: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:58.0336699Z if torch.any(var < 0): 2022-09-27T15:51:58.0383091Z expected failure (0.008s) 2022-09-27T15:51:58.0646098Z test_vjpvmap_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:51:58.2055663Z test_vjpvmap_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-09-27T15:51:58.4867018Z test_vjpvmap_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.281s) 2022-09-27T15:51:58.5169370Z test_vjpvmap_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:51:58.5368206Z test_vjpvmap_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:51:58.5476821Z test_vjpvmap_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:58.5622548Z test_vjpvmap_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:51:58.5825715Z test_vjpvmap_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:51:58.7129904Z test_vjpvmap_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-09-27T15:51:58.7164502Z test_vjpvmap_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3226: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:58.7165747Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-09-27T15:51:58.8217105Z ok (0.109s) 2022-09-27T15:51:58.8288634Z test_vjpvmap_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:51:58.8783163Z test_vjpvmap_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:51:58.9248310Z test_vjpvmap_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:51:58.9705414Z test_vjpvmap_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:51:59.0161402Z test_vjpvmap_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:51:59.0613596Z test_vjpvmap_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:51:59.1078768Z test_vjpvmap_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:51:59.1113657Z test_vjpvmap_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2924: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::kl_div. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:59.1114547Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-09-27T15:51:59.3400312Z ok (0.232s) 2022-09-27T15:51:59.4000628Z test_vjpvmap_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:51:59.5161908Z test_vjpvmap_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-09-27T15:51:59.5454533Z test_vjpvmap_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:51:59.8049717Z test_vjpvmap_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.259s) 2022-09-27T15:51:59.8740191Z test_vjpvmap_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:51:59.8851913Z test_vjpvmap_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:51:59.8890433Z test_vjpvmap_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3327: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::margin_ranking_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:51:59.8891384Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-09-27T15:52:00.4495120Z ok (0.564s) 2022-09-27T15:52:00.4571888Z test_vjpvmap_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:696: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool1d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:00.4572815Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T15:52:04.2862318Z ok (3.837s) 2022-09-27T15:52:09.5323763Z test_vjpvmap_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.246s) 2022-09-27T15:52:09.5359116Z test_vjpvmap_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:843: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:09.5360083Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T15:52:09.5413814Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:09.5414622Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T15:52:12.4595714Z ok (2.927s) 2022-09-27T15:52:12.4633090Z test_vjpvmap_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:948: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:12.4634149Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-09-27T15:52:13.9635812Z ok (1.504s) 2022-09-27T15:52:14.2151803Z test_vjpvmap_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.251s) 2022-09-27T15:52:14.2191470Z test_vjpvmap_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:980: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:14.2192728Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-09-27T15:52:17.0334254Z ok (2.818s) 2022-09-27T15:52:17.4830095Z test_vjpvmap_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.449s) 2022-09-27T15:52:17.4866947Z test_vjpvmap_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1012: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:17.4867889Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-09-27T15:52:18.4872794Z ok (1.004s) 2022-09-27T15:52:18.6700155Z test_vjpvmap_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.183s) 2022-09-27T15:52:18.6825055Z test_vjpvmap_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:52:18.6902577Z test_vjpvmap_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:52:18.6903982Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:52:18.6993135Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape [2, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:52:18.6994109Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:52:18.7268793Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [25], which does not match the required output shape [2, 25]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:52:18.7269774Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:52:18.7366829Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [125], which does not match the required output shape [2, 125]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:52:18.7367800Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:52:18.7406001Z ok (0.058s) 2022-09-27T15:52:18.8063848Z test_vjpvmap_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [625], which does not match the required output shape [2, 625]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:52:18.8064994Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:52:18.8297252Z ok (0.089s) 2022-09-27T15:52:18.8332159Z test_vjpvmap_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3526: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:18.8333071Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-09-27T15:52:18.8782688Z ok (0.048s) 2022-09-27T15:52:18.8816625Z test_vjpvmap_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3385: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:18.8817696Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-09-27T15:52:18.9081680Z ok (0.030s) 2022-09-27T15:52:18.9616143Z test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:52:19.4974137Z test_vjpvmap_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.536s) 2022-09-27T15:52:19.5410275Z test_vjpvmap_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:52:19.5812584Z test_vjpvmap_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:52:19.7401777Z test_vjpvmap_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-09-27T15:52:19.7846834Z test_vjpvmap_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:52:19.8289438Z test_vjpvmap_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:52:19.8988634Z test_vjpvmap_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T15:52:19.9020487Z test_vjpvmap_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:19.9021331Z return self.op(*args, **kwargs) 2022-09-27T15:52:19.9412229Z ok (0.042s) 2022-09-27T15:52:19.9502554Z test_vjpvmap_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:52:19.9593812Z test_vjpvmap_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:52:20.8656846Z test_vjpvmap_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.906s) 2022-09-27T15:52:21.0665210Z test_vjpvmap_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.201s) 2022-09-27T15:52:21.0776480Z test_vjpvmap_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:21.0924483Z test_vjpvmap_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:52:21.0946723Z test_vjpvmap_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:52:21.1057252Z test_vjpvmap_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:21.1178924Z test_vjpvmap_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:52:21.1213749Z test_vjpvmap_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3196: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:21.1214710Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-09-27T15:52:21.2149443Z ok (0.097s) 2022-09-27T15:52:21.2184212Z test_vjpvmap_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3407: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:21.2185291Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-09-27T15:52:21.2836755Z ok (0.069s) 2022-09-27T15:52:21.3069769Z test_vjpvmap_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:52:21.3322271Z test_vjpvmap_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:52:21.3432190Z test_vjpvmap_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:21.3601557Z test_vjpvmap_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:52:21.3736779Z test_vjpvmap_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:52:21.3856123Z test_vjpvmap_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:52:21.4017277Z test_vjpvmap_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:52:21.4055768Z test_vjpvmap_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4551: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triplet_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:21.4056735Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-09-27T15:52:21.7108668Z ok (0.309s) 2022-09-27T15:52:21.9461420Z test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.235s) 2022-09-27T15:52:22.8444419Z test_vjpvmap_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.898s) 2022-09-27T15:52:22.8609009Z test_vjpvmap_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:52:22.9039528Z test_vjpvmap_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:52:22.9066486Z test_vjpvmap_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:23.0665488Z test_vjpvmap_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.160s) 2022-09-27T15:52:23.0804358Z test_vjpvmap_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:52:23.0984651Z test_vjpvmap_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:52:23.1156049Z test_vjpvmap_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:52:23.1178903Z test_vjpvmap_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:52:23.1201660Z test_vjpvmap_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:52:23.1228263Z test_vjpvmap_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:23.1254586Z test_vjpvmap_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:23.1281114Z test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:24.1347866Z test_vjpvmap_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.006s) 2022-09-27T15:52:24.1375538Z test_vjpvmap_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:24.1491629Z test_vjpvmap_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:24.1588888Z test_vjpvmap_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-09-27T15:52:24.1731316Z test_vjpvmap_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:52:24.2236083Z test_vjpvmap_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:52:24.3074041Z test_vjpvmap_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-09-27T15:52:24.3409335Z test_vjpvmap_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:52:24.3742941Z test_vjpvmap_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:52:24.4076320Z test_vjpvmap_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:52:24.4410303Z test_vjpvmap_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:52:24.4744049Z test_vjpvmap_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:52:24.4841098Z test_vjpvmap_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:52:24.5746131Z test_vjpvmap_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T15:52:24.7209216Z test_vjpvmap_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-09-27T15:52:24.7246383Z test_vjpvmap_put_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:24.7247216Z return self.op(*args, **kwargs) 2022-09-27T15:52:25.1880666Z ok (0.467s) 2022-09-27T15:52:25.3485240Z test_vjpvmap_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.160s) 2022-09-27T15:52:25.3543987Z test_vjpvmap_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:25.3544875Z return self.op(*args, **kwargs) 2022-09-27T15:52:25.6261287Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:25.6262051Z return self.op(*args, **kwargs) 2022-09-27T15:52:26.2511886Z ok (0.902s) 2022-09-27T15:52:26.2625362Z test_vjpvmap_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:26.2654879Z test_vjpvmap_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:26.2684599Z test_vjpvmap_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:26.2713596Z test_vjpvmap_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:26.2740535Z test_vjpvmap_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:26.2855154Z test_vjpvmap_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:26.2953274Z test_vjpvmap_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:52:26.3066171Z test_vjpvmap_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:26.3845502Z test_vjpvmap_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T15:52:26.3878786Z test_vjpvmap_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:26.3879633Z return self.op(*args, **kwargs) 2022-09-27T15:52:26.4148622Z ok (0.030s) 2022-09-27T15:52:26.4890029Z test_vjpvmap_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T15:52:26.5088922Z test_vjpvmap_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:52:26.5333920Z test_vjpvmap_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:52:26.5557561Z test_vjpvmap_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:52:26.5585842Z test_vjpvmap_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:26.5612474Z test_vjpvmap_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:26.5690864Z test_vjpvmap_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:26.5769600Z test_vjpvmap_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:26.6239521Z test_vjpvmap_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:52:26.7356347Z test_vjpvmap_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.112s) 2022-09-27T15:52:26.7412855Z test_vjpvmap_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:52:26.7522409Z test_vjpvmap_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:26.7632041Z test_vjpvmap_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:26.7738805Z test_vjpvmap_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:26.7852186Z test_vjpvmap_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:26.8707323Z test_vjpvmap_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:52:26.9896356Z test_vjpvmap_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-09-27T15:52:27.1177293Z test_vjpvmap_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-09-27T15:52:27.1244357Z test_vjpvmap_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:27.1245235Z return self.op(*args, **kwargs) 2022-09-27T15:52:27.6908211Z ok (0.573s) 2022-09-27T15:52:28.2650165Z test_vjpvmap_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.574s) 2022-09-27T15:52:28.8793012Z test_vjpvmap_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.614s) 2022-09-27T15:52:29.7240930Z test_vjpvmap_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.844s) 2022-09-27T15:52:30.2029158Z test_vjpvmap_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.479s) 2022-09-27T15:52:30.2056511Z test_vjpvmap_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:30.2095540Z test_vjpvmap_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:30.2096655Z return self.op(*args, **kwargs) 2022-09-27T15:52:30.7943163Z ok (0.589s) 2022-09-27T15:52:31.2591134Z test_vjpvmap_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.465s) 2022-09-27T15:52:31.2765276Z test_vjpvmap_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:52:31.3266472Z test_vjpvmap_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:52:31.3324127Z test_vjpvmap_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:52:31.3350640Z test_vjpvmap_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.3377507Z test_vjpvmap_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.3490905Z test_vjpvmap_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:31.3548718Z test_vjpvmap_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:52:31.3576860Z test_vjpvmap_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.3634904Z test_vjpvmap_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:52:31.3760750Z test_vjpvmap_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:52:31.3819008Z test_vjpvmap_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:52:31.4680356Z test_vjpvmap_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T15:52:31.4900688Z test_vjpvmap_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:52:31.5140651Z test_vjpvmap_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:52:31.6293279Z test_vjpvmap_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-09-27T15:52:31.6428274Z test_vjpvmap_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:52:31.6455602Z test_vjpvmap_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.6482306Z test_vjpvmap_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.6508757Z test_vjpvmap_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.6538117Z test_vjpvmap_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.6565088Z test_vjpvmap_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.6594161Z test_vjpvmap_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.6622235Z test_vjpvmap_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.6645161Z test_vjpvmap_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:52:31.6667821Z test_vjpvmap_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:52:31.6760646Z test_vjpvmap_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:52:31.6875493Z test_vjpvmap_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:31.6903873Z test_vjpvmap_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.6930879Z test_vjpvmap_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.7028116Z test_vjpvmap_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:52:31.7163977Z test_vjpvmap_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:52:31.7301564Z test_vjpvmap_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:52:31.7328590Z test_vjpvmap_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:31.7350636Z test_vjpvmap_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:52:31.7382943Z test_vjpvmap_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:31.7383780Z return self.op(*args, **kwargs) 2022-09-27T15:52:33.1822500Z ok (1.447s) 2022-09-27T15:52:33.1849851Z test_vjpvmap_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:33.1876246Z test_vjpvmap_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:33.1903223Z test_vjpvmap_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:33.1929590Z test_vjpvmap_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:33.2061590Z test_vjpvmap_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:52:33.2180903Z test_vjpvmap_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:52:33.2520367Z test_vjpvmap_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:52:33.2547393Z test_vjpvmap_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:33.2574300Z test_vjpvmap_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:33.2596796Z test_vjpvmap_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:52:33.2621907Z test_vjpvmap_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:52:33.2646874Z test_vjpvmap_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:52:33.2668964Z test_vjpvmap_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:52:33.2696475Z test_vjpvmap_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:33.3548632Z test_vjpvmap_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:52:33.3576071Z test_vjpvmap_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:33.3666981Z test_vjpvmap_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:52:33.3795104Z test_vjpvmap_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:52:33.3953621Z test_vjpvmap_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:52:33.4015804Z test_vjpvmap_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:52:33.4130949Z test_vjpvmap_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:33.4349344Z test_vjpvmap_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:52:33.5436858Z test_vjpvmap_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.109s) 2022-09-27T15:52:33.5791599Z test_vjpvmap_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:52:33.6176544Z test_vjpvmap_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:52:33.6212521Z test_vjpvmap_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:610: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::stft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:33.6213492Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T15:52:33.6799718Z ok (0.062s) 2022-09-27T15:52:33.7657021Z test_vjpvmap_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T15:52:33.8256141Z test_vjpvmap_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:52:33.8750206Z test_vjpvmap_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:52:35.2400922Z test_vjpvmap_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.365s) 2022-09-27T15:52:35.2494377Z test_vjpvmap_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-09-27T15:52:35.3308510Z test_vjpvmap_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:52:35.3412048Z test_vjpvmap_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:52:35.3794091Z test_vjpvmap_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:52:35.3829594Z test_vjpvmap_take_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:35.3830426Z return self.op(*args, **kwargs) 2022-09-27T15:52:35.4588184Z ok (0.079s) 2022-09-27T15:52:35.4649072Z test_vjpvmap_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:52:35.4707323Z test_vjpvmap_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:52:35.4782243Z test_vjpvmap_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-09-27T15:52:35.5024034Z test_vjpvmap_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:52:35.5870630Z test_vjpvmap_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:52:35.5892857Z test_vjpvmap_to_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:52:35.5917348Z test_vjpvmap_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:52:35.6430573Z test_vjpvmap_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:52:35.6492852Z test_vjpvmap_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:52:35.6740028Z test_vjpvmap_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:52:35.7612247Z test_vjpvmap_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T15:52:35.8487882Z test_vjpvmap_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T15:52:35.9548730Z test_vjpvmap_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-09-27T15:52:35.9807734Z test_vjpvmap_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:52:36.0066347Z test_vjpvmap_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:52:36.0874278Z test_vjpvmap_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:52:36.0931092Z test_vjpvmap_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T15:52:36.1148395Z test_vjpvmap_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:52:36.1459055Z test_vjpvmap_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:52:36.2144145Z test_vjpvmap_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T15:52:36.2171204Z test_vjpvmap_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:36.2199925Z test_vjpvmap_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:36.2227630Z test_vjpvmap_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:36.2493146Z test_vjpvmap_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:52:36.2823394Z test_vjpvmap_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:52:36.3178593Z test_vjpvmap_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:52:36.3213922Z test_vjpvmap_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:36.3214747Z return self.op(*args, **kwargs) 2022-09-27T15:52:36.3319049Z ok (0.014s) 2022-09-27T15:52:36.3478804Z test_vjpvmap_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T15:52:36.3726204Z test_vjpvmap_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:52:36.3950793Z test_vjpvmap_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:52:36.4049022Z test_vjpvmap_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:52:36.4475841Z test_vjpvmap_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:52:36.5310037Z test_vjpvmap_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T15:52:36.6129639Z test_vjpvmap_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:52:36.6254889Z test_vjpvmap_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:52:36.6282078Z test_vjpvmap_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:36.6308413Z test_vjpvmap_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:36.6419267Z test_vmap_autograd_grad_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:36.6526450Z test_vmap_autograd_grad_H_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:36.6637860Z test_vmap_autograd_grad_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:36.6746775Z test_vmap_autograd_grad_T_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:52:36.7701695Z test_vmap_autograd_grad___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-09-27T15:52:36.8629412Z test_vmap_autograd_grad___getitem___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-09-27T15:52:37.0166153Z test_vmap_autograd_grad___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.154s) 2022-09-27T15:52:37.1666387Z test_vmap_autograd_grad___getitem___functorch_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.150s) 2022-09-27T15:52:37.2214460Z test_vmap_autograd_grad___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:52:37.2737685Z test_vmap_autograd_grad___radd___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:52:37.3356195Z test_vmap_autograd_grad___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:52:37.3951599Z test_vmap_autograd_grad___rdiv___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:52:37.3978914Z test_vmap_autograd_grad___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:52:37.4006942Z test_vmap_autograd_grad___rmatmul___cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:52:37.4587420Z test_vmap_autograd_grad___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:52:37.5145459Z test_vmap_autograd_grad___rmod___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:52:37.5715028Z test_vmap_autograd_grad___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:52:37.6257958Z test_vmap_autograd_grad___rmul___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T15:52:37.6753536Z test_vmap_autograd_grad___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:52:37.7234353Z test_vmap_autograd_grad___rpow___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:52:37.7791001Z test_vmap_autograd_grad___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:52:37.8325731Z test_vmap_autograd_grad___rsub___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:52:38.2218680Z test_vmap_autograd_grad__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.389s) 2022-09-27T15:52:38.5994814Z test_vmap_autograd_grad__masked_amax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.377s) 2022-09-27T15:52:38.9884204Z test_vmap_autograd_grad__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.389s) 2022-09-27T15:52:39.3646634Z test_vmap_autograd_grad__masked_amin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.376s) 2022-09-27T15:52:39.3678685Z test_vmap_autograd_grad__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:39.3709899Z test_vmap_autograd_grad__masked_argmax_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:39.3741223Z test_vmap_autograd_grad__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:39.3772619Z test_vmap_autograd_grad__masked_argmin_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:39.3836161Z test_vmap_autograd_grad__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:39.3837384Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:52:39.4481588Z ok (0.071s) 2022-09-27T15:52:39.5173149Z test_vmap_autograd_grad__masked_cumprod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:52:39.5745053Z test_vmap_autograd_grad__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:52:39.6307183Z test_vmap_autograd_grad__masked_cumsum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:52:39.7121387Z test_vmap_autograd_grad__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:52:39.7907269Z test_vmap_autograd_grad__masked_log_softmax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T15:52:39.8761287Z test_vmap_autograd_grad__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:52:39.9575477Z test_vmap_autograd_grad__masked_logaddexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:52:40.3277031Z test_vmap_autograd_grad__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.370s) 2022-09-27T15:52:40.6871886Z test_vmap_autograd_grad__masked_logsumexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.359s) 2022-09-27T15:52:41.0645919Z test_vmap_autograd_grad__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.377s) 2022-09-27T15:52:41.4312515Z test_vmap_autograd_grad__masked_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.367s) 2022-09-27T15:52:41.5161053Z test_vmap_autograd_grad__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:52:41.5980273Z test_vmap_autograd_grad__masked_median_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:52:43.3633727Z test_vmap_autograd_grad__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.765s) 2022-09-27T15:52:45.0877348Z test_vmap_autograd_grad__masked_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (1.724s) 2022-09-27T15:52:45.2816494Z test_vmap_autograd_grad__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.194s) 2022-09-27T15:52:45.4707491Z test_vmap_autograd_grad__masked_normalize_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-09-27T15:52:45.9392147Z test_vmap_autograd_grad__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.468s) 2022-09-27T15:52:49.4176336Z test_vmap_autograd_grad__masked_prod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (3.478s) 2022-09-27T15:52:49.5002146Z test_vmap_autograd_grad__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T15:52:49.5802567Z test_vmap_autograd_grad__masked_softmax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T15:52:49.6659625Z test_vmap_autograd_grad__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T15:52:49.7494316Z test_vmap_autograd_grad__masked_softmin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T15:52:50.2748143Z test_vmap_autograd_grad__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.525s) 2022-09-27T15:52:50.7884563Z test_vmap_autograd_grad__masked_std_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.514s) 2022-09-27T15:52:51.1267485Z test_vmap_autograd_grad__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.338s) 2022-09-27T15:52:51.4550429Z test_vmap_autograd_grad__masked_sum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.328s) 2022-09-27T15:52:51.9564974Z test_vmap_autograd_grad__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.501s) 2022-09-27T15:52:52.4478953Z test_vmap_autograd_grad__masked_var_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.491s) 2022-09-27T15:52:52.4556098Z test_vmap_autograd_grad_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:52.4631750Z test_vmap_autograd_grad_abs_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:52:52.4790794Z test_vmap_autograd_grad_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:52:52.4947047Z test_vmap_autograd_grad_acos_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:52:52.5102502Z test_vmap_autograd_grad_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:52:52.5254003Z test_vmap_autograd_grad_acosh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:52:52.5918229Z test_vmap_autograd_grad_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:52:52.6552011Z test_vmap_autograd_grad_add_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:52:52.7104242Z test_vmap_autograd_grad_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:52:52.7630258Z test_vmap_autograd_grad_addbmm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:52:52.8711967Z test_vmap_autograd_grad_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-09-27T15:52:52.9746144Z test_vmap_autograd_grad_addcdiv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-09-27T15:52:53.0781391Z test_vmap_autograd_grad_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-09-27T15:52:53.1765136Z test_vmap_autograd_grad_addcmul_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T15:52:53.2051134Z test_vmap_autograd_grad_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:52:53.2324383Z test_vmap_autograd_grad_addmm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:52:53.2598207Z test_vmap_autograd_grad_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:52:53.2860056Z test_vmap_autograd_grad_addmm_decomposed_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:52:53.3389678Z test_vmap_autograd_grad_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:52:53.3893702Z test_vmap_autograd_grad_addmv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:52:53.4260935Z test_vmap_autograd_grad_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:52:53.4608768Z test_vmap_autograd_grad_addr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:52:53.4642044Z test_vmap_autograd_grad_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.4674896Z test_vmap_autograd_grad_all_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.4708232Z test_vmap_autograd_grad_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.4741440Z test_vmap_autograd_grad_allclose_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.5709387Z test_vmap_autograd_grad_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:52:53.6647301Z test_vmap_autograd_grad_amax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T15:52:53.7616136Z test_vmap_autograd_grad_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:52:53.8557649Z test_vmap_autograd_grad_amin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T15:52:53.8590992Z test_vmap_autograd_grad_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.8624305Z test_vmap_autograd_grad_aminmax_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.8699833Z test_vmap_autograd_grad_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:52:53.8774166Z test_vmap_autograd_grad_angle_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:52:53.8807370Z test_vmap_autograd_grad_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.8840600Z test_vmap_autograd_grad_any_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.8874086Z test_vmap_autograd_grad_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.8907201Z test_vmap_autograd_grad_arange_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.8940341Z test_vmap_autograd_grad_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.8973549Z test_vmap_autograd_grad_argmax_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.9006550Z test_vmap_autograd_grad_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.9042936Z test_vmap_autograd_grad_argmin_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T15:52:53.9076099Z test_vmap_autograd_grad_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.9109159Z test_vmap_autograd_grad_argsort_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.9142173Z test_vmap_autograd_grad_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.9175406Z test_vmap_autograd_grad_argwhere_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:53.9356758Z test_vmap_autograd_grad_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:52:53.9358924Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:52:53.9447233Z ok (0.027s) 2022-09-27T15:52:53.9707940Z test_vmap_autograd_grad_as_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:52:53.9836564Z test_vmap_autograd_grad_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:52:53.9967412Z test_vmap_autograd_grad_as_strided_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:52:54.0053844Z test_vmap_autograd_grad_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:52:54.0135774Z test_vmap_autograd_grad_asin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:54.0219023Z test_vmap_autograd_grad_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:54.0299769Z test_vmap_autograd_grad_asinh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:54.0961463Z test_vmap_autograd_grad_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:52:54.1599219Z test_vmap_autograd_grad_atan2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:52:54.1681036Z test_vmap_autograd_grad_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:54.1760478Z test_vmap_autograd_grad_atan_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:54.1844289Z test_vmap_autograd_grad_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:54.1926297Z test_vmap_autograd_grad_atanh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:54.3914570Z test_vmap_autograd_grad_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.199s) 2022-09-27T15:52:54.5786474Z test_vmap_autograd_grad_atleast_1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.187s) 2022-09-27T15:52:54.7788402Z test_vmap_autograd_grad_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.200s) 2022-09-27T15:52:54.9685911Z test_vmap_autograd_grad_atleast_2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.190s) 2022-09-27T15:52:55.1713341Z test_vmap_autograd_grad_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.203s) 2022-09-27T15:52:55.3627367Z test_vmap_autograd_grad_atleast_3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-09-27T15:52:55.4193913Z test_vmap_autograd_grad_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:52:55.4732949Z test_vmap_autograd_grad_baddbmm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T15:52:55.4940517Z test_vmap_autograd_grad_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:52:55.5145969Z test_vmap_autograd_grad_bernoulli_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:52:55.5409266Z test_vmap_autograd_grad_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:52:55.5663799Z test_vmap_autograd_grad_bfloat16_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:52:55.5878139Z test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:52:55.6086142Z test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:52:55.6423586Z test_vmap_autograd_grad_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:52:55.6747072Z test_vmap_autograd_grad_block_diag_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:52:55.6848999Z test_vmap_autograd_grad_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:52:55.6947529Z test_vmap_autograd_grad_bmm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:52:55.6980776Z test_vmap_autograd_grad_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:55.7013317Z test_vmap_autograd_grad_bool_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:55.7045637Z test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:55.7077830Z test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:55.7110035Z test_vmap_autograd_grad_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:55.7965047Z test_vmap_autograd_grad_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:52:55.8777180Z test_vmap_autograd_grad_broadcast_tensors_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:52:55.9131660Z test_vmap_autograd_grad_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:52:55.9475055Z test_vmap_autograd_grad_broadcast_to_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:52:55.9507707Z test_vmap_autograd_grad_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:55.9539899Z test_vmap_autograd_grad_bucketize_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:55.9572177Z test_vmap_autograd_grad_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:55.9603892Z test_vmap_autograd_grad_byte_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:55.9636038Z test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:55.9668396Z test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:55.9893516Z test_vmap_autograd_grad_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:52:56.0109805Z test_vmap_autograd_grad_cartesian_prod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:52:56.0547120Z test_vmap_autograd_grad_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:52:56.0967819Z test_vmap_autograd_grad_cat_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:52:57.8142478Z test_vmap_autograd_grad_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.717s) 2022-09-27T15:52:59.4784530Z test_vmap_autograd_grad_cdist_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (1.664s) 2022-09-27T15:52:59.4864882Z test_vmap_autograd_grad_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:59.4941494Z test_vmap_autograd_grad_ceil_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:52:59.5209274Z test_vmap_autograd_grad_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:52:59.5468996Z test_vmap_autograd_grad_chalf_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:52:59.5501287Z test_vmap_autograd_grad_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:59.5534006Z test_vmap_autograd_grad_char_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:59.5566123Z test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:59.5597878Z test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:52:59.6483868Z test_vmap_autograd_grad_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-09-27T15:52:59.7357159Z test_vmap_autograd_grad_cholesky_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T15:52:59.8013380Z test_vmap_autograd_grad_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:52:59.8664925Z test_vmap_autograd_grad_cholesky_inverse_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:52:59.9533282Z test_vmap_autograd_grad_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T15:53:00.0388853Z test_vmap_autograd_grad_cholesky_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:53:00.2178697Z test_vmap_autograd_grad_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-09-27T15:53:00.3914251Z test_vmap_autograd_grad_chunk_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-09-27T15:53:00.4354039Z test_vmap_autograd_grad_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:53:00.4774429Z test_vmap_autograd_grad_clamp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:53:00.5432805Z test_vmap_autograd_grad_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:53:00.6065897Z test_vmap_autograd_grad_clamp_max_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:53:00.6726110Z test_vmap_autograd_grad_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:53:00.7359772Z test_vmap_autograd_grad_clamp_min_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:53:00.7475574Z test_vmap_autograd_grad_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:00.7588941Z test_vmap_autograd_grad_clone_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:00.7807594Z test_vmap_autograd_grad_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:53:00.8020027Z test_vmap_autograd_grad_column_stack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:53:00.9339177Z test_vmap_autograd_grad_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-09-27T15:53:01.0625417Z test_vmap_autograd_grad_combinations_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-09-27T15:53:01.1235089Z test_vmap_autograd_grad_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:53:01.1818334Z test_vmap_autograd_grad_complex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:53:01.1965288Z test_vmap_autograd_grad_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:01.2108899Z test_vmap_autograd_grad_conj_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:01.2183447Z test_vmap_autograd_grad_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:53:01.2255754Z test_vmap_autograd_grad_conj_physical_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:53:01.4424911Z test_vmap_autograd_grad_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.217s) 2022-09-27T15:53:01.6369783Z test_vmap_autograd_grad_constant_pad_nd_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.194s) 2022-09-27T15:53:01.6478842Z test_vmap_autograd_grad_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:01.6585036Z test_vmap_autograd_grad_contiguous_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:53:01.7185923Z test_vmap_autograd_grad_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:53:01.7764043Z test_vmap_autograd_grad_copysign_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:53:01.8128899Z test_vmap_autograd_grad_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:53:01.8585030Z test_vmap_autograd_grad_corrcoef_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:53:01.8746581Z test_vmap_autograd_grad_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:53:01.8904406Z test_vmap_autograd_grad_cos_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:53:01.9063924Z test_vmap_autograd_grad_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:53:01.9209842Z test_vmap_autograd_grad_cosh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:01.9240915Z test_vmap_autograd_grad_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:01.9273800Z test_vmap_autograd_grad_count_nonzero_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:02.1904858Z test_vmap_autograd_grad_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.263s) 2022-09-27T15:53:02.4478430Z test_vmap_autograd_grad_cov_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.257s) 2022-09-27T15:53:02.4694052Z test_vmap_autograd_grad_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:53:02.4899104Z test_vmap_autograd_grad_cross_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:53:02.4945292Z test_vmap_autograd_grad_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cummaxmin_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:02.4946329Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:02.5076731Z ok (0.018s) 2022-09-27T15:53:02.5249046Z test_vmap_autograd_grad_cummax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:53:02.5425634Z test_vmap_autograd_grad_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:53:02.5598227Z test_vmap_autograd_grad_cummin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:53:02.6431755Z test_vmap_autograd_grad_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T15:53:02.7247096Z test_vmap_autograd_grad_cumprod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:53:02.7451779Z test_vmap_autograd_grad_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:53:02.7649363Z test_vmap_autograd_grad_cumsum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:53:02.8336974Z test_vmap_autograd_grad_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:53:02.9002340Z test_vmap_autograd_grad_cumulative_trapezoid_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:53:02.9150636Z test_vmap_autograd_grad_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:02.9296029Z test_vmap_autograd_grad_deg2rad_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:02.9995369Z test_vmap_autograd_grad_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T15:53:03.0663751Z test_vmap_autograd_grad_diag_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:53:03.1300482Z test_vmap_autograd_grad_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:53:03.1918912Z test_vmap_autograd_grad_diag_embed_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:53:03.2165195Z test_vmap_autograd_grad_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:53:03.2404405Z test_vmap_autograd_grad_diagflat_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:53:03.3069606Z test_vmap_autograd_grad_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:53:03.3711683Z test_vmap_autograd_grad_diagonal_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:53:03.4681050Z test_vmap_autograd_grad_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:53:03.5607858Z test_vmap_autograd_grad_diagonal_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-09-27T15:53:04.0437482Z test_vmap_autograd_grad_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.483s) 2022-09-27T15:53:04.5124301Z test_vmap_autograd_grad_diff_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.469s) 2022-09-27T15:53:04.5274482Z test_vmap_autograd_grad_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:05.3619582Z test_vmap_autograd_grad_digamma_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.834s) 2022-09-27T15:53:05.7404650Z test_vmap_autograd_grad_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.378s) 2022-09-27T15:53:06.1035997Z test_vmap_autograd_grad_dist_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.363s) 2022-09-27T15:53:06.1640961Z test_vmap_autograd_grad_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:53:06.2215625Z test_vmap_autograd_grad_div_floor_rounding_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:53:06.2836863Z test_vmap_autograd_grad_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:53:06.3437914Z test_vmap_autograd_grad_div_no_rounding_mode_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:53:06.4037970Z test_vmap_autograd_grad_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:53:06.4613012Z test_vmap_autograd_grad_div_trunc_rounding_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:53:06.4704469Z test_vmap_autograd_grad_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:53:06.4792240Z test_vmap_autograd_grad_dot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:53:06.5030969Z test_vmap_autograd_grad_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:53:06.5247431Z test_vmap_autograd_grad_double_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:53:06.5445708Z test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:53:06.5623306Z test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:53:06.6214691Z test_vmap_autograd_grad_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:53:06.6791305Z test_vmap_autograd_grad_dsplit_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:53:06.6978165Z test_vmap_autograd_grad_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:53:06.7156957Z test_vmap_autograd_grad_dstack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:53:06.7842259Z test_vmap_autograd_grad_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T15:53:06.8498248Z test_vmap_autograd_grad_einsum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:53:06.8528951Z test_vmap_autograd_grad_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:06.8559772Z test_vmap_autograd_grad_empty_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:06.8593987Z test_vmap_autograd_grad_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:06.8628101Z test_vmap_autograd_grad_empty_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:06.8662360Z test_vmap_autograd_grad_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:06.8693823Z test_vmap_autograd_grad_eq_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:06.8724149Z test_vmap_autograd_grad_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:06.8754300Z test_vmap_autograd_grad_equal_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:06.8831447Z test_vmap_autograd_grad_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:53:06.8906938Z test_vmap_autograd_grad_erf_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:53:06.9062038Z test_vmap_autograd_grad_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:07.1608829Z test_vmap_autograd_grad_erfc_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.254s) 2022-09-27T15:53:07.1686874Z test_vmap_autograd_grad_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:53:07.4463155Z test_vmap_autograd_grad_erfinv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.277s) 2022-09-27T15:53:07.4613007Z test_vmap_autograd_grad_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:07.6779684Z test_vmap_autograd_grad_exp2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.216s) 2022-09-27T15:53:07.6926545Z test_vmap_autograd_grad_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:07.7069651Z test_vmap_autograd_grad_exp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:07.7230645Z test_vmap_autograd_grad_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:53:07.7386427Z test_vmap_autograd_grad_expand_as_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:07.7796882Z test_vmap_autograd_grad_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:53:07.8194484Z test_vmap_autograd_grad_expand_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:53:07.8269913Z test_vmap_autograd_grad_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:53:07.8343725Z test_vmap_autograd_grad_expm1_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:53:07.8374786Z test_vmap_autograd_grad_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:07.8405330Z test_vmap_autograd_grad_eye_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:07.8735213Z test_vmap_autograd_grad_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:53:07.9111931Z test_vmap_autograd_grad_fft_fft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:53:07.9469086Z test_vmap_autograd_grad_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:53:07.9848703Z test_vmap_autograd_grad_fft_fft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:53:08.0258319Z test_vmap_autograd_grad_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:53:08.0659470Z test_vmap_autograd_grad_fft_fftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:53:08.0905950Z test_vmap_autograd_grad_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:53:08.1140175Z test_vmap_autograd_grad_fft_fftshift_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:53:08.1526554Z test_vmap_autograd_grad_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:53:08.1924853Z test_vmap_autograd_grad_fft_hfft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:53:08.2326107Z test_vmap_autograd_grad_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:53:08.2792969Z test_vmap_autograd_grad_fft_hfft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:53:08.3263048Z test_vmap_autograd_grad_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:53:08.3719401Z test_vmap_autograd_grad_fft_hfftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:53:08.4045504Z test_vmap_autograd_grad_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:53:08.4363250Z test_vmap_autograd_grad_fft_ifft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:53:08.4755479Z test_vmap_autograd_grad_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:53:08.5137906Z test_vmap_autograd_grad_fft_ifft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:53:08.5561127Z test_vmap_autograd_grad_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:53:08.5971682Z test_vmap_autograd_grad_fft_ifftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:53:08.6215797Z test_vmap_autograd_grad_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:53:08.6452951Z test_vmap_autograd_grad_fft_ifftshift_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:53:08.6512628Z test_vmap_autograd_grad_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:08.6513572Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:08.6862959Z ok (0.041s) 2022-09-27T15:53:08.7269444Z test_vmap_autograd_grad_fft_ihfft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:53:08.7680538Z test_vmap_autograd_grad_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:53:08.8084361Z test_vmap_autograd_grad_fft_ihfft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:53:08.8573705Z test_vmap_autograd_grad_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:53:08.9052002Z test_vmap_autograd_grad_fft_ihfftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:53:08.9406544Z test_vmap_autograd_grad_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:53:08.9768354Z test_vmap_autograd_grad_fft_irfft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:53:09.0157468Z test_vmap_autograd_grad_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:53:09.0536814Z test_vmap_autograd_grad_fft_irfft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:53:09.0980687Z test_vmap_autograd_grad_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:53:09.1414308Z test_vmap_autograd_grad_fft_irfftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:53:09.1745417Z test_vmap_autograd_grad_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:53:09.2076048Z test_vmap_autograd_grad_fft_rfft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:53:09.2449018Z test_vmap_autograd_grad_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:53:09.2814558Z test_vmap_autograd_grad_fft_rfft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:53:09.3246426Z test_vmap_autograd_grad_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:53:09.3664241Z test_vmap_autograd_grad_fft_rfftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:53:09.3815609Z test_vmap_autograd_grad_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:09.3959291Z test_vmap_autograd_grad_fill_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:09.4223782Z test_vmap_autograd_grad_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:53:09.4479694Z test_vmap_autograd_grad_flatten_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:53:09.4882943Z test_vmap_autograd_grad_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:53:09.5272335Z test_vmap_autograd_grad_flip_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:53:09.5377605Z test_vmap_autograd_grad_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:53:09.5484669Z test_vmap_autograd_grad_fliplr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:09.5589812Z test_vmap_autograd_grad_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:53:09.5692679Z test_vmap_autograd_grad_flipud_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:53:09.5915976Z test_vmap_autograd_grad_float_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:53:09.6147915Z test_vmap_autograd_grad_float_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:53:09.6331496Z test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:53:09.6522296Z test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:53:09.7261536Z test_vmap_autograd_grad_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T15:53:09.7930908Z test_vmap_autograd_grad_float_power_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:53:09.8003703Z test_vmap_autograd_grad_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:53:09.8074779Z test_vmap_autograd_grad_floor_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:53:09.8105885Z test_vmap_autograd_grad_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:09.8136676Z test_vmap_autograd_grad_floor_divide_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:09.8775002Z test_vmap_autograd_grad_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:53:09.9388559Z test_vmap_autograd_grad_fmax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:53:10.0027049Z test_vmap_autograd_grad_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:53:10.0642076Z test_vmap_autograd_grad_fmin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:53:10.1248122Z test_vmap_autograd_grad_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:53:10.1830101Z test_vmap_autograd_grad_fmod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:53:10.1969861Z test_vmap_autograd_grad_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:10.2106647Z test_vmap_autograd_grad_frac_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:10.2261589Z test_vmap_autograd_grad_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:10.2414231Z test_vmap_autograd_grad_frexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:10.2445038Z test_vmap_autograd_grad_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.2475645Z test_vmap_autograd_grad_full_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.2736454Z test_vmap_autograd_grad_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:53:10.2989357Z test_vmap_autograd_grad_gather_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:53:10.3019952Z test_vmap_autograd_grad_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.3050632Z test_vmap_autograd_grad_ge_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.3081816Z test_vmap_autograd_grad_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.3112378Z test_vmap_autograd_grad_geqrf_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.4936108Z test_vmap_autograd_grad_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.182s) 2022-09-27T15:53:10.6717470Z test_vmap_autograd_grad_gradient_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.178s) 2022-09-27T15:53:10.6747872Z test_vmap_autograd_grad_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.6778128Z test_vmap_autograd_grad_gt_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.7016683Z test_vmap_autograd_grad_half_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:53:10.7247472Z test_vmap_autograd_grad_half_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:53:10.7444393Z test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:53:10.7634443Z test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:53:10.7668368Z test_vmap_autograd_grad_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.7699047Z test_vmap_autograd_grad_heaviside_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.7729456Z test_vmap_autograd_grad_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.7759690Z test_vmap_autograd_grad_histc_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:10.8347348Z test_vmap_autograd_grad_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:53:10.8918903Z test_vmap_autograd_grad_hsplit_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:53:10.9098364Z test_vmap_autograd_grad_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:53:10.9269273Z test_vmap_autograd_grad_hstack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:53:10.9854722Z test_vmap_autograd_grad_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:53:11.0415682Z test_vmap_autograd_grad_hypot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:53:11.0574816Z test_vmap_autograd_grad_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:53:11.7284478Z test_vmap_autograd_grad_i0_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.671s) 2022-09-27T15:53:11.7315552Z test_vmap_autograd_grad_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:11.7346241Z test_vmap_autograd_grad_igamma_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:11.7377065Z test_vmap_autograd_grad_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:11.7407557Z test_vmap_autograd_grad_igammac_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:11.7999812Z test_vmap_autograd_grad_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:53:11.8562901Z test_vmap_autograd_grad_index_add_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:53:11.8609796Z test_vmap_autograd_grad_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:11.8610739Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:11.8795593Z ok (0.023s) 2022-09-27T15:53:11.9018026Z test_vmap_autograd_grad_index_copy_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:53:11.9194945Z test_vmap_autograd_grad_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:53:11.9367274Z test_vmap_autograd_grad_index_fill_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:53:11.9665961Z test_vmap_autograd_grad_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:53:11.9952961Z test_vmap_autograd_grad_index_put_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:53:12.0454028Z test_vmap_autograd_grad_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:53:12.0936506Z test_vmap_autograd_grad_index_put_functorch_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:53:12.3640845Z test_vmap_autograd_grad_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.270s) 2022-09-27T15:53:12.6250680Z test_vmap_autograd_grad_index_reduce_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.261s) 2022-09-27T15:53:12.6415357Z test_vmap_autograd_grad_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:53:12.6575203Z test_vmap_autograd_grad_index_select_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:53:12.6733083Z test_vmap_autograd_grad_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:53:12.6885152Z test_vmap_autograd_grad_inner_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:12.6915633Z test_vmap_autograd_grad_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.6946197Z test_vmap_autograd_grad_int_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.6976769Z test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7007249Z test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7037585Z test_vmap_autograd_grad_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7067960Z test_vmap_autograd_grad_isclose_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7098839Z test_vmap_autograd_grad_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7128610Z test_vmap_autograd_grad_isfinite_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7158883Z test_vmap_autograd_grad_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7189222Z test_vmap_autograd_grad_isin_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7219772Z test_vmap_autograd_grad_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7250372Z test_vmap_autograd_grad_isinf_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7281066Z test_vmap_autograd_grad_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7315025Z test_vmap_autograd_grad_isnan_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7349232Z test_vmap_autograd_grad_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7383918Z test_vmap_autograd_grad_isneginf_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7416781Z test_vmap_autograd_grad_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7447072Z test_vmap_autograd_grad_isposinf_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7477357Z test_vmap_autograd_grad_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7507855Z test_vmap_autograd_grad_isreal_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.7567883Z test_vmap_autograd_grad_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::col2im_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:12.7568818Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:12.8340475Z ok (0.083s) 2022-09-27T15:53:12.9167739Z test_vmap_autograd_grad_istft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T15:53:12.9198526Z test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.9229433Z test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.9260127Z test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.9290730Z test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.9321266Z test_vmap_autograd_grad_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.9351445Z test_vmap_autograd_grad_jiterator_binary_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.9382377Z test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.9412227Z test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.9442671Z test_vmap_autograd_grad_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.9473139Z test_vmap_autograd_grad_jiterator_unary_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:12.9570340Z test_vmap_autograd_grad_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:53:12.9666069Z test_vmap_autograd_grad_kron_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:53:13.0159365Z test_vmap_autograd_grad_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:53:13.0637677Z test_vmap_autograd_grad_kthvalue_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:53:13.1239810Z test_vmap_autograd_grad_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:53:13.1817995Z test_vmap_autograd_grad_ldexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:53:13.1848632Z test_vmap_autograd_grad_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:13.1879062Z test_vmap_autograd_grad_le_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:13.2905626Z test_vmap_autograd_grad_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-09-27T15:53:13.3881072Z test_vmap_autograd_grad_lerp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:53:13.4029265Z test_vmap_autograd_grad_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:13.7538535Z test_vmap_autograd_grad_lgamma_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.351s) 2022-09-27T15:53:13.8339960Z test_vmap_autograd_grad_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T15:53:13.9124136Z test_vmap_autograd_grad_linalg_cholesky_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T15:53:13.9945002Z test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:53:14.0755223Z test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:53:14.0998163Z test_vmap_autograd_grad_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:53:14.1255524Z test_vmap_autograd_grad_linalg_cond_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:53:14.1469770Z test_vmap_autograd_grad_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:53:14.1675421Z test_vmap_autograd_grad_linalg_cross_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:53:14.2093410Z test_vmap_autograd_grad_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:53:14.2524566Z test_vmap_autograd_grad_linalg_det_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:53:14.4602452Z test_vmap_autograd_grad_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.208s) 2022-09-27T15:53:14.6628332Z test_vmap_autograd_grad_linalg_det_singular_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.202s) 2022-09-27T15:53:14.6780414Z test_vmap_autograd_grad_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T15:53:14.9347406Z test_vmap_autograd_grad_linalg_eig_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.256s) 2022-09-27T15:53:15.0293505Z test_vmap_autograd_grad_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-09-27T15:53:15.1255123Z test_vmap_autograd_grad_linalg_eigh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T15:53:15.1744598Z test_vmap_autograd_grad_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:53:15.2261017Z test_vmap_autograd_grad_linalg_eigvals_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:53:15.2657787Z test_vmap_autograd_grad_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:53:15.3086060Z test_vmap_autograd_grad_linalg_eigvalsh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:53:15.3198874Z test_vmap_autograd_grad_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:15.3199836Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:15.4485210Z ok (0.140s) 2022-09-27T15:53:15.5874780Z test_vmap_autograd_grad_linalg_householder_product_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-09-27T15:53:15.6282512Z test_vmap_autograd_grad_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:53:15.6723416Z test_vmap_autograd_grad_linalg_inv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:53:15.7141863Z test_vmap_autograd_grad_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:53:15.7588168Z test_vmap_autograd_grad_linalg_inv_ex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:53:15.7619105Z test_vmap_autograd_grad_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:15.7649660Z test_vmap_autograd_grad_linalg_ldl_factor_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:15.7680368Z test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:15.7710685Z test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:15.7741429Z test_vmap_autograd_grad_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:15.7772112Z test_vmap_autograd_grad_linalg_ldl_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:16.5952610Z test_vmap_autograd_grad_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.818s) 2022-09-27T15:53:17.5450546Z test_vmap_autograd_grad_linalg_lstsq_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.950s) 2022-09-27T15:53:17.7302754Z test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-09-27T15:53:17.9836115Z test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.253s) 2022-09-27T15:53:18.4194235Z test_vmap_autograd_grad_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.436s) 2022-09-27T15:53:18.8462351Z test_vmap_autograd_grad_linalg_lu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.427s) 2022-09-27T15:53:18.8488691Z test_vmap_autograd_grad_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:53:19.1974830Z test_vmap_autograd_grad_linalg_lu_factor_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.348s) 2022-09-27T15:53:19.2001411Z test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:53:19.4315575Z test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.231s) 2022-09-27T15:53:21.1525095Z test_vmap_autograd_grad_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.721s) 2022-09-27T15:53:22.8255267Z test_vmap_autograd_grad_linalg_lu_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (1.673s) 2022-09-27T15:53:23.1696565Z test_vmap_autograd_grad_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.344s) 2022-09-27T15:53:23.5056738Z test_vmap_autograd_grad_linalg_matrix_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.336s) 2022-09-27T15:53:23.6054750Z test_vmap_autograd_grad_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-09-27T15:53:23.7030006Z test_vmap_autograd_grad_linalg_matrix_power_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:53:23.7060620Z test_vmap_autograd_grad_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:23.7091377Z test_vmap_autograd_grad_linalg_matrix_rank_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:23.7121865Z test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:23.7152071Z test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:23.7703280Z test_vmap_autograd_grad_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:53:23.8228881Z test_vmap_autograd_grad_linalg_multi_dot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:53:24.2583911Z test_vmap_autograd_grad_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.435s) 2022-09-27T15:53:24.6866305Z test_vmap_autograd_grad_linalg_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.428s) 2022-09-27T15:53:25.0065171Z test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.320s) 2022-09-27T15:53:25.3212140Z test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.314s) 2022-09-27T15:53:25.4573818Z test_vmap_autograd_grad_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-09-27T15:53:25.5982645Z test_vmap_autograd_grad_linalg_pinv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-09-27T15:53:25.6471120Z test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:53:25.6971435Z test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:53:25.7002224Z test_vmap_autograd_grad_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:53:25.7032584Z test_vmap_autograd_grad_linalg_pinv_singular_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:53:26.1056115Z test_vmap_autograd_grad_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.402s) 2022-09-27T15:53:26.5052417Z test_vmap_autograd_grad_linalg_qr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.399s) 2022-09-27T15:53:26.5928700Z test_vmap_autograd_grad_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-09-27T15:53:26.6793700Z test_vmap_autograd_grad_linalg_slogdet_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T15:53:26.7855566Z test_vmap_autograd_grad_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-09-27T15:53:26.8912665Z test_vmap_autograd_grad_linalg_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-09-27T15:53:27.0005578Z test_vmap_autograd_grad_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.109s) 2022-09-27T15:53:27.1091044Z test_vmap_autograd_grad_linalg_solve_ex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-09-27T15:53:29.0173450Z test_vmap_autograd_grad_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.908s) 2022-09-27T15:53:30.8714679Z test_vmap_autograd_grad_linalg_solve_triangular_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (1.854s) 2022-09-27T15:53:32.7621038Z test_vmap_autograd_grad_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.890s) 2022-09-27T15:53:34.7005802Z test_vmap_autograd_grad_linalg_svd_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (1.938s) 2022-09-27T15:53:34.8487123Z test_vmap_autograd_grad_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-09-27T15:53:34.9960356Z test_vmap_autograd_grad_linalg_svdvals_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-09-27T15:53:35.0115666Z test_vmap_autograd_grad_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:35.0294642Z test_vmap_autograd_grad_linalg_tensorinv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:53:35.0626511Z test_vmap_autograd_grad_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:53:35.0945843Z test_vmap_autograd_grad_linalg_tensorsolve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:53:35.1565880Z test_vmap_autograd_grad_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:53:35.2169522Z test_vmap_autograd_grad_linalg_vander_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:53:35.4521780Z test_vmap_autograd_grad_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.235s) 2022-09-27T15:53:35.6784328Z test_vmap_autograd_grad_linalg_vecdot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.226s) 2022-09-27T15:53:36.4806139Z test_vmap_autograd_grad_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.802s) 2022-09-27T15:53:37.2601140Z test_vmap_autograd_grad_linalg_vector_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.779s) 2022-09-27T15:53:37.2632243Z test_vmap_autograd_grad_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.2666852Z test_vmap_autograd_grad_linspace_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.2821639Z test_vmap_autograd_grad_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:37.2968344Z test_vmap_autograd_grad_log10_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:37.3042789Z test_vmap_autograd_grad_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:53:37.3117209Z test_vmap_autograd_grad_log1p_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:53:37.3266087Z test_vmap_autograd_grad_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:37.3416701Z test_vmap_autograd_grad_log2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:37.3563516Z test_vmap_autograd_grad_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:37.3706801Z test_vmap_autograd_grad_log_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:37.3990927Z test_vmap_autograd_grad_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:53:37.4265981Z test_vmap_autograd_grad_log_softmax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:53:37.4566345Z test_vmap_autograd_grad_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:53:37.4842546Z test_vmap_autograd_grad_log_softmax_dtype_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:53:37.4941598Z test_vmap_autograd_grad_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:53:37.5037374Z test_vmap_autograd_grad_logaddexp2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:53:37.5133524Z test_vmap_autograd_grad_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:53:37.5226356Z test_vmap_autograd_grad_logaddexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:53:37.5594572Z test_vmap_autograd_grad_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:53:37.5951665Z test_vmap_autograd_grad_logcumsumexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:53:37.6455381Z test_vmap_autograd_grad_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:53:37.6957121Z test_vmap_autograd_grad_logdet_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:53:37.6987991Z test_vmap_autograd_grad_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.7018737Z test_vmap_autograd_grad_logical_and_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.7049430Z test_vmap_autograd_grad_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.7080509Z test_vmap_autograd_grad_logical_not_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.7110463Z test_vmap_autograd_grad_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.7141475Z test_vmap_autograd_grad_logical_or_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.7172083Z test_vmap_autograd_grad_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.7202750Z test_vmap_autograd_grad_logical_xor_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.7398365Z test_vmap_autograd_grad_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:53:37.7587898Z test_vmap_autograd_grad_logit_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:53:37.7618768Z test_vmap_autograd_grad_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.7648952Z test_vmap_autograd_grad_logspace_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.8344158Z test_vmap_autograd_grad_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:53:37.9018061Z test_vmap_autograd_grad_logsumexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:53:37.9049093Z test_vmap_autograd_grad_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.9079763Z test_vmap_autograd_grad_long_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.9110271Z test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.9140797Z test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.9171716Z test_vmap_autograd_grad_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:37.9202061Z test_vmap_autograd_grad_lt_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:38.2215463Z test_vmap_autograd_grad_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.301s) 2022-09-27T15:53:38.5788587Z test_vmap_autograd_grad_lu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.357s) 2022-09-27T15:53:39.0032767Z test_vmap_autograd_grad_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.424s) 2022-09-27T15:53:39.4196360Z test_vmap_autograd_grad_lu_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.416s) 2022-09-27T15:53:39.7203971Z test_vmap_autograd_grad_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.301s) 2022-09-27T15:53:40.0128486Z test_vmap_autograd_grad_lu_unpack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.292s) 2022-09-27T15:53:40.0400491Z test_vmap_autograd_grad_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:53:40.0664780Z test_vmap_autograd_grad_mH_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:53:40.0933083Z test_vmap_autograd_grad_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:53:40.1191990Z test_vmap_autograd_grad_mT_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:53:40.1691884Z test_vmap_autograd_grad_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:53:40.2169982Z test_vmap_autograd_grad_masked_fill_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:53:40.2419620Z test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:53:40.2664371Z test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:53:40.2997815Z test_vmap_autograd_grad_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:53:40.3313573Z test_vmap_autograd_grad_masked_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:53:40.3570616Z test_vmap_autograd_grad_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.026s) 2022-09-27T15:53:40.3820581Z test_vmap_autograd_grad_masked_select_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.025s) 2022-09-27T15:53:40.3847605Z test_vmap_autograd_grad_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:53:40.3874262Z test_vmap_autograd_grad_matmul_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:53:40.3901119Z test_vmap_autograd_grad_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:53:40.4166977Z test_vmap_autograd_grad_matrix_exp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:53:40.4808544Z test_vmap_autograd_grad_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:53:40.5426524Z test_vmap_autograd_grad_max_binary_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:53:40.5564881Z test_vmap_autograd_grad_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:40.5694368Z test_vmap_autograd_grad_max_reduction_no_dim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:53:40.5910953Z test_vmap_autograd_grad_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:53:40.6121586Z test_vmap_autograd_grad_max_reduction_with_dim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:53:40.6763145Z test_vmap_autograd_grad_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:53:40.7378481Z test_vmap_autograd_grad_maximum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:53:40.8232048Z test_vmap_autograd_grad_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:53:40.9056677Z test_vmap_autograd_grad_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:53:40.9700659Z test_vmap_autograd_grad_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:53:41.0325369Z test_vmap_autograd_grad_median_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:53:41.2966588Z test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.264s) 2022-09-27T15:53:41.5469854Z test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.250s) 2022-09-27T15:53:41.8106089Z test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.264s) 2022-09-27T15:53:42.0619400Z test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.251s) 2022-09-27T15:53:42.1268510Z test_vmap_autograd_grad_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:53:42.1893567Z test_vmap_autograd_grad_min_binary_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:53:42.2032107Z test_vmap_autograd_grad_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:42.2162726Z test_vmap_autograd_grad_min_reduction_no_dim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:53:42.2379256Z test_vmap_autograd_grad_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:53:42.2591112Z test_vmap_autograd_grad_min_reduction_with_dim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:53:42.3232252Z test_vmap_autograd_grad_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:53:42.3847292Z test_vmap_autograd_grad_minimum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:53:42.3945495Z test_vmap_autograd_grad_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:53:42.4036561Z test_vmap_autograd_grad_mm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:53:42.4395341Z test_vmap_autograd_grad_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:53:42.4745184Z test_vmap_autograd_grad_mode_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:53:42.4857755Z test_vmap_autograd_grad_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:42.4968349Z test_vmap_autograd_grad_movedim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:42.5093424Z test_vmap_autograd_grad_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:42.5214658Z test_vmap_autograd_grad_msort_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:42.5780330Z test_vmap_autograd_grad_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:53:42.6324288Z test_vmap_autograd_grad_mul_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T15:53:42.6354685Z test_vmap_autograd_grad_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:42.6385302Z test_vmap_autograd_grad_multinomial_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:42.6479593Z test_vmap_autograd_grad_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:53:42.6570772Z test_vmap_autograd_grad_mv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:53:42.7067104Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:53:42.7547388Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:53:42.8042579Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:53:42.8526145Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:53:42.9024888Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:53:42.9504165Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:53:42.9659355Z test_vmap_autograd_grad_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:42.9811758Z test_vmap_autograd_grad_nan_to_num_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:43.1477826Z test_vmap_autograd_grad_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.166s) 2022-09-27T15:53:43.3119596Z test_vmap_autograd_grad_nanmean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-09-27T15:53:43.3781139Z test_vmap_autograd_grad_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:53:43.4419632Z test_vmap_autograd_grad_nanmedian_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:53:43.8374767Z test_vmap_autograd_grad_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.395s) 2022-09-27T15:53:44.2246298Z test_vmap_autograd_grad_nanquantile_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.387s) 2022-09-27T15:53:44.3821414Z test_vmap_autograd_grad_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.157s) 2022-09-27T15:53:44.5346470Z test_vmap_autograd_grad_nansum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-09-27T15:53:44.5378685Z test_vmap_autograd_grad_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:44.5416640Z test_vmap_autograd_grad_narrow_copy_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T15:53:44.5867890Z test_vmap_autograd_grad_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:53:44.6309540Z test_vmap_autograd_grad_narrow_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:53:45.1132761Z test_vmap_autograd_grad_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.482s) 2022-09-27T15:53:45.5771884Z test_vmap_autograd_grad_native_layer_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.464s) 2022-09-27T15:53:45.5804735Z test_vmap_autograd_grad_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:45.5842311Z test_vmap_autograd_grad_ne_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T15:53:45.5921920Z test_vmap_autograd_grad_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:53:45.5993615Z test_vmap_autograd_grad_neg_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:53:45.6028221Z test_vmap_autograd_grad_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:45.6062862Z test_vmap_autograd_grad_new_empty_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:45.6096685Z test_vmap_autograd_grad_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:45.6134283Z test_vmap_autograd_grad_new_empty_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T15:53:45.6171599Z test_vmap_autograd_grad_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T15:53:45.6203223Z test_vmap_autograd_grad_new_full_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:45.6234014Z test_vmap_autograd_grad_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:45.6264810Z test_vmap_autograd_grad_new_ones_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:45.6296414Z test_vmap_autograd_grad_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:45.6326960Z test_vmap_autograd_grad_new_zeros_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:45.6357225Z test_vmap_autograd_grad_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:45.6389427Z test_vmap_autograd_grad_nextafter_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:53:45.6699425Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:53:45.7001024Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:53:45.7479756Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:53:45.7956207Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:53:45.8538155Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:53:45.9102507Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:53:45.9531037Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:53:45.9946420Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:53:46.1087741Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.114s) 2022-09-27T15:53:46.2196505Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T15:53:46.3167324Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:53:46.4113518Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T15:53:46.4550748Z test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:53:46.4980210Z test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:53:46.5323294Z test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:53:46.5656877Z test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:53:46.6043749Z test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:53:46.6419284Z test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:53:46.7398142Z test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T15:53:46.8332705Z test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-09-27T15:53:46.9300122Z test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:53:47.0231282Z test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-09-27T15:53:47.0366352Z test_vmap_autograd_grad_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_trilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:47.0368277Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:47.2871025Z ok (0.264s) 2022-09-27T15:53:47.5454663Z test_vmap_autograd_grad_nn_functional_bilinear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.258s) 2022-09-27T15:53:47.6224850Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-09-27T15:53:47.6963872Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T15:53:47.8747436Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.178s) 2022-09-27T15:53:48.0458547Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-09-27T15:53:48.0605830Z test_vmap_autograd_grad_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:48.0749244Z test_vmap_autograd_grad_nn_functional_celu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:48.1635674Z test_vmap_autograd_grad_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-09-27T15:53:48.2490000Z test_vmap_autograd_grad_nn_functional_conv1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T15:53:48.5136362Z test_vmap_autograd_grad_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.264s) 2022-09-27T15:53:48.7676864Z test_vmap_autograd_grad_nn_functional_conv2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.254s) 2022-09-27T15:53:48.7783803Z test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:48.7892457Z test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:48.8026198Z test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:53:48.8158040Z test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:53:48.8287550Z test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:53:48.8415224Z test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:53:48.8522159Z test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:48.8628977Z test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:48.8735899Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:48.8842548Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:53:48.8967615Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:48.9088725Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:48.9213260Z test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:48.9337668Z test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:48.9462867Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:48.9586115Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:48.9710754Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:48.9831475Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:48.9955920Z test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:49.0078384Z test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:53:49.0105043Z test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:53:49.0132272Z test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:53:49.0159217Z test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:53:49.0185636Z test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:53:49.0212655Z test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:53:49.0239708Z test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:53:49.0894849Z test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:53:49.1528917Z test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:53:49.2444449Z test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-09-27T15:53:49.3332638Z test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-09-27T15:53:49.4591185Z test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-09-27T15:53:49.5810087Z test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-09-27T15:53:49.5864490Z test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_ctc_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:49.5865533Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:49.6290756Z ok (0.048s) 2022-09-27T15:53:49.7351324Z test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-09-27T15:53:49.7928087Z test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:53:49.8484935Z test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:53:49.9081653Z test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:53:49.9658349Z test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:53:49.9782704Z test_vmap_autograd_grad_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::native_dropout_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:49.9783695Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:50.0475587Z ok (0.082s) 2022-09-27T15:53:50.1266328Z test_vmap_autograd_grad_nn_functional_dropout_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T15:53:50.1414016Z test_vmap_autograd_grad_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:50.1556907Z test_vmap_autograd_grad_nn_functional_elu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:50.1607630Z test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_embedding_bag_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:50.1608775Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:50.3514370Z ok (0.196s) 2022-09-27T15:53:50.5430619Z test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.192s) 2022-09-27T15:53:50.5600616Z test_vmap_autograd_grad_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:53:50.5766421Z test_vmap_autograd_grad_nn_functional_embedding_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:53:50.6089236Z test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:53:50.6402536Z test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:53:50.6742453Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:53:50.7071448Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:53:50.7498880Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:53:50.7912984Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:53:50.7997890Z test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fractional_max_pool2d_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:50.7998938Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:50.9704988Z ok (0.179s) 2022-09-27T15:53:51.1447477Z test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.174s) 2022-09-27T15:53:51.1542199Z test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fractional_max_pool3d_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:51.1543208Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:51.3803906Z ok (0.236s) 2022-09-27T15:53:51.6090254Z test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.229s) 2022-09-27T15:53:54.7845463Z test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.175s) 2022-09-27T15:53:57.8447727Z test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (3.060s) 2022-09-27T15:53:57.8812770Z test_vmap_autograd_grad_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:53:57.9165014Z test_vmap_autograd_grad_nn_functional_gelu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:53:58.1109241Z test_vmap_autograd_grad_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.194s) 2022-09-27T15:53:58.2947975Z test_vmap_autograd_grad_nn_functional_glu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.184s) 2022-09-27T15:53:58.4906796Z test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.196s) 2022-09-27T15:53:58.6822428Z test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-09-27T15:53:58.7104091Z test_vmap_autograd_grad_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:53:58.7377939Z test_vmap_autograd_grad_nn_functional_group_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:53:58.7650198Z test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:53:58.7914245Z test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:53:58.8061312Z test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:53:58.8204636Z test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:53:58.8402526Z test_vmap_autograd_grad_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:53:58.8593326Z test_vmap_autograd_grad_nn_functional_hardswish_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:53:58.8866931Z test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:53:58.9132825Z test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:53:58.9766528Z test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:53:59.0382393Z test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:53:59.0428728Z test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:53:59.0429703Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:59.1015444Z ok (0.063s) 2022-09-27T15:53:59.1695672Z test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T15:53:59.2293669Z test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:53:59.2873712Z test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:53:59.3462503Z test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:53:59.4030858Z test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:53:59.4587078Z test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:53:59.5323422Z test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T15:53:59.5880964Z test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:53:59.6422049Z test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T15:53:59.6974471Z test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:53:59.7505937Z test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:53:59.8055380Z test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:53:59.8588320Z test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:53:59.9154435Z test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:53:59.9715117Z test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:54:00.0889189Z test_vmap_autograd_grad_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-09-27T15:54:00.2075710Z test_vmap_autograd_grad_nn_functional_kl_div_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-09-27T15:54:00.2509408Z test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:54:00.2906324Z test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:54:00.3382226Z test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:54:00.3835582Z test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:54:00.4237420Z test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:54:00.4627129Z test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:54:00.5789351Z test_vmap_autograd_grad_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-09-27T15:54:00.6896795Z test_vmap_autograd_grad_nn_functional_linear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T15:54:00.7636505Z test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T15:54:00.8359424Z test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T15:54:00.8508378Z test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:54:00.8653867Z test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:54:00.9922552Z test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.127s) 2022-09-27T15:54:01.1162283Z test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.124s) 2022-09-27T15:54:05.3438391Z test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.227s) 2022-09-27T15:54:09.4456340Z test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (4.102s) 2022-09-27T15:54:16.2877981Z test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.842s) 2022-09-27T15:54:22.9217183Z test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (6.634s) 2022-09-27T15:54:22.9267097Z test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:54:22.9268093Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:25.8168644Z ok (2.895s) 2022-09-27T15:54:28.6225884Z test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (2.806s) 2022-09-27T15:54:29.3911420Z test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.768s) 2022-09-27T15:54:30.1408832Z test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.750s) 2022-09-27T15:54:30.3234820Z test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.183s) 2022-09-27T15:54:30.5310824Z test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.208s) 2022-09-27T15:54:30.7180207Z test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.187s) 2022-09-27T15:54:30.8987920Z test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.181s) 2022-09-27T15:54:30.9673181Z test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.068s) 2022-09-27T15:54:31.0199698Z test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.053s) 2022-09-27T15:54:31.5293976Z test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.509s) 2022-09-27T15:54:32.0241442Z test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.495s) 2022-09-27T15:54:32.1600597Z test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-09-27T15:54:32.3040624Z test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-09-27T15:54:32.3085351Z test_vmap_autograd_grad_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::mish_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:54:32.3086700Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:32.3198391Z ok (0.016s) 2022-09-27T15:54:32.3349137Z test_vmap_autograd_grad_nn_functional_mish_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:54:32.3826466Z test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:54:32.4284596Z test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:54:32.4991453Z test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T15:54:32.5672090Z test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T15:54:32.5716315Z test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:54:32.5717557Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:32.5937554Z ok (0.026s) 2022-09-27T15:54:32.6193249Z test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:54:32.6236928Z test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:54:32.6238155Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:32.6363508Z ok (0.017s) 2022-09-27T15:54:32.6527906Z test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:54:32.6825624Z test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:54:32.7095826Z test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:54:32.9962046Z test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.287s) 2022-09-27T15:54:33.2732377Z test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.277s) 2022-09-27T15:54:33.3261255Z test_vmap_autograd_grad_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:54:33.3777144Z test_vmap_autograd_grad_nn_functional_normalize_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:54:33.4336428Z test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:54:33.4885197Z test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:54:33.6874669Z test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.199s) 2022-09-27T15:54:33.8801440Z test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.193s) 2022-09-27T15:54:33.9333789Z test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:54:33.9849884Z test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:54:34.0378025Z test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:54:34.0890196Z test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:54:34.1380849Z test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:54:34.1847261Z test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:54:34.1889123Z test_vmap_autograd_grad_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_pdist_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:54:34.1890078Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:34.2285418Z ok (0.044s) 2022-09-27T15:54:34.2709232Z test_vmap_autograd_grad_nn_functional_pdist_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:54:34.2827106Z test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:54:34.2941771Z test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:54:34.3058428Z test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:54:34.3171819Z test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:54:34.8689729Z test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.552s) 2022-09-27T15:54:35.4003769Z test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.531s) 2022-09-27T15:54:35.5443107Z test_vmap_autograd_grad_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-09-27T15:54:35.6825600Z test_vmap_autograd_grad_nn_functional_prelu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-09-27T15:54:35.6973136Z test_vmap_autograd_grad_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:54:35.7116975Z test_vmap_autograd_grad_nn_functional_relu6_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:54:35.7316339Z test_vmap_autograd_grad_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:54:35.7510231Z test_vmap_autograd_grad_nn_functional_relu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:54:35.7554644Z test_vmap_autograd_grad_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::rrelu_with_noise_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:54:35.7555619Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:35.7670502Z ok (0.016s) 2022-09-27T15:54:35.7829240Z test_vmap_autograd_grad_nn_functional_rrelu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:54:35.7976479Z test_vmap_autograd_grad_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:54:35.8119240Z test_vmap_autograd_grad_nn_functional_selu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:54:35.8265555Z test_vmap_autograd_grad_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:54:35.8408816Z test_vmap_autograd_grad_nn_functional_silu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:54:35.8455023Z test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:54:35.8456003Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:35.8971606Z ok (0.056s) 2022-09-27T15:54:35.9512605Z test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T15:54:35.9559404Z test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:54:35.9560579Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:35.9865560Z ok (0.035s) 2022-09-27T15:54:36.0210188Z test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:54:36.0512614Z test_vmap_autograd_grad_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:54:36.0806637Z test_vmap_autograd_grad_nn_functional_softmin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:54:36.1124048Z test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:54:36.1418442Z test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:54:36.1566426Z test_vmap_autograd_grad_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:54:36.1709605Z test_vmap_autograd_grad_nn_functional_softplus_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:54:36.1941651Z test_vmap_autograd_grad_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:54:36.2165253Z test_vmap_autograd_grad_nn_functional_softshrink_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:54:36.2332319Z test_vmap_autograd_grad_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:54:36.2495331Z test_vmap_autograd_grad_nn_functional_softsign_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:54:36.2650774Z test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:54:36.2802319Z test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:54:36.3010894Z test_vmap_autograd_grad_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:54:36.3213036Z test_vmap_autograd_grad_nn_functional_threshold_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:54:36.3967961Z test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T15:54:36.4695034Z test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T15:54:36.5458093Z test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T15:54:36.6190038Z test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T15:54:37.6291682Z test_vmap_autograd_grad_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.010s) 2022-09-27T15:54:38.6114722Z test_vmap_autograd_grad_nn_functional_unfold_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.982s) 2022-09-27T15:54:38.6323927Z test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:54:38.6526459Z test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:54:38.7079087Z test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:54:38.7613954Z test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:54:38.7644746Z test_vmap_autograd_grad_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:54:38.7675460Z test_vmap_autograd_grad_nonzero_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:54:38.9683689Z test_vmap_autograd_grad_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.201s) 2022-09-27T15:54:39.1632837Z test_vmap_autograd_grad_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.195s) 2022-09-27T15:54:39.1806949Z test_vmap_autograd_grad_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:54:39.1976604Z test_vmap_autograd_grad_norm_fro_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:54:39.2220991Z test_vmap_autograd_grad_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:54:39.2456782Z test_vmap_autograd_grad_norm_inf_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:54:39.2604080Z test_vmap_autograd_grad_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:54:39.2766555Z test_vmap_autograd_grad_norm_nuc_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:54:39.3085410Z test_vmap_autograd_grad_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:54:39.3392215Z test_vmap_autograd_grad_normal_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:54:39.3468095Z test_vmap_autograd_grad_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:54:39.3542694Z test_vmap_autograd_grad_normal_number_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:54:39.3573846Z test_vmap_autograd_grad_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:54:39.3604837Z test_vmap_autograd_grad_ones_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:54:39.3635293Z test_vmap_autograd_grad_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:54:39.3666176Z test_vmap_autograd_grad_ones_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:54:39.3697334Z test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:54:39.3727887Z test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:54:39.5117744Z test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-09-27T15:54:39.6464880Z test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-09-27T15:54:39.6496292Z test_vmap_autograd_grad_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:54:39.6526943Z test_vmap_autograd_grad_ormqr_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:54:39.6623156Z test_vmap_autograd_grad_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:54:39.6715810Z test_vmap_autograd_grad_outer_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:54:50.3853841Z test_vmap_autograd_grad_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.714s) 2022-09-27T15:55:00.9993603Z test_vmap_autograd_grad_pca_lowrank_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (10.614s) 2022-09-27T15:55:01.0189386Z test_vmap_autograd_grad_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:55:01.0378119Z test_vmap_autograd_grad_permute_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:55:01.0892381Z test_vmap_autograd_grad_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:55:01.1456684Z test_vmap_autograd_grad_pinverse_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:55:01.2091014Z test_vmap_autograd_grad_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:55:01.2699465Z test_vmap_autograd_grad_polar_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:55:01.3154070Z test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:55:02.8060085Z test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (1.490s) 2022-09-27T15:55:02.8516406Z test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:55:02.8961918Z test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:55:02.9417510Z test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:55:02.9857960Z test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:55:03.0311365Z test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:55:03.0752212Z test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:55:03.1206018Z test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:55:03.1645421Z test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:55:03.1783771Z test_vmap_autograd_grad_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:55:03.1918767Z test_vmap_autograd_grad_positive_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:55:03.2617071Z test_vmap_autograd_grad_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T15:55:03.3288087Z test_vmap_autograd_grad_pow_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:55:03.5195310Z test_vmap_autograd_grad_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-09-27T15:55:03.7050807Z test_vmap_autograd_grad_prod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-09-27T15:55:03.7098118Z test_vmap_autograd_grad_put_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:55:03.7099665Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:55:03.7163478Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:55:03.7164326Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:55:03.8453380Z ok (0.140s) 2022-09-27T15:55:03.9804491Z test_vmap_autograd_grad_put_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-09-27T15:55:04.3831390Z test_vmap_autograd_grad_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.403s) 2022-09-27T15:55:04.7846697Z test_vmap_autograd_grad_qr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.401s) 2022-09-27T15:55:05.1784788Z test_vmap_autograd_grad_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.394s) 2022-09-27T15:55:05.5614174Z test_vmap_autograd_grad_quantile_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.383s) 2022-09-27T15:55:05.5762823Z test_vmap_autograd_grad_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:05.5905397Z test_vmap_autograd_grad_rad2deg_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:55:05.5937148Z test_vmap_autograd_grad_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:05.5968626Z test_vmap_autograd_grad_rand_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:05.6000092Z test_vmap_autograd_grad_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:05.6031311Z test_vmap_autograd_grad_randint_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:05.6062730Z test_vmap_autograd_grad_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:05.6094457Z test_vmap_autograd_grad_randn_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:05.6126345Z test_vmap_autograd_grad_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:05.6157950Z test_vmap_autograd_grad_randn_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:05.6310757Z test_vmap_autograd_grad_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:05.6458945Z test_vmap_autograd_grad_ravel_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:05.6597296Z test_vmap_autograd_grad_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:55:05.6732428Z test_vmap_autograd_grad_real_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:55:05.6883106Z test_vmap_autograd_grad_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:05.7029445Z test_vmap_autograd_grad_reciprocal_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:05.7633597Z test_vmap_autograd_grad_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:55:05.8215455Z test_vmap_autograd_grad_remainder_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:55:05.8490318Z test_vmap_autograd_grad_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:55:05.8758476Z test_vmap_autograd_grad_renorm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:55:05.9724673Z test_vmap_autograd_grad_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T15:55:06.0666389Z test_vmap_autograd_grad_repeat_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T15:55:06.0881416Z test_vmap_autograd_grad_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:55:06.1089919Z test_vmap_autograd_grad_repeat_interleave_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:55:06.1285978Z test_vmap_autograd_grad_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:55:06.1476169Z test_vmap_autograd_grad_reshape_as_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:55:06.1785129Z test_vmap_autograd_grad_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:55:06.2084051Z test_vmap_autograd_grad_reshape_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:55:06.2116388Z test_vmap_autograd_grad_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:06.2147571Z test_vmap_autograd_grad_resize__cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:06.2179296Z test_vmap_autograd_grad_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:06.2211341Z test_vmap_autograd_grad_resize_as__cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:06.2318283Z test_vmap_autograd_grad_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:55:06.2422564Z test_vmap_autograd_grad_resolve_conj_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:55:06.2530033Z test_vmap_autograd_grad_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:55:06.2634319Z test_vmap_autograd_grad_resolve_neg_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:55:06.3256372Z test_vmap_autograd_grad_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:55:06.3865066Z test_vmap_autograd_grad_roll_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:55:06.5386378Z test_vmap_autograd_grad_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-09-27T15:55:06.6858811Z test_vmap_autograd_grad_rot90_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-09-27T15:55:06.6934889Z test_vmap_autograd_grad_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:55:06.7009123Z test_vmap_autograd_grad_round_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:06.7158855Z test_vmap_autograd_grad_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:06.7304729Z test_vmap_autograd_grad_round_decimals_0_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:55:06.7454568Z test_vmap_autograd_grad_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:06.7601987Z test_vmap_autograd_grad_round_decimals_3_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:06.7750771Z test_vmap_autograd_grad_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:06.7896326Z test_vmap_autograd_grad_round_decimals_neg_3_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:55:06.8053710Z test_vmap_autograd_grad_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:55:06.8206608Z test_vmap_autograd_grad_rsqrt_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:06.8903451Z test_vmap_autograd_grad_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:55:06.9568675Z test_vmap_autograd_grad_rsub_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:55:07.0060930Z test_vmap_autograd_grad_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T15:55:07.0531415Z test_vmap_autograd_grad_scatter_add_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:55:07.1090541Z test_vmap_autograd_grad_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:55:07.1625454Z test_vmap_autograd_grad_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:55:07.3281780Z test_vmap_autograd_grad_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.166s) 2022-09-27T15:55:07.4876039Z test_vmap_autograd_grad_scatter_reduce_amax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-09-27T15:55:07.6533911Z test_vmap_autograd_grad_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.166s) 2022-09-27T15:55:07.8128421Z test_vmap_autograd_grad_scatter_reduce_amin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-09-27T15:55:07.9766481Z test_vmap_autograd_grad_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-09-27T15:55:08.1350897Z test_vmap_autograd_grad_scatter_reduce_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.158s) 2022-09-27T15:55:08.3598070Z test_vmap_autograd_grad_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.224s) 2022-09-27T15:55:08.5776280Z test_vmap_autograd_grad_scatter_reduce_prod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.218s) 2022-09-27T15:55:08.7162649Z test_vmap_autograd_grad_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-09-27T15:55:08.8485803Z test_vmap_autograd_grad_scatter_reduce_sum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-09-27T15:55:08.8517708Z test_vmap_autograd_grad_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:08.8549917Z test_vmap_autograd_grad_searchsorted_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:08.8603061Z test_vmap_autograd_grad_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_segment_reduce_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:55:08.8604054Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:55:09.3408581Z ok (0.486s) 2022-09-27T15:55:09.8136148Z test_vmap_autograd_grad_segment_reduce_lengths_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.473s) 2022-09-27T15:55:10.2780685Z test_vmap_autograd_grad_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.464s) 2022-09-27T15:55:10.7293500Z test_vmap_autograd_grad_segment_reduce_offsets_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.451s) 2022-09-27T15:55:10.7546798Z test_vmap_autograd_grad_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:55:10.7792610Z test_vmap_autograd_grad_select_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:55:10.8155453Z test_vmap_autograd_grad_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:55:10.8505404Z test_vmap_autograd_grad_select_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:55:10.8581785Z test_vmap_autograd_grad_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:55:10.8660974Z test_vmap_autograd_grad_sgn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:55:10.8692973Z test_vmap_autograd_grad_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:10.8724784Z test_vmap_autograd_grad_short_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:10.8756664Z test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:10.8788454Z test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:10.8940711Z test_vmap_autograd_grad_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:10.9088622Z test_vmap_autograd_grad_sigmoid_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:10.9164812Z test_vmap_autograd_grad_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:10.9243014Z test_vmap_autograd_grad_sign_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:55:10.9275142Z test_vmap_autograd_grad_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:10.9307242Z test_vmap_autograd_grad_signbit_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:10.9384620Z test_vmap_autograd_grad_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:55:10.9459943Z test_vmap_autograd_grad_sin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:10.9639369Z test_vmap_autograd_grad_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:55:11.2619777Z test_vmap_autograd_grad_sinc_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.298s) 2022-09-27T15:55:11.2697510Z test_vmap_autograd_grad_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:55:11.2772948Z test_vmap_autograd_grad_sinh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:11.3411586Z test_vmap_autograd_grad_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:55:11.4019165Z test_vmap_autograd_grad_slice_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:55:11.4319805Z test_vmap_autograd_grad_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:55:11.4609436Z test_vmap_autograd_grad_softmax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:55:11.4922762Z test_vmap_autograd_grad_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:55:11.5213151Z test_vmap_autograd_grad_softmax_with_dtype_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:55:11.6729764Z test_vmap_autograd_grad_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.151s) 2022-09-27T15:55:11.8195580Z test_vmap_autograd_grad_sort_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-09-27T15:55:11.8222676Z test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:55:11.8250492Z test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:55:11.8282479Z test_vmap_autograd_grad_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8313695Z test_vmap_autograd_grad_special_airy_ai_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8345572Z test_vmap_autograd_grad_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8377558Z test_vmap_autograd_grad_special_bessel_j0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8408979Z test_vmap_autograd_grad_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8440619Z test_vmap_autograd_grad_special_bessel_j1_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8471896Z test_vmap_autograd_grad_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8504143Z test_vmap_autograd_grad_special_bessel_y0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8535698Z test_vmap_autograd_grad_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8567674Z test_vmap_autograd_grad_special_bessel_y1_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8599556Z test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8631440Z test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8663462Z test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8695607Z test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:11.8723519Z test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:11.8752338Z test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:11.8778959Z test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:11.8807032Z test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:11.8931821Z test_vmap_autograd_grad_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:55:12.1373816Z test_vmap_autograd_grad_special_entr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.244s) 2022-09-27T15:55:12.1532354Z test_vmap_autograd_grad_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:55:14.3762375Z test_vmap_autograd_grad_special_erfcx_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (2.223s) 2022-09-27T15:55:14.3794351Z test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:14.3825404Z test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:14.3856785Z test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:14.3888324Z test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:14.4013734Z test_vmap_autograd_grad_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:55:15.0002125Z test_vmap_autograd_grad_special_i0e_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.599s) 2022-09-27T15:55:15.0190602Z test_vmap_autograd_grad_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:55:15.0373866Z test_vmap_autograd_grad_special_i1_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:55:15.0566476Z test_vmap_autograd_grad_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:55:15.0754145Z test_vmap_autograd_grad_special_i1e_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:55:15.0785677Z test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:15.0820435Z test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:15.0848012Z test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:15.0874698Z test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:15.1036106Z test_vmap_autograd_grad_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:55:15.6036895Z test_vmap_autograd_grad_special_log_ndtr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.500s) 2022-09-27T15:55:15.6068624Z test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:15.6100410Z test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:15.6132217Z test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:15.6163952Z test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:15.6195248Z test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:15.6226836Z test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:15.6258494Z test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:15.6290168Z test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:15.6462537Z test_vmap_autograd_grad_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:55:15.6628068Z test_vmap_autograd_grad_special_ndtr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:55:15.6785957Z test_vmap_autograd_grad_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:55:16.1163394Z test_vmap_autograd_grad_special_ndtri_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.437s) 2022-09-27T15:55:16.1617541Z test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:55:16.2055939Z test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:55:16.2088016Z test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:16.2119790Z test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:16.2151007Z test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:16.2182862Z test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:16.2210160Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:16.2241235Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:16.2268607Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:16.2295982Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:16.2323410Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:16.2350965Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:16.2378648Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:16.2405732Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:55:16.2437425Z test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:16.2468961Z test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:16.3117111Z test_vmap_autograd_grad_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:55:16.3741510Z test_vmap_autograd_grad_special_xlog1py_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:55:16.3772796Z test_vmap_autograd_grad_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:16.3804553Z test_vmap_autograd_grad_special_zeta_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:16.4064061Z test_vmap_autograd_grad_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:55:16.4315494Z test_vmap_autograd_grad_split_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T15:55:16.4893433Z test_vmap_autograd_grad_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:55:16.5453603Z test_vmap_autograd_grad_split_list_args_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T15:55:16.6211965Z test_vmap_autograd_grad_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T15:55:16.6952155Z test_vmap_autograd_grad_split_with_sizes_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T15:55:16.7028359Z test_vmap_autograd_grad_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:55:16.7103436Z test_vmap_autograd_grad_sqrt_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:16.7257901Z test_vmap_autograd_grad_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:16.7409219Z test_vmap_autograd_grad_square_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:16.7722648Z test_vmap_autograd_grad_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:55:16.8023636Z test_vmap_autograd_grad_squeeze_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:55:16.8551534Z test_vmap_autograd_grad_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:55:16.9057185Z test_vmap_autograd_grad_stack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:55:16.9540767Z test_vmap_autograd_grad_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:55:17.0013837Z test_vmap_autograd_grad_std_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:55:17.1065420Z test_vmap_autograd_grad_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T15:55:17.2086947Z test_vmap_autograd_grad_std_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-09-27T15:55:17.2671160Z test_vmap_autograd_grad_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:55:17.3255681Z test_vmap_autograd_grad_stft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:55:17.3935627Z test_vmap_autograd_grad_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T15:55:17.4585881Z test_vmap_autograd_grad_sub_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:55:17.5403590Z test_vmap_autograd_grad_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T15:55:17.6193509Z test_vmap_autograd_grad_sum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T15:55:17.6856347Z test_vmap_autograd_grad_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:55:17.7499530Z test_vmap_autograd_grad_sum_to_size_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:55:19.7212453Z test_vmap_autograd_grad_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.971s) 2022-09-27T15:55:21.8179203Z test_vmap_autograd_grad_svd_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (2.097s) 2022-09-27T15:55:33.4663930Z test_vmap_autograd_grad_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (11.648s) 2022-09-27T15:55:44.7511708Z test_vmap_autograd_grad_svd_lowrank_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (11.285s) 2022-09-27T15:55:44.8481196Z test_vmap_autograd_grad_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:55:44.9460015Z test_vmap_autograd_grad_symeig_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T15:55:44.9609259Z test_vmap_autograd_grad_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:44.9753582Z test_vmap_autograd_grad_t_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:55:45.0028411Z test_vmap_autograd_grad_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:55:45.0294370Z test_vmap_autograd_grad_take_along_dim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:55:45.0776059Z test_vmap_autograd_grad_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:55:45.1242762Z test_vmap_autograd_grad_take_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:55:45.1318526Z test_vmap_autograd_grad_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:45.1393157Z test_vmap_autograd_grad_tan_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:45.1466389Z test_vmap_autograd_grad_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:45.1538012Z test_vmap_autograd_grad_tanh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:45.4287531Z test_vmap_autograd_grad_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.275s) 2022-09-27T15:55:45.6958161Z test_vmap_autograd_grad_tensor_split_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.267s) 2022-09-27T15:55:45.7125754Z test_vmap_autograd_grad_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:55:45.7286816Z test_vmap_autograd_grad_tensordot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:55:45.8413870Z test_vmap_autograd_grad_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-09-27T15:55:45.9510024Z test_vmap_autograd_grad_tile_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.110s) 2022-09-27T15:55:46.0585867Z test_vmap_autograd_grad_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.107s) 2022-09-27T15:55:46.1564695Z test_vmap_autograd_grad_to_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T15:55:46.1749644Z test_vmap_autograd_grad_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_dense_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:55:46.1751066Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:55:46.1756244Z expected failure (0.019s) 2022-09-27T15:55:46.1940629Z test_vmap_autograd_grad_to_sparse_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T15:55:46.2614148Z test_vmap_autograd_grad_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:55:46.3268452Z test_vmap_autograd_grad_topk_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:55:46.3350443Z test_vmap_autograd_grad_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:55:46.3427839Z test_vmap_autograd_grad_trace_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:55:46.3781206Z test_vmap_autograd_grad_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:55:46.4121855Z test_vmap_autograd_grad_transpose_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T15:55:46.4810094Z test_vmap_autograd_grad_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:55:46.5471201Z test_vmap_autograd_grad_trapezoid_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:55:46.6160499Z test_vmap_autograd_grad_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:55:46.6817126Z test_vmap_autograd_grad_trapz_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T15:55:46.8294998Z test_vmap_autograd_grad_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-09-27T15:55:46.9764795Z test_vmap_autograd_grad_triangular_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-09-27T15:55:47.0127478Z test_vmap_autograd_grad_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:55:47.0474976Z test_vmap_autograd_grad_tril_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:55:47.0836550Z test_vmap_autograd_grad_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:55:47.1185627Z test_vmap_autograd_grad_triu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:55:47.1809979Z test_vmap_autograd_grad_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T15:55:47.2411106Z test_vmap_autograd_grad_true_divide_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:55:47.2485792Z test_vmap_autograd_grad_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:47.2559383Z test_vmap_autograd_grad_trunc_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:47.6975906Z test_vmap_autograd_grad_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.441s) 2022-09-27T15:55:48.1251733Z test_vmap_autograd_grad_unbind_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.427s) 2022-09-27T15:55:48.1671716Z test_vmap_autograd_grad_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:55:48.2079620Z test_vmap_autograd_grad_unflatten_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:55:48.2149607Z test_vmap_autograd_grad_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::unfold_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:55:48.2151583Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:55:48.3162927Z ok (0.108s) 2022-09-27T15:55:48.4216207Z test_vmap_autograd_grad_unfold_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T15:55:48.4248990Z test_vmap_autograd_grad_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:48.4281452Z test_vmap_autograd_grad_uniform_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:48.4313794Z test_vmap_autograd_grad_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:48.4346309Z test_vmap_autograd_grad_unique_consecutive_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:48.4378730Z test_vmap_autograd_grad_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:48.4411150Z test_vmap_autograd_grad_unique_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:48.4803126Z test_vmap_autograd_grad_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:55:48.5180906Z test_vmap_autograd_grad_unsqueeze_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:55:48.5625122Z test_vmap_autograd_grad_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:55:48.6054165Z test_vmap_autograd_grad_var_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:55:48.7024453Z test_vmap_autograd_grad_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T15:55:48.7963751Z test_vmap_autograd_grad_var_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T15:55:48.8057672Z test_vmap_autograd_grad_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:55:48.8147515Z test_vmap_autograd_grad_vdot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T15:55:48.8221756Z test_vmap_autograd_grad_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:48.8294858Z test_vmap_autograd_grad_view_as_complex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:55:48.8492530Z test_vmap_autograd_grad_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:55:48.8684603Z test_vmap_autograd_grad_view_as_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:55:48.8996129Z test_vmap_autograd_grad_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T15:55:48.9301861Z test_vmap_autograd_grad_view_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:55:48.9899176Z test_vmap_autograd_grad_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:55:49.0479598Z test_vmap_autograd_grad_vsplit_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:55:49.0662494Z test_vmap_autograd_grad_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:55:49.0839642Z test_vmap_autograd_grad_vstack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:55:49.1198993Z test_vmap_autograd_grad_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:55:49.1545795Z test_vmap_autograd_grad_where_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:55:49.2186417Z test_vmap_autograd_grad_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:55:49.2801411Z test_vmap_autograd_grad_xlogy_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T15:55:49.2960158Z test_vmap_autograd_grad_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:55:49.3115756Z test_vmap_autograd_grad_zero__cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:55:49.3148119Z test_vmap_autograd_grad_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:49.3180418Z test_vmap_autograd_grad_zeros_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:49.3212592Z test_vmap_autograd_grad_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:49.3244973Z test_vmap_autograd_grad_zeros_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T15:55:49.3522889Z test_vmapjvpall_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:55:49.3806976Z test_vmapjvpall_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:55:49.6344361Z test_vmapjvpall___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.253s) 2022-09-27T15:55:50.0360570Z test_vmapjvpall___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.402s) 2022-09-27T15:55:50.5544889Z test_vmapjvpall___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.518s) 2022-09-27T15:55:51.1467406Z test_vmapjvpall___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.592s) 2022-09-27T15:55:52.0924351Z test_vmapjvpall___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.946s) 2022-09-27T15:55:52.6444372Z test_vmapjvpall___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.552s) 2022-09-27T15:55:53.1886942Z test_vmapjvpall___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.544s) 2022-09-27T15:55:53.9623829Z test_vmapjvpall___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.773s) 2022-09-27T15:55:54.4911700Z test_vmapjvpall___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.529s) 2022-09-27T15:55:56.3419567Z test_vmapjvpall__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.851s) 2022-09-27T15:55:58.1856314Z test_vmapjvpall__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.844s) 2022-09-27T15:55:58.1876488Z test_vmapjvpall__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:55:58.1896250Z test_vmapjvpall__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:55:58.4243224Z test_vmapjvpall__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_masked/__init__.py:1196: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:55:58.4244936Z return torch.cumprod(mask_input, dim_, dtype=dtype).to(dtype=dtype) 2022-09-27T15:55:58.4422189Z ok (0.252s) 2022-09-27T15:55:58.6499515Z test_vmapjvpall__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.208s) 2022-09-27T15:55:58.9919815Z test_vmapjvpall__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.342s) 2022-09-27T15:56:00.0853915Z test_vmapjvpall__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.093s) 2022-09-27T15:56:02.0217116Z test_vmapjvpall__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.936s) 2022-09-27T15:56:02.7464255Z test_vmapjvpall__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.725s) 2022-09-27T15:56:03.0568836Z test_vmapjvpall__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.310s) 2022-09-27T15:56:12.3182323Z test_vmapjvpall__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.261s) 2022-09-27T15:56:13.0999569Z test_vmapjvpall__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.782s) 2022-09-27T15:56:15.4933140Z test_vmapjvpall__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.393s) 2022-09-27T15:56:15.8354196Z test_vmapjvpall__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.342s) 2022-09-27T15:56:16.1884259Z test_vmapjvpall__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.353s) 2022-09-27T15:56:22.7134465Z test_vmapjvpall__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.525s) 2022-09-27T15:56:24.3367327Z test_vmapjvpall__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.623s) 2022-09-27T15:56:30.7109589Z test_vmapjvpall__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.374s) 2022-09-27T15:56:30.7275227Z test_vmapjvpall_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:56:30.7708973Z test_vmapjvpall_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:56:30.8127858Z test_vmapjvpall_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:56:31.4587894Z test_vmapjvpall_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.646s) 2022-09-27T15:56:33.4594368Z test_vmapjvpall_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.000s) 2022-09-27T15:56:36.8838719Z test_vmapjvpall_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.424s) 2022-09-27T15:56:40.1799671Z test_vmapjvpall_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.296s) 2022-09-27T15:56:41.1103947Z test_vmapjvpall_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.930s) 2022-09-27T15:56:41.9908215Z test_vmapjvpall_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.880s) 2022-09-27T15:56:43.8141265Z test_vmapjvpall_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.823s) 2022-09-27T15:56:45.6692424Z test_vmapjvpall_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.855s) 2022-09-27T15:56:45.6712278Z test_vmapjvpall_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:56:45.6774029Z test_vmapjvpall_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.006s) 2022-09-27T15:56:46.0070373Z test_vmapjvpall_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.329s) 2022-09-27T15:56:46.3348083Z test_vmapjvpall_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.328s) 2022-09-27T15:56:46.3374918Z test_vmapjvpall_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:56:46.3535863Z test_vmapjvpall_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:56:46.3555183Z test_vmapjvpall_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:56:46.3574436Z test_vmapjvpall_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:56:46.3593715Z test_vmapjvpall_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:56:46.3612763Z test_vmapjvpall_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:56:46.3661619Z test_vmapjvpall_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.005s) 2022-09-27T15:56:46.3681011Z test_vmapjvpall_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:56:46.3695778Z test_vmapjvpall_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:56:46.7029821Z test_vmapjvpall_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.333s) 2022-09-27T15:56:46.7203465Z test_vmapjvpall_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:56:46.7374111Z test_vmapjvpall_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:56:47.3404468Z test_vmapjvpall_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.603s) 2022-09-27T15:56:47.3573353Z test_vmapjvpall_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:56:47.3748234Z test_vmapjvpall_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:56:58.1005236Z test_vmapjvpall_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.725s) 2022-09-27T15:57:08.8867685Z test_vmapjvpall_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.786s) 2022-09-27T15:57:19.9360997Z test_vmapjvpall_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (11.049s) 2022-09-27T15:57:21.7747390Z test_vmapjvpall_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.838s) 2022-09-27T15:57:21.7761605Z test_vmapjvpall_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:57:21.7782085Z test_vmapjvpall_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:21.7801045Z test_vmapjvpall_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:22.7319661Z test_vmapjvpall_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.952s) 2022-09-27T15:57:22.8010761Z test_vmapjvpall_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:57:22.8029859Z test_vmapjvpall_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:22.8049017Z test_vmapjvpall_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:22.8067986Z test_vmapjvpall_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:25.0649408Z test_vmapjvpall_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.258s) 2022-09-27T15:57:25.1603708Z test_vmapjvpall_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-09-27T15:57:25.1692013Z test_vmapjvpall_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.009s) 2022-09-27T15:57:25.1711078Z test_vmapjvpall_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:25.1730246Z test_vmapjvpall_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:25.5783682Z test_vmapjvpall_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.405s) 2022-09-27T15:57:25.9827574Z test_vmapjvpall_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.404s) 2022-09-27T15:57:26.0339664Z test_vmapjvpall_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.051s) 2022-09-27T15:57:26.0498862Z test_vmapjvpall_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:57:26.0517915Z test_vmapjvpall_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:26.0537164Z test_vmapjvpall_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:26.0556015Z test_vmapjvpall_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:26.0587873Z test_vmapjvpall_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:57:26.2630544Z test_vmapjvpall_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.204s) 2022-09-27T15:57:27.0777718Z test_vmapjvpall_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.815s) 2022-09-27T15:57:27.1740106Z test_vmapjvpall_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T15:57:27.9493416Z test_vmapjvpall_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.775s) 2022-09-27T15:57:28.4905383Z test_vmapjvpall_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.541s) 2022-09-27T15:57:29.0320889Z test_vmapjvpall_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.541s) 2022-09-27T15:57:29.0616274Z test_vmapjvpall_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:57:29.2455453Z test_vmapjvpall_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.184s) 2022-09-27T15:57:29.6828927Z test_vmapjvpall_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.437s) 2022-09-27T15:57:30.2640864Z test_vmapjvpall_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.581s) 2022-09-27T15:57:30.3004094Z test_vmapjvpall_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:57:30.3151924Z test_vmapjvpall_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:57:30.9779891Z test_vmapjvpall_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.663s) 2022-09-27T15:57:31.0056117Z test_vmapjvpall_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:57:31.5851768Z test_vmapjvpall_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.579s) 2022-09-27T15:57:31.7059244Z test_vmapjvpall_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-09-27T15:57:31.7467808Z test_vmapjvpall_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:57:31.7872410Z test_vmapjvpall_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:57:31.7891703Z test_vmapjvpall_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:33.0546379Z test_vmapjvpall_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.265s) 2022-09-27T15:57:33.2461211Z test_vmapjvpall_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-09-27T15:57:33.2918149Z test_vmapjvpall_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:57:33.3374653Z test_vmapjvpall_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:57:33.3967928Z test_vmapjvpall_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:57:33.3968810Z return self.op(*args, **kwargs) 2022-09-27T15:57:33.5152854Z ok (0.178s) 2022-09-27T15:57:33.5729993Z test_vmapjvpall_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:57:34.0926892Z test_vmapjvpall_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.519s) 2022-09-27T15:57:34.1327432Z test_vmapjvpall_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:57:34.3566594Z test_vmapjvpall_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.224s) 2022-09-27T15:57:34.5750944Z test_vmapjvpall_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.218s) 2022-09-27T15:57:34.6501427Z test_vmapjvpall_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T15:57:34.8558854Z test_vmapjvpall_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.206s) 2022-09-27T15:57:35.7866525Z test_vmapjvpall_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.931s) 2022-09-27T15:57:45.5654938Z test_vmapjvpall_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.779s) 2022-09-27T15:57:48.7927623Z test_vmapjvpall_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.227s) 2022-09-27T15:57:52.3793250Z test_vmapjvpall_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.586s) 2022-09-27T15:57:52.9231319Z test_vmapjvpall_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.544s) 2022-09-27T15:57:53.4742485Z test_vmapjvpall_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.551s) 2022-09-27T15:57:54.0180873Z test_vmapjvpall_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.544s) 2022-09-27T15:57:54.0854319Z test_vmapjvpall_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:57:54.1620641Z test_vmapjvpall_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.077s) 2022-09-27T15:57:54.2167975Z test_vmapjvpall_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:57:54.2701911Z test_vmapjvpall_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:57:54.8308779Z test_vmapjvpall_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.561s) 2022-09-27T15:57:55.4322414Z test_vmapjvpall_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.601s) 2022-09-27T15:57:55.4341363Z test_vmapjvpall_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:55.4370370Z test_vmapjvpall_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:57:55.4389328Z test_vmapjvpall_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:55.4408540Z test_vmapjvpall_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:55.4583339Z test_vmapjvpall_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:57:56.7974721Z test_vmapjvpall_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.339s) 2022-09-27T15:57:57.9228055Z test_vmapjvpall_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.125s) 2022-09-27T15:57:59.2081182Z test_vmapjvpall_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.285s) 2022-09-27T15:57:59.2472496Z test_vmapjvpall_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:57:59.4181583Z test_vmapjvpall_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-09-27T15:57:59.5406171Z test_vmapjvpall_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-09-27T15:57:59.5568539Z test_vmapjvpall_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:57:59.5587568Z test_vmapjvpall_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:57:59.6633735Z test_vmapjvpall_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-09-27T15:57:59.7834857Z test_vmapjvpall_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-09-27T15:57:59.9197758Z test_vmapjvpall_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-09-27T15:57:59.9927777Z test_vmapjvpall_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T15:58:00.1086328Z test_vmapjvpall_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-09-27T15:58:00.2342697Z test_vmapjvpall_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-09-27T15:58:00.3822951Z test_vmapjvpall_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-09-27T15:58:00.4890587Z test_vmapjvpall_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.107s) 2022-09-27T15:58:00.6199877Z test_vmapjvpall_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.131s) 2022-09-27T15:58:00.7645095Z test_vmapjvpall_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-09-27T15:58:00.8383944Z test_vmapjvpall_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T15:58:00.8435613Z test_vmapjvpall_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T15:58:00.8436652Z return self.op(*args, **kwargs) 2022-09-27T15:58:00.9632721Z ok (0.125s) 2022-09-27T15:58:01.0912462Z test_vmapjvpall_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-09-27T15:58:01.2456306Z test_vmapjvpall_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.154s) 2022-09-27T15:58:01.3512479Z test_vmapjvpall_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-09-27T15:58:01.4726305Z test_vmapjvpall_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-09-27T15:58:01.6120841Z test_vmapjvpall_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-09-27T15:58:01.7172415Z test_vmapjvpall_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T15:58:01.8348256Z test_vmapjvpall_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-09-27T15:58:01.9699563Z test_vmapjvpall_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-09-27T15:58:02.0171126Z test_vmapjvpall_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:58:02.0970179Z test_vmapjvpall_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T15:58:02.2209600Z test_vmapjvpall_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.124s) 2022-09-27T15:58:02.2471856Z test_vmapjvpall_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:58:02.2734420Z test_vmapjvpall_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:58:02.2753782Z test_vmapjvpall_float_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:02.2773061Z test_vmapjvpall_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:03.0113630Z test_vmapjvpall_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.734s) 2022-09-27T15:58:03.0273522Z test_vmapjvpall_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:58:03.0292742Z test_vmapjvpall_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:03.6124885Z test_vmapjvpall_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.583s) 2022-09-27T15:58:04.2016939Z test_vmapjvpall_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.589s) 2022-09-27T15:58:04.7575444Z test_vmapjvpall_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.556s) 2022-09-27T15:58:04.7961688Z test_vmapjvpall_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:58:04.8377419Z test_vmapjvpall_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:58:04.8411507Z test_vmapjvpall_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:04.9103016Z test_vmapjvpall_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:58:04.9122413Z test_vmapjvpall_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:04.9141437Z test_vmapjvpall_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:05.2629687Z test_vmapjvpall_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.349s) 2022-09-27T15:58:05.2650348Z test_vmapjvpall_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:05.2669154Z test_vmapjvpall_half_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:05.2688579Z test_vmapjvpall_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:05.2791503Z test_vmapjvpall_has_batch_rule_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:58:05.2896838Z test_vmapjvpall_has_batch_rule_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T15:58:05.3842704Z test_vmapjvpall_has_batch_rule___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T15:58:05.5301739Z test_vmapjvpall_has_batch_rule___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-09-27T15:58:05.7119123Z test_vmapjvpall_has_batch_rule___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.182s) 2022-09-27T15:58:05.9321041Z test_vmapjvpall_has_batch_rule___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.220s) 2022-09-27T15:58:06.2944005Z test_vmapjvpall_has_batch_rule___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.362s) 2022-09-27T15:58:06.4974321Z test_vmapjvpall_has_batch_rule___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.203s) 2022-09-27T15:58:06.6934443Z test_vmapjvpall_has_batch_rule___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.196s) 2022-09-27T15:58:07.0162785Z test_vmapjvpall_has_batch_rule___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.323s) 2022-09-27T15:58:07.2004103Z test_vmapjvpall_has_batch_rule___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.184s) 2022-09-27T15:58:07.9417665Z test_vmapjvpall_has_batch_rule__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.741s) 2022-09-27T15:58:08.6848034Z test_vmapjvpall_has_batch_rule__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.743s) 2022-09-27T15:58:08.6876268Z test_vmapjvpall_has_batch_rule__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:08.6904263Z test_vmapjvpall_has_batch_rule__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:08.8027996Z test_vmapjvpall_has_batch_rule__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.112s) 2022-09-27T15:58:08.8837119Z test_vmapjvpall_has_batch_rule__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T15:58:09.0249828Z test_vmapjvpall_has_batch_rule__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-09-27T15:58:09.4874736Z test_vmapjvpall_has_batch_rule__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.462s) 2022-09-27T15:58:10.2740580Z test_vmapjvpall_has_batch_rule__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.786s) 2022-09-27T15:58:10.2762555Z test_vmapjvpall_has_batch_rule__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:58:10.3942479Z test_vmapjvpall_has_batch_rule__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-09-27T15:58:14.1082137Z test_vmapjvpall_has_batch_rule__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.714s) 2022-09-27T15:58:14.4485026Z test_vmapjvpall_has_batch_rule__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.340s) 2022-09-27T15:58:15.5375378Z test_vmapjvpall_has_batch_rule__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.089s) 2022-09-27T15:58:15.6775018Z test_vmapjvpall_has_batch_rule__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-09-27T15:58:15.8235524Z test_vmapjvpall_has_batch_rule__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-09-27T15:58:18.8174485Z test_vmapjvpall_has_batch_rule__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.994s) 2022-09-27T15:58:19.4239140Z test_vmapjvpall_has_batch_rule__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.606s) 2022-09-27T15:58:22.3311575Z test_vmapjvpall_has_batch_rule__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.907s) 2022-09-27T15:58:22.3388494Z test_vmapjvpall_has_batch_rule_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:58:22.3561975Z test_vmapjvpall_has_batch_rule_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:58:22.3729014Z test_vmapjvpall_has_batch_rule_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:58:22.5974098Z test_vmapjvpall_has_batch_rule_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.224s) 2022-09-27T15:58:23.4101090Z test_vmapjvpall_has_batch_rule_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.813s) 2022-09-27T15:58:24.6932278Z test_vmapjvpall_has_batch_rule_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.283s) 2022-09-27T15:58:25.8882442Z test_vmapjvpall_has_batch_rule_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.195s) 2022-09-27T15:58:26.2594311Z test_vmapjvpall_has_batch_rule_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.371s) 2022-09-27T15:58:26.6057297Z test_vmapjvpall_has_batch_rule_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.346s) 2022-09-27T15:58:27.3216450Z test_vmapjvpall_has_batch_rule_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.716s) 2022-09-27T15:58:28.0941674Z test_vmapjvpall_has_batch_rule_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.772s) 2022-09-27T15:58:28.0969098Z test_vmapjvpall_has_batch_rule_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:28.1037527Z test_vmapjvpall_has_batch_rule_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.007s) 2022-09-27T15:58:28.2263932Z test_vmapjvpall_has_batch_rule_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-09-27T15:58:28.3490787Z test_vmapjvpall_has_batch_rule_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-09-27T15:58:28.3526000Z test_vmapjvpall_has_batch_rule_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:28.3598672Z test_vmapjvpall_has_batch_rule_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:58:28.3625251Z test_vmapjvpall_has_batch_rule_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:28.3651789Z test_vmapjvpall_has_batch_rule_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:28.3680948Z test_vmapjvpall_has_batch_rule_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:28.3709882Z test_vmapjvpall_has_batch_rule_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:28.3769737Z test_vmapjvpall_has_batch_rule_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.006s) 2022-09-27T15:58:28.3798645Z test_vmapjvpall_has_batch_rule_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:28.3823250Z test_vmapjvpall_has_batch_rule_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:58:28.3965773Z test_vmapjvpall_has_batch_rule_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T15:58:28.4051035Z test_vmapjvpall_has_batch_rule_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:58:28.4136619Z test_vmapjvpall_has_batch_rule_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:58:28.6445186Z test_vmapjvpall_has_batch_rule_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.231s) 2022-09-27T15:58:28.6522732Z test_vmapjvpall_has_batch_rule_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:58:28.6605425Z test_vmapjvpall_has_batch_rule_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:58:30.7416111Z test_vmapjvpall_has_batch_rule_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.081s) 2022-09-27T15:58:32.8758949Z test_vmapjvpall_has_batch_rule_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.134s) 2022-09-27T15:58:35.0813208Z test_vmapjvpall_has_batch_rule_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.205s) 2022-09-27T15:58:35.8202393Z test_vmapjvpall_has_batch_rule_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.739s) 2022-09-27T15:58:35.8224420Z test_vmapjvpall_has_batch_rule_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:58:35.8251746Z test_vmapjvpall_has_batch_rule_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:35.8282507Z test_vmapjvpall_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:36.2152547Z test_vmapjvpall_has_batch_rule_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.387s) 2022-09-27T15:58:36.2432760Z test_vmapjvpall_has_batch_rule_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:58:36.2459180Z test_vmapjvpall_has_batch_rule_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:36.2485675Z test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:36.2511647Z test_vmapjvpall_has_batch_rule_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:36.7299742Z test_vmapjvpall_has_batch_rule_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.478s) 2022-09-27T15:58:36.7618176Z test_vmapjvpall_has_batch_rule_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T15:58:36.7714644Z test_vmapjvpall_has_batch_rule_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:58:36.7741274Z test_vmapjvpall_has_batch_rule_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:36.7767896Z test_vmapjvpall_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:36.9361789Z test_vmapjvpall_has_batch_rule_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-09-27T15:58:37.0778086Z test_vmapjvpall_has_batch_rule_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-09-27T15:58:37.1298357Z test_vmapjvpall_has_batch_rule_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.052s) 2022-09-27T15:58:37.1371338Z test_vmapjvpall_has_batch_rule_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:58:37.1398426Z test_vmapjvpall_has_batch_rule_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:37.1424590Z test_vmapjvpall_has_batch_rule_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:37.1451265Z test_vmapjvpall_has_batch_rule_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:37.1490340Z test_vmapjvpall_has_batch_rule_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-09-27T15:58:37.2358408Z test_vmapjvpall_has_batch_rule_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T15:58:37.5644807Z test_vmapjvpall_has_batch_rule_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.329s) 2022-09-27T15:58:37.5842587Z test_vmapjvpall_has_batch_rule_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:58:37.8782644Z test_vmapjvpall_has_batch_rule_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.294s) 2022-09-27T15:58:38.0757071Z test_vmapjvpall_has_batch_rule_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.197s) 2022-09-27T15:58:38.2713972Z test_vmapjvpall_has_batch_rule_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.196s) 2022-09-27T15:58:38.2830865Z test_vmapjvpall_has_batch_rule_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:58:38.3484069Z test_vmapjvpall_has_batch_rule_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:58:38.5456322Z test_vmapjvpall_has_batch_rule_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.197s) 2022-09-27T15:58:38.5584291Z test_vmapjvpall_has_batch_rule_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:58:38.5716033Z test_vmapjvpall_has_batch_rule_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:58:38.5781948Z test_vmapjvpall_has_batch_rule_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:58:38.8061456Z test_vmapjvpall_has_batch_rule_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.228s) 2022-09-27T15:58:38.8168593Z test_vmapjvpall_has_batch_rule_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:58:38.8302746Z test_vmapjvpall_has_batch_rule_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:58:38.8885747Z test_vmapjvpall_has_batch_rule_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:58:38.9044363Z test_vmapjvpall_has_batch_rule_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:58:38.9199568Z test_vmapjvpall_has_batch_rule_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:58:38.9226374Z test_vmapjvpall_has_batch_rule_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:39.5058243Z test_vmapjvpall_has_batch_rule_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.583s) 2022-09-27T15:58:39.5754258Z test_vmapjvpall_has_batch_rule_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T15:58:39.5926647Z test_vmapjvpall_has_batch_rule_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:58:39.6098967Z test_vmapjvpall_has_batch_rule_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:58:39.6468994Z test_vmapjvpall_has_batch_rule_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.037s) 2022-09-27T15:58:39.6677591Z test_vmapjvpall_has_batch_rule_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:58:39.8739924Z test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.206s) 2022-09-27T15:58:39.8896790Z test_vmapjvpall_has_batch_rule_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:58:39.9660427Z test_vmapjvpall_has_batch_rule_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T15:58:40.0420155Z test_vmapjvpall_has_batch_rule_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T15:58:40.0695394Z test_vmapjvpall_has_batch_rule_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:58:40.1343947Z test_vmapjvpall_has_batch_rule_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:58:40.4536128Z test_vmapjvpall_has_batch_rule_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.319s) 2022-09-27T15:58:44.3815189Z test_vmapjvpall_has_batch_rule_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.928s) 2022-09-27T15:58:44.3972490Z test_vmapjvpall_has_batch_rule_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:58:45.7785560Z test_vmapjvpall_has_batch_rule_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.381s) 2022-09-27T15:58:45.9699731Z test_vmapjvpall_has_batch_rule_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-09-27T15:58:46.1664230Z test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.196s) 2022-09-27T15:58:46.3576444Z test_vmapjvpall_has_batch_rule_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-09-27T15:58:46.3849143Z test_vmapjvpall_has_batch_rule_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:58:46.4254862Z test_vmapjvpall_has_batch_rule_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.040s) 2022-09-27T15:58:46.4457639Z test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:58:46.4587339Z test_vmapjvpall_has_batch_rule_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:58:46.6666098Z test_vmapjvpall_has_batch_rule_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.208s) 2022-09-27T15:58:46.9002020Z test_vmapjvpall_has_batch_rule_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.233s) 2022-09-27T15:58:46.9027817Z test_vmapjvpall_has_batch_rule_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:46.9063441Z test_vmapjvpall_has_batch_rule_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:46.9089776Z test_vmapjvpall_has_batch_rule_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:46.9115807Z test_vmapjvpall_has_batch_rule_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:46.9196112Z test_vmapjvpall_has_batch_rule_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:58:46.9365289Z test_vmapjvpall_has_batch_rule_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:58:46.9445115Z test_vmapjvpall_has_batch_rule_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:58:46.9605863Z test_vmapjvpall_has_batch_rule_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:58:46.9762795Z test_vmapjvpall_has_batch_rule_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:58:47.0282589Z test_vmapjvpall_has_batch_rule_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:58:47.0684625Z test_vmapjvpall_has_batch_rule_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:58:47.0760606Z test_vmapjvpall_has_batch_rule_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:58:47.0786913Z test_vmapjvpall_has_batch_rule_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:47.1161161Z test_vmapjvpall_has_batch_rule_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T15:58:47.1576652Z test_vmapjvpall_has_batch_rule_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:58:47.2056270Z test_vmapjvpall_has_batch_rule_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:58:47.2320329Z test_vmapjvpall_has_batch_rule_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:58:47.2781445Z test_vmapjvpall_has_batch_rule_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:58:47.3260041Z test_vmapjvpall_has_batch_rule_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:58:47.3828238Z test_vmapjvpall_has_batch_rule_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:58:47.4216047Z test_vmapjvpall_has_batch_rule_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:58:47.4662469Z test_vmapjvpall_has_batch_rule_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:58:47.5160410Z test_vmapjvpall_has_batch_rule_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:58:47.5424004Z test_vmapjvpall_has_batch_rule_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:58:47.5593482Z test_vmapjvpall_has_batch_rule_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T15:58:47.6025822Z test_vmapjvpall_has_batch_rule_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:58:47.6192671Z test_vmapjvpall_has_batch_rule_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T15:58:47.6597295Z test_vmapjvpall_has_batch_rule_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:58:47.7055951Z test_vmapjvpall_has_batch_rule_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:58:47.7591225Z test_vmapjvpall_has_batch_rule_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T15:58:47.7952034Z test_vmapjvpall_has_batch_rule_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T15:58:47.8350900Z test_vmapjvpall_has_batch_rule_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:58:47.8811078Z test_vmapjvpall_has_batch_rule_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:58:47.9003819Z test_vmapjvpall_has_batch_rule_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:58:47.9267947Z test_vmapjvpall_has_batch_rule_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:58:47.9709861Z test_vmapjvpall_has_batch_rule_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:58:47.9820168Z test_vmapjvpall_has_batch_rule_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:58:47.9928409Z test_vmapjvpall_has_batch_rule_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:58:47.9954705Z test_vmapjvpall_has_batch_rule_float_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:47.9981641Z test_vmapjvpall_has_batch_rule_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:48.3104421Z test_vmapjvpall_has_batch_rule_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.312s) 2022-09-27T15:58:48.3176455Z test_vmapjvpall_has_batch_rule_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:58:48.3203270Z test_vmapjvpall_has_batch_rule_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:48.5411611Z test_vmapjvpall_has_batch_rule_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.221s) 2022-09-27T15:58:48.7558894Z test_vmapjvpall_has_batch_rule_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.215s) 2022-09-27T15:58:48.9609317Z test_vmapjvpall_has_batch_rule_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.205s) 2022-09-27T15:58:48.9757497Z test_vmapjvpall_has_batch_rule_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:58:48.9918665Z test_vmapjvpall_has_batch_rule_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:58:48.9958996Z test_vmapjvpall_has_batch_rule_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-09-27T15:58:49.0222949Z test_vmapjvpall_has_batch_rule_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T15:58:49.0249424Z test_vmapjvpall_has_batch_rule_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:49.0278474Z test_vmapjvpall_has_batch_rule_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:49.1910254Z test_vmapjvpall_has_batch_rule_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-09-27T15:58:49.1939934Z test_vmapjvpall_has_batch_rule_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:49.1969475Z test_vmapjvpall_has_batch_rule_half_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:49.1998900Z test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:49.2024877Z test_vmapjvpall_has_batch_rule_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:49.2145504Z test_vmapjvpall_has_batch_rule_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.012s) 2022-09-27T15:58:49.2276412Z test_vmapjvpall_has_batch_rule_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:58:49.4136811Z test_vmapjvpall_has_batch_rule_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.186s) 2022-09-27T15:58:49.6184697Z test_vmapjvpall_has_batch_rule_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.205s) 2022-09-27T15:58:49.6301179Z test_vmapjvpall_has_batch_rule_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:58:49.6327520Z test_vmapjvpall_has_batch_rule_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:49.6353498Z test_vmapjvpall_has_batch_rule_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:49.8227879Z test_vmapjvpall_has_batch_rule_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.187s) 2022-09-27T15:58:49.8856356Z test_vmapjvpall_has_batch_rule_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:58:49.8984238Z test_vmapjvpall_has_batch_rule_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:58:50.0098809Z test_vmapjvpall_has_batch_rule_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T15:58:50.2204170Z test_vmapjvpall_has_batch_rule_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.210s) 2022-09-27T15:58:50.2230392Z test_vmapjvpall_has_batch_rule_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.2394388Z test_vmapjvpall_has_batch_rule_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:58:50.2910505Z test_vmapjvpall_has_batch_rule_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:58:50.2936820Z test_vmapjvpall_has_batch_rule_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.2963038Z test_vmapjvpall_has_batch_rule_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.2988903Z test_vmapjvpall_has_batch_rule_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:50.3015275Z test_vmapjvpall_has_batch_rule_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.3041632Z test_vmapjvpall_has_batch_rule_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.3067524Z test_vmapjvpall_has_batch_rule_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T15:58:50.3093721Z test_vmapjvpall_has_batch_rule_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.3122120Z test_vmapjvpall_has_batch_rule_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.3150790Z test_vmapjvpall_has_batch_rule_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.3179997Z test_vmapjvpall_has_batch_rule_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.3326206Z test_vmapjvpall_has_batch_rule_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T15:58:50.3355435Z test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.3384903Z test_vmapjvpall_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.3414090Z test_vmapjvpall_has_batch_rule_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.3443331Z test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.3472387Z test_vmapjvpall_has_batch_rule_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:50.3746692Z test_vmapjvpall_has_batch_rule_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:58:50.4262110Z test_vmapjvpall_has_batch_rule_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T15:58:50.6525899Z test_vmapjvpall_has_batch_rule_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.226s) 2022-09-27T15:58:50.6552677Z test_vmapjvpall_has_batch_rule_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:51.5321693Z test_vmapjvpall_has_batch_rule_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.877s) 2022-09-27T15:58:51.5476946Z test_vmapjvpall_has_batch_rule_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:58:51.6599724Z test_vmapjvpall_has_batch_rule_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.112s) 2022-09-27T15:58:51.7666914Z test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.107s) 2022-09-27T15:58:51.8186540Z test_vmapjvpall_has_batch_rule_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T15:58:51.8904700Z test_vmapjvpall_has_batch_rule_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T15:58:51.9618310Z test_vmapjvpall_has_batch_rule_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T15:58:52.2303460Z test_vmapjvpall_has_batch_rule_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.268s) 2022-09-27T15:58:52.3301486Z test_vmapjvpall_has_batch_rule_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-09-27T15:58:52.3996844Z test_vmapjvpall_has_batch_rule_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T15:58:52.4889683Z test_vmapjvpall_has_batch_rule_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-09-27T15:58:52.5527708Z test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:58:53.5399583Z test_vmapjvpall_has_batch_rule_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.987s) 2022-09-27T15:58:53.5970422Z test_vmapjvpall_has_batch_rule_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:58:53.6519145Z test_vmapjvpall_has_batch_rule_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:58:53.6545901Z test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:53.6572317Z test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:53.6598686Z test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:53.6832957Z test_vmapjvpall_has_batch_rule_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.023s) 2022-09-27T15:58:54.8054884Z test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.122s) 2022-09-27T15:58:54.8181411Z test_vmapjvpall_has_batch_rule_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:58:54.8350179Z test_vmapjvpall_has_batch_rule_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T15:58:54.8497629Z test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T15:58:54.8658393Z test_vmapjvpall_has_batch_rule_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T15:58:55.5226807Z test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.657s) 2022-09-27T15:58:55.6634236Z test_vmapjvpall_has_batch_rule_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-09-27T15:58:55.6660635Z test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:55.6687272Z test_vmapjvpall_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:58:59.2323468Z test_vmapjvpall_has_batch_rule_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.563s) 2022-09-27T15:58:59.9081043Z test_vmapjvpall_has_batch_rule_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.676s) 2022-09-27T15:59:00.4026464Z test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.494s) 2022-09-27T15:59:00.6716021Z test_vmapjvpall_has_batch_rule_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.269s) 2022-09-27T15:59:00.7560575Z test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-09-27T15:59:00.7587106Z test_vmapjvpall_has_batch_rule_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:59:01.0429072Z test_vmapjvpall_has_batch_rule_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-09-27T15:59:01.1079847Z test_vmapjvpall_has_batch_rule_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:59:01.5779040Z test_vmapjvpall_has_batch_rule_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.470s) 2022-09-27T15:59:02.0241499Z test_vmapjvpall_has_batch_rule_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.446s) 2022-09-27T15:59:05.2846361Z test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.260s) 2022-09-27T15:59:08.0849269Z test_vmapjvpall_has_batch_rule_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.800s) 2022-09-27T15:59:08.4778396Z test_vmapjvpall_has_batch_rule_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.393s) 2022-09-27T15:59:08.4986331Z test_vmapjvpall_has_batch_rule_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:59:08.6525217Z test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.154s) 2022-09-27T15:59:08.7447259Z test_vmapjvpall_has_batch_rule_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-09-27T15:59:08.7585198Z test_vmapjvpall_has_batch_rule_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T15:59:09.8507122Z test_vmapjvpall_has_batch_rule_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.092s) 2022-09-27T15:59:09.8534098Z test_vmapjvpall_has_batch_rule_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:09.8694417Z test_vmapjvpall_has_batch_rule_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:59:09.8774528Z test_vmapjvpall_has_batch_rule_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T15:59:09.8941907Z test_vmapjvpall_has_batch_rule_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T15:59:09.9100606Z test_vmapjvpall_has_batch_rule_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:59:09.9498446Z test_vmapjvpall_has_batch_rule_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T15:59:09.9925534Z test_vmapjvpall_has_batch_rule_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:59:10.0230598Z test_vmapjvpall_has_batch_rule_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:59:10.0518304Z test_vmapjvpall_has_batch_rule_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:59:10.0553311Z test_vmapjvpall_has_batch_rule_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:10.1286864Z test_vmapjvpall_has_batch_rule_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T15:59:10.1313307Z test_vmapjvpall_has_batch_rule_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:10.1339964Z test_vmapjvpall_has_batch_rule_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:10.1366118Z test_vmapjvpall_has_batch_rule_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:10.1392472Z test_vmapjvpall_has_batch_rule_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:10.1662063Z test_vmapjvpall_has_batch_rule_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:59:10.1688696Z test_vmapjvpall_has_batch_rule_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:10.2696056Z test_vmapjvpall_has_batch_rule_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-09-27T15:59:10.2722874Z test_vmapjvpall_has_batch_rule_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:10.2748925Z test_vmapjvpall_has_batch_rule_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:10.2775324Z test_vmapjvpall_has_batch_rule_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:10.2949215Z test_vmapjvpall_has_batch_rule_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T15:59:11.0952318Z test_vmapjvpall_has_batch_rule_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.800s) 2022-09-27T15:59:11.1081649Z test_vmapjvpall_has_batch_rule_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:59:11.1347973Z test_vmapjvpall_has_batch_rule_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:59:11.1616436Z test_vmapjvpall_has_batch_rule_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:59:11.1794537Z test_vmapjvpall_has_batch_rule_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T15:59:11.2064589Z test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T15:59:11.2194935Z test_vmapjvpall_has_batch_rule_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:59:11.2667321Z test_vmapjvpall_has_batch_rule_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:59:11.6264059Z test_vmapjvpall_has_batch_rule_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.359s) 2022-09-27T15:59:11.6689825Z test_vmapjvpall_has_batch_rule_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:59:11.9078657Z test_vmapjvpall_has_batch_rule_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.239s) 2022-09-27T15:59:11.9223283Z test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:59:11.9444157Z test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:59:12.1789100Z test_vmapjvpall_has_batch_rule_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.234s) 2022-09-27T15:59:12.2709504Z test_vmapjvpall_has_batch_rule_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-09-27T15:59:12.3418294Z test_vmapjvpall_has_batch_rule_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T15:59:13.6040350Z test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.262s) 2022-09-27T15:59:14.8630269Z test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.259s) 2022-09-27T15:59:15.1058638Z test_vmapjvpall_has_batch_rule_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.243s) 2022-09-27T15:59:15.1210220Z test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:59:15.1441055Z test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:59:15.3806751Z test_vmapjvpall_has_batch_rule_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.236s) 2022-09-27T15:59:15.4094272Z test_vmapjvpall_has_batch_rule_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T15:59:15.4554322Z test_vmapjvpall_has_batch_rule_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T15:59:15.4668894Z test_vmapjvpall_has_batch_rule_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T15:59:15.4808580Z test_vmapjvpall_has_batch_rule_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T15:59:15.6797248Z test_vmapjvpall_has_batch_rule_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.199s) 2022-09-27T15:59:15.6835854Z test_vmapjvpall_has_batch_rule_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-09-27T15:59:15.7118176Z test_vmapjvpall_has_batch_rule_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T15:59:15.7720942Z test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:59:15.8324524Z test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:59:15.8930941Z test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T15:59:15.9106069Z test_vmapjvpall_has_batch_rule_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:59:15.9259604Z test_vmapjvpall_has_batch_rule_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T15:59:15.9974992Z test_vmapjvpall_has_batch_rule_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T15:59:16.0158917Z test_vmapjvpall_has_batch_rule_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T15:59:16.0294951Z test_vmapjvpall_has_batch_rule_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T15:59:16.0321712Z test_vmapjvpall_has_batch_rule_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:16.0762979Z test_vmapjvpall_has_batch_rule_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T15:59:16.0789465Z test_vmapjvpall_has_batch_rule_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:16.0815890Z test_vmapjvpall_has_batch_rule_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:16.0888263Z test_vmapjvpall_has_batch_rule_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T15:59:16.0924566Z test_vmapjvpall_has_batch_rule_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-09-27T15:59:16.0959805Z test_vmapjvpall_has_batch_rule_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:16.1000964Z test_vmapjvpall_has_batch_rule_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-09-27T15:59:16.1036990Z test_vmapjvpall_has_batch_rule_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:16.1073041Z test_vmapjvpall_has_batch_rule_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:16.1100376Z test_vmapjvpall_has_batch_rule_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:16.1427123Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:59:16.1975933Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T15:59:16.2603182Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:59:16.3085742Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T15:59:16.4451069Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-09-27T15:59:16.5580777Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-09-27T15:59:16.6083234Z test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T15:59:16.6468578Z test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:59:16.6899509Z test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T15:59:18.8642145Z test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (2.174s) 2022-09-27T15:59:20.9314244Z test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (2.067s) 2022-09-27T15:59:20.9511549Z test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.020s) 2022-09-27T15:59:21.2677604Z test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.316s) 2022-09-27T15:59:22.8026125Z test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.535s) 2022-09-27T15:59:22.8179736Z test_vmapjvpall_has_batch_rule_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:59:23.8184154Z test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.000s) 2022-09-27T15:59:27.5044562Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.686s) 2022-09-27T15:59:27.5422242Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T15:59:27.7191196Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.177s) 2022-09-27T15:59:27.8906457Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-09-27T15:59:27.9320824Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:59:27.9731749Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T15:59:28.1473120Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.174s) 2022-09-27T15:59:28.3227733Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.175s) 2022-09-27T15:59:28.4847336Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-09-27T15:59:28.6492647Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-09-27T15:59:28.8125440Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-09-27T15:59:29.8807570Z test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.068s) 2022-09-27T15:59:31.0569688Z test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.176s) 2022-09-27T15:59:32.2218107Z test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.165s) 2022-09-27T15:59:33.8582480Z test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.636s) 2022-09-27T15:59:34.3964769Z test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.538s) 2022-09-27T15:59:34.8595119Z test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.463s) 2022-09-27T15:59:34.8623112Z test_vmapjvpall_has_batch_rule_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:34.8645055Z test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:59:34.8667083Z test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:59:34.8689371Z test_vmapjvpall_has_batch_rule_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:59:34.8843940Z test_vmapjvpall_has_batch_rule_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:59:34.8869964Z test_vmapjvpall_has_batch_rule_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:34.8892448Z test_vmapjvpall_has_batch_rule_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:59:34.9249364Z test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:59:34.9270689Z test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:59:34.9293409Z test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:59:34.9453503Z test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T15:59:34.9621626Z test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T15:59:34.9752165Z test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:59:35.0146278Z test_vmapjvpall_has_batch_rule_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T15:59:35.0347372Z test_vmapjvpall_has_batch_rule_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.020s) 2022-09-27T15:59:35.0441218Z test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.009s) 2022-09-27T15:59:35.1081018Z test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:59:35.1384222Z test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:59:35.1539733Z test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:59:35.1749435Z test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:59:35.2051837Z test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T15:59:35.5713941Z test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.366s) 2022-09-27T15:59:35.5846350Z test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:59:35.6419348Z test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T15:59:35.7092155Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:59:35.7762692Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T15:59:35.8394592Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:59:35.9032726Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:59:35.9665672Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T15:59:36.0316912Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T15:59:36.5480575Z test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.516s) 2022-09-27T15:59:36.7051878Z test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.157s) 2022-09-27T15:59:37.4616962Z test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.756s) 2022-09-27T15:59:37.5063069Z test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T15:59:38.6358080Z test_vmapjvpall_has_batch_rule_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.129s) 2022-09-27T15:59:38.7539480Z test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-09-27T15:59:38.7681745Z test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:59:38.7682784Z return self.op(*args, **kwargs) 2022-09-27T15:59:38.7699678Z ok (0.016s) 2022-09-27T15:59:42.0061895Z test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.236s) 2022-09-27T15:59:42.0083459Z test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:59:49.9148123Z test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.906s) 2022-09-27T15:59:49.9279657Z test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:59:49.9301905Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:59:49.9432786Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:59:49.9455352Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:59:49.9585010Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:59:49.9607139Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:59:49.9778393Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T15:59:49.9970017Z test_vmapjvpall_has_batch_rule_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T15:59:50.2157202Z test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.219s) 2022-09-27T15:59:50.5415229Z test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.326s) 2022-09-27T15:59:50.5441707Z test_vmapjvpall_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:50.5467765Z test_vmapjvpall_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:50.7572434Z test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.210s) 2022-09-27T15:59:51.1686521Z test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.411s) 2022-09-27T15:59:51.2384612Z test_vmapjvpall_has_batch_rule_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T15:59:51.2930030Z test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T15:59:51.5217843Z test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.229s) 2022-09-27T15:59:51.5805342Z test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T15:59:51.6381801Z test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T15:59:51.8410057Z test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.202s) 2022-09-27T15:59:51.8436289Z test_vmapjvpall_has_batch_rule_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:51.8558834Z test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T15:59:51.8688497Z test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T15:59:54.5483912Z test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.679s) 2022-09-27T15:59:55.0210346Z test_vmapjvpall_has_batch_rule_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.472s) 2022-09-27T15:59:55.0367600Z test_vmapjvpall_has_batch_rule_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:59:55.0572834Z test_vmapjvpall_has_batch_rule_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:59:55.0595176Z test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T15:59:55.0750213Z test_vmapjvpall_has_batch_rule_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T15:59:55.0931034Z test_vmapjvpall_has_batch_rule_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T15:59:55.1060778Z test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:59:55.1190169Z test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T15:59:55.1615887Z test_vmapjvpall_has_batch_rule_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T15:59:55.2084303Z test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T15:59:55.2241577Z test_vmapjvpall_has_batch_rule_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:59:55.2486722Z test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T15:59:55.2692571Z test_vmapjvpall_has_batch_rule_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T15:59:55.2853319Z test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T15:59:55.3072342Z test_vmapjvpall_has_batch_rule_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-09-27T15:59:56.6984167Z test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.391s) 2022-09-27T15:59:58.2000478Z test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.501s) 2022-09-27T15:59:59.4825728Z test_vmapjvpall_has_batch_rule_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.282s) 2022-09-27T15:59:59.5061058Z test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T15:59:59.5697611Z test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T15:59:59.5726881Z test_vmapjvpall_has_batch_rule_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:59.8335928Z test_vmapjvpall_has_batch_rule_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.261s) 2022-09-27T15:59:59.8541886Z test_vmapjvpall_has_batch_rule_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T15:59:59.8874090Z test_vmapjvpall_has_batch_rule_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T15:59:59.9220542Z test_vmapjvpall_has_batch_rule_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T15:59:59.9257559Z test_vmapjvpall_has_batch_rule_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-09-27T15:59:59.9286198Z test_vmapjvpall_has_batch_rule_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:59.9312465Z test_vmapjvpall_has_batch_rule_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:59.9348180Z test_vmapjvpall_has_batch_rule_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:59:59.9392567Z test_vmapjvpall_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-09-27T16:00:00.3936504Z test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.454s) 2022-09-27T16:00:00.4256680Z test_vmapjvpall_has_batch_rule_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.032s) 2022-09-27T16:00:00.4513009Z test_vmapjvpall_has_batch_rule_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-09-27T16:00:00.4537711Z test_vmapjvpall_has_batch_rule_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:00:00.4731244Z test_vmapjvpall_has_batch_rule_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:00:00.5681513Z test_vmapjvpall_has_batch_rule_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-09-27T16:00:00.5827766Z test_vmapjvpall_has_batch_rule_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:00:00.6308521Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T16:00:00.6788292Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T16:00:00.7267796Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T16:00:00.7746875Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T16:00:00.8227271Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T16:00:00.8358901Z test_vmapjvpall_has_batch_rule_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T16:00:01.1220435Z test_vmapjvpall_has_batch_rule_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.286s) 2022-09-27T16:00:01.3855911Z test_vmapjvpall_has_batch_rule_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.263s) 2022-09-27T16:00:01.3990751Z test_vmapjvpall_has_batch_rule_put_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:00:01.6836581Z test_vmapjvpall_has_batch_rule_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-09-27T16:00:01.7018765Z test_vmapjvpall_has_batch_rule_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T16:00:01.7172280Z test_vmapjvpall_has_batch_rule_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:00:01.7208006Z test_vmapjvpall_has_batch_rule_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:01.7245361Z test_vmapjvpall_has_batch_rule_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-09-27T16:00:01.7271559Z test_vmapjvpall_has_batch_rule_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:01.7307129Z test_vmapjvpall_has_batch_rule_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:01.7460690Z test_vmapjvpall_has_batch_rule_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:00:01.7594338Z test_vmapjvpall_has_batch_rule_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T16:00:01.7749421Z test_vmapjvpall_has_batch_rule_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:00:01.9776665Z test_vmapjvpall_has_batch_rule_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.202s) 2022-09-27T16:00:01.9803727Z test_vmapjvpall_has_batch_rule_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:02.1505072Z test_vmapjvpall_has_batch_rule_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.170s) 2022-09-27T16:00:02.1792744Z test_vmapjvpall_has_batch_rule_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T16:00:02.2536819Z test_vmapjvpall_has_batch_rule_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T16:00:02.2853378Z test_vmapjvpall_has_batch_rule_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T16:00:02.2883214Z test_vmapjvpall_has_batch_rule_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:02.2912001Z test_vmapjvpall_has_batch_rule_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:02.3017990Z test_vmapjvpall_has_batch_rule_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T16:00:02.3123718Z test_vmapjvpall_has_batch_rule_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T16:00:02.3850156Z test_vmapjvpall_has_batch_rule_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T16:00:02.5481267Z test_vmapjvpall_has_batch_rule_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-09-27T16:00:02.5554999Z test_vmapjvpall_has_batch_rule_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T16:00:02.5703274Z test_vmapjvpall_has_batch_rule_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:00:02.5852518Z test_vmapjvpall_has_batch_rule_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:00:02.6002481Z test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:00:02.6163002Z test_vmapjvpall_has_batch_rule_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:00:02.8417655Z test_vmapjvpall_has_batch_rule_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.225s) 2022-09-27T16:00:02.9977373Z test_vmapjvpall_has_batch_rule_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.156s) 2022-09-27T16:00:03.0325241Z test_vmapjvpall_has_batch_rule_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.035s) 2022-09-27T16:00:03.0484443Z test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:00:03.0643482Z test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:00:03.0801758Z test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:00:03.0827672Z test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.0986300Z test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:00:03.1190579Z test_vmapjvpall_has_batch_rule_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.020s) 2022-09-27T16:00:03.1217320Z test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.1243749Z test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.1477261Z test_vmapjvpall_has_batch_rule_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T16:00:03.2688459Z test_vmapjvpall_has_batch_rule_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-09-27T16:00:03.2764572Z test_vmapjvpall_has_batch_rule_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T16:00:03.2790861Z test_vmapjvpall_has_batch_rule_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.2817831Z test_vmapjvpall_has_batch_rule_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.2966427Z test_vmapjvpall_has_batch_rule_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:00:03.3038255Z test_vmapjvpall_has_batch_rule_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T16:00:03.3064771Z test_vmapjvpall_has_batch_rule_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.3138750Z test_vmapjvpall_has_batch_rule_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T16:00:03.3342807Z test_vmapjvpall_has_batch_rule_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T16:00:03.3417148Z test_vmapjvpall_has_batch_rule_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T16:00:03.5582104Z test_vmapjvpall_has_batch_rule_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.216s) 2022-09-27T16:00:03.5978892Z test_vmapjvpall_has_batch_rule_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:00:03.6405761Z test_vmapjvpall_has_batch_rule_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T16:00:03.8134448Z test_vmapjvpall_has_batch_rule_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-09-27T16:00:03.8196647Z test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.006s) 2022-09-27T16:00:03.8223418Z test_vmapjvpall_has_batch_rule_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.8249800Z test_vmapjvpall_has_batch_rule_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.8276039Z test_vmapjvpall_has_batch_rule_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.8302429Z test_vmapjvpall_has_batch_rule_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.8329125Z test_vmapjvpall_has_batch_rule_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.8355406Z test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.8381821Z test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.8404635Z test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:00:03.8426538Z test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:00:03.8550121Z test_vmapjvpall_has_batch_rule_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T16:00:03.8715535Z test_vmapjvpall_has_batch_rule_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:00:03.8742306Z test_vmapjvpall_has_batch_rule_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.8768915Z test_vmapjvpall_has_batch_rule_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.8895540Z test_vmapjvpall_has_batch_rule_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T16:00:03.9046068Z test_vmapjvpall_has_batch_rule_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:00:03.9203474Z test_vmapjvpall_has_batch_rule_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:00:03.9229768Z test_vmapjvpall_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.9252157Z test_vmapjvpall_has_batch_rule_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:00:03.9377169Z test_vmapjvpall_has_batch_rule_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-09-27T16:00:03.9403524Z test_vmapjvpall_has_batch_rule_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.9429266Z test_vmapjvpall_has_batch_rule_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:03.9455518Z test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.9490846Z test_vmapjvpall_has_batch_rule_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:03.9688395Z test_vmapjvpall_has_batch_rule_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T16:00:03.9865186Z test_vmapjvpall_has_batch_rule_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:00:04.0345627Z test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T16:00:04.0371788Z test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:04.0398360Z test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:04.0420480Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:00:04.0443314Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:00:04.0465428Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:00:04.0487804Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:00:04.0513640Z test_vmapjvpall_has_batch_rule_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:04.3016530Z test_vmapjvpall_has_batch_rule_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.250s) 2022-09-27T16:00:04.3042784Z test_vmapjvpall_has_batch_rule_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:04.3165973Z test_vmapjvpall_has_batch_rule_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T16:00:04.3347652Z test_vmapjvpall_has_batch_rule_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:00:04.3579938Z test_vmapjvpall_has_batch_rule_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T16:00:04.3654515Z test_vmapjvpall_has_batch_rule_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T16:00:04.3820113Z test_vmapjvpall_has_batch_rule_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:00:04.4126418Z test_vmapjvpall_has_batch_rule_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T16:00:04.8808461Z test_vmapjvpall_has_batch_rule_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.468s) 2022-09-27T16:00:04.9419256Z test_vmapjvpall_has_batch_rule_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T16:00:05.0071827Z test_vmapjvpall_has_batch_rule_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T16:00:05.0738522Z test_vmapjvpall_has_batch_rule_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T16:00:05.2901956Z test_vmapjvpall_has_batch_rule_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.216s) 2022-09-27T16:00:05.3824327Z test_vmapjvpall_has_batch_rule_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-09-27T16:00:05.4554920Z test_vmapjvpall_has_batch_rule_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T16:00:08.3393035Z test_vmapjvpall_has_batch_rule_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.884s) 2022-09-27T16:00:08.3415154Z test_vmapjvpall_has_batch_rule_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:00:08.3443342Z test_vmapjvpall_has_batch_rule_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:08.3585990Z test_vmapjvpall_has_batch_rule_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:00:08.3884983Z test_vmapjvpall_has_batch_rule_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T16:00:08.4017468Z test_vmapjvpall_has_batch_rule_take_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T16:00:08.4094076Z test_vmapjvpall_has_batch_rule_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T16:00:08.4166649Z test_vmapjvpall_has_batch_rule_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T16:00:08.4253584Z test_vmapjvpall_has_batch_rule_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-09-27T16:00:08.4867957Z test_vmapjvpall_has_batch_rule_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T16:00:08.7126969Z test_vmapjvpall_has_batch_rule_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.226s) 2022-09-27T16:00:08.7149142Z test_vmapjvpall_has_batch_rule_to_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:00:08.7178964Z test_vmapjvpall_has_batch_rule_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:08.7891649Z test_vmapjvpall_has_batch_rule_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T16:00:08.7972062Z test_vmapjvpall_has_batch_rule_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T16:00:08.8321490Z test_vmapjvpall_has_batch_rule_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T16:00:09.0389679Z test_vmapjvpall_has_batch_rule_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.207s) 2022-09-27T16:00:09.2460584Z test_vmapjvpall_has_batch_rule_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.207s) 2022-09-27T16:00:09.5398741Z test_vmapjvpall_has_batch_rule_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.294s) 2022-09-27T16:00:09.5782137Z test_vmapjvpall_has_batch_rule_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T16:00:09.6157985Z test_vmapjvpall_has_batch_rule_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T16:00:09.8131901Z test_vmapjvpall_has_batch_rule_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.197s) 2022-09-27T16:00:09.8203681Z test_vmapjvpall_has_batch_rule_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-09-27T16:00:09.8593979Z test_vmapjvpall_has_batch_rule_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:00:09.9035883Z test_vmapjvpall_has_batch_rule_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T16:00:09.9972916Z test_vmapjvpall_has_batch_rule_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T16:00:09.9999073Z test_vmapjvpall_has_batch_rule_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:10.0025286Z test_vmapjvpall_has_batch_rule_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:10.0394934Z test_vmapjvpall_has_batch_rule_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.037s) 2022-09-27T16:00:10.0769332Z test_vmapjvpall_has_batch_rule_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T16:00:10.1309744Z test_vmapjvpall_has_batch_rule_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T16:00:10.1891441Z test_vmapjvpall_has_batch_rule_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T16:00:10.2018066Z test_vmapjvpall_has_batch_rule_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T16:00:10.2243957Z test_vmapjvpall_has_batch_rule_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.022s) 2022-09-27T16:00:10.2961593Z test_vmapjvpall_has_batch_rule_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T16:00:10.3273109Z test_vmapjvpall_has_batch_rule_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T16:00:10.3402780Z test_vmapjvpall_has_batch_rule_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T16:00:10.5344955Z test_vmapjvpall_has_batch_rule_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.194s) 2022-09-27T16:00:10.6357850Z test_vmapjvpall_has_batch_rule_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-09-27T16:00:10.8799807Z test_vmapjvpall_has_batch_rule_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.244s) 2022-09-27T16:00:10.8971042Z test_vmapjvpall_has_batch_rule_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:00:10.8997765Z test_vmapjvpall_has_batch_rule_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:10.9033484Z test_vmapjvpall_has_batch_rule_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:00:10.9051892Z test_vmapjvpall_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:10.9167779Z test_vmapjvpall_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.011s) 2022-09-27T16:00:10.9697289Z test_vmapjvpall_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T16:00:11.4834595Z test_vmapjvpall_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.514s) 2022-09-27T16:00:12.0504924Z test_vmapjvpall_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.567s) 2022-09-27T16:00:14.8895839Z test_vmapjvpall_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.839s) 2022-09-27T16:00:14.8915593Z test_vmapjvpall_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:14.8935610Z test_vmapjvpall_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:15.4471315Z test_vmapjvpall_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.553s) 2022-09-27T16:00:15.6282631Z test_vmapjvpall_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.181s) 2022-09-27T16:00:15.6761036Z test_vmapjvpall_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T16:00:15.9653518Z test_vmapjvpall_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.289s) 2022-09-27T16:00:16.5129968Z test_vmapjvpall_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.547s) 2022-09-27T16:00:16.5148381Z test_vmapjvpall_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:16.5581323Z test_vmapjvpall_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T16:00:16.6936609Z test_vmapjvpall_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-09-27T16:00:16.6954719Z test_vmapjvpall_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:16.6973044Z test_vmapjvpall_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:16.6990992Z test_vmapjvpall_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:16.7009302Z test_vmapjvpall_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:16.7027245Z test_vmapjvpall_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:16.7045379Z test_vmapjvpall_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:16.7063282Z test_vmapjvpall_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:16.7081746Z test_vmapjvpall_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:16.7099621Z test_vmapjvpall_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:16.7117685Z test_vmapjvpall_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:16.7181823Z test_vmapjvpall_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::col2im. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:00:16.7183038Z return self.op(*args, **kwargs) 2022-09-27T16:00:17.0258252Z ok (0.314s) 2022-09-27T16:00:17.0278535Z test_vmapjvpall_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:17.0298995Z test_vmapjvpall_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:17.0318990Z test_vmapjvpall_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:17.0339217Z test_vmapjvpall_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:17.0359076Z test_vmapjvpall_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:17.1073627Z test_vmapjvpall_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T16:00:17.2596458Z test_vmapjvpall_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-09-27T16:00:17.8647468Z test_vmapjvpall_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.605s) 2022-09-27T16:00:17.8668095Z test_vmapjvpall_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:20.2603158Z test_vmapjvpall_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.393s) 2022-09-27T16:00:21.7781905Z test_vmapjvpall_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.518s) 2022-09-27T16:00:22.0464960Z test_vmapjvpall_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.268s) 2022-09-27T16:00:22.3050893Z test_vmapjvpall_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.258s) 2022-09-27T16:00:22.4076807Z test_vmapjvpall_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-09-27T16:00:22.5980582Z test_vmapjvpall_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.190s) 2022-09-27T16:00:22.7610262Z test_vmapjvpall_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-09-27T16:00:23.4007455Z test_vmapjvpall_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.640s) 2022-09-27T16:00:23.6064488Z test_vmapjvpall_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.205s) 2022-09-27T16:00:23.7873955Z test_vmapjvpall_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.181s) 2022-09-27T16:00:23.9773114Z test_vmapjvpall_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.190s) 2022-09-27T16:00:24.1145086Z test_vmapjvpall_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.137s) 2022-09-27T16:00:25.9396657Z test_vmapjvpall_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.825s) 2022-09-27T16:00:26.0692208Z test_vmapjvpall_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-09-27T16:00:26.1946554Z test_vmapjvpall_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.125s) 2022-09-27T16:00:26.1965175Z test_vmapjvpall_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:26.1983197Z test_vmapjvpall_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:26.2001685Z test_vmapjvpall_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:26.2190639Z test_vmapjvpall_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.019s) 2022-09-27T16:00:28.2421836Z test_vmapjvpall_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.023s) 2022-09-27T16:00:29.4205249Z test_vmapjvpall_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.178s) 2022-09-27T16:00:30.3270066Z test_vmapjvpall_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.906s) 2022-09-27T16:00:31.1554236Z test_vmapjvpall_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.828s) 2022-09-27T16:00:39.1088472Z test_vmapjvpall_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.953s) 2022-09-27T16:00:40.7099843Z test_vmapjvpall_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.601s) 2022-09-27T16:00:41.0390146Z test_vmapjvpall_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.329s) 2022-09-27T16:00:41.0408739Z test_vmapjvpall_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:41.0426888Z test_vmapjvpall_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:00:48.8288722Z test_vmapjvpall_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.786s) 2022-09-27T16:00:50.6499803Z test_vmapjvpall_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.821s) 2022-09-27T16:00:51.9552854Z test_vmapjvpall_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.305s) 2022-09-27T16:00:52.5338152Z test_vmapjvpall_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.578s) 2022-09-27T16:00:52.7066533Z test_vmapjvpall_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-09-27T16:00:52.7085178Z test_vmapjvpall_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:00:53.4785290Z test_vmapjvpall_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.770s) 2022-09-27T16:00:53.6811569Z test_vmapjvpall_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.203s) 2022-09-27T16:00:54.8234359Z test_vmapjvpall_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.142s) 2022-09-27T16:00:55.9223876Z test_vmapjvpall_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.099s) 2022-09-27T16:01:04.0487287Z test_vmapjvpall_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.126s) 2022-09-27T16:01:09.9256886Z test_vmapjvpall_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.877s) 2022-09-27T16:01:10.7235306Z test_vmapjvpall_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.798s) 2022-09-27T16:01:10.7676575Z test_vmapjvpall_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T16:01:11.1312047Z test_vmapjvpall_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.363s) 2022-09-27T16:01:11.3423195Z test_vmapjvpall_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.211s) 2022-09-27T16:01:13.9773918Z test_vmapjvpall_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.635s) 2022-09-27T16:01:16.9452131Z test_vmapjvpall_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.968s) 2022-09-27T16:01:16.9470697Z test_vmapjvpall_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:16.9873764Z test_vmapjvpall_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:01:17.0037509Z test_vmapjvpall_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:01:17.0441506Z test_vmapjvpall_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:01:17.0832759Z test_vmapjvpall_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:01:17.1836541Z test_vmapjvpall_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-09-27T16:01:17.2854371Z test_vmapjvpall_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-09-27T16:01:17.3598263Z test_vmapjvpall_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T16:01:17.4310150Z test_vmapjvpall_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T16:01:17.4337128Z test_vmapjvpall_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:01:17.6060576Z test_vmapjvpall_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-09-27T16:01:17.6078981Z test_vmapjvpall_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:17.6097510Z test_vmapjvpall_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:17.6115706Z test_vmapjvpall_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:17.6133720Z test_vmapjvpall_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:17.6814312Z test_vmapjvpall_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T16:01:17.6832181Z test_vmapjvpall_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:17.9440168Z test_vmapjvpall_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.261s) 2022-09-27T16:01:17.9458094Z test_vmapjvpall_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:17.9476230Z test_vmapjvpall_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:17.9494588Z test_vmapjvpall_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:17.9559200Z test_vmapjvpall_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1660: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:01:17.9560085Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T16:01:18.8893516Z ok (0.940s) 2022-09-27T16:01:20.7331039Z test_vmapjvpall_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.844s) 2022-09-27T16:01:21.4095886Z test_vmapjvpall_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.676s) 2022-09-27T16:01:21.4908199Z test_vmapjvpall_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T16:01:21.5716671Z test_vmapjvpall_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T16:01:21.9156616Z test_vmapjvpall_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.344s) 2022-09-27T16:01:21.9894039Z test_vmapjvpall_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-09-27T16:01:22.2790928Z test_vmapjvpall_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.290s) 2022-09-27T16:01:22.3974102Z test_vmapjvpall_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-09-27T16:01:23.3459927Z test_vmapjvpall_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.948s) 2022-09-27T16:01:23.4324909Z test_vmapjvpall_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T16:01:24.0515715Z test_vmapjvpall_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.619s) 2022-09-27T16:01:24.0855777Z test_vmapjvpall_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T16:01:24.1455262Z test_vmapjvpall_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T16:01:24.7635770Z test_vmapjvpall_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.618s) 2022-09-27T16:01:25.0413402Z test_vmapjvpall_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.278s) 2022-09-27T16:01:25.2408930Z test_vmapjvpall_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.200s) 2022-09-27T16:01:30.9975229Z test_vmapjvpall_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.756s) 2022-09-27T16:01:36.7763652Z test_vmapjvpall_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.779s) 2022-09-27T16:01:37.3947640Z test_vmapjvpall_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.618s) 2022-09-27T16:01:37.4296219Z test_vmapjvpall_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T16:01:37.4920493Z test_vmapjvpall_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T16:01:38.1105843Z test_vmapjvpall_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.618s) 2022-09-27T16:01:38.1788660Z test_vmapjvpall_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T16:01:38.2969341Z test_vmapjvpall_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-09-27T16:01:38.3267528Z test_vmapjvpall_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T16:01:38.3599149Z test_vmapjvpall_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T16:01:38.9041041Z test_vmapjvpall_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.544s) 2022-09-27T16:01:38.9068246Z test_vmapjvpall_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:01:38.9756285Z test_vmapjvpall_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-09-27T16:01:39.1390763Z test_vmapjvpall_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-09-27T16:01:39.3022430Z test_vmapjvpall_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-09-27T16:01:39.4655632Z test_vmapjvpall_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-09-27T16:01:39.5085881Z test_vmapjvpall_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T16:01:40.2122570Z test_vmapjvpall_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.703s) 2022-09-27T16:01:40.4138226Z test_vmapjvpall_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.202s) 2022-09-27T16:01:40.4212183Z test_vmapjvpall_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:01:40.4213057Z return self.op(*args, **kwargs) 2022-09-27T16:01:41.3315248Z expected failure (0.917s) 2022-09-27T16:01:41.8862306Z test_vmapjvpall_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.555s) 2022-09-27T16:01:41.8881093Z test_vmapjvpall_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:42.0138663Z test_vmapjvpall_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-09-27T16:01:42.0157444Z test_vmapjvpall_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:42.0175794Z test_vmapjvpall_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:42.0332148Z test_vmapjvpall_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:01:42.0359695Z test_vmapjvpall_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:01:42.0387458Z test_vmapjvpall_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:01:42.0420360Z test_vmapjvpall_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:01:42.0448038Z test_vmapjvpall_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:01:42.0475474Z test_vmapjvpall_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:01:42.0494179Z test_vmapjvpall_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:01:42.1368105Z test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T16:01:42.2888925Z test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-09-27T16:01:42.4679959Z test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-09-27T16:01:42.5950255Z test_vmapjvpall_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.127s) 2022-09-27T16:01:42.9649222Z test_vmapjvpall_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.370s) 2022-09-27T16:01:43.2868950Z test_vmapjvpall_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.322s) 2022-09-27T16:01:43.4206391Z test_vmapjvpall_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.134s) 2022-09-27T16:01:43.5253712Z test_vmapjvpall_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T16:01:43.6436742Z test_vmapjvpall_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-09-27T16:01:48.2862378Z test_vmapjvpall_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (4.642s) 2022-09-27T16:01:52.7740960Z test_vmapjvpall_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (4.488s) 2022-09-27T16:01:52.7893756Z test_vmapjvpall_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_trilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:01:52.7894961Z return self.op(*args, **kwargs) 2022-09-27T16:02:27.6986514Z ok (34.924s) 2022-09-27T16:02:28.5295245Z test_vmapjvpall_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.831s) 2022-09-27T16:02:31.8342136Z test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.305s) 2022-09-27T16:02:31.8740599Z test_vmapjvpall_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:02:34.2782692Z test_vmapjvpall_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.404s) 2022-09-27T16:02:43.1358145Z test_vmapjvpall_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.857s) 2022-09-27T16:02:43.2236271Z test_vmapjvpall_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-09-27T16:02:43.6255836Z test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.402s) 2022-09-27T16:02:44.0168460Z test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.391s) 2022-09-27T16:02:44.1113613Z test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T16:02:44.2050773Z test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T16:02:44.6052205Z test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.400s) 2022-09-27T16:02:45.0122807Z test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.407s) 2022-09-27T16:02:45.3952866Z test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.383s) 2022-09-27T16:02:45.7742494Z test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.379s) 2022-09-27T16:02:46.1506251Z test_vmapjvpall_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.376s) 2022-09-27T16:02:48.7148347Z test_vmapjvpall_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.564s) 2022-09-27T16:02:51.5053431Z test_vmapjvpall_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.790s) 2022-09-27T16:02:54.3113697Z test_vmapjvpall_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.806s) 2022-09-27T16:02:57.7539656Z test_vmapjvpall_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.442s) 2022-09-27T16:02:58.9049658Z test_vmapjvpall_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.151s) 2022-09-27T16:02:59.9919885Z test_vmapjvpall_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.087s) 2022-09-27T16:02:59.9939588Z test_vmapjvpall_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:02:59.9954236Z test_vmapjvpall_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:02:59.9968747Z test_vmapjvpall_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:02:59.9983572Z test_vmapjvpall_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:03:00.0385093Z test_vmapjvpall_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:03:00.0404565Z test_vmapjvpall_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:03:00.0418337Z test_vmapjvpall_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:03:00.1338166Z test_vmapjvpall_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-09-27T16:03:00.1352399Z test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:03:00.1367023Z test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:03:00.1529880Z test_vmapjvpall_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:03:00.1702854Z test_vmapjvpall_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:03:00.1878171Z test_vmapjvpall_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:03:00.3025900Z test_vmapjvpall_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.114s) 2022-09-27T16:03:00.3126241Z test_vmapjvpall_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1493: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::glu_jvp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:03:00.3128045Z return torch._C._nn.glu(input, dim) 2022-09-27T16:03:00.9901553Z ok (0.687s) 2022-09-27T16:03:00.9989449Z test_vmapjvpall_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.009s) 2022-09-27T16:03:01.1313013Z test_vmapjvpall_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-09-27T16:03:01.2130607Z test_vmapjvpall_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T16:03:01.2524917Z test_vmapjvpall_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:03:01.3107041Z test_vmapjvpall_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T16:03:01.3945827Z test_vmapjvpall_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-09-27T16:03:02.2773730Z test_vmapjvpall_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.883s) 2022-09-27T16:03:02.2816610Z test_vmapjvpall_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3226: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:03:02.2817613Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-09-27T16:03:02.9576205Z ok (0.680s) 2022-09-27T16:03:03.0832277Z test_vmapjvpall_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-09-27T16:03:03.2696148Z test_vmapjvpall_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.186s) 2022-09-27T16:03:03.4537730Z test_vmapjvpall_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.184s) 2022-09-27T16:03:03.6310080Z test_vmapjvpall_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.177s) 2022-09-27T16:03:03.8074612Z test_vmapjvpall_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.176s) 2022-09-27T16:03:03.9858677Z test_vmapjvpall_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.178s) 2022-09-27T16:03:04.1667664Z test_vmapjvpall_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.181s) 2022-09-27T16:03:05.4428399Z test_vmapjvpall_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.276s) 2022-09-27T16:03:05.8504027Z test_vmapjvpall_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.407s) 2022-09-27T16:03:07.6424670Z test_vmapjvpall_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.792s) 2022-09-27T16:03:07.7717319Z test_vmapjvpall_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-09-27T16:03:10.6052415Z test_vmapjvpall_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.833s) 2022-09-27T16:03:10.8736060Z test_vmapjvpall_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.268s) 2022-09-27T16:03:10.9146227Z test_vmapjvpall_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T16:03:18.9152867Z test_vmapjvpall_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.000s) 2022-09-27T16:03:18.9167183Z test_vmapjvpall_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:03:41.4508186Z test_vmapjvpall_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (22.534s) 2022-09-27T16:03:41.4717709Z test_vmapjvpall_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:03:41.4718667Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T16:03:50.9943013Z ok (9.543s) 2022-09-27T16:03:50.9956744Z test_vmapjvpall_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:03:51.3125869Z test_vmapjvpall_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.317s) 2022-09-27T16:03:51.3139622Z test_vmapjvpall_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:03:51.8883632Z test_vmapjvpall_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.574s) 2022-09-27T16:03:51.8897954Z test_vmapjvpall_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:03:52.1506728Z test_vmapjvpall_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.260s) 2022-09-27T16:03:52.1972718Z test_vmapjvpall_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T16:03:52.6714935Z test_vmapjvpall_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.474s) 2022-09-27T16:03:53.3949474Z test_vmapjvpall_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.723s) 2022-09-27T16:03:53.3974727Z test_vmapjvpall_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:03:53.3993475Z test_vmapjvpall_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:03:53.8655043Z test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.466s) 2022-09-27T16:03:54.8426749Z test_vmapjvpall_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.977s) 2022-09-27T16:03:55.0085625Z test_vmapjvpall_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.166s) 2022-09-27T16:03:55.1414109Z test_vmapjvpall_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.133s) 2022-09-27T16:03:55.8167438Z test_vmapjvpall_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.675s) 2022-09-27T16:03:55.9804552Z test_vmapjvpall_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-09-27T16:03:56.1416518Z test_vmapjvpall_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-09-27T16:03:56.6602245Z test_vmapjvpall_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.518s) 2022-09-27T16:03:56.6621903Z test_vmapjvpall_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:03:56.6925091Z test_vmapjvpall_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T16:03:56.7229100Z test_vmapjvpall_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T16:04:03.0830304Z test_vmapjvpall_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.360s) 2022-09-27T16:04:04.3796557Z test_vmapjvpall_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.296s) 2022-09-27T16:04:04.4199546Z test_vmapjvpall_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:04:04.4770794Z test_vmapjvpall_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T16:04:04.4785353Z test_vmapjvpall_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:04:04.5184051Z test_vmapjvpall_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:04:04.5629039Z test_vmapjvpall_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T16:04:04.5672364Z test_vmapjvpall_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3196: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:04:04.5673357Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-09-27T16:04:05.1728431Z ok (0.610s) 2022-09-27T16:04:05.1830291Z test_vmapjvpall_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-09-27T16:04:05.2883422Z test_vmapjvpall_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T16:04:05.3958443Z test_vmapjvpall_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.107s) 2022-09-27T16:04:05.4357001Z test_vmapjvpall_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:04:05.5041433Z test_vmapjvpall_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T16:04:05.5532409Z test_vmapjvpall_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T16:04:05.5943564Z test_vmapjvpall_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T16:04:05.6534748Z test_vmapjvpall_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T16:04:08.7537737Z test_vmapjvpall_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.100s) 2022-09-27T16:04:12.0849113Z test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.331s) 2022-09-27T16:04:15.6289288Z test_vmapjvpall_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.544s) 2022-09-27T16:04:15.6905260Z test_vmapjvpall_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T16:04:15.8743953Z test_vmapjvpall_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.184s) 2022-09-27T16:04:15.8763173Z test_vmapjvpall_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:16.5799973Z test_vmapjvpall_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.703s) 2022-09-27T16:04:16.6305821Z test_vmapjvpall_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T16:04:16.7094975Z test_vmapjvpall_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T16:04:16.7824938Z test_vmapjvpall_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T16:04:16.7855055Z test_vmapjvpall_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:04:16.7876130Z test_vmapjvpall_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:16.7895467Z test_vmapjvpall_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:16.7923942Z test_vmapjvpall_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:04:16.7961102Z test_vmapjvpall_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-09-27T16:04:18.1497226Z test_vmapjvpall_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.353s) 2022-09-27T16:04:18.1811663Z test_vmapjvpall_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.031s) 2022-09-27T16:04:18.2473662Z test_vmapjvpall_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T16:04:18.2488066Z test_vmapjvpall_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:04:18.3049448Z test_vmapjvpall_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T16:04:18.4961992Z test_vmapjvpall_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-09-27T16:04:19.1977670Z test_vmapjvpall_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.701s) 2022-09-27T16:04:21.9074454Z test_vmapjvpall_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.709s) 2022-09-27T16:04:22.0496317Z test_vmapjvpall_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-09-27T16:04:22.1913097Z test_vmapjvpall_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-09-27T16:04:22.3338322Z test_vmapjvpall_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-09-27T16:04:22.4756812Z test_vmapjvpall_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-09-27T16:04:22.5122442Z test_vmapjvpall_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T16:04:23.2206960Z test_vmapjvpall_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.708s) 2022-09-27T16:04:23.9036050Z test_vmapjvpall_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.683s) 2022-09-27T16:04:25.3074899Z test_vmapjvpall_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.404s) 2022-09-27T16:04:26.0799130Z test_vmapjvpall_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.772s) 2022-09-27T16:04:26.9735560Z test_vmapjvpall_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.894s) 2022-09-27T16:04:27.0134705Z test_vmapjvpall_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:04:27.0163232Z test_vmapjvpall_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:04:27.0193099Z test_vmapjvpall_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:04:27.0212503Z test_vmapjvpall_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:27.0240952Z test_vmapjvpall_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:04:27.0669033Z test_vmapjvpall_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T16:04:27.1038476Z test_vmapjvpall_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T16:04:27.1442386Z test_vmapjvpall_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:04:27.7002628Z test_vmapjvpall_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.556s) 2022-09-27T16:04:27.7024060Z test_vmapjvpall_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:28.1855134Z test_vmapjvpall_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.483s) 2022-09-27T16:04:28.2556786Z test_vmapjvpall_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T16:04:28.4823497Z test_vmapjvpall_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.227s) 2022-09-27T16:04:28.5768147Z test_vmapjvpall_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T16:04:28.5786060Z test_vmapjvpall_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:28.5804227Z test_vmapjvpall_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:28.6071998Z test_vmapjvpall_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T16:04:28.6341780Z test_vmapjvpall_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T16:04:28.8326280Z test_vmapjvpall_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.198s) 2022-09-27T16:04:29.3268286Z test_vmapjvpall_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.494s) 2022-09-27T16:04:29.3427234Z test_vmapjvpall_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:04:29.3819241Z test_vmapjvpall_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:04:29.4229033Z test_vmapjvpall_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T16:04:29.4637345Z test_vmapjvpall_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T16:04:29.5047981Z test_vmapjvpall_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T16:04:30.1710771Z test_vmapjvpall_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.666s) 2022-09-27T16:04:30.6127491Z test_vmapjvpall_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.441s) 2022-09-27T16:04:30.6896433Z test_vmapjvpall_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.077s) 2022-09-27T16:04:32.5596924Z test_vmapjvpall_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.870s) 2022-09-27T16:04:34.4144832Z test_vmapjvpall_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.855s) 2022-09-27T16:04:36.1095947Z test_vmapjvpall_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.695s) 2022-09-27T16:04:36.1114658Z test_vmapjvpall_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:37.5550470Z test_vmapjvpall_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.443s) 2022-09-27T16:04:37.5750411Z test_vmapjvpall_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.020s) 2022-09-27T16:04:37.5768846Z test_vmapjvpall_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:37.5786836Z test_vmapjvpall_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:37.6469125Z test_vmapjvpall_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T16:04:37.9761013Z test_vmapjvpall_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.329s) 2022-09-27T16:04:37.9929711Z test_vmapjvpall_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:04:37.9947822Z test_vmapjvpall_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:37.9966111Z test_vmapjvpall_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:38.0361936Z test_vmapjvpall_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:04:38.0527349Z test_vmapjvpall_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:04:38.0547500Z test_vmapjvpall_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:38.0717059Z test_vmapjvpall_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:04:39.5818562Z test_vmapjvpall_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.510s) 2022-09-27T16:04:39.5989601Z test_vmapjvpall_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:04:40.1824023Z test_vmapjvpall_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.583s) 2022-09-27T16:04:40.2836188Z test_vmapjvpall_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-09-27T16:04:40.3862738Z test_vmapjvpall_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-09-27T16:04:40.8717921Z test_vmapjvpall_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.485s) 2022-09-27T16:04:40.8772950Z test_vmapjvpall_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.005s) 2022-09-27T16:04:40.8790574Z test_vmapjvpall_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:40.8808641Z test_vmapjvpall_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:40.8826581Z test_vmapjvpall_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:40.8844724Z test_vmapjvpall_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:40.8862429Z test_vmapjvpall_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:40.8880550Z test_vmapjvpall_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:40.8898345Z test_vmapjvpall_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:40.8912372Z test_vmapjvpall_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:04:40.8926339Z test_vmapjvpall_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:04:42.2193776Z test_vmapjvpall_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.326s) 2022-09-27T16:04:45.8254337Z test_vmapjvpall_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.606s) 2022-09-27T16:04:45.8273280Z test_vmapjvpall_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:45.8291542Z test_vmapjvpall_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:48.5883110Z test_vmapjvpall_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.759s) 2022-09-27T16:04:48.6250134Z test_vmapjvpall_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T16:04:48.6627008Z test_vmapjvpall_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T16:04:48.6646961Z test_vmapjvpall_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:48.6661284Z test_vmapjvpall_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:04:48.7114601Z test_vmapjvpall_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T16:04:48.7132892Z test_vmapjvpall_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:48.7150549Z test_vmapjvpall_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:48.7170923Z test_vmapjvpall_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:48.7189926Z test_vmapjvpall_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:48.7687043Z test_vmapjvpall_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T16:04:50.2913211Z test_vmapjvpall_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.522s) 2022-09-27T16:04:50.4387076Z test_vmapjvpall_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-09-27T16:04:50.4407983Z test_vmapjvpall_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:50.4427437Z test_vmapjvpall_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:50.4443701Z test_vmapjvpall_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:04:50.4458850Z test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:04:50.4472824Z test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:04:50.4487952Z test_vmapjvpall_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:04:50.4507211Z test_vmapjvpall_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:51.0967600Z test_vmapjvpall_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.646s) 2022-09-27T16:04:51.0986518Z test_vmapjvpall_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:04:51.1399048Z test_vmapjvpall_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T16:04:51.2192235Z test_vmapjvpall_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T16:04:51.3212880Z test_vmapjvpall_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-09-27T16:04:51.3375966Z test_vmapjvpall_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:04:51.3792292Z test_vmapjvpall_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T16:04:51.4748400Z test_vmapjvpall_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-09-27T16:04:52.7467869Z test_vmapjvpall_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.272s) 2022-09-27T16:04:52.9019263Z test_vmapjvpall_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.155s) 2022-09-27T16:04:53.1102064Z test_vmapjvpall_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.208s) 2022-09-27T16:04:53.2716612Z test_vmapjvpall_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-09-27T16:04:53.9251609Z test_vmapjvpall_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.653s) 2022-09-27T16:04:54.2027597Z test_vmapjvpall_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.278s) 2022-09-27T16:04:54.4241633Z test_vmapjvpall_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.221s) 2022-09-27T16:05:00.4899323Z test_vmapjvpall_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.065s) 2022-09-27T16:05:00.4911029Z test_vmapjvpall_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:00.4931488Z test_vmapjvpall_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:05:00.5337470Z test_vmapjvpall_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:05:00.6098644Z test_vmapjvpall_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T16:05:00.7413212Z test_vmapjvpall_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.131s) 2022-09-27T16:05:00.7581347Z test_vmapjvpall_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:05:00.7740033Z test_vmapjvpall_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:05:00.7820546Z test_vmapjvpall_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-09-27T16:05:00.9339724Z test_vmapjvpall_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-09-27T16:05:01.5730944Z test_vmapjvpall_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.639s) 2022-09-27T16:05:01.5745035Z test_vmapjvpall_to_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:05:01.5769342Z test_vmapjvpall_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:05:01.7820177Z test_vmapjvpall_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.205s) 2022-09-27T16:05:01.7987217Z test_vmapjvpall_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:05:01.9064978Z test_vmapjvpall_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-09-27T16:05:02.4280387Z test_vmapjvpall_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.521s) 2022-09-27T16:05:02.9614475Z test_vmapjvpall_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.533s) 2022-09-27T16:05:03.8794127Z test_vmapjvpall_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.918s) 2022-09-27T16:05:03.9899523Z test_vmapjvpall_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T16:05:04.1003395Z test_vmapjvpall_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.110s) 2022-09-27T16:05:04.6509064Z test_vmapjvpall_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.550s) 2022-09-27T16:05:04.6668688Z test_vmapjvpall_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:05:04.8794141Z test_vmapjvpall_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.212s) 2022-09-27T16:05:05.0099636Z test_vmapjvpall_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-09-27T16:05:05.3113757Z test_vmapjvpall_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.301s) 2022-09-27T16:05:05.3133961Z test_vmapjvpall_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:05:05.3153033Z test_vmapjvpall_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:05:05.3517759Z test_vmapjvpall_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.036s) 2022-09-27T16:05:05.4705551Z test_vmapjvpall_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-09-27T16:05:05.6170150Z test_vmapjvpall_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-09-27T16:05:05.8147746Z test_vmapjvpall_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.198s) 2022-09-27T16:05:05.8860507Z test_vmapjvpall_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-09-27T16:05:05.9055130Z test_vmapjvpall_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.019s) 2022-09-27T16:05:06.1397260Z test_vmapjvpall_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.234s) 2022-09-27T16:05:06.2343488Z test_vmapjvpall_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T16:05:06.2875186Z test_vmapjvpall_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T16:05:06.8248793Z test_vmapjvpall_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.537s) 2022-09-27T16:05:07.1285583Z test_vmapjvpall_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.304s) 2022-09-27T16:05:07.7570656Z test_vmapjvpall_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.628s) 2022-09-27T16:05:07.8018927Z test_vmapjvpall_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T16:05:07.8038184Z test_vmapjvpall_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-09-27T16:05:07.8066695Z test_vmapjvpall_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T16:05:07.9607403Z test_vmapjvpvjp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.154s) 2022-09-27T16:05:08.1201677Z test_vmapjvpvjp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-09-27T16:05:10.1347018Z test_vmapjvpvjp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.014s) 2022-09-27T16:05:13.4245824Z test_vmapjvpvjp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.290s) 2022-09-27T16:05:17.3479985Z test_vmapjvpvjp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.923s) 2022-09-27T16:05:22.8884483Z test_vmapjvpvjp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.540s) 2022-09-27T16:05:31.1587266Z test_vmapjvpvjp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.270s) 2022-09-27T16:05:35.9339211Z test_vmapjvpvjp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.775s) 2022-09-27T16:05:40.6877392Z test_vmapjvpvjp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.754s) 2022-09-27T16:05:47.0655192Z test_vmapjvpvjp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.378s) 2022-09-27T16:05:51.1117423Z test_vmapjvpvjp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.046s) 2022-09-27T16:06:01.8718678Z test_vmapjvpvjp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.760s) 2022-09-27T16:06:12.6858436Z test_vmapjvpvjp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.814s) 2022-09-27T16:06:12.6900272Z test_vmapjvpvjp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:06:12.6941574Z test_vmapjvpvjp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:06:12.7214627Z test_vmapjvpvjp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:06:12.7215565Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:06:12.7219803Z expected failure (0.028s) 2022-09-27T16:06:14.0455763Z test_vmapjvpvjp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.323s) 2022-09-27T16:06:16.4550911Z test_vmapjvpvjp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.409s) 2022-09-27T16:06:25.7092526Z test_vmapjvpvjp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.254s) 2022-09-27T16:06:36.6933681Z test_vmapjvpvjp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.984s) 2022-09-27T16:06:47.8529739Z test_vmapjvpvjp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (11.159s) 2022-09-27T16:06:49.7932333Z test_vmapjvpvjp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.940s) 2022-09-27T16:06:49.7972367Z test_vmapjvpvjp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:06:56.2745703Z test_vmapjvpvjp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.477s) 2022-09-27T16:07:16.2920337Z test_vmapjvpvjp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (20.017s) 2022-09-27T16:07:18.7041324Z test_vmapjvpvjp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.412s) 2022-09-27T16:07:21.2195074Z test_vmapjvpvjp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.515s) 2022-09-27T16:07:39.8835952Z test_vmapjvpvjp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (18.664s) 2022-09-27T16:07:47.9182378Z test_vmapjvpvjp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.035s) 2022-09-27T16:08:05.1987922Z test_vmapjvpvjp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (17.280s) 2022-09-27T16:08:05.3070090Z test_vmapjvpvjp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-09-27T16:08:05.6313417Z test_vmapjvpvjp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.324s) 2022-09-27T16:08:05.9341525Z test_vmapjvpvjp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.303s) 2022-09-27T16:08:10.7671290Z test_vmapjvpvjp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.833s) 2022-09-27T16:08:30.6787265Z test_vmapjvpvjp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (19.911s) 2022-09-27T16:09:10.2119790Z test_vmapjvpvjp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (39.533s) 2022-09-27T16:09:44.1422179Z test_vmapjvpvjp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (33.930s) 2022-09-27T16:09:53.6027861Z test_vmapjvpvjp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.460s) 2022-09-27T16:10:02.4477525Z test_vmapjvpvjp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.845s) 2022-09-27T16:10:20.7083619Z test_vmapjvpvjp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (18.261s) 2022-09-27T16:10:33.0293452Z test_vmapjvpvjp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.321s) 2022-09-27T16:10:33.0339148Z test_vmapjvpvjp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T16:10:33.0389131Z test_vmapjvpvjp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T16:10:35.4150966Z test_vmapjvpvjp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.376s) 2022-09-27T16:10:37.7869093Z test_vmapjvpvjp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.372s) 2022-09-27T16:10:37.7911395Z test_vmapjvpvjp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:10:37.8838623Z test_vmapjvpvjp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-09-27T16:10:37.8881523Z test_vmapjvpvjp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:10:37.8931097Z test_vmapjvpvjp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T16:10:37.8975751Z test_vmapjvpvjp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:10:37.9016578Z test_vmapjvpvjp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:10:37.9058334Z test_vmapjvpvjp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:10:37.9099930Z test_vmapjvpvjp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:10:37.9205642Z test_vmapjvpvjp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-09-27T16:10:37.9475267Z test_vmapjvpvjp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.027s) 2022-09-27T16:10:38.0713619Z test_vmapjvpvjp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.124s) 2022-09-27T16:10:38.1923714Z test_vmapjvpvjp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-09-27T16:10:44.3515037Z test_vmapjvpvjp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.159s) 2022-09-27T16:10:44.4647057Z test_vmapjvpvjp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-09-27T16:10:44.5892432Z test_vmapjvpvjp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.124s) 2022-09-27T16:10:44.5929759Z test_vmapjvpvjp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:10:44.5975169Z test_vmapjvpvjp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:10:44.6016923Z test_vmapjvpvjp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:11:03.4211454Z test_vmapjvpvjp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (18.819s) 2022-09-27T16:11:03.4435263Z test_vmapjvpvjp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.022s) 2022-09-27T16:11:03.8093611Z test_vmapjvpvjp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.366s) 2022-09-27T16:11:04.1479542Z test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.338s) 2022-09-27T16:11:12.3894926Z test_vmapjvpvjp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.241s) 2022-09-27T16:11:12.9961309Z test_vmapjvpvjp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.606s) 2022-09-27T16:11:13.0004443Z test_vmapjvpvjp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:11:13.0045776Z test_vmapjvpvjp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:11:13.0086919Z test_vmapjvpvjp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:11:13.0123124Z test_vmapjvpvjp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:11:13.5898053Z test_vmapjvpvjp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.577s) 2022-09-27T16:11:13.5939303Z test_vmapjvpvjp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:11:13.5980812Z test_vmapjvpvjp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:11:13.6022125Z test_vmapjvpvjp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:11:17.1487024Z test_vmapjvpvjp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.546s) 2022-09-27T16:11:20.1189199Z test_vmapjvpvjp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.970s) 2022-09-27T16:11:20.1855898Z test_vmapjvpvjp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.067s) 2022-09-27T16:11:20.2755921Z test_vmapjvpvjp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T16:11:20.6505679Z test_vmapjvpvjp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.375s) 2022-09-27T16:11:20.6547636Z test_vmapjvpvjp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:11:20.6589287Z test_vmapjvpvjp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:11:20.6753438Z test_vmapjvpvjp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:11:22.2626428Z test_vmapjvpvjp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.587s) 2022-09-27T16:11:30.3000626Z test_vmapjvpvjp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.037s) 2022-09-27T16:11:30.3039090Z test_vmapjvpvjp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:11:37.6951076Z test_vmapjvpvjp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.391s) 2022-09-27T16:11:42.2184861Z test_vmapjvpvjp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.523s) 2022-09-27T16:11:46.7433770Z test_vmapjvpvjp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.525s) 2022-09-27T16:11:46.9056125Z test_vmapjvpvjp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-09-27T16:11:48.2859802Z test_vmapjvpvjp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.380s) 2022-09-27T16:11:48.2959825Z test_vmapjvpvjp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:11:48.2961318Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:11:51.7289524Z ok (3.443s) 2022-09-27T16:11:56.0044398Z test_vmapjvpvjp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.275s) 2022-09-27T16:11:56.2120224Z test_vmapjvpvjp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.207s) 2022-09-27T16:11:56.2910162Z test_vmapjvpvjp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T16:12:00.3411064Z test_vmapjvpvjp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.050s) 2022-09-27T16:12:00.4942634Z test_vmapjvpvjp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-09-27T16:12:05.6429649Z test_vmapjvpvjp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.149s) 2022-09-27T16:12:06.8243309Z test_vmapjvpvjp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.181s) 2022-09-27T16:12:07.1029764Z test_vmapjvpvjp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.279s) 2022-09-27T16:12:07.3726497Z test_vmapjvpvjp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.270s) 2022-09-27T16:12:07.3768141Z test_vmapjvpvjp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:12:17.5713581Z test_vmapjvpvjp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.194s) 2022-09-27T16:12:19.2296629Z test_vmapjvpvjp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.658s) 2022-09-27T16:12:19.5240429Z test_vmapjvpvjp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.294s) 2022-09-27T16:12:19.8164850Z test_vmapjvpvjp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.292s) 2022-09-27T16:12:19.8417463Z test_vmapjvpvjp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.025s) 2022-09-27T16:12:20.2101053Z test_vmapjvpvjp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.368s) 2022-09-27T16:12:25.5489492Z test_vmapjvpvjp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.339s) 2022-09-27T16:12:25.8121194Z test_vmapjvpvjp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.263s) 2022-09-27T16:12:27.2369821Z test_vmapjvpvjp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.425s) 2022-09-27T16:12:28.5589003Z test_vmapjvpvjp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.322s) 2022-09-27T16:12:29.0336436Z test_vmapjvpvjp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.474s) 2022-09-27T16:12:30.3245379Z test_vmapjvpvjp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.291s) 2022-09-27T16:12:37.8456169Z test_vmapjvpvjp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.521s) 2022-09-27T16:14:18.8428306Z test_vmapjvpvjp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (100.997s) 2022-09-27T16:14:19.1132925Z test_vmapjvpvjp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.270s) 2022-09-27T16:15:02.0837128Z test_vmapjvpvjp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (42.970s) 2022-09-27T16:15:06.2951239Z test_vmapjvpvjp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.211s) 2022-09-27T16:15:11.6791984Z test_vmapjvpvjp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.384s) 2022-09-27T16:15:15.8948180Z test_vmapjvpvjp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.215s) 2022-09-27T16:15:16.4461859Z test_vmapjvpvjp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.551s) 2022-09-27T16:15:16.8108899Z test_vmapjvpvjp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.365s) 2022-09-27T16:15:17.1484916Z test_vmapjvpvjp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.338s) 2022-09-27T16:15:25.5545870Z test_vmapjvpvjp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.406s) 2022-09-27T16:15:30.5541260Z test_vmapjvpvjp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.999s) 2022-09-27T16:15:35.8996213Z test_vmapjvpvjp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.345s) 2022-09-27T16:15:35.9038590Z test_vmapjvpvjp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:15:35.9079553Z test_vmapjvpvjp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:15:35.9120802Z test_vmapjvpvjp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:15:35.9161602Z test_vmapjvpvjp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:15:36.0376645Z test_vmapjvpvjp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-09-27T16:15:36.3491566Z test_vmapjvpvjp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.311s) 2022-09-27T16:15:36.4761088Z test_vmapjvpvjp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.127s) 2022-09-27T16:15:36.7454945Z test_vmapjvpvjp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.269s) 2022-09-27T16:15:37.0012289Z test_vmapjvpvjp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.256s) 2022-09-27T16:15:37.2467321Z test_vmapjvpvjp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.245s) 2022-09-27T16:15:37.9964414Z test_vmapjvpvjp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.749s) 2022-09-27T16:15:38.1011200Z test_vmapjvpvjp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T16:15:38.1051963Z test_vmapjvpvjp_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:15:38.7427647Z test_vmapjvpvjp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.637s) 2022-09-27T16:15:39.4493426Z test_vmapjvpvjp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.707s) 2022-09-27T16:15:40.2801189Z test_vmapjvpvjp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.831s) 2022-09-27T16:15:40.7216310Z test_vmapjvpvjp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.441s) 2022-09-27T16:15:41.5530363Z test_vmapjvpvjp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.831s) 2022-09-27T16:15:42.4153374Z test_vmapjvpvjp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.862s) 2022-09-27T16:15:43.4507707Z test_vmapjvpvjp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.035s) 2022-09-27T16:15:44.1037596Z test_vmapjvpvjp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.653s) 2022-09-27T16:15:44.8968109Z test_vmapjvpvjp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.793s) 2022-09-27T16:15:45.7533316Z test_vmapjvpvjp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.856s) 2022-09-27T16:15:46.1965382Z test_vmapjvpvjp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.443s) 2022-09-27T16:15:47.0464591Z test_vmapjvpvjp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.850s) 2022-09-27T16:15:47.8885492Z test_vmapjvpvjp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.842s) 2022-09-27T16:15:48.9278020Z test_vmapjvpvjp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.039s) 2022-09-27T16:15:49.6503381Z test_vmapjvpvjp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.722s) 2022-09-27T16:15:50.4683090Z test_vmapjvpvjp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.818s) 2022-09-27T16:15:51.4152577Z test_vmapjvpvjp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.947s) 2022-09-27T16:15:52.0849518Z test_vmapjvpvjp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.669s) 2022-09-27T16:15:52.8640207Z test_vmapjvpvjp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.779s) 2022-09-27T16:15:53.7430236Z test_vmapjvpvjp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.879s) 2022-09-27T16:15:54.0321079Z test_vmapjvpvjp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.289s) 2022-09-27T16:15:54.5027883Z test_vmapjvpvjp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.471s) 2022-09-27T16:15:55.2668504Z test_vmapjvpvjp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.764s) 2022-09-27T16:15:55.4236360Z test_vmapjvpvjp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.157s) 2022-09-27T16:15:55.5807364Z test_vmapjvpvjp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.157s) 2022-09-27T16:15:55.9036556Z test_vmapjvpvjp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.323s) 2022-09-27T16:15:56.1991609Z test_vmapjvpvjp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.295s) 2022-09-27T16:16:04.4126095Z test_vmapjvpvjp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.213s) 2022-09-27T16:16:04.5037613Z test_vmapjvpvjp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-09-27T16:16:04.5079930Z test_vmapjvpvjp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:16:09.2548513Z test_vmapjvpvjp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.747s) 2022-09-27T16:16:14.0124750Z test_vmapjvpvjp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.757s) 2022-09-27T16:16:18.9535709Z test_vmapjvpvjp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.941s) 2022-09-27T16:16:19.1828011Z test_vmapjvpvjp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.229s) 2022-09-27T16:16:19.4581595Z test_vmapjvpvjp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.275s) 2022-09-27T16:16:19.4624053Z test_vmapjvpvjp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:16:19.9235246Z test_vmapjvpvjp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.461s) 2022-09-27T16:16:19.9279538Z test_vmapjvpvjp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:16:19.9320917Z test_vmapjvpvjp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:16:32.3491808Z test_vmapjvpvjp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.417s) 2022-09-27T16:16:32.3534368Z test_vmapjvpvjp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:16:32.7189991Z test_vmapjvpvjp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.365s) 2022-09-27T16:16:33.0574938Z test_vmapjvpvjp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.338s) 2022-09-27T16:16:33.0616800Z test_vmapjvpvjp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:16:33.0666986Z test_vmapjvpvjp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T16:16:41.4057247Z test_vmapjvpvjp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.339s) 2022-09-27T16:16:46.0018169Z test_vmapjvpvjp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.596s) 2022-09-27T16:16:51.2677143Z test_vmapjvpvjp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.266s) 2022-09-27T16:16:51.5999325Z test_vmapjvpvjp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.332s) 2022-09-27T16:16:51.6040889Z test_vmapjvpvjp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:16:51.6082352Z test_vmapjvpvjp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:16:55.8505511Z test_vmapjvpvjp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.242s) 2022-09-27T16:16:57.3084437Z test_vmapjvpvjp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.458s) 2022-09-27T16:16:57.5930264Z test_vmapjvpvjp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.285s) 2022-09-27T16:16:59.7715717Z test_vmapjvpvjp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.178s) 2022-09-27T16:17:03.7338295Z test_vmapjvpvjp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.962s) 2022-09-27T16:17:03.7495884Z test_vmapjvpvjp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:17:04.0174507Z test_vmapjvpvjp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.268s) 2022-09-27T16:17:05.2181658Z test_vmapjvpvjp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.200s) 2022-09-27T16:17:05.2223408Z test_vmapjvpvjp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:05.2264322Z test_vmapjvpvjp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:05.2305741Z test_vmapjvpvjp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:05.2346812Z test_vmapjvpvjp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:05.2388085Z test_vmapjvpvjp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:05.2429439Z test_vmapjvpvjp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:05.2470717Z test_vmapjvpvjp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:05.2511988Z test_vmapjvpvjp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:05.2553546Z test_vmapjvpvjp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:05.2599449Z test_vmapjvpvjp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T16:17:07.6553193Z test_vmapjvpvjp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.395s) 2022-09-27T16:17:07.6595067Z test_vmapjvpvjp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:07.6635804Z test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:07.6676783Z test_vmapjvpvjp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:07.6718045Z test_vmapjvpvjp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:07.6760797Z test_vmapjvpvjp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:08.2842485Z test_vmapjvpvjp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.608s) 2022-09-27T16:17:09.2224574Z test_vmapjvpvjp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.938s) 2022-09-27T16:17:14.6356241Z test_vmapjvpvjp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.413s) 2022-09-27T16:17:14.6398533Z test_vmapjvpvjp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:17:39.5570948Z test_vmapjvpvjp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (24.917s) 2022-09-27T16:17:39.8268039Z test_vmapjvpvjp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.270s) 2022-09-27T16:17:42.1345996Z test_vmapjvpvjp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.308s) 2022-09-27T16:17:44.4016689Z test_vmapjvpvjp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.267s) 2022-09-27T16:17:45.1669487Z test_vmapjvpvjp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.765s) 2022-09-27T16:17:46.7868689Z test_vmapjvpvjp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.620s) 2022-09-27T16:17:48.5641755Z test_vmapjvpvjp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.777s) 2022-09-27T16:18:00.2403333Z test_vmapjvpvjp_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (11.676s) 2022-09-27T16:18:00.2703258Z test_vmapjvpvjp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-09-27T16:18:06.0579652Z test_vmapjvpvjp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.787s) 2022-09-27T16:18:07.3774476Z test_vmapjvpvjp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.319s) 2022-09-27T16:18:08.3354689Z test_vmapjvpvjp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.958s) 2022-09-27T16:18:26.2354117Z test_vmapjvpvjp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (17.900s) 2022-09-27T16:18:27.1915379Z test_vmapjvpvjp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.956s) 2022-09-27T16:18:28.1232701Z test_vmapjvpvjp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.932s) 2022-09-27T16:18:28.1274541Z test_vmapjvpvjp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:18:28.1315524Z test_vmapjvpvjp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:18:28.1356673Z test_vmapjvpvjp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:18:28.1393979Z test_vmapjvpvjp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:18:49.1868907Z test_vmapjvpvjp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (21.047s) 2022-09-27T16:19:21.9952968Z test_vmapjvpvjp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (32.808s) 2022-09-27T16:19:22.0108681Z test_vmapjvpvjp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:19:22.0109649Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:19:29.8140511Z ok (7.819s) 2022-09-27T16:19:37.4107506Z test_vmapjvpvjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.597s) 2022-09-27T16:21:50.5761169Z test_vmapjvpvjp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (133.165s) 2022-09-27T16:22:01.9930410Z test_vmapjvpvjp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (11.417s) 2022-09-27T16:22:04.7677816Z test_vmapjvpvjp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.775s) 2022-09-27T16:22:04.7720267Z test_vmapjvpvjp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:22:04.7761897Z test_vmapjvpvjp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:23:44.7220496Z test_vmapjvpvjp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (99.946s) 2022-09-27T16:23:57.6508511Z test_vmapjvpvjp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.929s) 2022-09-27T16:24:07.3783942Z test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.727s) 2022-09-27T16:24:12.7464947Z test_vmapjvpvjp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.368s) 2022-09-27T16:24:14.4441482Z test_vmapjvpvjp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.697s) 2022-09-27T16:24:14.4483482Z test_vmapjvpvjp_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:24:38.7065985Z test_vmapjvpvjp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (24.258s) 2022-09-27T16:24:43.1446551Z test_vmapjvpvjp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.438s) 2022-09-27T16:24:53.7011950Z test_vmapjvpvjp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.556s) 2022-09-27T16:25:04.2719538Z test_vmapjvpvjp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.571s) 2022-09-27T16:26:53.4250376Z test_vmapjvpvjp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (109.153s) 2022-09-27T16:29:01.6016247Z test_vmapjvpvjp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (128.176s) 2022-09-27T16:29:06.8720260Z test_vmapjvpvjp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.270s) 2022-09-27T16:29:07.1676240Z test_vmapjvpvjp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.296s) 2022-09-27T16:29:10.4742868Z test_vmapjvpvjp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.306s) 2022-09-27T16:29:10.7389304Z test_vmapjvpvjp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.265s) 2022-09-27T16:29:32.4369313Z test_vmapjvpvjp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (21.698s) 2022-09-27T16:29:57.4949398Z test_vmapjvpvjp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (25.058s) 2022-09-27T16:29:57.4990381Z test_vmapjvpvjp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:29:57.7700737Z test_vmapjvpvjp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.271s) 2022-09-27T16:29:57.8752831Z test_vmapjvpvjp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T16:29:58.1461237Z test_vmapjvpvjp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.271s) 2022-09-27T16:29:58.4044461Z test_vmapjvpvjp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.258s) 2022-09-27T16:29:59.1154243Z test_vmapjvpvjp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.711s) 2022-09-27T16:29:59.8734417Z test_vmapjvpvjp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.758s) 2022-09-27T16:30:00.5814182Z test_vmapjvpvjp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.708s) 2022-09-27T16:30:01.2378930Z test_vmapjvpvjp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.656s) 2022-09-27T16:30:01.2541358Z test_vmapjvpvjp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:30:02.4966627Z test_vmapjvpvjp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.242s) 2022-09-27T16:30:02.5008503Z test_vmapjvpvjp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:30:02.5049571Z test_vmapjvpvjp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:30:02.5091265Z test_vmapjvpvjp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:30:02.5132444Z test_vmapjvpvjp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:30:03.0309863Z test_vmapjvpvjp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.517s) 2022-09-27T16:30:03.0352210Z test_vmapjvpvjp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:30:04.8132155Z test_vmapjvpvjp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.778s) 2022-09-27T16:30:04.8175123Z test_vmapjvpvjp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:30:04.8217156Z test_vmapjvpvjp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:30:04.8259946Z test_vmapjvpvjp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:30:13.0088926Z test_vmapjvpvjp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.183s) 2022-09-27T16:30:44.1400911Z test_vmapjvpvjp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (31.131s) 2022-09-27T16:30:57.1351466Z test_vmapjvpvjp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.995s) 2022-09-27T16:30:57.6069494Z test_vmapjvpvjp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.472s) 2022-09-27T16:30:58.0795641Z test_vmapjvpvjp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.472s) 2022-09-27T16:31:00.2049370Z test_vmapjvpvjp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.125s) 2022-09-27T16:31:00.7822019Z test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.577s) 2022-09-27T16:31:03.1293125Z test_vmapjvpvjp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.347s) 2022-09-27T16:31:03.9306605Z test_vmapjvpvjp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.801s) 2022-09-27T16:31:12.2064611Z test_vmapjvpvjp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.276s) 2022-09-27T16:31:12.8915793Z test_vmapjvpvjp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.685s) 2022-09-27T16:31:18.0945136Z test_vmapjvpvjp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.203s) 2022-09-27T16:31:18.3338720Z test_vmapjvpvjp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.239s) 2022-09-27T16:31:18.7101311Z test_vmapjvpvjp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.376s) 2022-09-27T16:31:23.8953634Z test_vmapjvpvjp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.185s) 2022-09-27T16:31:25.6293054Z test_vmapjvpvjp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.734s) 2022-09-27T16:31:26.9669197Z test_vmapjvpvjp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.338s) 2022-09-27T16:31:26.9706612Z test_vmapjvpvjp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:31:26.9744747Z test_vmapjvpvjp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:31:32.1493394Z test_vmapjvpvjp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.175s) 2022-09-27T16:31:32.3883909Z test_vmapjvpvjp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.239s) 2022-09-27T16:31:32.7641643Z test_vmapjvpvjp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.376s) 2022-09-27T16:31:37.9313494Z test_vmapjvpvjp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.167s) 2022-09-27T16:31:38.5290473Z test_vmapjvpvjp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.598s) 2022-09-27T16:31:39.2413267Z test_vmapjvpvjp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.712s) 2022-09-27T16:31:39.4103245Z test_vmapjvpvjp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.169s) 2022-09-27T16:31:39.6081762Z test_vmapjvpvjp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.198s) 2022-09-27T16:31:44.3675628Z test_vmapjvpvjp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.759s) 2022-09-27T16:31:44.3718273Z test_vmapjvpvjp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:31:44.9660314Z test_vmapjvpvjp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.594s) 2022-09-27T16:31:45.6647382Z test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.699s) 2022-09-27T16:31:46.3591379Z test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.694s) 2022-09-27T16:31:47.0546736Z test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.695s) 2022-09-27T16:31:47.3498456Z test_vmapjvpvjp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.295s) 2022-09-27T16:31:52.0032472Z test_vmapjvpvjp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.653s) 2022-09-27T16:31:53.3443853Z test_vmapjvpvjp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.341s) 2022-09-27T16:32:00.1485636Z test_vmapjvpvjp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (6.804s) 2022-09-27T16:32:03.8016260Z test_vmapjvpvjp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.653s) 2022-09-27T16:32:03.8058442Z test_vmapjvpvjp_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:32:04.6353070Z test_vmapjvpvjp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.829s) 2022-09-27T16:32:04.6389071Z test_vmapjvpvjp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:32:04.6435726Z test_vmapjvpvjp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T16:32:04.7316801Z test_vmapjvpvjp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-09-27T16:32:04.7358546Z test_vmapjvpvjp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:32:04.7399353Z test_vmapjvpvjp_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:32:04.7440403Z test_vmapjvpvjp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:32:04.7481679Z test_vmapjvpvjp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:32:04.7522606Z test_vmapjvpvjp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:32:04.7563817Z test_vmapjvpvjp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:32:05.3356346Z test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.579s) 2022-09-27T16:32:06.3036557Z test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.968s) 2022-09-27T16:32:07.4544454Z test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.151s) 2022-09-27T16:32:08.2895827Z test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.835s) 2022-09-27T16:32:10.6134144Z test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.324s) 2022-09-27T16:32:12.5953032Z test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.982s) 2022-09-27T16:32:13.5067712Z test_vmapjvpvjp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.911s) 2022-09-27T16:32:14.1932457Z test_vmapjvpvjp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.686s) 2022-09-27T16:32:14.9729567Z test_vmapjvpvjp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.780s) 2022-09-27T16:32:15.0018769Z test_vmapjvpvjp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.029s) 2022-09-27T16:32:15.0311214Z test_vmapjvpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.029s) 2022-09-27T16:32:15.0348659Z test_vmapjvpvjp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:32:15.1271098Z test_vmapjvpvjp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.092s) 2022-09-27T16:32:44.8990698Z test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (29.772s) 2022-09-27T16:32:45.1740243Z test_vmapjvpvjp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.275s) 2022-09-27T16:33:10.5577560Z test_vmapjvpvjp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (25.383s) 2022-09-27T16:34:44.2170312Z test_vmapjvpvjp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (93.659s) 2022-09-27T16:34:45.0413658Z test_vmapjvpvjp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.824s) 2022-09-27T16:34:49.3750326Z test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.333s) 2022-09-27T16:34:53.5358606Z test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.161s) 2022-09-27T16:34:54.4014480Z test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.865s) 2022-09-27T16:34:55.2642768Z test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.863s) 2022-09-27T16:34:59.3422124Z test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.078s) 2022-09-27T16:35:03.4460881Z test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.104s) 2022-09-27T16:35:07.4314660Z test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.985s) 2022-09-27T16:35:11.4238129Z test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.992s) 2022-09-27T16:35:15.4031066Z test_vmapjvpvjp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.979s) 2022-09-27T16:35:41.5697390Z test_vmapjvpvjp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (26.166s) 2022-09-27T16:36:11.1933845Z test_vmapjvpvjp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (29.623s) 2022-09-27T16:36:40.2125078Z test_vmapjvpvjp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (29.019s) 2022-09-27T16:37:17.9587958Z test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (37.746s) 2022-09-27T16:37:30.4535029Z test_vmapjvpvjp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.495s) 2022-09-27T16:37:40.1221053Z test_vmapjvpvjp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.668s) 2022-09-27T16:37:40.1394277Z test_vmapjvpvjp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:37:40.3357166Z test_vmapjvpvjp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.196s) 2022-09-27T16:37:40.5514975Z test_vmapjvpvjp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.216s) 2022-09-27T16:37:40.7405758Z test_vmapjvpvjp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.189s) 2022-09-27T16:37:41.0177367Z test_vmapjvpvjp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.277s) 2022-09-27T16:37:41.0348036Z test_vmapjvpvjp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:37:41.3146499Z test_vmapjvpvjp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.280s) 2022-09-27T16:37:41.8995869Z test_vmapjvpvjp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.585s) 2022-09-27T16:37:42.0126110Z test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.113s) 2022-09-27T16:37:42.8293286Z test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.817s) 2022-09-27T16:37:42.8519619Z test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.023s) 2022-09-27T16:37:42.8756434Z test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.024s) 2022-09-27T16:37:42.9040048Z test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.028s) 2022-09-27T16:37:43.8719676Z test_vmapjvpvjp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.968s) 2022-09-27T16:37:43.8865044Z test_vmapjvpvjp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::glu_backward_jvp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:37:43.8866242Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:37:48.8449809Z ok (4.973s) 2022-09-27T16:37:48.8688856Z test_vmapjvpvjp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.024s) 2022-09-27T16:37:50.2855666Z test_vmapjvpvjp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.416s) 2022-09-27T16:37:50.8367726Z test_vmapjvpvjp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.551s) 2022-09-27T16:37:50.8508202Z test_vmapjvpvjp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:37:51.2655232Z test_vmapjvpvjp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.414s) 2022-09-27T16:37:51.8231847Z test_vmapjvpvjp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.558s) 2022-09-27T16:37:58.6106885Z test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (6.787s) 2022-09-27T16:37:58.6250054Z test_vmapjvpvjp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:37:58.6561451Z test_vmapjvpvjp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.031s) 2022-09-27T16:37:59.8840660Z test_vmapjvpvjp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.228s) 2022-09-27T16:38:00.9847253Z test_vmapjvpvjp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.100s) 2022-09-27T16:38:02.0696526Z test_vmapjvpvjp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.085s) 2022-09-27T16:38:03.1528475Z test_vmapjvpvjp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.083s) 2022-09-27T16:38:04.2344154Z test_vmapjvpvjp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.081s) 2022-09-27T16:38:05.3424256Z test_vmapjvpvjp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.108s) 2022-09-27T16:38:17.5327812Z test_vmapjvpvjp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.190s) 2022-09-27T16:38:21.0287120Z test_vmapjvpvjp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.496s) 2022-09-27T16:38:41.8287618Z test_vmapjvpvjp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (20.800s) 2022-09-27T16:38:42.6488366Z test_vmapjvpvjp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.820s) 2022-09-27T16:39:11.6417609Z test_vmapjvpvjp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (28.993s) 2022-09-27T16:39:14.0972039Z test_vmapjvpvjp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.455s) 2022-09-27T16:39:14.1124553Z test_vmapjvpvjp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:39:17.5722572Z test_vmapjvpvjp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.460s) 2022-09-27T16:40:50.1947610Z test_vmapjvpvjp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (92.622s) 2022-09-27T16:41:04.7336037Z test_vmapjvpvjp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (14.539s) 2022-09-27T16:42:07.8537038Z test_vmapjvpvjp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (63.120s) 2022-09-27T16:42:23.2735452Z test_vmapjvpvjp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (15.420s) 2022-09-27T16:42:25.0009986Z test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.727s) 2022-09-27T16:42:28.6029190Z test_vmapjvpvjp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (3.602s) 2022-09-27T16:42:29.4458398Z test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.843s) 2022-09-27T16:42:39.4421026Z test_vmapjvpvjp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.996s) 2022-09-27T16:42:40.5668885Z test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.125s) 2022-09-27T16:42:40.9591327Z test_vmapjvpvjp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.392s) 2022-09-27T16:42:45.4565197Z test_vmapjvpvjp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.497s) 2022-09-27T16:42:52.2999673Z test_vmapjvpvjp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.843s) 2022-09-27T16:42:52.3156845Z test_vmapjvpvjp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:42:52.3320491Z test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:42:52.3477572Z test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:42:59.4070735Z test_vmapjvpvjp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.059s) 2022-09-27T16:43:00.9642958Z test_vmapjvpvjp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.557s) 2022-09-27T16:43:02.1575549Z test_vmapjvpvjp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.193s) 2022-09-27T16:43:06.2172054Z test_vmapjvpvjp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.060s) 2022-09-27T16:43:07.2926315Z test_vmapjvpvjp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.075s) 2022-09-27T16:43:08.3516640Z test_vmapjvpvjp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.059s) 2022-09-27T16:43:13.0697568Z test_vmapjvpvjp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.718s) 2022-09-27T16:43:13.0869048Z test_vmapjvpvjp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:43:13.2702556Z test_vmapjvpvjp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.183s) 2022-09-27T16:43:13.4538623Z test_vmapjvpvjp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.183s) 2022-09-27T16:44:17.3123790Z test_vmapjvpvjp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (63.858s) 2022-09-27T16:44:29.4141809Z test_vmapjvpvjp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.102s) 2022-09-27T16:44:29.6888482Z test_vmapjvpvjp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.275s) 2022-09-27T16:44:30.0715177Z test_vmapjvpvjp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.383s) 2022-09-27T16:44:30.0952346Z test_vmapjvpvjp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.024s) 2022-09-27T16:44:30.3796403Z test_vmapjvpvjp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-09-27T16:44:30.7346286Z test_vmapjvpvjp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.355s) 2022-09-27T16:44:37.1848509Z test_vmapjvpvjp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.450s) 2022-09-27T16:44:37.2001501Z test_vmapjvpvjp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:44:37.9935925Z test_vmapjvpvjp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.793s) 2022-09-27T16:44:38.8385109Z test_vmapjvpvjp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.845s) 2022-09-27T16:44:39.1289828Z test_vmapjvpvjp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.290s) 2022-09-27T16:44:39.5841941Z test_vmapjvpvjp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.455s) 2022-09-27T16:44:39.9842043Z test_vmapjvpvjp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.400s) 2022-09-27T16:44:40.2724003Z test_vmapjvpvjp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.288s) 2022-09-27T16:44:40.6494898Z test_vmapjvpvjp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.377s) 2022-09-27T16:45:12.8283760Z test_vmapjvpvjp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (32.179s) 2022-09-27T16:45:45.8130465Z test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (32.985s) 2022-09-27T16:46:07.1701144Z test_vmapjvpvjp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (21.357s) 2022-09-27T16:46:07.5348489Z test_vmapjvpvjp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.365s) 2022-09-27T16:46:08.6179648Z test_vmapjvpvjp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.083s) 2022-09-27T16:46:08.6221768Z test_vmapjvpvjp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:46:14.4456473Z test_vmapjvpvjp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.823s) 2022-09-27T16:46:14.8104291Z test_vmapjvpvjp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.365s) 2022-09-27T16:46:15.4446162Z test_vmapjvpvjp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.634s) 2022-09-27T16:46:15.8691147Z test_vmapjvpvjp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.424s) 2022-09-27T16:46:15.8921507Z test_vmapjvpvjp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.023s) 2022-09-27T16:46:15.9142734Z test_vmapjvpvjp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.022s) 2022-09-27T16:46:15.9183185Z test_vmapjvpvjp_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:46:15.9223495Z test_vmapjvpvjp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:46:15.9263966Z test_vmapjvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:46:26.4533137Z test_vmapjvpvjp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.527s) 2022-09-27T16:46:26.4575048Z test_vmapjvpvjp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:46:27.0374191Z test_vmapjvpvjp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.580s) 2022-09-27T16:46:27.0704173Z test_vmapjvpvjp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.033s) 2022-09-27T16:46:27.3939197Z test_vmapjvpvjp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.323s) 2022-09-27T16:46:29.1670136Z test_vmapjvpvjp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.773s) 2022-09-27T16:46:35.7310291Z test_vmapjvpvjp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.564s) 2022-09-27T16:46:36.6895273Z test_vmapjvpvjp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.958s) 2022-09-27T16:46:37.6484821Z test_vmapjvpvjp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.959s) 2022-09-27T16:46:38.6086263Z test_vmapjvpvjp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.960s) 2022-09-27T16:46:39.5693009Z test_vmapjvpvjp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.961s) 2022-09-27T16:46:40.5312071Z test_vmapjvpvjp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.962s) 2022-09-27T16:46:40.7383455Z test_vmapjvpvjp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.207s) 2022-09-27T16:46:48.4121411Z test_vmapjvpvjp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.674s) 2022-09-27T16:46:54.2013023Z test_vmapjvpvjp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.789s) 2022-09-27T16:47:04.9297069Z test_vmapjvpvjp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.728s) 2022-09-27T16:47:29.3049348Z test_vmapjvpvjp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (24.375s) 2022-09-27T16:47:36.0208065Z test_vmapjvpvjp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (6.716s) 2022-09-27T16:47:36.2768182Z test_vmapjvpvjp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.256s) 2022-09-27T16:47:36.2808840Z test_vmapjvpvjp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:47:36.2849371Z test_vmapjvpvjp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:47:36.2890142Z test_vmapjvpvjp_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:47:36.2930471Z test_vmapjvpvjp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:47:36.5426633Z test_vmapjvpvjp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.249s) 2022-09-27T16:47:36.7526715Z test_vmapjvpvjp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.210s) 2022-09-27T16:47:37.0317529Z test_vmapjvpvjp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.279s) 2022-09-27T16:47:41.8365865Z test_vmapjvpvjp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.805s) 2022-09-27T16:47:41.8523163Z test_vmapjvpvjp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:47:43.8224664Z test_vmapjvpvjp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.970s) 2022-09-27T16:47:44.2483005Z test_vmapjvpvjp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.426s) 2022-09-27T16:47:44.5715918Z test_vmapjvpvjp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.323s) 2022-09-27T16:47:45.1332551Z test_vmapjvpvjp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.561s) 2022-09-27T16:47:45.1373990Z test_vmapjvpvjp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:47:45.1415059Z test_vmapjvpvjp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:47:45.2916182Z test_vmapjvpvjp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.150s) 2022-09-27T16:47:45.4411991Z test_vmapjvpvjp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.149s) 2022-09-27T16:47:46.6730372Z test_vmapjvpvjp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.232s) 2022-09-27T16:47:49.6470969Z test_vmapjvpvjp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.974s) 2022-09-27T16:47:49.7373364Z test_vmapjvpvjp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T16:47:49.9750236Z test_vmapjvpvjp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.238s) 2022-09-27T16:47:50.2123517Z test_vmapjvpvjp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.237s) 2022-09-27T16:47:50.4498835Z test_vmapjvpvjp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.237s) 2022-09-27T16:47:50.7352580Z test_vmapjvpvjp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.285s) 2022-09-27T16:47:55.7770033Z test_vmapjvpvjp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.042s) 2022-09-27T16:47:59.0233486Z test_vmapjvpvjp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.246s) 2022-09-27T16:48:02.4683305Z test_vmapjvpvjp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.445s) 2022-09-27T16:48:18.4743545Z test_vmapjvpvjp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (16.006s) 2022-09-27T16:48:34.3879969Z test_vmapjvpvjp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (15.913s) 2022-09-27T16:48:48.2709262Z test_vmapjvpvjp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (13.883s) 2022-09-27T16:48:48.3014124Z test_vmapjvpvjp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:48:48.3015873Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:48:48.3019859Z expected failure (0.031s) 2022-09-27T16:48:58.8785144Z test_vmapjvpvjp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.576s) 2022-09-27T16:48:58.8827766Z test_vmapjvpvjp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:48:58.8984506Z test_vmapjvpvjp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:48:58.9138667Z test_vmapjvpvjp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:48:59.3317592Z test_vmapjvpvjp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.418s) 2022-09-27T16:49:01.8252460Z test_vmapjvpvjp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.493s) 2022-09-27T16:49:01.9202477Z test_vmapjvpvjp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-09-27T16:49:01.9244971Z test_vmapjvpvjp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:01.9287017Z test_vmapjvpvjp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:02.1936253Z test_vmapjvpvjp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.265s) 2022-09-27T16:49:02.2833318Z test_vmapjvpvjp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T16:49:02.2876013Z test_vmapjvpvjp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:02.3928701Z test_vmapjvpvjp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T16:49:02.7979291Z test_vmapjvpvjp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.405s) 2022-09-27T16:49:02.9015998Z test_vmapjvpvjp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-09-27T16:49:07.4428733Z test_vmapjvpvjp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.541s) 2022-09-27T16:49:08.1735785Z test_vmapjvpvjp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.731s) 2022-09-27T16:49:08.9508629Z test_vmapjvpvjp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.777s) 2022-09-27T16:49:11.9535265Z test_vmapjvpvjp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.002s) 2022-09-27T16:49:11.9683542Z test_vmapjvpvjp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:49:11.9725163Z test_vmapjvpvjp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:11.9766291Z test_vmapjvpvjp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:11.9807729Z test_vmapjvpvjp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:11.9849625Z test_vmapjvpvjp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:11.9891079Z test_vmapjvpvjp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:11.9932515Z test_vmapjvpvjp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:11.9973859Z test_vmapjvpvjp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:12.0011948Z test_vmapjvpvjp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:49:12.0049364Z test_vmapjvpvjp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:49:12.2183802Z test_vmapjvpvjp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.213s) 2022-09-27T16:49:12.5136362Z test_vmapjvpvjp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.295s) 2022-09-27T16:49:12.5178247Z test_vmapjvpvjp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:12.5219640Z test_vmapjvpvjp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:12.7870937Z test_vmapjvpvjp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.265s) 2022-09-27T16:49:13.2167706Z test_vmapjvpvjp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.429s) 2022-09-27T16:49:13.6895300Z test_vmapjvpvjp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.473s) 2022-09-27T16:49:13.6936901Z test_vmapjvpvjp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:13.6974791Z test_vmapjvpvjp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:49:14.0310761Z test_vmapjvpvjp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.333s) 2022-09-27T16:49:14.0357722Z test_vmapjvpvjp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T16:49:14.0400847Z test_vmapjvpvjp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:14.0441848Z test_vmapjvpvjp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:14.0482811Z test_vmapjvpvjp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:14.4522550Z test_vmapjvpvjp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.404s) 2022-09-27T16:49:14.7586139Z test_vmapjvpvjp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.306s) 2022-09-27T16:49:15.7219315Z test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.963s) 2022-09-27T16:49:15.7260756Z test_vmapjvpvjp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:15.7301195Z test_vmapjvpvjp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:15.7337674Z test_vmapjvpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:49:15.7374687Z test_vmapjvpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:49:15.7411956Z test_vmapjvpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:49:15.7449484Z test_vmapjvpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:49:15.7490081Z test_vmapjvpvjp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:49:22.0188019Z test_vmapjvpvjp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.269s) 2022-09-27T16:49:22.0233731Z test_vmapjvpvjp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T16:49:23.6207989Z test_vmapjvpvjp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.597s) 2022-09-27T16:49:28.1616904Z test_vmapjvpvjp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.541s) 2022-09-27T16:49:34.2725914Z test_vmapjvpvjp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.111s) 2022-09-27T16:49:34.3754981Z test_vmapjvpvjp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-09-27T16:49:34.6641869Z test_vmapjvpvjp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.289s) 2022-09-27T16:49:35.2167760Z test_vmapjvpvjp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.552s) 2022-09-27T16:49:45.9292286Z test_vmapjvpvjp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.712s) 2022-09-27T16:49:47.1306248Z test_vmapjvpvjp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.201s) 2022-09-27T16:49:52.4057198Z test_vmapjvpvjp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.275s) 2022-09-27T16:49:53.7221666Z test_vmapjvpvjp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.316s) 2022-09-27T16:49:58.6300375Z test_vmapjvpvjp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.908s) 2022-09-27T16:50:00.2919267Z test_vmapjvpvjp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.662s) 2022-09-27T16:50:01.5977213Z test_vmapjvpvjp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.306s) 2022-09-27T16:52:12.4479312Z test_vmapjvpvjp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (130.850s) 2022-09-27T16:52:12.4802438Z test_vmapjvpvjp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.032s) 2022-09-27T16:52:12.4978674Z test_vmapjvpvjp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T16:52:12.7345080Z test_vmapjvpvjp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.237s) 2022-09-27T16:52:13.2176022Z test_vmapjvpvjp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.483s) 2022-09-27T16:52:13.2252619Z test_vmapjvpvjp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:52:13.2253878Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:52:13.2948354Z expected failure (0.077s) 2022-09-27T16:52:13.4074927Z test_vmapjvpvjp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-09-27T16:52:13.5079399Z test_vmapjvpvjp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-09-27T16:52:13.5194049Z test_vmapjvpvjp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-09-27T16:52:14.8743561Z test_vmapjvpvjp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.355s) 2022-09-27T16:52:17.1463987Z test_vmapjvpvjp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.272s) 2022-09-27T16:52:17.2651558Z test_vmapjvpvjp_to_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.119s) 2022-09-27T16:52:17.2812369Z test_vmapjvpvjp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:52:18.5811542Z test_vmapjvpvjp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.300s) 2022-09-27T16:52:18.6808088Z test_vmapjvpvjp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-09-27T16:52:19.3124923Z test_vmapjvpvjp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.632s) 2022-09-27T16:52:24.4517709Z test_vmapjvpvjp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.139s) 2022-09-27T16:52:29.5980804Z test_vmapjvpvjp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.146s) 2022-09-27T16:52:56.7076721Z test_vmapjvpvjp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (27.109s) 2022-09-27T16:52:57.3715185Z test_vmapjvpvjp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.664s) 2022-09-27T16:52:58.0345616Z test_vmapjvpvjp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.663s) 2022-09-27T16:53:03.3659797Z test_vmapjvpvjp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.331s) 2022-09-27T16:53:03.4559603Z test_vmapjvpvjp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T16:55:37.8198443Z test_vmapjvpvjp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (154.363s) 2022-09-27T16:55:38.6063347Z test_vmapjvpvjp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.786s) 2022-09-27T16:55:40.5808501Z test_vmapjvpvjp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.974s) 2022-09-27T16:55:40.5849844Z test_vmapjvpvjp_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:55:40.5891403Z test_vmapjvpvjp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:55:40.5932287Z test_vmapjvpvjp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:55:41.2992454Z test_vmapjvpvjp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.706s) 2022-09-27T16:55:42.3077371Z test_vmapjvpvjp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.008s) 2022-09-27T16:55:46.7845013Z test_vmapjvpvjp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.477s) 2022-09-27T16:55:47.3482789Z test_vmapjvpvjp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.564s) 2022-09-27T16:55:47.3779571Z test_vmapjvpvjp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-09-27T16:55:47.6988052Z test_vmapjvpvjp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.321s) 2022-09-27T16:55:48.2565487Z test_vmapjvpvjp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.558s) 2022-09-27T16:55:56.5892911Z test_vmapjvpvjp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.333s) 2022-09-27T16:56:01.2919243Z test_vmapjvpvjp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.702s) 2022-09-27T16:56:03.7326248Z test_vmapjvpvjp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.441s) 2022-09-27T16:56:09.6872464Z test_vmapjvpvjp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.954s) 2022-09-27T16:56:09.9517793Z test_vmapjvpvjp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.264s) 2022-09-27T16:56:09.9559845Z test_vmapjvpvjp_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:56:09.9601017Z test_vmapjvpvjp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:56:09.9835391Z test_vmapvjp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T16:56:10.0077941Z test_vmapvjp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T16:56:10.3216029Z test_vmapvjp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.314s) 2022-09-27T16:56:11.8268868Z test_vmapvjp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.505s) 2022-09-27T16:56:12.1050921Z test_vmapvjp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.278s) 2022-09-27T16:56:12.4408753Z test_vmapvjp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.336s) 2022-09-27T16:56:12.9611198Z test_vmapvjp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.520s) 2022-09-27T16:56:13.2680222Z test_vmapvjp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.307s) 2022-09-27T16:56:13.5760476Z test_vmapvjp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.308s) 2022-09-27T16:56:13.9365089Z test_vmapvjp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.360s) 2022-09-27T16:56:14.2208118Z test_vmapvjp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-09-27T16:56:15.5762985Z test_vmapvjp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.355s) 2022-09-27T16:56:16.9264880Z test_vmapvjp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.350s) 2022-09-27T16:56:16.9282421Z test_vmapvjp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:56:16.9298433Z test_vmapvjp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:56:17.1679145Z test_vmapvjp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.238s) 2022-09-27T16:56:17.3666100Z test_vmapvjp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.199s) 2022-09-27T16:56:17.6549446Z test_vmapvjp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.288s) 2022-09-27T16:56:18.2297929Z test_vmapvjp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.575s) 2022-09-27T16:56:19.7025573Z test_vmapvjp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.473s) 2022-09-27T16:56:21.3251922Z test_vmapvjp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.622s) 2022-09-27T16:56:21.6156505Z test_vmapvjp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.290s) 2022-09-27T16:56:28.6716251Z test_vmapvjp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.056s) 2022-09-27T16:56:29.3524301Z test_vmapvjp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.681s) 2022-09-27T16:56:31.0663524Z test_vmapvjp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.714s) 2022-09-27T16:56:31.3568189Z test_vmapvjp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.290s) 2022-09-27T16:56:31.6624195Z test_vmapvjp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.305s) 2022-09-27T16:56:33.9391592Z test_vmapvjp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.277s) 2022-09-27T16:56:35.1720197Z test_vmapvjp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.233s) 2022-09-27T16:56:37.3516892Z test_vmapvjp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.179s) 2022-09-27T16:56:37.3666843Z test_vmapvjp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:56:37.4069495Z test_vmapvjp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:56:37.4461952Z test_vmapvjp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:56:37.7898233Z test_vmapvjp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.343s) 2022-09-27T16:56:38.3900476Z test_vmapvjp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.600s) 2022-09-27T16:56:39.5099311Z test_vmapvjp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.120s) 2022-09-27T16:56:40.5501324Z test_vmapvjp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.040s) 2022-09-27T16:56:40.8366695Z test_vmapvjp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.286s) 2022-09-27T16:56:41.1128614Z test_vmapvjp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.276s) 2022-09-27T16:56:41.6691197Z test_vmapvjp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.556s) 2022-09-27T16:56:42.0508625Z test_vmapvjp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.382s) 2022-09-27T16:56:42.0526171Z test_vmapvjp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:56:42.0542496Z test_vmapvjp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:56:42.3322130Z test_vmapvjp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.278s) 2022-09-27T16:56:42.6098760Z test_vmapvjp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.278s) 2022-09-27T16:56:42.6115193Z test_vmapvjp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:56:42.6254825Z test_vmapvjp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:56:42.6271200Z test_vmapvjp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:56:42.6287770Z test_vmapvjp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:56:42.6304021Z test_vmapvjp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:56:42.6320680Z test_vmapvjp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:56:42.6336691Z test_vmapvjp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:56:42.6352959Z test_vmapvjp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:56:42.6400955Z test_vmapvjp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.005s) 2022-09-27T16:56:42.6825292Z test_vmapvjp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.042s) 2022-09-27T16:56:42.6980355Z test_vmapvjp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:56:42.7133790Z test_vmapvjp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:56:43.0508429Z test_vmapvjp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.337s) 2022-09-27T16:56:43.0662828Z test_vmapvjp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:56:43.0819678Z test_vmapvjp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:56:49.7512537Z test_vmapvjp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.669s) 2022-09-27T16:56:56.5309513Z test_vmapvjp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.779s) 2022-09-27T16:57:03.4658127Z test_vmapvjp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.935s) 2022-09-27T16:57:04.0361470Z test_vmapvjp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.570s) 2022-09-27T16:57:04.0373577Z test_vmapvjp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:57:04.1092211Z test_vmapvjp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.072s) 2022-09-27T16:57:04.1592813Z test_vmapvjp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T16:57:04.4485141Z test_vmapvjp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.289s) 2022-09-27T16:57:04.4877487Z test_vmapvjp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:57:04.4894701Z test_vmapvjp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:04.4911237Z test_vmapvjp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:04.4927614Z test_vmapvjp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:06.0443520Z test_vmapvjp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.551s) 2022-09-27T16:57:06.1345097Z test_vmapvjp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T16:57:06.1361804Z test_vmapvjp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:06.1377709Z test_vmapvjp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T16:57:06.1393637Z test_vmapvjp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:06.2843321Z test_vmapvjp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-09-27T16:57:06.4980622Z test_vmapvjp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.214s) 2022-09-27T16:57:16.2804723Z test_vmapvjp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.782s) 2022-09-27T16:57:16.2944745Z test_vmapvjp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:57:16.3686223Z test_vmapvjp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.074s) 2022-09-27T16:57:16.3701784Z test_vmapvjp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:16.3718132Z test_vmapvjp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:16.6104918Z test_vmapvjp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.239s) 2022-09-27T16:57:16.7998766Z test_vmapvjp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-09-27T16:57:17.2604297Z test_vmapvjp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.460s) 2022-09-27T16:57:17.7012256Z test_vmapvjp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.441s) 2022-09-27T16:57:17.9959994Z test_vmapvjp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.294s) 2022-09-27T16:57:18.3052827Z test_vmapvjp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.309s) 2022-09-27T16:57:18.6134676Z test_vmapvjp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.308s) 2022-09-27T16:57:18.6383583Z test_vmapvjp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T16:57:18.7367235Z test_vmapvjp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T16:57:19.1753028Z test_vmapvjp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.438s) 2022-09-27T16:57:19.4744570Z test_vmapvjp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.299s) 2022-09-27T16:57:19.5061441Z test_vmapvjp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T16:57:19.5186107Z test_vmapvjp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T16:57:20.1736943Z test_vmapvjp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.655s) 2022-09-27T16:57:20.1971932Z test_vmapvjp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T16:57:20.5259595Z test_vmapvjp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.329s) 2022-09-27T16:57:20.6494553Z test_vmapvjp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-09-27T16:57:20.6877051Z test_vmapvjp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T16:57:20.7254927Z test_vmapvjp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T16:57:20.7271461Z test_vmapvjp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:21.8493043Z test_vmapvjp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.122s) 2022-09-27T16:57:21.9546839Z test_vmapvjp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T16:57:21.9991602Z test_vmapvjp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T16:57:22.0437242Z test_vmapvjp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T16:57:22.2582382Z test_vmapvjp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.214s) 2022-09-27T16:57:22.3117042Z test_vmapvjp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T16:57:22.6549774Z test_vmapvjp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.343s) 2022-09-27T16:57:22.6912560Z test_vmapvjp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T16:57:22.8936053Z test_vmapvjp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.202s) 2022-09-27T16:57:23.0788379Z test_vmapvjp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-09-27T16:57:23.1459603Z test_vmapvjp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T16:57:23.3265923Z test_vmapvjp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.180s) 2022-09-27T16:57:23.8427115Z test_vmapvjp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.516s) 2022-09-27T16:57:27.6776627Z test_vmapvjp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.835s) 2022-09-27T16:57:27.7155088Z test_vmapvjp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T16:57:29.9828196Z test_vmapvjp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.267s) 2022-09-27T16:57:30.2741240Z test_vmapvjp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.291s) 2022-09-27T16:57:30.5973503Z test_vmapvjp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.323s) 2022-09-27T16:57:30.8887204Z test_vmapvjp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.291s) 2022-09-27T16:57:30.9250541Z test_vmapvjp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T16:57:30.9966907Z test_vmapvjp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.071s) 2022-09-27T16:57:31.0468806Z test_vmapvjp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T16:57:31.1973358Z test_vmapvjp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.150s) 2022-09-27T16:57:31.3607455Z test_vmapvjp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-09-27T16:57:31.7234332Z test_vmapvjp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.363s) 2022-09-27T16:57:31.7251501Z test_vmapvjp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:31.7267507Z test_vmapvjp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:31.7284188Z test_vmapvjp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:31.7300174Z test_vmapvjp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T16:57:31.7459522Z test_vmapvjp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:57:31.7860377Z test_vmapvjp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:57:31.8017269Z test_vmapvjp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:57:31.8396328Z test_vmapvjp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T16:57:31.8767360Z test_vmapvjp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T16:57:31.9498468Z test_vmapvjp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-09-27T16:57:32.0656981Z test_vmapvjp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-09-27T16:57:32.0804661Z test_vmapvjp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:57:32.0821026Z test_vmapvjp_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:32.1733100Z test_vmapvjp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-09-27T16:57:32.2743462Z test_vmapvjp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-09-27T16:57:32.3926655Z test_vmapvjp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-09-27T16:57:32.4569272Z test_vmapvjp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T16:57:32.5685399Z test_vmapvjp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T16:57:32.6842254Z test_vmapvjp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-09-27T16:57:32.8245250Z test_vmapvjp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-09-27T16:57:32.9184107Z test_vmapvjp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T16:57:33.0296654Z test_vmapvjp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T16:57:33.1518255Z test_vmapvjp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-09-27T16:57:33.2160563Z test_vmapvjp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T16:57:33.3319619Z test_vmapvjp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-09-27T16:57:33.4458842Z test_vmapvjp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.114s) 2022-09-27T16:57:33.5862196Z test_vmapvjp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-09-27T16:57:33.6861398Z test_vmapvjp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-09-27T16:57:33.7995358Z test_vmapvjp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-09-27T16:57:33.9323540Z test_vmapvjp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.133s) 2022-09-27T16:57:34.0261200Z test_vmapvjp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T16:57:34.1311459Z test_vmapvjp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T16:57:34.2528504Z test_vmapvjp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-09-27T16:57:34.2921198Z test_vmapvjp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:57:34.3619476Z test_vmapvjp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T16:57:34.4772044Z test_vmapvjp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-09-27T16:57:34.5015810Z test_vmapvjp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T16:57:34.5269533Z test_vmapvjp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T16:57:34.5935705Z test_vmapvjp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.066s) 2022-09-27T16:57:34.6388796Z test_vmapvjp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T16:57:35.0526384Z test_vmapvjp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.413s) 2022-09-27T16:57:35.0677249Z test_vmapvjp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:57:35.0695055Z test_vmapvjp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:35.3939113Z test_vmapvjp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.324s) 2022-09-27T16:57:35.7182436Z test_vmapvjp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.324s) 2022-09-27T16:57:36.0293363Z test_vmapvjp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.311s) 2022-09-27T16:57:36.0637539Z test_vmapvjp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T16:57:36.1013798Z test_vmapvjp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T16:57:36.1030369Z test_vmapvjp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:36.2351217Z test_vmapvjp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-09-27T16:57:36.2367741Z test_vmapvjp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:36.2384068Z test_vmapvjp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:36.8390370Z test_vmapvjp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.600s) 2022-09-27T16:57:36.8407432Z test_vmapvjp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:57:36.9125966Z test_vmapvjp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.072s) 2022-09-27T16:57:36.9630232Z test_vmapvjp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T16:57:36.9749948Z test_vmapvjp_has_batch_rule_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T16:57:36.9873315Z test_vmapvjp_has_batch_rule_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T16:57:37.1338342Z test_vmapvjp_has_batch_rule___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.146s) 2022-09-27T16:57:37.8139440Z test_vmapvjp_has_batch_rule___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.680s) 2022-09-27T16:57:37.9136607Z test_vmapvjp_has_batch_rule___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-09-27T16:57:38.0422676Z test_vmapvjp_has_batch_rule___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-09-27T16:57:38.2435627Z test_vmapvjp_has_batch_rule___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.201s) 2022-09-27T16:57:38.3569921Z test_vmapvjp_has_batch_rule___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-09-27T16:57:38.4676191Z test_vmapvjp_has_batch_rule___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T16:57:38.6113819Z test_vmapvjp_has_batch_rule___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-09-27T16:57:38.7142391Z test_vmapvjp_has_batch_rule___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-09-27T16:57:39.3327173Z test_vmapvjp_has_batch_rule__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.618s) 2022-09-27T16:57:39.9490506Z test_vmapvjp_has_batch_rule__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.616s) 2022-09-27T16:57:39.9524476Z test_vmapvjp_has_batch_rule__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:39.9558792Z test_vmapvjp_has_batch_rule__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:39.9697865Z test_vmapvjp_has_batch_rule__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:57:40.0640677Z test_vmapvjp_has_batch_rule__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T16:57:40.1934280Z test_vmapvjp_has_batch_rule__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-09-27T16:57:40.4334676Z test_vmapvjp_has_batch_rule__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.240s) 2022-09-27T16:57:41.1040573Z test_vmapvjp_has_batch_rule__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.670s) 2022-09-27T16:57:41.8728185Z test_vmapvjp_has_batch_rule__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.769s) 2022-09-27T16:57:42.0073813Z test_vmapvjp_has_batch_rule__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-09-27T16:57:45.2055907Z test_vmapvjp_has_batch_rule__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.198s) 2022-09-27T16:57:45.5379530Z test_vmapvjp_has_batch_rule__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.332s) 2022-09-27T16:57:46.3889439Z test_vmapvjp_has_batch_rule__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.851s) 2022-09-27T16:57:46.5201148Z test_vmapvjp_has_batch_rule__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.131s) 2022-09-27T16:57:46.6608624Z test_vmapvjp_has_batch_rule__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-09-27T16:57:47.8318183Z test_vmapvjp_has_batch_rule__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.171s) 2022-09-27T16:57:48.3789570Z test_vmapvjp_has_batch_rule__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.547s) 2022-09-27T16:57:49.4816094Z test_vmapvjp_has_batch_rule__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.102s) 2022-09-27T16:57:49.4954673Z test_vmapvjp_has_batch_rule_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:57:49.5306010Z test_vmapvjp_has_batch_rule_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T16:57:49.5640964Z test_vmapvjp_has_batch_rule_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T16:57:49.6850008Z test_vmapvjp_has_batch_rule_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-09-27T16:57:49.9028234Z test_vmapvjp_has_batch_rule_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.218s) 2022-09-27T16:57:50.2810130Z test_vmapvjp_has_batch_rule_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.378s) 2022-09-27T16:57:50.6141916Z test_vmapvjp_has_batch_rule_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.333s) 2022-09-27T16:57:50.7180127Z test_vmapvjp_has_batch_rule_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-09-27T16:57:50.8159637Z test_vmapvjp_has_batch_rule_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T16:57:51.0094268Z test_vmapvjp_has_batch_rule_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.193s) 2022-09-27T16:57:51.1546125Z test_vmapvjp_has_batch_rule_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-09-27T16:57:51.1580774Z test_vmapvjp_has_batch_rule_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:51.1614486Z test_vmapvjp_has_batch_rule_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:51.2833010Z test_vmapvjp_has_batch_rule_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-09-27T16:57:51.4051450Z test_vmapvjp_has_batch_rule_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-09-27T16:57:51.4085291Z test_vmapvjp_has_batch_rule_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:51.4169991Z test_vmapvjp_has_batch_rule_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T16:57:51.4203988Z test_vmapvjp_has_batch_rule_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:51.4237783Z test_vmapvjp_has_batch_rule_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:51.4275985Z test_vmapvjp_has_batch_rule_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:57:51.4314145Z test_vmapvjp_has_batch_rule_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:57:51.4352488Z test_vmapvjp_has_batch_rule_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:57:51.4390850Z test_vmapvjp_has_batch_rule_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:57:51.4696064Z test_vmapvjp_has_batch_rule_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-09-27T16:57:51.4840200Z test_vmapvjp_has_batch_rule_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:57:51.4985814Z test_vmapvjp_has_batch_rule_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:57:51.5128909Z test_vmapvjp_has_batch_rule_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:57:51.7623311Z test_vmapvjp_has_batch_rule_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.249s) 2022-09-27T16:57:51.7764628Z test_vmapvjp_has_batch_rule_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:57:51.7913715Z test_vmapvjp_has_batch_rule_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:57:53.4171792Z test_vmapvjp_has_batch_rule_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.625s) 2022-09-27T16:57:55.1035774Z test_vmapvjp_has_batch_rule_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.686s) 2022-09-27T16:57:56.9956590Z test_vmapvjp_has_batch_rule_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.892s) 2022-09-27T16:57:57.1993590Z test_vmapvjp_has_batch_rule_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.204s) 2022-09-27T16:57:57.2023839Z test_vmapvjp_has_batch_rule_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:57:57.2463396Z test_vmapvjp_has_batch_rule_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.044s) 2022-09-27T16:57:57.2694570Z test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T16:57:57.3717347Z test_vmapvjp_has_batch_rule_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-09-27T16:57:57.3892655Z test_vmapvjp_has_batch_rule_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:57:57.3927655Z test_vmapvjp_has_batch_rule_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:57.3962210Z test_vmapvjp_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:57.3996660Z test_vmapvjp_has_batch_rule_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:57.8573974Z test_vmapvjp_has_batch_rule_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.458s) 2022-09-27T16:57:57.8974447Z test_vmapvjp_has_batch_rule_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:57:57.9009166Z test_vmapvjp_has_batch_rule_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:57.9043796Z test_vmapvjp_has_batch_rule_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:57.9078409Z test_vmapvjp_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:57:57.9630830Z test_vmapvjp_has_batch_rule_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T16:57:58.1781830Z test_vmapvjp_has_batch_rule_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.215s) 2022-09-27T16:58:01.9208639Z test_vmapvjp_has_batch_rule_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.742s) 2022-09-27T16:58:01.9295501Z test_vmapvjp_has_batch_rule_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T16:58:01.9756630Z test_vmapvjp_has_batch_rule_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.046s) 2022-09-27T16:58:01.9791527Z test_vmapvjp_has_batch_rule_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:01.9826346Z test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:02.0952720Z test_vmapvjp_has_batch_rule_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.112s) 2022-09-27T16:58:02.1886535Z test_vmapvjp_has_batch_rule_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-09-27T16:58:02.3759607Z test_vmapvjp_has_batch_rule_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.187s) 2022-09-27T16:58:02.5562341Z test_vmapvjp_has_batch_rule_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.180s) 2022-09-27T16:58:02.7669426Z test_vmapvjp_has_batch_rule_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.211s) 2022-09-27T16:58:02.8849436Z test_vmapvjp_has_batch_rule_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-09-27T16:58:03.0028720Z test_vmapvjp_has_batch_rule_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-09-27T16:58:03.0157328Z test_vmapvjp_has_batch_rule_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T16:58:03.0522036Z test_vmapvjp_has_batch_rule_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T16:58:03.2755155Z test_vmapvjp_has_batch_rule_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.223s) 2022-09-27T16:58:03.2892296Z test_vmapvjp_has_batch_rule_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:58:03.3044615Z test_vmapvjp_has_batch_rule_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:58:03.3121157Z test_vmapvjp_has_batch_rule_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T16:58:03.5951534Z test_vmapvjp_has_batch_rule_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.283s) 2022-09-27T16:58:03.6072070Z test_vmapvjp_has_batch_rule_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T16:58:03.6209929Z test_vmapvjp_has_batch_rule_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:58:03.6863354Z test_vmapvjp_has_batch_rule_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T16:58:03.7049266Z test_vmapvjp_has_batch_rule_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:58:03.7231541Z test_vmapvjp_has_batch_rule_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:58:03.7266822Z test_vmapvjp_has_batch_rule_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:04.2859774Z test_vmapvjp_has_batch_rule_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.559s) 2022-09-27T16:58:04.3253849Z test_vmapvjp_has_batch_rule_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:58:04.3370645Z test_vmapvjp_has_batch_rule_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-09-27T16:58:04.3486592Z test_vmapvjp_has_batch_rule_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-09-27T16:58:04.3600286Z test_vmapvjp_has_batch_rule_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-09-27T16:58:04.3851632Z test_vmapvjp_has_batch_rule_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T16:58:04.5315358Z test_vmapvjp_has_batch_rule_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-09-27T16:58:04.5493817Z test_vmapvjp_has_batch_rule_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:58:04.6356479Z test_vmapvjp_has_batch_rule_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T16:58:04.7135427Z test_vmapvjp_has_batch_rule_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T16:58:04.7448159Z test_vmapvjp_has_batch_rule_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T16:58:04.8857417Z test_vmapvjp_has_batch_rule_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-09-27T16:58:05.0713323Z test_vmapvjp_has_batch_rule_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-09-27T16:58:06.5692427Z test_vmapvjp_has_batch_rule_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.498s) 2022-09-27T16:58:06.6146308Z test_vmapvjp_has_batch_rule_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T16:58:07.5499893Z test_vmapvjp_has_batch_rule_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.935s) 2022-09-27T16:58:07.7549919Z test_vmapvjp_has_batch_rule_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.205s) 2022-09-27T16:58:07.9880200Z test_vmapvjp_has_batch_rule_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.233s) 2022-09-27T16:58:08.1923991Z test_vmapvjp_has_batch_rule_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.204s) 2022-09-27T16:58:08.2081603Z test_vmapvjp_has_batch_rule_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:58:08.2519682Z test_vmapvjp_has_batch_rule_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.044s) 2022-09-27T16:58:08.2751795Z test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T16:58:08.3427576Z test_vmapvjp_has_batch_rule_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T16:58:08.3972973Z test_vmapvjp_has_batch_rule_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T16:58:08.5454547Z test_vmapvjp_has_batch_rule_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-09-27T16:58:08.5489716Z test_vmapvjp_has_batch_rule_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:08.5524319Z test_vmapvjp_has_batch_rule_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:08.5558839Z test_vmapvjp_has_batch_rule_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:08.5594035Z test_vmapvjp_has_batch_rule_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:08.5740030Z test_vmapvjp_has_batch_rule_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:58:08.6081720Z test_vmapvjp_has_batch_rule_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T16:58:08.6226073Z test_vmapvjp_has_batch_rule_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:58:08.6544717Z test_vmapvjp_has_batch_rule_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T16:58:08.6723494Z test_vmapvjp_has_batch_rule_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:58:08.7037093Z test_vmapvjp_has_batch_rule_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T16:58:08.7544845Z test_vmapvjp_has_batch_rule_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T16:58:08.7682612Z test_vmapvjp_has_batch_rule_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:58:08.7717561Z test_vmapvjp_has_batch_rule_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:08.8144491Z test_vmapvjp_has_batch_rule_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T16:58:08.8607244Z test_vmapvjp_has_batch_rule_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T16:58:08.9149303Z test_vmapvjp_has_batch_rule_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T16:58:08.9444617Z test_vmapvjp_has_batch_rule_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T16:58:08.9985521Z test_vmapvjp_has_batch_rule_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T16:58:09.0527871Z test_vmapvjp_has_batch_rule_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T16:58:09.1182600Z test_vmapvjp_has_batch_rule_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T16:58:09.1622589Z test_vmapvjp_has_batch_rule_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T16:58:09.2128721Z test_vmapvjp_has_batch_rule_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T16:58:09.2689787Z test_vmapvjp_has_batch_rule_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T16:58:09.2985327Z test_vmapvjp_has_batch_rule_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T16:58:09.3164212Z test_vmapvjp_has_batch_rule_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T16:58:09.3689316Z test_vmapvjp_has_batch_rule_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T16:58:09.3865548Z test_vmapvjp_has_batch_rule_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T16:58:09.4336531Z test_vmapvjp_has_batch_rule_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T16:58:09.4860700Z test_vmapvjp_has_batch_rule_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T16:58:09.5463193Z test_vmapvjp_has_batch_rule_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T16:58:09.5889905Z test_vmapvjp_has_batch_rule_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T16:58:09.6364278Z test_vmapvjp_has_batch_rule_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T16:58:09.6914183Z test_vmapvjp_has_batch_rule_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T16:58:09.7105026Z test_vmapvjp_has_batch_rule_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:58:09.7398564Z test_vmapvjp_has_batch_rule_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T16:58:09.7902975Z test_vmapvjp_has_batch_rule_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T16:58:09.8033069Z test_vmapvjp_has_batch_rule_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T16:58:09.8162225Z test_vmapvjp_has_batch_rule_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T16:58:09.8563295Z test_vmapvjp_has_batch_rule_float_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.040s) 2022-09-27T16:58:09.8763114Z test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T16:58:10.0494561Z test_vmapvjp_has_batch_rule_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-09-27T16:58:10.0580176Z test_vmapvjp_has_batch_rule_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T16:58:10.0615514Z test_vmapvjp_has_batch_rule_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:10.1884714Z test_vmapvjp_has_batch_rule_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.127s) 2022-09-27T16:58:10.3156002Z test_vmapvjp_has_batch_rule_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.127s) 2022-09-27T16:58:10.4312107Z test_vmapvjp_has_batch_rule_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-09-27T16:58:10.4479836Z test_vmapvjp_has_batch_rule_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:58:10.4667568Z test_vmapvjp_has_batch_rule_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:58:10.4702495Z test_vmapvjp_has_batch_rule_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:10.5282997Z test_vmapvjp_has_batch_rule_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T16:58:10.5317272Z test_vmapvjp_has_batch_rule_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:10.5351927Z test_vmapvjp_has_batch_rule_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:10.8520180Z test_vmapvjp_has_batch_rule_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.317s) 2022-09-27T16:58:10.8554899Z test_vmapvjp_has_batch_rule_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:10.8995409Z test_vmapvjp_has_batch_rule_half_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.044s) 2022-09-27T16:58:10.9227759Z test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T16:58:10.9263071Z test_vmapvjp_has_batch_rule_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:10.9298241Z test_vmapvjp_has_batch_rule_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:10.9977342Z test_vmapvjp_has_batch_rule_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T16:58:11.0467865Z test_vmapvjp_has_batch_rule_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T16:58:11.1626959Z test_vmapvjp_has_batch_rule_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-09-27T16:58:11.1957528Z test_vmapvjp_has_batch_rule_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T16:58:11.1993083Z test_vmapvjp_has_batch_rule_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.2027718Z test_vmapvjp_has_batch_rule_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.4336321Z test_vmapvjp_has_batch_rule_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.231s) 2022-09-27T16:58:11.4458910Z test_vmapvjp_has_batch_rule_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-09-27T16:58:11.4596616Z test_vmapvjp_has_batch_rule_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:58:11.4954351Z test_vmapvjp_has_batch_rule_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.036s) 2022-09-27T16:58:11.7403273Z test_vmapvjp_has_batch_rule_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.245s) 2022-09-27T16:58:11.7540567Z test_vmapvjp_has_batch_rule_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:58:11.7922294Z test_vmapvjp_has_batch_rule_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T16:58:11.8232346Z test_vmapvjp_has_batch_rule_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T16:58:11.8267071Z test_vmapvjp_has_batch_rule_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8301917Z test_vmapvjp_has_batch_rule_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8336899Z test_vmapvjp_has_batch_rule_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8371795Z test_vmapvjp_has_batch_rule_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8407355Z test_vmapvjp_has_batch_rule_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8442187Z test_vmapvjp_has_batch_rule_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8476818Z test_vmapvjp_has_batch_rule_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8511442Z test_vmapvjp_has_batch_rule_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8546692Z test_vmapvjp_has_batch_rule_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8581687Z test_vmapvjp_has_batch_rule_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8740728Z test_vmapvjp_has_batch_rule_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:58:11.8775456Z test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8810258Z test_vmapvjp_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8845024Z test_vmapvjp_has_batch_rule_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8880047Z test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.8914393Z test_vmapvjp_has_batch_rule_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:11.9089600Z test_vmapvjp_has_batch_rule_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:58:11.9729173Z test_vmapvjp_has_batch_rule_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T16:58:12.1012416Z test_vmapvjp_has_batch_rule_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-09-27T16:58:12.1048581Z test_vmapvjp_has_batch_rule_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:58:12.3929769Z test_vmapvjp_has_batch_rule_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.288s) 2022-09-27T16:58:12.4248307Z test_vmapvjp_has_batch_rule_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T16:58:12.5441834Z test_vmapvjp_has_batch_rule_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-09-27T16:58:12.6563808Z test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.112s) 2022-09-27T16:58:12.7022831Z test_vmapvjp_has_batch_rule_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T16:58:12.7412340Z test_vmapvjp_has_batch_rule_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:58:12.9295324Z test_vmapvjp_has_batch_rule_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.188s) 2022-09-27T16:58:14.0247115Z test_vmapvjp_has_batch_rule_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.095s) 2022-09-27T16:58:14.0391688Z test_vmapvjp_has_batch_rule_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:58:14.1829233Z test_vmapvjp_has_batch_rule_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-09-27T16:58:14.2588742Z test_vmapvjp_has_batch_rule_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T16:58:14.3155899Z test_vmapvjp_has_batch_rule_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T16:58:14.3326867Z test_vmapvjp_has_batch_rule_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:58:14.4488504Z test_vmapvjp_has_batch_rule_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-09-27T16:58:14.5088553Z test_vmapvjp_has_batch_rule_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T16:58:14.5123882Z test_vmapvjp_has_batch_rule_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:14.5158586Z test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:14.5192995Z test_vmapvjp_has_batch_rule_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:16.5964699Z test_vmapvjp_has_batch_rule_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.077s) 2022-09-27T16:58:17.1160826Z test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.519s) 2022-09-27T16:58:17.1298867Z test_vmapvjp_has_batch_rule_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:58:17.1429917Z test_vmapvjp_has_batch_rule_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T16:58:17.1551725Z test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-09-27T16:58:17.1685479Z test_vmapvjp_has_batch_rule_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T16:58:17.7526618Z test_vmapvjp_has_batch_rule_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.584s) 2022-09-27T16:58:18.0764071Z test_vmapvjp_has_batch_rule_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.324s) 2022-09-27T16:58:18.0799105Z test_vmapvjp_has_batch_rule_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:18.0833956Z test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:18.4360786Z test_vmapvjp_has_batch_rule_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.352s) 2022-09-27T16:58:19.1036752Z test_vmapvjp_has_batch_rule_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.668s) 2022-09-27T16:58:19.5986263Z test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.495s) 2022-09-27T16:58:19.8760500Z test_vmapvjp_has_batch_rule_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.277s) 2022-09-27T16:58:19.9665296Z test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T16:58:19.9700930Z test_vmapvjp_has_batch_rule_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:58:20.5589679Z test_vmapvjp_has_batch_rule_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.589s) 2022-09-27T16:58:20.7000985Z test_vmapvjp_has_batch_rule_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-09-27T16:58:20.9981188Z test_vmapvjp_has_batch_rule_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.298s) 2022-09-27T16:58:21.2830218Z test_vmapvjp_has_batch_rule_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.285s) 2022-09-27T16:58:26.4232395Z test_vmapvjp_has_batch_rule_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.140s) 2022-09-27T16:58:30.2209341Z test_vmapvjp_has_batch_rule_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.798s) 2022-09-27T16:58:30.2240259Z test_vmapvjp_has_batch_rule_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:58:30.2483826Z test_vmapvjp_has_batch_rule_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T16:58:30.3414522Z test_vmapvjp_has_batch_rule_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-09-27T16:58:30.3535484Z test_vmapvjp_has_batch_rule_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-09-27T16:58:30.3683252Z test_vmapvjp_has_batch_rule_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:58:31.5108022Z test_vmapvjp_has_batch_rule_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.142s) 2022-09-27T16:58:31.5145274Z test_vmapvjp_has_batch_rule_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:58:31.5341491Z test_vmapvjp_has_batch_rule_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T16:58:31.5490517Z test_vmapvjp_has_batch_rule_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:58:31.5686975Z test_vmapvjp_has_batch_rule_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T16:58:31.5877998Z test_vmapvjp_has_batch_rule_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:58:31.6858183Z test_vmapvjp_has_batch_rule_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T16:58:31.7950106Z test_vmapvjp_has_batch_rule_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.109s) 2022-09-27T16:58:31.8137226Z test_vmapvjp_has_batch_rule_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:58:31.8318469Z test_vmapvjp_has_batch_rule_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:58:31.8818445Z test_vmapvjp_has_batch_rule_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T16:58:31.9721019Z test_vmapvjp_has_batch_rule_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T16:58:31.9756178Z test_vmapvjp_has_batch_rule_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:31.9798417Z test_vmapvjp_has_batch_rule_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:58:31.9838469Z test_vmapvjp_has_batch_rule_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:58:31.9873038Z test_vmapvjp_has_batch_rule_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:32.0411979Z test_vmapvjp_has_batch_rule_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T16:58:32.0447749Z test_vmapvjp_has_batch_rule_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:32.2513910Z test_vmapvjp_has_batch_rule_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.206s) 2022-09-27T16:58:32.2550903Z test_vmapvjp_has_batch_rule_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:58:32.2592656Z test_vmapvjp_has_batch_rule_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:58:32.2631740Z test_vmapvjp_has_batch_rule_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:58:32.2766989Z test_vmapvjp_has_batch_rule_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T16:58:32.2900000Z test_vmapvjp_has_batch_rule_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T16:58:32.3046607Z test_vmapvjp_has_batch_rule_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:58:32.3591619Z test_vmapvjp_has_batch_rule_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T16:58:32.3903417Z test_vmapvjp_has_batch_rule_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T16:58:32.4163842Z test_vmapvjp_has_batch_rule_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.026s) 2022-09-27T16:58:32.4766348Z test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T16:58:32.4912497Z test_vmapvjp_has_batch_rule_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:58:32.5062792Z test_vmapvjp_has_batch_rule_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:58:32.8984778Z test_vmapvjp_has_batch_rule_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.392s) 2022-09-27T16:58:32.9838492Z test_vmapvjp_has_batch_rule_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T16:58:33.2364743Z test_vmapvjp_has_batch_rule_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.252s) 2022-09-27T16:58:33.2542379Z test_vmapvjp_has_batch_rule_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:58:33.2826235Z test_vmapvjp_has_batch_rule_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T16:58:33.4135978Z test_vmapvjp_has_batch_rule_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.131s) 2022-09-27T16:58:33.5199407Z test_vmapvjp_has_batch_rule_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-09-27T16:58:33.6026956Z test_vmapvjp_has_batch_rule_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T16:58:34.8780161Z test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.275s) 2022-09-27T16:58:36.1437877Z test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.266s) 2022-09-27T16:58:36.3956455Z test_vmapvjp_has_batch_rule_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.252s) 2022-09-27T16:58:36.4138314Z test_vmapvjp_has_batch_rule_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:58:36.4424413Z test_vmapvjp_has_batch_rule_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T16:58:36.5733750Z test_vmapvjp_has_batch_rule_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.131s) 2022-09-27T16:58:36.5916706Z test_vmapvjp_has_batch_rule_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:58:36.6452857Z test_vmapvjp_has_batch_rule_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T16:58:36.6724654Z test_vmapvjp_has_batch_rule_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T16:58:36.6897083Z test_vmapvjp_has_batch_rule_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:58:36.9023538Z test_vmapvjp_has_batch_rule_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.212s) 2022-09-27T16:58:36.9059180Z test_vmapvjp_has_batch_rule_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:36.9239025Z test_vmapvjp_has_batch_rule_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:58:37.0587453Z test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-09-27T16:58:37.1939034Z test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-09-27T16:58:37.3284698Z test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.134s) 2022-09-27T16:58:37.3477794Z test_vmapvjp_has_batch_rule_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:58:37.3654836Z test_vmapvjp_has_batch_rule_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T16:58:37.4483901Z test_vmapvjp_has_batch_rule_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T16:58:37.4699990Z test_vmapvjp_has_batch_rule_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.022s) 2022-09-27T16:58:37.4858377Z test_vmapvjp_has_batch_rule_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:58:37.4894133Z test_vmapvjp_has_batch_rule_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:37.5127292Z test_vmapvjp_has_batch_rule_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.023s) 2022-09-27T16:58:38.7841191Z test_vmapvjp_has_batch_rule_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.271s) 2022-09-27T16:58:38.7876995Z test_vmapvjp_has_batch_rule_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:58:38.8019061Z test_vmapvjp_has_batch_rule_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:58:38.8054155Z test_vmapvjp_has_batch_rule_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:38.8089421Z test_vmapvjp_has_batch_rule_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:38.8131725Z test_vmapvjp_has_batch_rule_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:58:38.8172422Z test_vmapvjp_has_batch_rule_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:58:38.8207174Z test_vmapvjp_has_batch_rule_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:38.8242067Z test_vmapvjp_has_batch_rule_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:58:38.8650678Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T16:58:38.9322145Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T16:58:39.0135376Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T16:58:39.0731329Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T16:58:39.2307727Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.158s) 2022-09-27T16:58:39.3693692Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-09-27T16:58:39.4321732Z test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T16:58:39.4847776Z test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T16:58:39.5404363Z test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T16:58:40.9556986Z test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.415s) 2022-09-27T16:58:42.3587109Z test_vmapvjp_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.403s) 2022-09-27T16:58:42.3817234Z test_vmapvjp_has_batch_rule_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.023s) 2022-09-27T16:58:42.5591254Z test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.177s) 2022-09-27T16:58:43.2682281Z test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.709s) 2022-09-27T16:58:43.2875827Z test_vmapvjp_has_batch_rule_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:58:43.9005288Z test_vmapvjp_has_batch_rule_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.613s) 2022-09-27T16:58:45.9817511Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.081s) 2022-09-27T16:58:46.0052950Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T16:58:46.0586756Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-09-27T16:58:46.1092556Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T16:58:46.1339809Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T16:58:46.1595180Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T16:58:46.2081972Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T16:58:46.2555453Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T16:58:46.3041267Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T16:58:46.3527841Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T16:58:46.3976942Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T16:58:47.0210969Z test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.623s) 2022-09-27T16:58:47.7621925Z test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.741s) 2022-09-27T16:58:48.4529933Z test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.691s) 2022-09-27T16:58:48.8791371Z test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.426s) 2022-09-27T16:58:49.1357356Z test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.256s) 2022-09-27T16:58:49.4726852Z test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.337s) 2022-09-27T16:58:49.4874757Z test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:58:49.4906529Z test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:58:49.4944565Z test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:58:49.4981449Z test_vmapvjp_has_batch_rule_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:58:49.5163011Z test_vmapvjp_has_batch_rule_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:58:49.5315343Z test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:58:49.5722279Z test_vmapvjp_has_batch_rule_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T16:58:49.6507078Z test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T16:58:49.6544893Z test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:58:49.6582092Z test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:58:49.6753353Z test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:58:49.6934461Z test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T16:58:49.7085497Z test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:58:49.7524343Z test_vmapvjp_has_batch_rule_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T16:58:49.9983542Z test_vmapvjp_has_batch_rule_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.246s) 2022-09-27T16:58:50.4195375Z test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.421s) 2022-09-27T16:58:50.5258726Z test_vmapvjp_has_batch_rule_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-09-27T16:58:50.5602442Z test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-09-27T16:58:50.5794279Z test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:58:50.6030061Z test_vmapvjp_has_batch_rule_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T16:58:50.6382083Z test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T16:58:50.8478676Z test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.210s) 2022-09-27T16:58:50.8625173Z test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:58:50.9204762Z test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T16:58:51.0085320Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-09-27T16:58:51.0891086Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T16:58:51.1681018Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T16:58:51.2474092Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T16:58:51.3260625Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T16:58:51.4071419Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T16:58:51.6789028Z test_vmapvjp_has_batch_rule_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.272s) 2022-09-27T16:58:51.7661260Z test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T16:58:52.0961844Z test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.330s) 2022-09-27T16:58:52.1459836Z test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T16:58:52.5195325Z test_vmapvjp_has_batch_rule_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.373s) 2022-09-27T16:58:52.6491423Z test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-09-27T16:58:52.6568553Z test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [20], which does not match the required output shape [2, 20]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:58:52.6569719Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:58:52.6674047Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:58:52.6675145Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:58:52.6693949Z ok (0.020s) 2022-09-27T16:58:53.3974961Z test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.728s) 2022-09-27T16:58:59.1779083Z test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.780s) 2022-09-27T16:59:08.1343114Z test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.956s) 2022-09-27T16:59:08.1486277Z test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:08.1626906Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:08.1778183Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:59:08.1921945Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:08.2077079Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:59:08.2218631Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:08.2412833Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.019s) 2022-09-27T16:59:08.2642059Z test_vmapvjp_has_batch_rule_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T16:59:08.3782152Z test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.114s) 2022-09-27T16:59:08.5495773Z test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-09-27T16:59:08.5641780Z test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:59:08.5787467Z test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:08.6425707Z test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [2, 5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:59:08.6426857Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:59:08.6746174Z ok (0.096s) 2022-09-27T16:59:09.5520191Z test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.877s) 2022-09-27T16:59:09.6307516Z test_vmapvjp_has_batch_rule_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T16:59:09.7165118Z test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T16:59:10.0099652Z test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.293s) 2022-09-27T16:59:10.0889382Z test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-09-27T16:59:10.1666282Z test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T16:59:10.2723165Z test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-09-27T16:59:10.2878851Z test_vmapvjp_has_batch_rule_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:59:10.3019538Z test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T16:59:10.3172187Z test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:59:11.7736938Z test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.456s) 2022-09-27T16:59:12.0598526Z test_vmapvjp_has_batch_rule_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.286s) 2022-09-27T16:59:12.0792550Z test_vmapvjp_has_batch_rule_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:59:12.1042978Z test_vmapvjp_has_batch_rule_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T16:59:12.1074006Z test_vmapvjp_has_batch_rule_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:59:12.1267151Z test_vmapvjp_has_batch_rule_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:59:12.1483117Z test_vmapvjp_has_batch_rule_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T16:59:12.1629344Z test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:59:12.1765478Z test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T16:59:12.2170988Z test_vmapvjp_has_batch_rule_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:59:12.2614373Z test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T16:59:12.2807319Z test_vmapvjp_has_batch_rule_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:59:12.3096252Z test_vmapvjp_has_batch_rule_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T16:59:12.3340487Z test_vmapvjp_has_batch_rule_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T16:59:12.3552938Z test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-09-27T16:59:12.3825444Z test_vmapvjp_has_batch_rule_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T16:59:12.7249247Z test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.342s) 2022-09-27T16:59:13.0848406Z test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.360s) 2022-09-27T16:59:14.6800677Z test_vmapvjp_has_batch_rule_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.595s) 2022-09-27T16:59:14.7066044Z test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T16:59:14.7784348Z test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T16:59:14.7819892Z test_vmapvjp_has_batch_rule_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:15.0732506Z test_vmapvjp_has_batch_rule_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.291s) 2022-09-27T16:59:15.0977894Z test_vmapvjp_has_batch_rule_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T16:59:15.1311847Z test_vmapvjp_has_batch_rule_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T16:59:15.1614460Z test_vmapvjp_has_batch_rule_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T16:59:15.1646060Z test_vmapvjp_has_batch_rule_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:59:15.1683873Z test_vmapvjp_has_batch_rule_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T16:59:15.1727437Z test_vmapvjp_has_batch_rule_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:59:15.1760844Z test_vmapvjp_has_batch_rule_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:15.1795497Z test_vmapvjp_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:16.7408681Z test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.561s) 2022-09-27T16:59:16.7451589Z test_vmapvjp_has_batch_rule_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:59:16.7751148Z test_vmapvjp_has_batch_rule_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T16:59:16.7900688Z test_vmapvjp_has_batch_rule_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T16:59:16.8139133Z test_vmapvjp_has_batch_rule_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T16:59:16.9191037Z test_vmapvjp_has_batch_rule_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T16:59:17.0475370Z test_vmapvjp_has_batch_rule_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-09-27T16:59:17.1057925Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T16:59:17.1642534Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T16:59:17.2225083Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T16:59:17.2809697Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T16:59:17.3392489Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T16:59:17.3560160Z test_vmapvjp_has_batch_rule_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:59:17.5132117Z test_vmapvjp_has_batch_rule_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.157s) 2022-09-27T16:59:17.7803140Z test_vmapvjp_has_batch_rule_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.267s) 2022-09-27T16:59:17.7943618Z test_vmapvjp_has_batch_rule_put_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:18.3952433Z test_vmapvjp_has_batch_rule_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.601s) 2022-09-27T16:59:18.4146589Z test_vmapvjp_has_batch_rule_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.019s) 2022-09-27T16:59:18.4328228Z test_vmapvjp_has_batch_rule_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:59:18.4363750Z test_vmapvjp_has_batch_rule_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:18.4398141Z test_vmapvjp_has_batch_rule_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:18.4433092Z test_vmapvjp_has_batch_rule_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:18.4468807Z test_vmapvjp_has_batch_rule_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:18.4647918Z test_vmapvjp_has_batch_rule_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-09-27T16:59:18.4802227Z test_vmapvjp_has_batch_rule_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:59:18.4990363Z test_vmapvjp_has_batch_rule_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:59:18.6162126Z test_vmapvjp_has_batch_rule_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-09-27T16:59:18.6298495Z test_vmapvjp_has_batch_rule_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:18.7616026Z test_vmapvjp_has_batch_rule_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-09-27T16:59:18.7952664Z test_vmapvjp_has_batch_rule_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-09-27T16:59:18.8347268Z test_vmapvjp_has_batch_rule_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:59:18.8721558Z test_vmapvjp_has_batch_rule_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T16:59:18.8755849Z test_vmapvjp_has_batch_rule_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:18.8795073Z test_vmapvjp_has_batch_rule_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:59:18.8911092Z test_vmapvjp_has_batch_rule_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-09-27T16:59:18.9026557Z test_vmapvjp_has_batch_rule_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-09-27T16:59:18.9893481Z test_vmapvjp_has_batch_rule_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T16:59:19.1846427Z test_vmapvjp_has_batch_rule_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.195s) 2022-09-27T16:59:19.1980531Z test_vmapvjp_has_batch_rule_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T16:59:19.2284211Z test_vmapvjp_has_batch_rule_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T16:59:19.2588995Z test_vmapvjp_has_batch_rule_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T16:59:19.2893412Z test_vmapvjp_has_batch_rule_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T16:59:19.3083568Z test_vmapvjp_has_batch_rule_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:59:19.4324275Z test_vmapvjp_has_batch_rule_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.124s) 2022-09-27T16:59:19.6027674Z test_vmapvjp_has_batch_rule_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.170s) 2022-09-27T16:59:19.7919932Z test_vmapvjp_has_batch_rule_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-09-27T16:59:19.8089984Z test_vmapvjp_has_batch_rule_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:59:19.8259791Z test_vmapvjp_has_batch_rule_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:59:19.8434842Z test_vmapvjp_has_batch_rule_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:59:19.8608893Z test_vmapvjp_has_batch_rule_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:59:19.8778481Z test_vmapvjp_has_batch_rule_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T16:59:19.8813464Z test_vmapvjp_has_batch_rule_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:19.8949781Z test_vmapvjp_has_batch_rule_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:19.9085916Z test_vmapvjp_has_batch_rule_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T16:59:19.9383676Z test_vmapvjp_has_batch_rule_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-09-27T16:59:20.0104384Z test_vmapvjp_has_batch_rule_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-09-27T16:59:20.0188127Z test_vmapvjp_has_batch_rule_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T16:59:20.0223118Z test_vmapvjp_has_batch_rule_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.0258075Z test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.0393292Z test_vmapvjp_has_batch_rule_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T16:59:20.0394169Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:59:20.0712336Z ok (0.045s) 2022-09-27T16:59:20.0797887Z test_vmapvjp_has_batch_rule_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-09-27T16:59:20.0833489Z test_vmapvjp_has_batch_rule_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.0922017Z test_vmapvjp_has_batch_rule_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T16:59:20.1332775Z test_vmapvjp_has_batch_rule_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T16:59:20.1420535Z test_vmapvjp_has_batch_rule_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T16:59:20.2723969Z test_vmapvjp_has_batch_rule_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-09-27T16:59:20.3714077Z test_vmapvjp_has_batch_rule_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-09-27T16:59:20.4823593Z test_vmapvjp_has_batch_rule_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T16:59:20.6849279Z test_vmapvjp_has_batch_rule_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.202s) 2022-09-27T16:59:20.6989964Z test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:20.7024538Z test_vmapvjp_has_batch_rule_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.7058690Z test_vmapvjp_has_batch_rule_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.7092933Z test_vmapvjp_has_batch_rule_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.7128563Z test_vmapvjp_has_batch_rule_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.7167381Z test_vmapvjp_has_batch_rule_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:59:20.7206489Z test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:59:20.7244928Z test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:59:20.7280059Z test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T16:59:20.7314573Z test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T16:59:20.7464433Z test_vmapvjp_has_batch_rule_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T16:59:20.7659251Z test_vmapvjp_has_batch_rule_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:59:20.7697843Z test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:59:20.7736977Z test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T16:59:20.7893789Z test_vmapvjp_has_batch_rule_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T16:59:20.8135317Z test_vmapvjp_has_batch_rule_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T16:59:20.8386705Z test_vmapvjp_has_batch_rule_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-09-27T16:59:20.8421374Z test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.8451528Z test_vmapvjp_has_batch_rule_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T16:59:20.8585847Z test_vmapvjp_has_batch_rule_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T16:59:20.8620405Z test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.8654109Z test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.8688484Z test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.8722707Z test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.8965411Z test_vmapvjp_has_batch_rule_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-09-27T16:59:20.9167148Z test_vmapvjp_has_batch_rule_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-09-27T16:59:20.9739603Z test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T16:59:20.9774027Z test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.9808576Z test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:20.9839325Z test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T16:59:20.9869669Z test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T16:59:20.9899860Z test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T16:59:20.9930360Z test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T16:59:20.9965294Z test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:21.1316476Z test_vmapvjp_has_batch_rule_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-09-27T16:59:21.1350789Z test_vmapvjp_has_batch_rule_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:21.1636258Z test_vmapvjp_has_batch_rule_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T16:59:21.2301871Z test_vmapvjp_has_batch_rule_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-09-27T16:59:21.3163718Z test_vmapvjp_has_batch_rule_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T16:59:21.3252314Z test_vmapvjp_has_batch_rule_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T16:59:21.3444588Z test_vmapvjp_has_batch_rule_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:59:21.3799310Z test_vmapvjp_has_batch_rule_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T16:59:21.5230819Z test_vmapvjp_has_batch_rule_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.143s) 2022-09-27T16:59:21.5878383Z test_vmapvjp_has_batch_rule_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-09-27T16:59:21.7168244Z test_vmapvjp_has_batch_rule_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-09-27T16:59:21.7299391Z test_vmapvjp_has_batch_rule_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T16:59:21.9700715Z test_vmapvjp_has_batch_rule_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.240s) 2022-09-27T16:59:22.0705744Z test_vmapvjp_has_batch_rule_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-09-27T16:59:22.1539042Z test_vmapvjp_has_batch_rule_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T16:59:26.0325769Z test_vmapvjp_has_batch_rule_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.878s) 2022-09-27T16:59:26.0462753Z test_vmapvjp_has_batch_rule_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:26.2788924Z test_vmapvjp_has_batch_rule_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.232s) 2022-09-27T16:59:26.2954070Z test_vmapvjp_has_batch_rule_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-09-27T16:59:26.3579466Z test_vmapvjp_has_batch_rule_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T16:59:26.3715875Z test_vmapvjp_has_batch_rule_take_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:26.3806386Z test_vmapvjp_has_batch_rule_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-09-27T16:59:26.3895268Z test_vmapvjp_has_batch_rule_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-09-27T16:59:26.3896029Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T16:59:26.3940574Z ok (0.013s) 2022-09-27T16:59:26.4040463Z test_vmapvjp_has_batch_rule_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-09-27T16:59:26.4401187Z test_vmapvjp_has_batch_rule_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T16:59:26.5897707Z test_vmapvjp_has_batch_rule_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.150s) 2022-09-27T16:59:26.5928367Z test_vmapvjp_has_batch_rule_to_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:59:26.6065765Z test_vmapvjp_has_batch_rule_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:26.6957288Z test_vmapvjp_has_batch_rule_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-09-27T16:59:26.7053663Z test_vmapvjp_has_batch_rule_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-09-27T16:59:26.8168635Z test_vmapvjp_has_batch_rule_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T16:59:26.9634056Z test_vmapvjp_has_batch_rule_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-09-27T16:59:27.1096977Z test_vmapvjp_has_batch_rule_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-09-27T16:59:27.4283472Z test_vmapvjp_has_batch_rule_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.318s) 2022-09-27T16:59:27.4713036Z test_vmapvjp_has_batch_rule_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T16:59:27.5141869Z test_vmapvjp_has_batch_rule_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T16:59:27.6371044Z test_vmapvjp_has_batch_rule_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-09-27T16:59:27.6500547Z test_vmapvjp_has_batch_rule_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-09-27T16:59:28.1375632Z test_vmapvjp_has_batch_rule_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.487s) 2022-09-27T16:59:28.1916475Z test_vmapvjp_has_batch_rule_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T16:59:28.2060503Z test_vmapvjp_has_batch_rule_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:28.2096158Z test_vmapvjp_has_batch_rule_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:28.2130934Z test_vmapvjp_has_batch_rule_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:28.2165149Z test_vmapvjp_has_batch_rule_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:28.2609011Z test_vmapvjp_has_batch_rule_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-09-27T16:59:28.3183008Z test_vmapvjp_has_batch_rule_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T16:59:28.4323424Z test_vmapvjp_has_batch_rule_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.114s) 2022-09-27T16:59:28.4459791Z test_vmapvjp_has_batch_rule_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-09-27T16:59:28.4691746Z test_vmapvjp_has_batch_rule_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.023s) 2022-09-27T16:59:28.5084495Z test_vmapvjp_has_batch_rule_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T16:59:28.5456584Z test_vmapvjp_has_batch_rule_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T16:59:28.6141288Z test_vmapvjp_has_batch_rule_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-09-27T16:59:28.7115669Z test_vmapvjp_has_batch_rule_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T16:59:28.8370939Z test_vmapvjp_has_batch_rule_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.125s) 2022-09-27T16:59:29.0878793Z test_vmapvjp_has_batch_rule_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.251s) 2022-09-27T16:59:29.1072571Z test_vmapvjp_has_batch_rule_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-09-27T16:59:29.1107270Z test_vmapvjp_has_batch_rule_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:29.1142252Z test_vmapvjp_has_batch_rule_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T16:59:29.1158484Z test_vmapvjp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:29.1174751Z test_vmapvjp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:29.2694839Z test_vmapvjp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-09-27T16:59:29.4249575Z test_vmapvjp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.155s) 2022-09-27T16:59:29.7429843Z test_vmapvjp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.318s) 2022-09-27T16:59:29.7829086Z test_vmapvjp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:59:29.7845853Z test_vmapvjp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:29.7862170Z test_vmapvjp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:30.4079868Z test_vmapvjp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.622s) 2022-09-27T16:59:30.6242571Z test_vmapvjp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.216s) 2022-09-27T16:59:30.7156650Z test_vmapvjp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-09-27T16:59:30.7975610Z test_vmapvjp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.082s) 2022-09-27T16:59:31.3951543Z test_vmapvjp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.597s) 2022-09-27T16:59:31.4102497Z test_vmapvjp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T16:59:31.4103451Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:59:31.4106220Z expected failure (0.015s) 2022-09-27T16:59:31.4937839Z test_vmapvjp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T16:59:31.5717007Z test_vmapvjp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-09-27T16:59:31.5734256Z test_vmapvjp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.5750735Z test_vmapvjp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.5767166Z test_vmapvjp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.5783636Z test_vmapvjp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.5800182Z test_vmapvjp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.5816467Z test_vmapvjp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.5832777Z test_vmapvjp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.5850988Z test_vmapvjp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.5868613Z test_vmapvjp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.5887058Z test_vmapvjp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.8907855Z test_vmapvjp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.302s) 2022-09-27T16:59:31.8924781Z test_vmapvjp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.8940953Z test_vmapvjp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.8957368Z test_vmapvjp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.8973784Z test_vmapvjp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.8990035Z test_vmapvjp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:31.9390243Z test_vmapvjp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T16:59:32.0812701Z test_vmapvjp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-09-27T16:59:32.4205244Z test_vmapvjp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.339s) 2022-09-27T16:59:32.4221471Z test_vmapvjp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:33.2905958Z test_vmapvjp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.868s) 2022-09-27T16:59:33.3285787Z test_vmapvjp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T16:59:33.5819725Z test_vmapvjp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.253s) 2022-09-27T16:59:33.8234058Z test_vmapvjp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.241s) 2022-09-27T16:59:33.9061206Z test_vmapvjp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T16:59:34.0112410Z test_vmapvjp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-09-27T16:59:34.2061078Z test_vmapvjp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.195s) 2022-09-27T16:59:35.2825640Z test_vmapvjp_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.076s) 2022-09-27T16:59:35.2987296Z test_vmapvjp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-09-27T16:59:35.5829235Z test_vmapvjp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-09-27T16:59:35.7367156Z test_vmapvjp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.154s) 2022-09-27T16:59:35.8506853Z test_vmapvjp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.114s) 2022-09-27T16:59:35.9387049Z test_vmapvjp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.088s) 2022-09-27T16:59:36.0649506Z test_vmapvjp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-09-27T16:59:36.1849588Z test_vmapvjp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-09-27T16:59:36.1865786Z test_vmapvjp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:36.1882531Z test_vmapvjp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:36.1898848Z test_vmapvjp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T16:59:40.0996708Z test_vmapvjp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.910s) 2022-09-27T16:59:41.0827708Z test_vmapvjp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.983s) 2022-09-27T16:59:42.4989528Z test_vmapvjp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.416s) 2022-09-27T16:59:43.2974664Z test_vmapvjp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.798s) 2022-09-27T16:59:44.0126639Z test_vmapvjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.715s) 2022-09-27T17:00:05.9764992Z test_vmapvjp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (21.964s) 2022-09-27T17:00:07.3376903Z test_vmapvjp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.361s) 2022-09-27T17:00:07.6787094Z test_vmapvjp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.341s) 2022-09-27T17:00:07.6804251Z test_vmapvjp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:00:07.6820688Z test_vmapvjp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:00:08.6507679Z test_vmapvjp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.968s) 2022-09-27T17:00:10.2031428Z test_vmapvjp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.552s) 2022-09-27T17:00:11.3349971Z test_vmapvjp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.132s) 2022-09-27T17:00:11.9177270Z test_vmapvjp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.583s) 2022-09-27T17:00:12.0893413Z test_vmapvjp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-09-27T17:00:12.0910066Z test_vmapvjp_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T17:00:13.3092047Z test_vmapvjp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.218s) 2022-09-27T17:00:13.6129672Z test_vmapvjp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.304s) 2022-09-27T17:00:14.3223912Z test_vmapvjp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.709s) 2022-09-27T17:00:15.0074382Z test_vmapvjp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.685s) 2022-09-27T17:00:27.2296399Z test_vmapvjp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.222s) 2022-09-27T17:00:34.4159031Z test_vmapvjp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.186s) 2022-09-27T17:00:34.4171539Z test_vmapvjp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:00:34.4588314Z test_vmapvjp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T17:00:34.6720391Z test_vmapvjp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.213s) 2022-09-27T17:00:34.8598754Z test_vmapvjp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.188s) 2022-09-27T17:00:36.2838698Z test_vmapvjp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.424s) 2022-09-27T17:00:38.9638615Z test_vmapvjp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.680s) 2022-09-27T17:00:38.9655843Z test_vmapvjp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:00:39.0034263Z test_vmapvjp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T17:00:39.0181995Z test_vmapvjp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T17:00:39.0561419Z test_vmapvjp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T17:00:39.0928835Z test_vmapvjp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T17:00:39.1732784Z test_vmapvjp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-09-27T17:00:39.2605654Z test_vmapvjp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T17:00:39.3010471Z test_vmapvjp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T17:00:39.3399546Z test_vmapvjp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T17:00:39.4419881Z test_vmapvjp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-09-27T17:00:39.6212024Z test_vmapvjp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-09-27T17:00:39.6228438Z test_vmapvjp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:00:39.6245256Z test_vmapvjp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:00:39.6261461Z test_vmapvjp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:00:39.6277786Z test_vmapvjp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:00:39.6896837Z test_vmapvjp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T17:00:39.6913132Z test_vmapvjp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:00:39.9338180Z test_vmapvjp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.242s) 2022-09-27T17:00:39.9354581Z test_vmapvjp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:00:39.9371136Z test_vmapvjp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:00:39.9387258Z test_vmapvjp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:00:40.8205568Z test_vmapvjp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.882s) 2022-09-27T17:00:46.1330028Z test_vmapvjp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.312s) 2022-09-27T17:00:48.0534091Z test_vmapvjp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.920s) 2022-09-27T17:00:48.1232343Z test_vmapvjp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T17:00:48.1930995Z test_vmapvjp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-09-27T17:00:48.6118468Z test_vmapvjp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.419s) 2022-09-27T17:00:48.7463571Z test_vmapvjp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.134s) 2022-09-27T17:00:48.7597508Z test_vmapvjp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T17:00:48.7745550Z test_vmapvjp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T17:00:49.2958300Z test_vmapvjp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.521s) 2022-09-27T17:00:49.3806903Z test_vmapvjp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T17:00:49.7076636Z test_vmapvjp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.327s) 2022-09-27T17:00:49.7387453Z test_vmapvjp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T17:00:49.7954595Z test_vmapvjp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-09-27T17:00:50.1230629Z test_vmapvjp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.327s) 2022-09-27T17:00:50.3813462Z test_vmapvjp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.258s) 2022-09-27T17:00:50.5730047Z test_vmapvjp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.192s) 2022-09-27T17:00:54.7270947Z test_vmapvjp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.154s) 2022-09-27T17:00:58.8412237Z test_vmapvjp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.114s) 2022-09-27T17:00:59.1727680Z test_vmapvjp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.332s) 2022-09-27T17:00:59.2045464Z test_vmapvjp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T17:00:59.2622520Z test_vmapvjp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T17:00:59.5940814Z test_vmapvjp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.332s) 2022-09-27T17:00:59.6335419Z test_vmapvjp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T17:00:59.7470266Z test_vmapvjp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-09-27T17:00:59.7765168Z test_vmapvjp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T17:00:59.8072398Z test_vmapvjp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-09-27T17:01:00.1176947Z test_vmapvjp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.310s) 2022-09-27T17:01:00.1195558Z test_vmapvjp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:01:00.1586172Z test_vmapvjp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T17:01:00.3174809Z test_vmapvjp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-09-27T17:01:00.4800214Z test_vmapvjp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-09-27T17:01:00.6408601Z test_vmapvjp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-09-27T17:01:00.6795616Z test_vmapvjp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T17:01:01.2515763Z test_vmapvjp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.572s) 2022-09-27T17:01:01.4402158Z test_vmapvjp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-09-27T17:01:03.9913682Z test_vmapvjp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.551s) 2022-09-27T17:01:04.4714110Z test_vmapvjp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.480s) 2022-09-27T17:01:04.4733707Z test_vmapvjp_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:01:04.5027097Z test_vmapvjp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.029s) 2022-09-27T17:01:08.0318402Z test_vmapvjp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.529s) 2022-09-27T17:01:08.0337594Z test_vmapvjp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:01:08.0480194Z test_vmapvjp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T17:01:08.0499171Z test_vmapvjp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:01:08.0518212Z test_vmapvjp_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:01:08.0536842Z test_vmapvjp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:01:08.0556747Z test_vmapvjp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:01:08.0575759Z test_vmapvjp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:01:08.0594472Z test_vmapvjp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:01:08.1465307Z test_vmapvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T17:01:08.2931797Z test_vmapvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-09-27T17:01:08.4716806Z test_vmapvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.178s) 2022-09-27T17:01:08.5975726Z test_vmapvjp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-09-27T17:01:08.9548994Z test_vmapvjp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.357s) 2022-09-27T17:01:09.2652424Z test_vmapvjp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.310s) 2022-09-27T17:01:09.4001316Z test_vmapvjp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-09-27T17:01:09.5113776Z test_vmapvjp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T17:01:09.6315264Z test_vmapvjp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-09-27T17:01:12.9489284Z test_vmapvjp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.317s) 2022-09-27T17:01:16.2302136Z test_vmapvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.281s) 2022-09-27T17:01:21.3158486Z test_vmapvjp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.086s) 2022-09-27T17:01:21.7704423Z test_vmapvjp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.454s) 2022-09-27T17:01:23.3554773Z test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.585s) 2022-09-27T17:01:23.3929223Z test_vmapvjp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T17:01:24.2082596Z test_vmapvjp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.815s) 2022-09-27T17:01:27.0111194Z test_vmapvjp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.803s) 2022-09-27T17:01:27.0592291Z test_vmapvjp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T17:01:27.1839159Z test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.125s) 2022-09-27T17:01:27.3039495Z test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-09-27T17:01:27.3543350Z test_vmapvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-09-27T17:01:27.4055639Z test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T17:01:27.5229140Z test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-09-27T17:01:27.6378465Z test_vmapvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-09-27T17:01:27.7545003Z test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-09-27T17:01:27.8721317Z test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-09-27T17:01:27.9837062Z test_vmapvjp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-09-27T17:01:28.8225805Z test_vmapvjp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.839s) 2022-09-27T17:01:29.7948513Z test_vmapvjp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.972s) 2022-09-27T17:01:30.7029180Z test_vmapvjp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.908s) 2022-09-27T17:01:31.6655617Z test_vmapvjp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.962s) 2022-09-27T17:01:32.2300581Z test_vmapvjp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.564s) 2022-09-27T17:01:33.0124644Z test_vmapvjp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.782s) 2022-09-27T17:01:33.0270094Z test_vmapvjp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-09-27T17:01:33.0282312Z test_vmapvjp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:01:33.0294607Z test_vmapvjp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:01:33.0306972Z test_vmapvjp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:01:33.0681486Z test_vmapvjp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T17:01:33.0725236Z test_vmapvjp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2388: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_embedding_bag. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:01:33.0726148Z ret, _, _, _ = torch.embedding_bag( 2022-09-27T17:01:34.2961806Z ok (1.228s) 2022-09-27T17:01:34.3797446Z test_vmapvjp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-09-27T17:01:34.5528428Z test_vmapvjp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-09-27T17:01:34.5540604Z test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:01:34.5553022Z test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:01:34.5721398Z test_vmapvjp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T17:01:34.5897926Z test_vmapvjp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T17:01:34.6074562Z test_vmapvjp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-09-27T17:01:34.7111034Z test_vmapvjp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-09-27T17:01:35.3040186Z test_vmapvjp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.593s) 2022-09-27T17:01:36.4146712Z test_vmapvjp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.110s) 2022-09-27T17:01:36.5238228Z test_vmapvjp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.109s) 2022-09-27T17:01:36.5991379Z test_vmapvjp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-09-27T17:01:36.6361558Z test_vmapvjp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T17:01:36.6886608Z test_vmapvjp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T17:01:36.7652590Z test_vmapvjp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-09-27T17:01:37.2474614Z test_vmapvjp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.482s) 2022-09-27T17:01:37.6105616Z test_vmapvjp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.363s) 2022-09-27T17:01:37.7133909Z test_vmapvjp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-09-27T17:01:37.9035449Z test_vmapvjp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.190s) 2022-09-27T17:01:38.0781164Z test_vmapvjp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.174s) 2022-09-27T17:01:38.2498816Z test_vmapvjp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-09-27T17:01:38.4204413Z test_vmapvjp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.170s) 2022-09-27T17:01:38.5927941Z test_vmapvjp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-09-27T17:01:38.7709520Z test_vmapvjp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.178s) 2022-09-27T17:01:39.4556476Z test_vmapvjp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.685s) 2022-09-27T17:01:39.6850870Z test_vmapvjp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.229s) 2022-09-27T17:01:40.1555021Z test_vmapvjp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.470s) 2022-09-27T17:01:40.2708155Z test_vmapvjp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-09-27T17:01:41.3137412Z test_vmapvjp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.043s) 2022-09-27T17:01:41.5701117Z test_vmapvjp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.256s) 2022-09-27T17:01:41.6079505Z test_vmapvjp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T17:01:43.2356203Z test_vmapvjp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.627s) 2022-09-27T17:01:56.3583471Z test_vmapvjp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (13.123s) 2022-09-27T17:02:17.1234978Z test_vmapvjp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (20.765s) 2022-09-27T17:02:26.4714185Z test_vmapvjp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.348s) 2022-09-27T17:02:31.0978815Z test_vmapvjp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.626s) 2022-09-27T17:02:31.5740787Z test_vmapvjp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.476s) 2022-09-27T17:02:32.6614012Z test_vmapvjp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (1.087s) 2022-09-27T17:02:32.9148480Z test_vmapvjp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.253s) 2022-09-27T17:02:35.9270292Z test_vmapvjp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.012s) 2022-09-27T17:02:36.3210368Z test_vmapvjp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.394s) 2022-09-27T17:02:36.3646014Z test_vmapvjp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T17:02:36.6184371Z test_vmapvjp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.254s) 2022-09-27T17:02:37.0048776Z test_vmapvjp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.386s) 2022-09-27T17:02:37.1578681Z test_vmapvjp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-09-27T17:02:37.1617109Z test_vmapvjp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3385: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss_forward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:02:37.1618112Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-09-27T17:02:37.2513346Z ok (0.093s) 2022-09-27T17:02:37.4406906Z test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-09-27T17:02:39.2625349Z test_vmapvjp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.822s) 2022-09-27T17:02:39.4258213Z test_vmapvjp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-09-27T17:02:39.5898871Z test_vmapvjp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-09-27T17:02:40.2530450Z test_vmapvjp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.663s) 2022-09-27T17:02:40.4243766Z test_vmapvjp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-09-27T17:02:40.5927204Z test_vmapvjp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.168s) 2022-09-27T17:02:40.8702071Z test_vmapvjp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.277s) 2022-09-27T17:02:40.8739192Z test_vmapvjp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_pdist_forward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:02:40.8740814Z return self.op(*args, **kwargs) 2022-09-27T17:02:41.0006849Z ok (0.130s) 2022-09-27T17:02:41.0273815Z test_vmapvjp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T17:02:41.0541033Z test_vmapvjp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-09-27T17:02:44.5701543Z test_vmapvjp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.516s) 2022-09-27T17:02:45.3141991Z test_vmapvjp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.744s) 2022-09-27T17:02:45.3519463Z test_vmapvjp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T17:02:45.4045461Z test_vmapvjp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-09-27T17:02:45.4058759Z test_vmapvjp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:02:45.4436588Z test_vmapvjp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T17:02:45.4853078Z test_vmapvjp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-09-27T17:02:45.8068121Z test_vmapvjp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.321s) 2022-09-27T17:02:46.0163554Z test_vmapvjp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.209s) 2022-09-27T17:02:46.1033191Z test_vmapvjp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T17:02:46.1968110Z test_vmapvjp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-09-27T17:02:46.2341200Z test_vmapvjp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T17:02:46.2966107Z test_vmapvjp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T17:02:46.3429779Z test_vmapvjp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T17:02:46.3837986Z test_vmapvjp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-09-27T17:02:46.4395939Z test_vmapvjp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T17:02:47.3071068Z test_vmapvjp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.867s) 2022-09-27T17:02:48.2091068Z test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.902s) 2022-09-27T17:02:51.7121105Z test_vmapvjp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.503s) 2022-09-27T17:02:51.7665959Z test_vmapvjp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T17:02:51.9253448Z test_vmapvjp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-09-27T17:02:51.9271761Z test_vmapvjp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:02:52.5862513Z test_vmapvjp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.659s) 2022-09-27T17:02:52.6338703Z test_vmapvjp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T17:02:52.7010790Z test_vmapvjp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T17:02:52.7587570Z test_vmapvjp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T17:02:52.7601101Z test_vmapvjp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:02:52.7615010Z test_vmapvjp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:02:52.7633033Z test_vmapvjp_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:02:52.7650874Z test_vmapvjp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:02:52.7668803Z test_vmapvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:02:56.5873719Z test_vmapvjp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.820s) 2022-09-27T17:02:56.5892708Z test_vmapvjp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:02:56.6275172Z test_vmapvjp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T17:02:56.6446209Z test_vmapvjp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T17:02:56.6958535Z test_vmapvjp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-09-27T17:02:56.8911497Z test_vmapvjp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.195s) 2022-09-27T17:02:57.2306571Z test_vmapvjp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.339s) 2022-09-27T17:02:57.3635236Z test_vmapvjp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.133s) 2022-09-27T17:02:57.4958806Z test_vmapvjp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-09-27T17:02:57.6282478Z test_vmapvjp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-09-27T17:02:57.7600710Z test_vmapvjp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-09-27T17:02:57.8922345Z test_vmapvjp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-09-27T17:02:57.9241920Z test_vmapvjp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T17:02:58.3019161Z test_vmapvjp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.378s) 2022-09-27T17:02:58.8811070Z test_vmapvjp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.579s) 2022-09-27T17:03:00.4783457Z test_vmapvjp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.597s) 2022-09-27T17:03:01.6805181Z test_vmapvjp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.202s) 2022-09-27T17:03:04.1612364Z test_vmapvjp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.481s) 2022-09-27T17:03:04.1974852Z test_vmapvjp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-09-27T17:03:04.1992920Z test_vmapvjp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:04.2011392Z test_vmapvjp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:04.2029134Z test_vmapvjp_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:04.2047454Z test_vmapvjp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:04.2419684Z test_vmapvjp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T17:03:04.2737634Z test_vmapvjp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-09-27T17:03:04.3116696Z test_vmapvjp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T17:03:04.6216623Z test_vmapvjp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.310s) 2022-09-27T17:03:04.7024998Z test_vmapvjp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T17:03:05.0030740Z test_vmapvjp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.300s) 2022-09-27T17:03:05.0702396Z test_vmapvjp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-09-27T17:03:05.1636811Z test_vmapvjp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-09-27T17:03:05.2491282Z test_vmapvjp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T17:03:05.2508910Z test_vmapvjp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:05.2527189Z test_vmapvjp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:05.2755849Z test_vmapvjp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T17:03:05.2983934Z test_vmapvjp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-09-27T17:03:05.4904532Z test_vmapvjp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.192s) 2022-09-27T17:03:05.9449525Z test_vmapvjp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.454s) 2022-09-27T17:03:05.9589775Z test_vmapvjp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T17:03:05.9945155Z test_vmapvjp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T17:03:06.0299067Z test_vmapvjp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T17:03:06.0654529Z test_vmapvjp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T17:03:06.1038952Z test_vmapvjp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T17:03:06.4501011Z test_vmapvjp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.346s) 2022-09-27T17:03:06.9205997Z test_vmapvjp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.470s) 2022-09-27T17:03:07.4295107Z test_vmapvjp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.509s) 2022-09-27T17:03:09.2549738Z test_vmapvjp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.825s) 2022-09-27T17:03:11.0767658Z test_vmapvjp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.822s) 2022-09-27T17:03:12.9588113Z test_vmapvjp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.882s) 2022-09-27T17:03:12.9774531Z test_vmapvjp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.019s) 2022-09-27T17:03:14.5263123Z test_vmapvjp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.549s) 2022-09-27T17:03:14.5281848Z test_vmapvjp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:16.2490969Z test_vmapvjp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.721s) 2022-09-27T17:03:17.7133185Z test_vmapvjp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.464s) 2022-09-27T17:03:17.7770143Z test_vmapvjp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-09-27T17:03:17.9571474Z test_vmapvjp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.180s) 2022-09-27T17:03:17.9711826Z test_vmapvjp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T17:03:17.9729838Z test_vmapvjp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:17.9747774Z test_vmapvjp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:18.0120407Z test_vmapvjp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-09-27T17:03:18.0260778Z test_vmapvjp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T17:03:18.0278821Z test_vmapvjp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:18.0427486Z test_vmapvjp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T17:03:18.0874268Z test_vmapvjp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-09-27T17:03:18.1021248Z test_vmapvjp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T17:03:18.4344677Z test_vmapvjp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.332s) 2022-09-27T17:03:18.5157448Z test_vmapvjp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-09-27T17:03:18.6031191Z test_vmapvjp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-09-27T17:03:19.0538193Z test_vmapvjp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.451s) 2022-09-27T17:03:19.0665998Z test_vmapvjp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-09-27T17:03:19.0684452Z test_vmapvjp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.0702186Z test_vmapvjp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.0720001Z test_vmapvjp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.0737896Z test_vmapvjp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.0755901Z test_vmapvjp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.0774198Z test_vmapvjp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.0792249Z test_vmapvjp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.0806932Z test_vmapvjp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:03:19.0821100Z test_vmapvjp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:03:19.1103121Z test_vmapvjp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-09-27T17:03:19.1494184Z test_vmapvjp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T17:03:19.1512027Z test_vmapvjp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.1530573Z test_vmapvjp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.1821585Z test_vmapvjp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-09-27T17:03:19.2300053Z test_vmapvjp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-09-27T17:03:19.2794863Z test_vmapvjp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-09-27T17:03:19.2813202Z test_vmapvjp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.2828505Z test_vmapvjp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:03:19.3261014Z test_vmapvjp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-09-27T17:03:19.3279477Z test_vmapvjp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.3297661Z test_vmapvjp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.3316941Z test_vmapvjp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.3335244Z test_vmapvjp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.3804206Z test_vmapvjp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T17:03:19.4202632Z test_vmapvjp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T17:03:19.5529081Z test_vmapvjp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.133s) 2022-09-27T17:03:19.5547146Z test_vmapvjp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.5565286Z test_vmapvjp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.5579506Z test_vmapvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:03:19.5593876Z test_vmapvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:03:19.5608413Z test_vmapvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:03:19.5622742Z test_vmapvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:03:19.5641413Z test_vmapvjp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.9084270Z test_vmapvjp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.344s) 2022-09-27T17:03:19.9102155Z test_vmapvjp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:19.9735917Z test_vmapvjp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T17:03:20.1298783Z test_vmapvjp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.156s) 2022-09-27T17:03:20.3337008Z test_vmapvjp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.204s) 2022-09-27T17:03:20.3489822Z test_vmapvjp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T17:03:20.3883487Z test_vmapvjp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-09-27T17:03:20.4705332Z test_vmapvjp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-09-27T17:03:20.8939938Z test_vmapvjp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.423s) 2022-09-27T17:03:21.0344799Z test_vmapvjp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-09-27T17:03:21.3210269Z test_vmapvjp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.286s) 2022-09-27T17:03:21.4927014Z test_vmapvjp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-09-27T17:03:21.8384296Z test_vmapvjp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.346s) 2022-09-27T17:03:22.0779593Z test_vmapvjp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.239s) 2022-09-27T17:03:22.2752986Z test_vmapvjp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.197s) 2022-09-27T17:03:29.7776712Z test_vmapvjp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.502s) 2022-09-27T17:03:29.7944041Z test_vmapvjp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-09-27T17:03:30.2062156Z test_vmapvjp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.412s) 2022-09-27T17:03:30.2414773Z test_vmapvjp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-09-27T17:03:30.3803688Z test_vmapvjp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-09-27T17:03:30.4089499Z test_vmapvjp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.028s) 2022-09-27T17:03:30.4240879Z test_vmapvjp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-09-27T17:03:30.4384996Z test_vmapvjp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T17:03:30.4465147Z test_vmapvjp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-09-27T17:03:30.5325421Z test_vmapvjp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-09-27T17:03:30.8783086Z test_vmapvjp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.346s) 2022-09-27T17:03:30.8801176Z test_vmapvjp_to_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-09-27T17:03:30.8999276Z test_vmapvjp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:14846: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_sparse. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:03:30.9001732Z op=lambda x, *args: x.to_sparse(*args), 2022-09-27T17:03:30.9009002Z expected failure (0.021s) 2022-09-27T17:03:31.0984336Z test_vmapvjp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.197s) 2022-09-27T17:03:31.1143314Z test_vmapvjp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-09-27T17:03:31.2102974Z test_vmapvjp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-09-27T17:03:31.5523919Z test_vmapvjp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.342s) 2022-09-27T17:03:31.8958764Z test_vmapvjp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.343s) 2022-09-27T17:03:32.6966377Z test_vmapvjp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.801s) 2022-09-27T17:03:32.7945645Z test_vmapvjp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-09-27T17:03:32.8920353Z test_vmapvjp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-09-27T17:03:33.2159766Z test_vmapvjp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.324s) 2022-09-27T17:03:33.2298529Z test_vmapvjp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-09-27T17:03:34.4140200Z test_vmapvjp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.184s) 2022-09-27T17:03:34.5364988Z test_vmapvjp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-09-27T17:03:34.8327712Z test_vmapvjp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.296s) 2022-09-27T17:03:34.8344794Z test_vmapvjp_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:34.8361295Z test_vmapvjp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:34.8377618Z test_vmapvjp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:34.9421008Z test_vmapvjp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-09-27T17:03:35.0707705Z test_vmapvjp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-09-27T17:03:35.3338900Z test_vmapvjp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.263s) 2022-09-27T17:03:35.3714718Z test_vmapvjp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-09-27T17:03:35.3901651Z test_vmapvjp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.019s) 2022-09-27T17:03:35.4838661Z test_vmapvjp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T17:03:35.5692612Z test_vmapvjp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-09-27T17:03:35.7225580Z test_vmapvjp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-09-27T17:03:35.8810532Z test_vmapvjp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.158s) 2022-09-27T17:03:36.2257351Z test_vmapvjp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.344s) 2022-09-27T17:03:36.5663177Z test_vmapvjp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.340s) 2022-09-27T17:03:36.6063986Z test_vmapvjp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-09-27T17:03:36.6081338Z test_vmapvjp_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:36.6097722Z test_vmapvjp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T17:03:36.7011817Z test_vmapvjpvjp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-09-27T17:03:36.7948694Z test_vmapvjpvjp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-09-27T17:03:37.7815772Z test_vmapvjpvjp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.986s) 2022-09-27T17:03:39.3803223Z test_vmapvjpvjp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.599s) 2022-09-27T17:03:41.5386307Z test_vmapvjpvjp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.158s) 2022-09-27T17:03:44.2655753Z test_vmapvjpvjp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.727s) 2022-09-27T17:03:48.3804912Z test_vmapvjpvjp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.115s) 2022-09-27T17:03:50.7591801Z test_vmapvjpvjp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.379s) 2022-09-27T17:03:53.1637148Z test_vmapvjpvjp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.404s) 2022-09-27T17:03:56.0183573Z test_vmapvjpvjp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.854s) 2022-09-27T17:03:58.2954662Z test_vmapvjpvjp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.277s) 2022-09-27T17:04:03.2870033Z test_vmapvjpvjp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.991s) 2022-09-27T17:04:08.2806403Z test_vmapvjpvjp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.993s) 2022-09-27T17:04:08.2844121Z test_vmapvjpvjp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:04:08.2881072Z test_vmapvjpvjp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:04:08.3152254Z test_vmapvjpvjp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.027s) 2022-09-27T17:04:09.0282127Z test_vmapvjpvjp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.713s) 2022-09-27T17:04:10.1291996Z test_vmapvjpvjp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.101s) 2022-09-27T17:04:14.4136422Z test_vmapvjpvjp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.284s) 2022-09-27T17:04:19.9715993Z test_vmapvjpvjp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.558s) 2022-09-27T17:04:25.2952330Z test_vmapvjpvjp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.324s) 2022-09-27T17:04:26.3150406Z test_vmapvjpvjp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.020s) 2022-09-27T17:04:51.2955153Z test_vmapvjpvjp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (24.980s) 2022-09-27T17:04:54.2864988Z test_vmapvjpvjp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.991s) 2022-09-27T17:05:03.6650295Z test_vmapvjpvjp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.378s) 2022-09-27T17:05:04.7354922Z test_vmapvjpvjp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (1.070s) 2022-09-27T17:05:05.8608732Z test_vmapvjpvjp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (1.125s) 2022-09-27T17:05:14.2873623Z test_vmapvjpvjp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.426s) 2022-09-27T17:05:18.7414654Z test_vmapvjpvjp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.454s) 2022-09-27T17:05:26.1302568Z test_vmapvjpvjp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.389s) 2022-09-27T17:05:26.1848565Z test_vmapvjpvjp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T17:05:26.3452598Z test_vmapvjpvjp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.160s) 2022-09-27T17:05:26.5004445Z test_vmapvjpvjp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.155s) 2022-09-27T17:05:29.1405186Z test_vmapvjpvjp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.640s) 2022-09-27T17:05:38.9430924Z test_vmapvjpvjp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.802s) 2022-09-27T17:05:58.1652015Z test_vmapvjpvjp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (19.222s) 2022-09-27T17:06:15.0373157Z test_vmapvjpvjp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (16.872s) 2022-09-27T17:06:19.6751892Z test_vmapvjpvjp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.638s) 2022-09-27T17:06:24.0893959Z test_vmapvjpvjp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.414s) 2022-09-27T17:06:33.0880155Z test_vmapvjpvjp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.998s) 2022-09-27T17:06:39.0917901Z test_vmapvjpvjp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.004s) 2022-09-27T17:06:39.0954814Z test_vmapvjpvjp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:06:39.0991122Z test_vmapvjpvjp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:06:40.1879251Z test_vmapvjpvjp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.089s) 2022-09-27T17:06:41.2757752Z test_vmapvjpvjp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.088s) 2022-09-27T17:06:41.2795016Z test_vmapvjpvjp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:06:41.3260401Z test_vmapvjpvjp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T17:06:41.3296939Z test_vmapvjpvjp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:06:41.3333184Z test_vmapvjpvjp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:06:41.3369358Z test_vmapvjpvjp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:06:41.3406291Z test_vmapvjpvjp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:06:41.3442116Z test_vmapvjpvjp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:06:41.3478268Z test_vmapvjpvjp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:06:41.3576396Z test_vmapvjpvjp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-09-27T17:06:41.3693341Z test_vmapvjpvjp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-09-27T17:06:41.4306785Z test_vmapvjpvjp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T17:06:41.4912088Z test_vmapvjpvjp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-09-27T17:06:44.4137646Z test_vmapvjpvjp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.922s) 2022-09-27T17:06:44.4723956Z test_vmapvjpvjp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-09-27T17:06:44.5349760Z test_vmapvjpvjp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-09-27T17:06:44.5381325Z test_vmapvjpvjp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T17:06:44.5413103Z test_vmapvjpvjp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T17:06:44.5448822Z test_vmapvjpvjp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-09-27T17:06:53.8257136Z test_vmapvjpvjp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.280s) 2022-09-27T17:06:53.8288745Z test_vmapvjpvjp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T17:06:54.0510073Z test_vmapvjpvjp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.222s) 2022-09-27T17:06:54.2463587Z test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.195s) 2022-09-27T17:06:58.7641467Z test_vmapvjpvjp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.517s) 2022-09-27T17:06:59.0648483Z test_vmapvjpvjp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.301s) 2022-09-27T17:06:59.0685044Z test_vmapvjpvjp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:06:59.0720842Z test_vmapvjpvjp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:06:59.0756472Z test_vmapvjpvjp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:07:57.8887461Z test_vmapvjpvjp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (58.813s) 2022-09-27T17:07:58.2261333Z test_vmapvjpvjp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.337s) 2022-09-27T17:07:58.2297669Z test_vmapvjpvjp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:07:58.2333919Z test_vmapvjpvjp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:07:58.2371234Z test_vmapvjpvjp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:08:00.1387165Z test_vmapvjpvjp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.901s) 2022-09-27T17:08:01.7867225Z test_vmapvjpvjp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.648s) 2022-09-27T17:08:01.7904584Z test_vmapvjpvjp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.004s) 2022-09-27T17:08:01.8365608Z test_vmapvjpvjp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T17:08:02.0730786Z test_vmapvjpvjp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.236s) 2022-09-27T17:08:02.0766755Z test_vmapvjpvjp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:08:02.0802839Z test_vmapvjpvjp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:08:03.2485027Z test_vmapvjpvjp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.168s) 2022-09-27T17:08:04.0718617Z test_vmapvjpvjp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.823s) 2022-09-27T17:08:08.1811608Z test_vmapvjpvjp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.109s) 2022-09-27T17:08:10.6719197Z test_vmapvjpvjp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.491s) 2022-09-27T17:08:14.4491722Z test_vmapvjpvjp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.777s) 2022-09-27T17:08:16.8735367Z test_vmapvjpvjp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.424s) 2022-09-27T17:08:19.2941059Z test_vmapvjpvjp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.420s) 2022-09-27T17:08:19.3872893Z test_vmapvjpvjp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-09-27T17:08:20.1603712Z test_vmapvjpvjp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.773s) 2022-09-27T17:08:21.8576745Z test_vmapvjpvjp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.697s) 2022-09-27T17:08:24.2436941Z test_vmapvjpvjp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.386s) 2022-09-27T17:08:24.3663444Z test_vmapvjpvjp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-09-27T17:08:24.4130596Z test_vmapvjpvjp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T17:08:26.6981622Z test_vmapvjpvjp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.285s) 2022-09-27T17:08:26.7879446Z test_vmapvjpvjp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-09-27T17:08:29.3889261Z test_vmapvjpvjp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.601s) 2022-09-27T17:08:29.9718174Z test_vmapvjpvjp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.583s) 2022-09-27T17:08:30.1171055Z test_vmapvjpvjp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-09-27T17:08:30.2588051Z test_vmapvjpvjp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-09-27T17:08:30.2624901Z test_vmapvjpvjp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:08:34.4693758Z test_vmapvjpvjp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.207s) 2022-09-27T17:08:35.2593855Z test_vmapvjpvjp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.790s) 2022-09-27T17:08:35.4151565Z test_vmapvjpvjp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.156s) 2022-09-27T17:08:35.5710571Z test_vmapvjpvjp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.156s) 2022-09-27T17:08:35.5947557Z test_vmapvjpvjp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.024s) 2022-09-27T17:08:35.7999229Z test_vmapvjpvjp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.205s) 2022-09-27T17:08:38.3548917Z test_vmapvjpvjp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.555s) 2022-09-27T17:08:38.4915743Z test_vmapvjpvjp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.137s) 2022-09-27T17:08:39.2595339Z test_vmapvjpvjp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.768s) 2022-09-27T17:08:39.9882335Z test_vmapvjpvjp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.729s) 2022-09-27T17:08:40.2455998Z test_vmapvjpvjp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.257s) 2022-09-27T17:08:40.9478438Z test_vmapvjpvjp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.702s) 2022-09-27T17:08:44.9219654Z test_vmapvjpvjp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.974s) 2022-09-27T17:09:35.7539305Z test_vmapvjpvjp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (50.832s) 2022-09-27T17:09:35.8964597Z test_vmapvjpvjp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-09-27T17:09:59.2537129Z test_vmapvjpvjp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (23.357s) 2022-09-27T17:10:01.2074014Z test_vmapvjpvjp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.954s) 2022-09-27T17:10:04.0095358Z test_vmapvjpvjp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.802s) 2022-09-27T17:10:05.9598682Z test_vmapvjpvjp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.950s) 2022-09-27T17:10:06.2309535Z test_vmapvjpvjp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.271s) 2022-09-27T17:10:06.4493320Z test_vmapvjpvjp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.218s) 2022-09-27T17:10:06.6397767Z test_vmapvjpvjp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.190s) 2022-09-27T17:10:07.3624910Z test_vmapvjpvjp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.722s) 2022-09-27T17:10:10.0426028Z test_vmapvjpvjp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.680s) 2022-09-27T17:10:12.6877781Z test_vmapvjpvjp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.645s) 2022-09-27T17:10:12.6913547Z test_vmapvjpvjp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:12.6949071Z test_vmapvjpvjp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:12.6984240Z test_vmapvjpvjp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:12.7019489Z test_vmapvjpvjp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:12.7631510Z test_vmapvjpvjp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T17:10:12.9215505Z test_vmapvjpvjp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.158s) 2022-09-27T17:10:12.9847107Z test_vmapvjpvjp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-09-27T17:10:13.1299802Z test_vmapvjpvjp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-09-27T17:10:13.2683634Z test_vmapvjpvjp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-09-27T17:10:13.4099547Z test_vmapvjpvjp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-09-27T17:10:13.8365211Z test_vmapvjpvjp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.426s) 2022-09-27T17:10:13.8922648Z test_vmapvjpvjp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T17:10:13.8957597Z test_vmapvjpvjp_eye_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:14.2499815Z test_vmapvjpvjp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.354s) 2022-09-27T17:10:14.6477871Z test_vmapvjpvjp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.398s) 2022-09-27T17:10:15.1127999Z test_vmapvjpvjp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.465s) 2022-09-27T17:10:15.3589980Z test_vmapvjpvjp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.246s) 2022-09-27T17:10:15.8046149Z test_vmapvjpvjp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.445s) 2022-09-27T17:10:16.2769978Z test_vmapvjpvjp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.472s) 2022-09-27T17:10:16.8403543Z test_vmapvjpvjp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.563s) 2022-09-27T17:10:17.2021651Z test_vmapvjpvjp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.362s) 2022-09-27T17:10:17.6356591Z test_vmapvjpvjp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.433s) 2022-09-27T17:10:18.1120312Z test_vmapvjpvjp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.476s) 2022-09-27T17:10:18.3588505Z test_vmapvjpvjp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.247s) 2022-09-27T17:10:18.8114452Z test_vmapvjpvjp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.452s) 2022-09-27T17:10:19.2719330Z test_vmapvjpvjp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.460s) 2022-09-27T17:10:19.8301931Z test_vmapvjpvjp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.558s) 2022-09-27T17:10:20.2334370Z test_vmapvjpvjp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.403s) 2022-09-27T17:10:20.6936937Z test_vmapvjpvjp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.460s) 2022-09-27T17:10:21.2251345Z test_vmapvjpvjp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.531s) 2022-09-27T17:10:21.6046323Z test_vmapvjpvjp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.379s) 2022-09-27T17:10:22.0362513Z test_vmapvjpvjp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.431s) 2022-09-27T17:10:22.5337671Z test_vmapvjpvjp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.497s) 2022-09-27T17:10:22.6733096Z test_vmapvjpvjp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-09-27T17:10:22.9428374Z test_vmapvjpvjp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.269s) 2022-09-27T17:10:23.3734122Z test_vmapvjpvjp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.430s) 2022-09-27T17:10:23.4622854Z test_vmapvjpvjp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-09-27T17:10:23.5515882Z test_vmapvjpvjp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-09-27T17:10:23.7517687Z test_vmapvjpvjp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.200s) 2022-09-27T17:10:23.9246324Z test_vmapvjpvjp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-09-27T17:10:27.9482797Z test_vmapvjpvjp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.023s) 2022-09-27T17:10:27.9942740Z test_vmapvjpvjp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T17:10:27.9978457Z test_vmapvjpvjp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:30.4567293Z test_vmapvjpvjp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.459s) 2022-09-27T17:10:32.9151317Z test_vmapvjpvjp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.458s) 2022-09-27T17:10:35.2810507Z test_vmapvjpvjp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.366s) 2022-09-27T17:10:35.4074803Z test_vmapvjpvjp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-09-27T17:10:35.5452322Z test_vmapvjpvjp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-09-27T17:10:35.5487682Z test_vmapvjpvjp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:35.7978939Z test_vmapvjpvjp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.249s) 2022-09-27T17:10:35.8015016Z test_vmapvjpvjp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:35.8054850Z test_vmapvjpvjp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:38.1505274Z test_vmapvjpvjp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.345s) 2022-09-27T17:10:38.1541789Z test_vmapvjpvjp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:38.3734161Z test_vmapvjpvjp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.219s) 2022-09-27T17:10:38.5657305Z test_vmapvjpvjp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.192s) 2022-09-27T17:10:38.5692719Z test_vmapvjpvjp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:38.5732098Z test_vmapvjpvjp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:39.2939371Z test_vmapvjpvjp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.720s) 2022-09-27T17:10:41.8116311Z test_vmapvjpvjp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.518s) 2022-09-27T17:10:44.5833442Z test_vmapvjpvjp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.772s) 2022-09-27T17:10:44.7533672Z test_vmapvjpvjp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.170s) 2022-09-27T17:10:44.7570490Z test_vmapvjpvjp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:44.7606046Z test_vmapvjpvjp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:47.1094815Z test_vmapvjpvjp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.349s) 2022-09-27T17:10:47.9274258Z test_vmapvjpvjp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.818s) 2022-09-27T17:10:48.0879709Z test_vmapvjpvjp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.160s) 2022-09-27T17:10:49.3056643Z test_vmapvjpvjp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.217s) 2022-09-27T17:10:51.6834468Z test_vmapvjpvjp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.378s) 2022-09-27T17:10:51.7135527Z test_vmapvjpvjp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-09-27T17:10:51.8652754Z test_vmapvjpvjp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-09-27T17:10:52.4597458Z test_vmapvjpvjp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.594s) 2022-09-27T17:10:52.4632796Z test_vmapvjpvjp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:52.4667771Z test_vmapvjpvjp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:52.4702712Z test_vmapvjpvjp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:52.4737584Z test_vmapvjpvjp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:52.4772405Z test_vmapvjpvjp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:52.4807372Z test_vmapvjpvjp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:52.4842057Z test_vmapvjpvjp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:52.4876875Z test_vmapvjpvjp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:52.4912006Z test_vmapvjpvjp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:52.4946805Z test_vmapvjpvjp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:10:52.5081237Z test_vmapvjpvjp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::col2im. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:10:52.5082425Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T17:10:53.5323520Z ok (1.037s) 2022-09-27T17:10:53.5361421Z test_vmapvjpvjp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:53.5401140Z test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:53.5440478Z test_vmapvjpvjp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:53.5479989Z test_vmapvjpvjp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:53.5519639Z test_vmapvjpvjp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:10:53.8563387Z test_vmapvjpvjp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.304s) 2022-09-27T17:10:54.3685430Z test_vmapvjpvjp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.512s) 2022-09-27T17:10:57.0340254Z test_vmapvjpvjp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.665s) 2022-09-27T17:10:57.0376102Z test_vmapvjpvjp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:11:09.0427089Z test_vmapvjpvjp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.005s) 2022-09-27T17:11:09.1854598Z test_vmapvjpvjp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.143s) 2022-09-27T17:11:10.3849370Z test_vmapvjpvjp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.199s) 2022-09-27T17:11:11.5509591Z test_vmapvjpvjp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.166s) 2022-09-27T17:11:11.9303977Z test_vmapvjpvjp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.379s) 2022-09-27T17:11:12.7190541Z test_vmapvjpvjp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.789s) 2022-09-27T17:11:13.7364808Z test_vmapvjpvjp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.017s) 2022-09-27T17:11:20.8601204Z test_vmapvjpvjp_linalg_det_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.123s) 2022-09-27T17:11:20.8896837Z test_vmapvjpvjp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-09-27T17:11:22.4692862Z test_vmapvjpvjp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.579s) 2022-09-27T17:11:22.4911705Z test_vmapvjpvjp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.022s) 2022-09-27T17:11:22.9902514Z test_vmapvjpvjp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.499s) 2022-09-27T17:11:23.0442188Z test_vmapvjpvjp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.054s) 2022-09-27T17:11:23.5443671Z test_vmapvjpvjp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.500s) 2022-09-27T17:11:24.0307394Z test_vmapvjpvjp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.486s) 2022-09-27T17:11:24.0343686Z test_vmapvjpvjp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:11:24.0378792Z test_vmapvjpvjp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:11:24.0413967Z test_vmapvjpvjp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:11:57.0071317Z test_vmapvjpvjp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (32.965s) 2022-09-27T17:12:04.5819573Z test_vmapvjpvjp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.575s) 2022-09-27T17:12:12.0546742Z test_vmapvjpvjp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.473s) 2022-09-27T17:12:16.1077782Z test_vmapvjpvjp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.053s) 2022-09-27T17:12:20.0033269Z test_vmapvjpvjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.895s) 2022-09-27T17:13:23.3295345Z test_vmapvjpvjp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (63.326s) 2022-09-27T17:13:28.3721219Z test_vmapvjpvjp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.042s) 2022-09-27T17:13:29.7977074Z test_vmapvjpvjp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.425s) 2022-09-27T17:13:29.8012915Z test_vmapvjpvjp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:13:29.8048247Z test_vmapvjpvjp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:14:18.6736048Z test_vmapvjpvjp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (48.868s) 2022-09-27T17:14:25.2252221Z test_vmapvjpvjp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.551s) 2022-09-27T17:14:30.2540020Z test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.029s) 2022-09-27T17:14:33.0830360Z test_vmapvjpvjp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.829s) 2022-09-27T17:14:33.9806535Z test_vmapvjpvjp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.897s) 2022-09-27T17:14:33.9842550Z test_vmapvjpvjp_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T17:14:40.9369959Z test_vmapvjpvjp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.952s) 2022-09-27T17:14:42.2949988Z test_vmapvjpvjp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.358s) 2022-09-27T17:14:48.5007280Z test_vmapvjpvjp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.206s) 2022-09-27T17:14:54.6029739Z test_vmapvjpvjp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.102s) 2022-09-27T17:14:54.6061587Z test_vmapvjpvjp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T17:15:33.7159804Z test_vmapvjpvjp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (39.110s) 2022-09-27T17:15:36.3356381Z test_vmapvjpvjp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.620s) 2022-09-27T17:15:36.5038344Z test_vmapvjpvjp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.168s) 2022-09-27T17:15:38.3771041Z test_vmapvjpvjp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.873s) 2022-09-27T17:15:38.5186179Z test_vmapvjpvjp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.142s) 2022-09-27T17:15:49.7488312Z test_vmapvjpvjp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (11.230s) 2022-09-27T17:16:01.5176209Z test_vmapvjpvjp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (11.769s) 2022-09-27T17:16:01.5212983Z test_vmapvjpvjp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:16:01.6686364Z test_vmapvjpvjp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-09-27T17:16:01.7246992Z test_vmapvjpvjp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T17:16:01.8735297Z test_vmapvjpvjp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.149s) 2022-09-27T17:16:02.0155407Z test_vmapvjpvjp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-09-27T17:16:02.3482494Z test_vmapvjpvjp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.333s) 2022-09-27T17:16:02.7059231Z test_vmapvjpvjp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.357s) 2022-09-27T17:16:03.0309287Z test_vmapvjpvjp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.325s) 2022-09-27T17:16:03.3434437Z test_vmapvjpvjp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.312s) 2022-09-27T17:16:03.9158247Z test_vmapvjpvjp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.572s) 2022-09-27T17:16:04.5761435Z test_vmapvjpvjp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.660s) 2022-09-27T17:16:04.5798233Z test_vmapvjpvjp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:16:04.5834049Z test_vmapvjpvjp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:16:04.5869613Z test_vmapvjpvjp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:16:04.5905957Z test_vmapvjpvjp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:16:04.8388873Z test_vmapvjpvjp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.248s) 2022-09-27T17:16:04.8424764Z test_vmapvjpvjp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:16:05.7736222Z test_vmapvjpvjp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.931s) 2022-09-27T17:16:05.7773023Z test_vmapvjpvjp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:16:05.7808972Z test_vmapvjpvjp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:16:05.7844874Z test_vmapvjpvjp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:16:10.0589691Z test_vmapvjpvjp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.274s) 2022-09-27T17:16:25.7158801Z test_vmapvjpvjp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (15.657s) 2022-09-27T17:16:29.7885704Z test_vmapvjpvjp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.073s) 2022-09-27T17:16:30.0734540Z test_vmapvjpvjp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.285s) 2022-09-27T17:16:30.3577077Z test_vmapvjpvjp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-09-27T17:16:31.5492915Z test_vmapvjpvjp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.191s) 2022-09-27T17:16:31.8133530Z test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.264s) 2022-09-27T17:16:33.0917539Z test_vmapvjpvjp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.278s) 2022-09-27T17:16:33.5342686Z test_vmapvjpvjp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.442s) 2022-09-27T17:16:37.7765136Z test_vmapvjpvjp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.242s) 2022-09-27T17:16:38.0752893Z test_vmapvjpvjp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.299s) 2022-09-27T17:16:40.9548908Z test_vmapvjpvjp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.879s) 2022-09-27T17:16:41.0707290Z test_vmapvjpvjp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-09-27T17:16:41.2805392Z test_vmapvjpvjp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.210s) 2022-09-27T17:16:44.0710350Z test_vmapvjpvjp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.790s) 2022-09-27T17:16:45.0780043Z test_vmapvjpvjp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.007s) 2022-09-27T17:16:45.7738008Z test_vmapvjpvjp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.696s) 2022-09-27T17:18:59.9210492Z test_vmapvjpvjp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (134.147s) 2022-09-27T17:21:14.8518534Z test_vmapvjpvjp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (134.931s) 2022-09-27T17:21:17.7178035Z test_vmapvjpvjp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.866s) 2022-09-27T17:21:17.8350291Z test_vmapvjpvjp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-09-27T17:21:18.0496967Z test_vmapvjpvjp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.215s) 2022-09-27T17:21:20.9145480Z test_vmapvjpvjp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.865s) 2022-09-27T17:21:21.2194506Z test_vmapvjpvjp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.305s) 2022-09-27T17:21:21.6231055Z test_vmapvjpvjp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.404s) 2022-09-27T17:21:21.7246575Z test_vmapvjpvjp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-09-27T17:21:21.8372858Z test_vmapvjpvjp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-09-27T17:21:24.2779190Z test_vmapvjpvjp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.440s) 2022-09-27T17:21:24.2818608Z test_vmapvjpvjp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:21:24.5850964Z test_vmapvjpvjp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.303s) 2022-09-27T17:21:25.2013826Z test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.616s) 2022-09-27T17:21:25.8170934Z test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.616s) 2022-09-27T17:21:26.4323152Z test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.615s) 2022-09-27T17:21:26.5794384Z test_vmapvjpvjp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-09-27T17:21:28.7407315Z test_vmapvjpvjp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.161s) 2022-09-27T17:21:29.4654897Z test_vmapvjpvjp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.725s) 2022-09-27T17:21:44.8548510Z test_vmapvjpvjp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (15.389s) 2022-09-27T17:21:46.8372000Z test_vmapvjpvjp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.982s) 2022-09-27T17:21:46.8408246Z test_vmapvjpvjp_narrow_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:21:47.3392261Z test_vmapvjpvjp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.498s) 2022-09-27T17:21:47.4486311Z test_vmapvjpvjp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.109s) 2022-09-27T17:21:47.4522219Z test_vmapvjpvjp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:21:47.5063145Z test_vmapvjpvjp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-09-27T17:21:47.5098443Z test_vmapvjpvjp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:21:47.5134041Z test_vmapvjpvjp_new_empty_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:21:47.5173823Z test_vmapvjpvjp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:21:47.5214418Z test_vmapvjpvjp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:21:47.5255164Z test_vmapvjpvjp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:21:47.5295002Z test_vmapvjpvjp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:21:47.8661797Z test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.336s) 2022-09-27T17:21:48.4082672Z test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.542s) 2022-09-27T17:21:49.0622015Z test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.654s) 2022-09-27T17:21:49.5383811Z test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.476s) 2022-09-27T17:21:50.8608768Z test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.322s) 2022-09-27T17:21:51.9344271Z test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.073s) 2022-09-27T17:21:52.4102809Z test_vmapvjpvjp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.476s) 2022-09-27T17:21:52.7675339Z test_vmapvjpvjp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.357s) 2022-09-27T17:21:53.1749447Z test_vmapvjpvjp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.407s) 2022-09-27T17:21:53.2023565Z test_vmapvjpvjp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.027s) 2022-09-27T17:21:53.2301475Z test_vmapvjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.028s) 2022-09-27T17:24:53.7073182Z test_vmapvjpvjp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (180.477s) 2022-09-27T17:24:54.0455061Z test_vmapvjpvjp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.338s) 2022-09-27T17:25:07.0395864Z test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.994s) 2022-09-27T17:25:07.1899114Z test_vmapvjpvjp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.150s) 2022-09-27T17:25:19.4191274Z test_vmapvjpvjp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.229s) 2022-09-27T17:26:05.8255162Z test_vmapvjpvjp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (46.406s) 2022-09-27T17:26:06.1977447Z test_vmapvjpvjp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.372s) 2022-09-27T17:26:08.5058017Z test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.308s) 2022-09-27T17:26:10.4589973Z test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.953s) 2022-09-27T17:26:10.8481169Z test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.389s) 2022-09-27T17:26:11.2333977Z test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.385s) 2022-09-27T17:26:13.0680211Z test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.834s) 2022-09-27T17:26:14.9089277Z test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.841s) 2022-09-27T17:26:16.6871160Z test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.778s) 2022-09-27T17:26:18.4640083Z test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.777s) 2022-09-27T17:26:20.2395479Z test_vmapvjpvjp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.775s) 2022-09-27T17:26:32.2514605Z test_vmapvjpvjp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.012s) 2022-09-27T17:26:45.5606861Z test_vmapvjpvjp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (13.309s) 2022-09-27T17:26:58.6809110Z test_vmapvjpvjp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (13.120s) 2022-09-27T17:27:16.3505407Z test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (17.669s) 2022-09-27T17:27:22.5812493Z test_vmapvjpvjp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.231s) 2022-09-27T17:27:26.6812925Z test_vmapvjpvjp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.100s) 2022-09-27T17:27:26.6887961Z test_vmapvjpvjp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-09-27T17:27:26.6918994Z test_vmapvjpvjp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T17:27:26.6951056Z test_vmapvjpvjp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T17:27:26.6982261Z test_vmapvjpvjp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T17:27:26.8442323Z test_vmapvjpvjp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-09-27T17:27:26.8477099Z test_vmapvjpvjp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.003s) 2022-09-27T17:27:27.0037946Z test_vmapvjpvjp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.156s) 2022-09-27T17:27:27.3211045Z test_vmapvjpvjp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.317s) 2022-09-27T17:27:27.3243092Z test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T17:27:27.7967423Z test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.472s) 2022-09-27T17:27:27.7998048Z test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T17:27:27.8029465Z test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-09-27T17:27:27.8306215Z test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.027s) 2022-09-27T17:27:28.3114475Z test_vmapvjpvjp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.481s) 2022-09-27T17:27:30.9739975Z test_vmapvjpvjp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.662s) 2022-09-27T17:27:30.9777240Z test_vmapvjpvjp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.004s) 2022-09-27T17:27:31.5328681Z test_vmapvjpvjp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.555s) 2022-09-27T17:27:31.8124163Z test_vmapvjpvjp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.279s) 2022-09-27T17:27:31.8160899Z test_vmapvjpvjp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.004s) 2022-09-27T17:27:32.0295832Z test_vmapvjpvjp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.213s) 2022-09-27T17:27:32.3129744Z test_vmapvjpvjp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.283s) 2022-09-27T17:27:35.7388846Z test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.426s) 2022-09-27T17:27:38.9946298Z test_vmapvjpvjp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.256s) 2022-09-27T17:27:39.0253212Z test_vmapvjpvjp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.031s) 2022-09-27T17:27:39.6573748Z test_vmapvjpvjp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.632s) 2022-09-27T17:27:40.2730256Z test_vmapvjpvjp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.615s) 2022-09-27T17:27:40.8812589Z test_vmapvjpvjp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.608s) 2022-09-27T17:27:41.4860256Z test_vmapvjpvjp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.605s) 2022-09-27T17:27:42.0937219Z test_vmapvjpvjp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.607s) 2022-09-27T17:27:42.7134766Z test_vmapvjpvjp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.620s) 2022-09-27T17:27:48.2330458Z test_vmapvjpvjp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.519s) 2022-09-27T17:27:49.9551617Z test_vmapvjpvjp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.722s) 2022-09-27T17:27:50.0532624Z test_vmapvjpvjp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.098s) 2022-09-27T17:27:50.4896331Z test_vmapvjpvjp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.436s) 2022-09-27T17:28:04.7015499Z test_vmapvjpvjp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (14.212s) 2022-09-27T17:28:05.8597548Z test_vmapvjpvjp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.158s) 2022-09-27T17:28:06.0067722Z test_vmapvjpvjp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-09-27T17:28:07.4982091Z test_vmapvjpvjp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.491s) 2022-09-27T17:28:55.3570723Z test_vmapvjpvjp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (47.859s) 2022-09-27T17:29:02.9667659Z test_vmapvjpvjp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (7.609s) 2022-09-27T17:29:35.4910675Z test_vmapvjpvjp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (32.524s) 2022-09-27T17:29:44.3065674Z test_vmapvjpvjp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.815s) 2022-09-27T17:29:45.2579199Z test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.951s) 2022-09-27T17:29:47.3071172Z test_vmapvjpvjp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (2.049s) 2022-09-27T17:29:47.7440356Z test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.437s) 2022-09-27T17:29:53.3776969Z test_vmapvjpvjp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.633s) 2022-09-27T17:29:54.0946583Z test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.717s) 2022-09-27T17:29:54.2796691Z test_vmapvjpvjp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-09-27T17:29:56.3727565Z test_vmapvjpvjp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.093s) 2022-09-27T17:29:59.5814768Z test_vmapvjpvjp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.209s) 2022-09-27T17:29:59.5855617Z test_vmapvjpvjp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.004s) 2022-09-27T17:29:59.5890922Z test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.003s) 2022-09-27T17:29:59.9723702Z test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.383s) 2022-09-27T17:30:03.2418877Z test_vmapvjpvjp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.269s) 2022-09-27T17:30:04.0355078Z test_vmapvjpvjp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.793s) 2022-09-27T17:30:04.6953100Z test_vmapvjpvjp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.660s) 2022-09-27T17:30:06.9873987Z test_vmapvjpvjp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.292s) 2022-09-27T17:30:07.5541735Z test_vmapvjpvjp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.567s) 2022-09-27T17:30:08.1123946Z test_vmapvjpvjp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.558s) 2022-09-27T17:30:10.4884945Z test_vmapvjpvjp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.376s) 2022-09-27T17:30:10.4925166Z test_vmapvjpvjp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.004s) 2022-09-27T17:30:10.5939564Z test_vmapvjpvjp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-09-27T17:30:10.6952992Z test_vmapvjpvjp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-09-27T17:30:39.2318852Z test_vmapvjpvjp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (28.536s) 2022-09-27T17:30:44.9040424Z test_vmapvjpvjp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.672s) 2022-09-27T17:30:45.0465659Z test_vmapvjpvjp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-09-27T17:30:45.2491506Z test_vmapvjpvjp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.203s) 2022-09-27T17:30:45.2727347Z test_vmapvjpvjp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.023s) 2022-09-27T17:30:45.4183505Z test_vmapvjpvjp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-09-27T17:30:45.5827628Z test_vmapvjpvjp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-09-27T17:30:48.5731360Z test_vmapvjpvjp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.990s) 2022-09-27T17:30:48.9819925Z test_vmapvjpvjp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.409s) 2022-09-27T17:30:49.3519406Z test_vmapvjpvjp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.370s) 2022-09-27T17:30:49.7357653Z test_vmapvjpvjp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.384s) 2022-09-27T17:30:49.8849058Z test_vmapvjpvjp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.149s) 2022-09-27T17:30:50.1171919Z test_vmapvjpvjp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.232s) 2022-09-27T17:30:50.3212189Z test_vmapvjpvjp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.204s) 2022-09-27T17:30:50.4838277Z test_vmapvjpvjp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-09-27T17:30:50.6811099Z test_vmapvjpvjp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.197s) 2022-09-27T17:31:06.3981301Z test_vmapvjpvjp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (15.717s) 2022-09-27T17:31:22.2609397Z test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (15.863s) 2022-09-27T17:31:34.2614875Z test_vmapvjpvjp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.000s) 2022-09-27T17:31:34.4678925Z test_vmapvjpvjp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.206s) 2022-09-27T17:31:35.0815196Z test_vmapvjpvjp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.613s) 2022-09-27T17:31:35.0852393Z test_vmapvjpvjp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:31:38.0710684Z test_vmapvjpvjp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.986s) 2022-09-27T17:31:38.2753069Z test_vmapvjpvjp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.204s) 2022-09-27T17:31:38.5257549Z test_vmapvjpvjp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.250s) 2022-09-27T17:31:38.7335062Z test_vmapvjpvjp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.208s) 2022-09-27T17:31:38.7562875Z test_vmapvjpvjp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.023s) 2022-09-27T17:31:38.7782985Z test_vmapvjpvjp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.022s) 2022-09-27T17:31:38.7819139Z test_vmapvjpvjp_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:31:38.7854959Z test_vmapvjpvjp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:31:38.7890838Z test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:31:44.7085556Z test_vmapvjpvjp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.919s) 2022-09-27T17:31:44.7122103Z test_vmapvjpvjp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:31:45.0022459Z test_vmapvjpvjp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.290s) 2022-09-27T17:31:45.0368408Z test_vmapvjpvjp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.034s) 2022-09-27T17:31:45.2259738Z test_vmapvjpvjp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-09-27T17:31:46.1373034Z test_vmapvjpvjp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.911s) 2022-09-27T17:31:49.4376631Z test_vmapvjpvjp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.300s) 2022-09-27T17:31:49.9452230Z test_vmapvjpvjp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.507s) 2022-09-27T17:31:50.4518194Z test_vmapvjpvjp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.507s) 2022-09-27T17:31:50.9580199Z test_vmapvjpvjp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.506s) 2022-09-27T17:31:51.4639987Z test_vmapvjpvjp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.506s) 2022-09-27T17:31:51.9720270Z test_vmapvjpvjp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.508s) 2022-09-27T17:31:52.0966466Z test_vmapvjpvjp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.124s) 2022-09-27T17:31:55.8670132Z test_vmapvjpvjp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.770s) 2022-09-27T17:32:05.7883513Z test_vmapvjpvjp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.921s) 2022-09-27T17:32:05.8473093Z test_vmapvjpvjp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.059s) 2022-09-27T17:32:12.4590865Z test_vmapvjpvjp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.612s) 2022-09-27T17:32:27.2706684Z test_vmapvjpvjp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (14.811s) 2022-09-27T17:32:27.4082773Z test_vmapvjpvjp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-09-27T17:32:27.4119044Z test_vmapvjpvjp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:32:27.4155154Z test_vmapvjpvjp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:32:27.4191740Z test_vmapvjpvjp_randn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:32:27.4228094Z test_vmapvjpvjp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:32:27.5666190Z test_vmapvjpvjp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-09-27T17:32:27.6897300Z test_vmapvjpvjp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-09-27T17:32:27.8437480Z test_vmapvjpvjp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.154s) 2022-09-27T17:32:30.2392246Z test_vmapvjpvjp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.395s) 2022-09-27T17:32:30.6034025Z test_vmapvjpvjp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.364s) 2022-09-27T17:32:31.6738299Z test_vmapvjpvjp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.070s) 2022-09-27T17:32:31.9095875Z test_vmapvjpvjp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.236s) 2022-09-27T17:32:32.0969459Z test_vmapvjpvjp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.187s) 2022-09-27T17:32:32.4212208Z test_vmapvjpvjp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.324s) 2022-09-27T17:32:32.4249535Z test_vmapvjpvjp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:32:32.4285707Z test_vmapvjpvjp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:32:32.5174710Z test_vmapvjpvjp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-09-27T17:32:32.6063232Z test_vmapvjpvjp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-09-27T17:32:33.3040681Z test_vmapvjpvjp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.697s) 2022-09-27T17:32:34.9749042Z test_vmapvjpvjp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.671s) 2022-09-27T17:32:35.0214205Z test_vmapvjpvjp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-09-27T17:32:35.1412176Z test_vmapvjpvjp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-09-27T17:32:35.2610300Z test_vmapvjpvjp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-09-27T17:32:35.3810232Z test_vmapvjpvjp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-09-27T17:32:35.5373025Z test_vmapvjpvjp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.156s) 2022-09-27T17:32:38.2369644Z test_vmapvjpvjp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.699s) 2022-09-27T17:32:40.0107027Z test_vmapvjpvjp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.774s) 2022-09-27T17:32:41.9096692Z test_vmapvjpvjp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.899s) 2022-09-27T17:32:48.5063939Z test_vmapvjpvjp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.597s) 2022-09-27T17:32:55.1694918Z test_vmapvjpvjp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.663s) 2022-09-27T17:33:01.8376301Z test_vmapvjpvjp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.668s) 2022-09-27T17:33:01.8726145Z test_vmapvjpvjp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.035s) 2022-09-27T17:33:07.5754537Z test_vmapvjpvjp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.703s) 2022-09-27T17:33:07.5792215Z test_vmapvjpvjp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:07.5828500Z test_vmapvjpvjp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.004s) 2022-09-27T17:33:07.5864406Z test_vmapvjpvjp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.004s) 2022-09-27T17:33:07.8255404Z test_vmapvjpvjp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.239s) 2022-09-27T17:33:09.1874580Z test_vmapvjpvjp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.362s) 2022-09-27T17:33:09.2342765Z test_vmapvjpvjp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T17:33:09.2379619Z test_vmapvjpvjp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:09.2415368Z test_vmapvjpvjp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:33:09.3873564Z test_vmapvjpvjp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-09-27T17:33:09.4340636Z test_vmapvjpvjp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T17:33:09.4377295Z test_vmapvjpvjp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:09.4933188Z test_vmapvjpvjp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T17:33:09.6912845Z test_vmapvjpvjp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.198s) 2022-09-27T17:33:09.7463164Z test_vmapvjpvjp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-09-27T17:33:12.2366047Z test_vmapvjpvjp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.490s) 2022-09-27T17:33:12.5769041Z test_vmapvjpvjp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.340s) 2022-09-27T17:33:12.9392835Z test_vmapvjpvjp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.362s) 2022-09-27T17:33:14.5803617Z test_vmapvjpvjp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.641s) 2022-09-27T17:33:14.5914092Z test_vmapvjpvjp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-09-27T17:33:14.5950243Z test_vmapvjpvjp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:14.5986295Z test_vmapvjpvjp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:14.6022275Z test_vmapvjpvjp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:33:14.6058291Z test_vmapvjpvjp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:14.6094457Z test_vmapvjpvjp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:14.6130749Z test_vmapvjpvjp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:14.6166865Z test_vmapvjpvjp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:14.6199287Z test_vmapvjpvjp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T17:33:14.6230919Z test_vmapvjpvjp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T17:33:14.7312527Z test_vmapvjpvjp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-09-27T17:33:14.8904701Z test_vmapvjpvjp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-09-27T17:33:14.8941080Z test_vmapvjpvjp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:14.8977592Z test_vmapvjpvjp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:15.0361086Z test_vmapvjpvjp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-09-27T17:33:15.2556114Z test_vmapvjpvjp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.219s) 2022-09-27T17:33:15.4961435Z test_vmapvjpvjp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.240s) 2022-09-27T17:33:15.4997885Z test_vmapvjpvjp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:15.5030557Z test_vmapvjpvjp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T17:33:15.6845583Z test_vmapvjpvjp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.181s) 2022-09-27T17:33:15.6882300Z test_vmapvjpvjp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:15.6917880Z test_vmapvjpvjp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:33:15.6953939Z test_vmapvjpvjp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:15.6990550Z test_vmapvjpvjp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:15.8857720Z test_vmapvjpvjp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.186s) 2022-09-27T17:33:16.0543491Z test_vmapvjpvjp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.168s) 2022-09-27T17:33:16.5598518Z test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.505s) 2022-09-27T17:33:16.5635160Z test_vmapvjpvjp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:16.5671361Z test_vmapvjpvjp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:16.5704005Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T17:33:16.5735953Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T17:33:16.5767877Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T17:33:16.5800538Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T17:33:16.5836050Z test_vmapvjpvjp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:33:19.4890464Z test_vmapvjpvjp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.905s) 2022-09-27T17:33:19.4927393Z test_vmapvjpvjp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:33:19.7880271Z test_vmapvjpvjp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.295s) 2022-09-27T17:33:20.5248921Z test_vmapvjpvjp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.737s) 2022-09-27T17:33:21.4935634Z test_vmapvjpvjp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.968s) 2022-09-27T17:33:21.5520255Z test_vmapvjpvjp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T17:33:21.7048195Z test_vmapvjpvjp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-09-27T17:33:22.0278875Z test_vmapvjpvjp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.323s) 2022-09-27T17:33:27.9634955Z test_vmapvjpvjp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.935s) 2022-09-27T17:33:28.6479905Z test_vmapvjpvjp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.684s) 2022-09-27T17:33:30.2017591Z test_vmapvjpvjp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.554s) 2022-09-27T17:33:30.8935078Z test_vmapvjpvjp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.692s) 2022-09-27T17:33:33.6302082Z test_vmapvjpvjp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.737s) 2022-09-27T17:33:34.6006146Z test_vmapvjpvjp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.970s) 2022-09-27T17:33:35.3594927Z test_vmapvjpvjp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.759s) 2022-09-27T17:34:13.7345353Z test_vmapvjpvjp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (38.375s) 2022-09-27T17:34:13.7683611Z test_vmapvjpvjp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.034s) 2022-09-27T17:34:15.6060142Z test_vmapvjpvjp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.837s) 2022-09-27T17:34:15.7441158Z test_vmapvjpvjp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-09-27T17:34:16.0102667Z test_vmapvjpvjp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.266s) 2022-09-27T17:34:16.0635374Z test_vmapvjpvjp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.053s) 2022-09-27T17:34:16.1247611Z test_vmapvjpvjp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-09-27T17:34:16.1808170Z test_vmapvjpvjp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-09-27T17:34:16.1910816Z test_vmapvjpvjp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-09-27T17:34:16.8592062Z test_vmapvjpvjp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.668s) 2022-09-27T17:34:18.0869223Z test_vmapvjpvjp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.228s) 2022-09-27T17:34:18.1677409Z test_vmapvjpvjp_to_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.081s) 2022-09-27T17:34:18.1972042Z test_vmapvjpvjp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.029s) 2022-09-27T17:34:18.9082427Z test_vmapvjpvjp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.711s) 2022-09-27T17:34:18.9664481Z test_vmapvjpvjp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-09-27T17:34:19.3305685Z test_vmapvjpvjp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.364s) 2022-09-27T17:34:21.8213405Z test_vmapvjpvjp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.491s) 2022-09-27T17:34:24.3124243Z test_vmapvjpvjp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.491s) 2022-09-27T17:34:31.5582681Z test_vmapvjpvjp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.246s) 2022-09-27T17:34:31.9353677Z test_vmapvjpvjp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.377s) 2022-09-27T17:34:32.3141130Z test_vmapvjpvjp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.379s) 2022-09-27T17:34:35.1114479Z test_vmapvjpvjp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.797s) 2022-09-27T17:34:35.1582556Z test_vmapvjpvjp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-09-27T17:34:41.8892407Z test_vmapvjpvjp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.731s) 2022-09-27T17:34:42.3350928Z test_vmapvjpvjp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.446s) 2022-09-27T17:34:43.4159760Z test_vmapvjpvjp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.081s) 2022-09-27T17:34:43.4196382Z test_vmapvjpvjp_uniform_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-09-27T17:34:43.4232208Z test_vmapvjpvjp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:34:43.4268041Z test_vmapvjpvjp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:34:43.8356240Z test_vmapvjpvjp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.409s) 2022-09-27T17:34:44.3662225Z test_vmapvjpvjp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.530s) 2022-09-27T17:34:45.6056408Z test_vmapvjpvjp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.239s) 2022-09-27T17:34:45.8805147Z test_vmapvjpvjp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.275s) 2022-09-27T17:34:45.9108364Z test_vmapvjpvjp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-09-27T17:34:46.0966529Z test_vmapvjpvjp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.186s) 2022-09-27T17:34:46.4186484Z test_vmapvjpvjp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.322s) 2022-09-27T17:34:47.1383853Z test_vmapvjpvjp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.719s) 2022-09-27T17:34:49.7124809Z test_vmapvjpvjp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.574s) 2022-09-27T17:34:51.0509635Z test_vmapvjpvjp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.338s) 2022-09-27T17:34:53.8848087Z test_vmapvjpvjp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.834s) 2022-09-27T17:34:54.0185258Z test_vmapvjpvjp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.134s) 2022-09-27T17:34:54.0220572Z test_vmapvjpvjp_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:34:54.0256536Z test_vmapvjpvjp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-09-27T17:34:54.0316037Z test_vmapvmapjvp_linalg_solve_cuda (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-09-27T17:34:54.0318501Z 2022-09-27T17:34:54.0322790Z ---------------------------------------------------------------------- 2022-09-27T17:34:54.0323430Z Ran 8758 tests in 6426.962s 2022-09-27T17:34:54.0323583Z 2022-09-27T17:34:54.0323736Z OK (skipped=1879, expected failures=343) 2022-09-27T17:34:54.0323928Z 2022-09-27T17:34:54.0324053Z Generating XML reports... 2022-09-27T17:34:55.0645360Z Generated XML report: test-reports/python-unittest/functorch.test.test_ops/TEST-TestOperatorsCUDA-20220927154746.xml 2022-09-27T17:34:56.0689235Z Running /var/lib/jenkins/workspace/functorch/test/test_pythonkey ... [2022-09-27 17:34:56.068318] 2022-09-27T17:34:56.0690912Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_pythonkey.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 17:34:56.068399] 2022-09-27T17:35:00.0768645Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T17:35:00.0769353Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:00.0770275Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-09-27T17:35:00.0770825Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:00.0795443Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-09-27T17:35:00.0796361Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:00.0797941Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-09-27T17:35:00.0798504Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:00.0802765Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-09-27T17:35:00.0803600Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:00.0810263Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-09-27T17:35:00.0811036Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:00.0851447Z /var/lib/jenkins/workspace/functorch/test/test_pythonkey.py:45: 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-09-27T17:35:00.0852178Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-09-27T17:35:00.1597990Z Test results will be stored in test-reports/python-unittest/functorch.test.test_pythonkey 2022-09-27T17:35:00.1618433Z 2022-09-27T17:35:00.1618973Z Running tests... 2022-09-27T17:35:00.1619541Z ---------------------------------------------------------------------- 2022-09-27T17:35:00.7575558Z test_batch_norm_amp (__main__.TestAOTAutograd) ... ok (0.595s) 2022-09-27T17:35:00.7990892Z test_batchnorm (__main__.TestAOTAutograd) ... ok (0.041s) 2022-09-27T17:35:00.8161913Z test_compilation_context (__main__.TestAOTAutograd) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-09-27T17:35:00.8162707Z warnings.warn( 2022-09-27T17:35:00.8201823Z ok (0.021s) 2022-09-27T17:35:00.8329661Z test_dupe_arg (__main__.TestAOTAutograd) ... ok (0.013s) 2022-09-27T17:35:00.8466802Z test_grad_context (__main__.TestAOTAutograd) ... ok (0.014s) 2022-09-27T17:35:00.8626226Z test_inner_grad (__main__.TestAOTAutograd) ... ok (0.016s) 2022-09-27T17:35:00.8902485Z test_list_codegen (__main__.TestAOTAutograd) ... ok (0.028s) 2022-09-27T17:35:00.9189665Z test_module (__main__.TestAOTAutograd) ... ok (0.029s) 2022-09-27T17:35:00.9337687Z test_multi_output (__main__.TestAOTAutograd) ... ok (0.015s) 2022-09-27T17:35:00.9486991Z test_multi_output_list (__main__.TestAOTAutograd) ... ok (0.015s) 2022-09-27T17:35:01.0229533Z test_no_grad_input_output (__main__.TestAOTAutograd) ... ok (0.074s) 2022-09-27T17:35:01.0631260Z test_output_dict (__main__.TestAOTAutograd) ... ok (0.040s) 2022-09-27T17:35:01.0678740Z test_resize_input (__main__.TestAOTAutograd) ... ok (0.005s) 2022-09-27T17:35:01.0785852Z test_single_output (__main__.TestAOTAutograd) ... ok (0.011s) 2022-09-27T17:35:01.1034965Z test_aot_module_simplified (__main__.TestAOTModuleSimplified) ... ok (0.025s) 2022-09-27T17:35:01.1382236Z test_aot_module_simplified_preserves_stack_trace (__main__.TestAOTModuleSimplified) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-09-27T17:35:01.1384035Z warnings.warn( 2022-09-27T17:35:01.1388655Z ok (0.035s) 2022-09-27T17:35:01.1397626Z test_autocast (__main__.TestPartitioning) ... skip: test requires torchvision (0.001s) 2022-09-27T17:35:01.1541537Z test_contiguous (__main__.TestPartitioning) ... ok (0.014s) 2022-09-27T17:35:01.1714739Z test_default_partitioner_getitem (__main__.TestPartitioning) ... ok (0.017s) 2022-09-27T17:35:01.4196572Z test_meta_tensor_inplace_op (__main__.TestPartitioning) ... ok (0.248s) 2022-09-27T17:35:01.5111215Z test_min_cut_partitioner (__main__.TestPartitioning) ... ok (0.091s) 2022-09-27T17:35:01.5173454Z test_preserve_random (__main__.TestPartitioning) ... ok (0.006s) 2022-09-27T17:35:01.5384356Z test_recompute_partitioning (__main__.TestPartitioning) ... ok (0.021s) 2022-09-27T17:35:01.5384933Z 2022-09-27T17:35:01.5385594Z ---------------------------------------------------------------------- 2022-09-27T17:35:01.5386224Z Ran 23 tests in 1.377s 2022-09-27T17:35:01.5386549Z 2022-09-27T17:35:01.5386744Z OK (skipped=1) 2022-09-27T17:35:01.5386997Z 2022-09-27T17:35:01.5387223Z Generating XML reports... 2022-09-27T17:35:01.5459282Z Generated XML report: test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestAOTAutograd-20220927173500.xml 2022-09-27T17:35:01.5465257Z Generated XML report: test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestAOTModuleSimplified-20220927173500.xml 2022-09-27T17:35:01.5476487Z Generated XML report: test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestPartitioning-20220927173500.xml 2022-09-27T17:35:02.1609740Z Running /var/lib/jenkins/workspace/functorch/test/test_vmap ... [2022-09-27 17:35:02.160470] 2022-09-27T17:35:02.1610540Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 17:35:02.160548] 2022-09-27T17:35:06.1595497Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T17:35:06.1596153Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:06.1597037Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-09-27T17:35:06.1598698Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:06.1627463Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-09-27T17:35:06.1628109Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:06.1631725Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-09-27T17:35:06.1632327Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:06.1635844Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-09-27T17:35:06.1636579Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:06.1645763Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-09-27T17:35:06.1646507Z warnings.warn(msg, FutureWarning) 2022-09-27T17:35:06.2642145Z Test results will be stored in test-reports/python-unittest/functorch.test.test_vmap 2022-09-27T17:35:06.3697222Z 2022-09-27T17:35:06.3697881Z Running tests... 2022-09-27T17:35:06.3698424Z ---------------------------------------------------------------------- 2022-09-27T17:35:06.3944135Z test_alpha_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_vmap.py:3898: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:35:06.3945074Z slices_equal = vmap(vmap(lambda x, y: (x == y).all(), (0, None)), (None, 0))(tensor, tensor) 2022-09-27T17:35:06.3958898Z ok (0.026s) 2022-09-27T17:35:06.3995194Z test_alpha_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:06.4030222Z test_alpha_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:06.4126016Z test_alpha_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:06.4221115Z test_alpha_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:06.4318626Z test_alpha_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-09-27T17:35:06.4339451Z test_alpha_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-09-27T17:35:06.4361926Z test_alpha_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-09-27T17:35:06.4381527Z test_alpha_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-09-27T17:35:06.4429182Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:06.4473912Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:06.4518642Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:06.4569424Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:06.4623218Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:06.4669158Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:06.4749863Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.4834665Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.4913019Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.4990565Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.5075010Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.5155796Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.5233904Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.5317571Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.5397689Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.5475107Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.5552476Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.5636215Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.5718275Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.5795565Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.5844601Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:06.5923710Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.6010848Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:06.6057783Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:06.6133518Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:06.6209521Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:06.6260120Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:06.6311337Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:06.6354461Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:06.6396995Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:06.6440102Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:06.6483043Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:06.6526889Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:06.6605639Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.6690953Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.6763871Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:06.6839629Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:06.6915665Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:06.6998016Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.7077859Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.7153771Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.7235777Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.7314612Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.7390604Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:06.7466363Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:06.7548713Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.7627492Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.7674409Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:06.7750139Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:06.7827272Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.7883722Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:06.7963764Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.8039227Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:06.8084825Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:06.8163842Z test_chunk_vmap_in_dim_0_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.8264686Z test_chunk_vmap_in_dim_0_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-09-27T17:35:06.8348994Z test_chunk_vmap_in_dim_0_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.8453228Z test_chunk_vmap_in_dim_1_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-09-27T17:35:06.8537248Z test_chunk_vmap_in_dim_1_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.8635724Z test_chunk_vmap_in_dim_1_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-09-27T17:35:06.8733618Z test_chunk_vmap_in_dim_2_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-09-27T17:35:06.8836250Z test_chunk_vmap_in_dim_2_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-09-27T17:35:06.8921784Z test_chunk_vmap_in_dim_2_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.8956740Z test_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:06.8991556Z test_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:06.9021928Z test_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:06.9098982Z test_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.9175787Z test_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.9259245Z test_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.9281482Z test_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-09-27T17:35:06.9302163Z test_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-09-27T17:35:06.9322718Z test_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-09-27T17:35:06.9417785Z test_factory_ops_randomness_different_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:06.9509169Z test_factory_ops_randomness_different_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:06.9585745Z test_factory_ops_randomness_error_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.9661922Z test_factory_ops_randomness_error_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:06.9756097Z test_factory_ops_randomness_same_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:06.9849001Z test_factory_ops_randomness_same_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:06.9886129Z test_feature_alpha_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:06.9921237Z test_feature_alpha_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:06.9956764Z test_feature_alpha_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:07.0049105Z test_feature_alpha_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:07.0139208Z test_feature_alpha_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:07.0232705Z test_feature_alpha_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:07.0258478Z test_feature_alpha_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-09-27T17:35:07.0284631Z test_feature_alpha_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:07.0309766Z test_feature_alpha_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-09-27T17:35:07.0350564Z test_feature_dropout_randomness_different_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.0391071Z test_feature_dropout_randomness_different_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.0431831Z test_feature_dropout_randomness_different_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.0470767Z test_feature_dropout_randomness_different_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.0508732Z test_feature_dropout_randomness_different_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.0550036Z test_feature_dropout_randomness_different_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.0646931Z test_feature_dropout_randomness_error_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-09-27T17:35:07.0740168Z test_feature_dropout_randomness_error_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:07.0833434Z test_feature_dropout_randomness_error_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:07.0926925Z test_feature_dropout_randomness_error_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:07.1019942Z test_feature_dropout_randomness_error_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:07.1113301Z test_feature_dropout_randomness_error_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:07.1142487Z test_feature_dropout_randomness_same_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:07.1171746Z test_feature_dropout_randomness_same_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:07.1201799Z test_feature_dropout_randomness_same_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:07.1233424Z test_feature_dropout_randomness_same_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:07.1262363Z test_feature_dropout_randomness_same_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:07.1291810Z test_feature_dropout_randomness_same_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:07.1416472Z test_jacfwd_with_random_cuda (__main__.TestRandomnessCUDA) ... ok (0.012s) 2022-09-27T17:35:07.1452979Z test_like_functions_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.1489902Z test_like_functions_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.1525959Z test_like_functions_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.1598546Z test_like_functions_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.1671181Z test_like_functions_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.1743436Z test_like_functions_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.1837696Z test_like_functions_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:07.1932784Z test_like_functions_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:07.2026222Z test_like_functions_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-09-27T17:35:07.2072753Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:07.2119376Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:07.2165123Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.2210814Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.2257119Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:07.2303087Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.2381248Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:07.2456500Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.2531684Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.2607615Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.2683325Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.2758289Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.2833600Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.2909294Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.2950353Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.3026247Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.3102028Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.3143585Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.3188787Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.3234357Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.3280806Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-09-27T17:35:07.3325663Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.3371490Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.3417513Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.3493185Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.3568911Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.3643856Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.3719445Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.3795030Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.3870620Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.3946055Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.4025409Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:07.4065643Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.4141844Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:07.4217829Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.4258824Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-09-27T17:35:07.4319974Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.4381331Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.4440868Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.4500568Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.4562545Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.4622612Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.4668765Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_vmap.py:4301: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 14, 14], which does not match the required output shape [4, 3, 3, 14, 14]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T17:35:07.4670035Z lambda t, o, _: torch.binomial(t, (o - 0.5), **kwargs), 2022-09-27T17:35:07.4684246Z ok (0.006s) 2022-09-27T17:35:07.4745902Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.4806590Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.4880319Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.4953942Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5027283Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5100836Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5174540Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5247657Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5321313Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5394390Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5468370Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5541890Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5615507Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5689258Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5762610Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5836638Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5910321Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.5983969Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.6057356Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.6122270Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.6181802Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.6242876Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.6302036Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.6365829Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.6426654Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.6486529Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.6546267Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.6607420Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.6666860Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-09-27T17:35:07.6740611Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.6814768Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.6888896Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.6961991Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7035329Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7109233Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7184037Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7256985Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7330399Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7403864Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7477569Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7551745Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7624943Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7698968Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7772368Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7845764Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7918834Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.7985735Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.8170532Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.018s) 2022-09-27T17:35:07.8357420Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.019s) 2022-09-27T17:35:07.8432171Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:07.8510670Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:07.8589717Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:07.8668022Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:07.8882691Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.021s) 2022-09-27T17:35:07.9103206Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.022s) 2022-09-27T17:35:07.9312558Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.021s) 2022-09-27T17:35:07.9490914Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.018s) 2022-09-27T17:35:07.9678614Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.019s) 2022-09-27T17:35:07.9757942Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:07.9839462Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:07.9917838Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:07.9996182Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:08.0208648Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.021s) 2022-09-27T17:35:08.0426542Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.022s) 2022-09-27T17:35:08.0633880Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.021s) 2022-09-27T17:35:08.0773538Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-09-27T17:35:08.0913538Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-09-27T17:35:08.1053647Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-09-27T17:35:08.1131069Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:08.1208665Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:08.1285956Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:08.1363612Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:08.1441070Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:08.1598512Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.016s) 2022-09-27T17:35:08.1733965Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.013s) 2022-09-27T17:35:08.1872009Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-09-27T17:35:08.2010582Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-09-27T17:35:08.2088224Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:08.2165714Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:08.2242949Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:08.2320563Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:08.2397685Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-09-27T17:35:08.2552850Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-09-27T17:35:08.2584525Z test_randperm_randomness_different_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:08.2615192Z test_randperm_randomness_different_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:08.2684411Z test_randperm_randomness_error_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:08.2757619Z test_randperm_randomness_error_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-09-27T17:35:08.2784653Z test_randperm_randomness_same_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:08.2811697Z test_randperm_randomness_same_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-09-27T17:35:08.2955016Z test_unsupported_random_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-09-27T17:35:08.2990282Z test_fails_with_autograd_function_transform_grad_and_value_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-09-27T17:35:08.3022548Z test_fails_with_autograd_function_transform_grad_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-09-27T17:35:08.3057523Z test_fails_with_autograd_function_transform_jacfwd_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-09-27T17:35:08.3089802Z test_fails_with_autograd_function_transform_jacrev_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-09-27T17:35:08.3122110Z test_fails_with_autograd_function_transform_jvp_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-09-27T17:35:08.3154039Z test_fails_with_autograd_function_transform_vjp_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-09-27T17:35:08.3186046Z test_fails_with_autograd_function_transform_vmap_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-09-27T17:35:08.3240968Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... ok (0.005s) 2022-09-27T17:35:08.3254520Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... skip: error: element 0 of tensors does not require grad and does not have a grad_fn (0.001s) 2022-09-27T17:35:08.3270993Z test_batch_rule_does_not_need_to_handle_no_batched_input (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.3288521Z test_batched_gradient_basic (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.3300130Z test_constant_function (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.3355036Z test_data_dependent_control_flow_throws (__main__.TestVmapAPI) ... ok (0.005s) 2022-09-27T17:35:08.3370123Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.3391089Z test_fallback_atan2 (__main__.TestVmapAPI) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:35:08.3392063Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:35:08.4166697Z ok (0.079s) 2022-09-27T17:35:08.4181527Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.4192410Z test_fallback_masked_fill (__main__.TestVmapAPI) ... skip: (0.001s) 2022-09-27T17:35:08.4256458Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... ok (0.006s) 2022-09-27T17:35:08.4276262Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... expected failure (0.002s) 2022-09-27T17:35:08.4289693Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.4354026Z test_fallback_zero_dim (__main__.TestVmapAPI) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:35:08.4355845Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:35:08.4563268Z ok (0.027s) 2022-09-27T17:35:08.4574923Z test_func_with_no_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.4585617Z test_func_with_no_tensors (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.4599575Z test_functools_partial (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.4618895Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... expected failure (0.002s) 2022-09-27T17:35:08.4643115Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.4661027Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.4689475Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:35:08.4691292Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:35:08.4740501Z expected failure (0.008s) 2022-09-27T17:35:08.5408451Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... ok (0.067s) 2022-09-27T17:35:08.5517732Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... ok (0.011s) 2022-09-27T17:35:08.5536771Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.5598704Z test_item_throws (__main__.TestVmapAPI) ... ok (0.006s) 2022-09-27T17:35:08.5612390Z test_multiple_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.5641142Z test_multiple_out_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-09-27T17:35:08.5657811Z test_multiple_outputs (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.5670940Z test_multiple_outputs2 (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.5685758Z test_nested_negative_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.5700661Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.5741427Z test_nested_out_dims (__main__.TestVmapAPI) ... ok (0.004s) 2022-09-27T17:35:08.5754152Z test_nested_with_diag_embed (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.5779870Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.5797638Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.5814758Z test_nn_module (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.5852895Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... ok (0.004s) 2022-09-27T17:35:08.5866624Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.5890599Z test_non_zero_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.5910217Z test_none_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.5978759Z test_nonzero_out_dims (__main__.TestVmapAPI) ... ok (0.007s) 2022-09-27T17:35:08.5992183Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.6011425Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.6047759Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... ok (0.004s) 2022-09-27T17:35:08.6066072Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.6079483Z test_out_dims_edge_case (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.6094410Z test_out_dims_must_be_int_or_collection_of_int_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.6110931Z test_pytree_odict_returns (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.6135665Z test_pytree_returns (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.6154345Z test_pytree_returns_broadcast_nested (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.6173150Z test_pytree_returns_broadcast_simple (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.6192088Z test_pytree_returns_outdims (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.6226373Z test_reshape_dim_into (__main__.TestVmapAPI) ... ok (0.003s) 2022-09-27T17:35:08.6250266Z test_reshape_dim_outof (__main__.TestVmapAPI) ... ok (0.002s) 2022-09-27T17:35:08.6262086Z test_single_input (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T17:35:08.6357539Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... ok (0.009s) 2022-09-27T17:35:08.6361388Z test_vmap_autocast_cpu (__main__.TestVmapAPI) ... skip: Somehow, vmap and autocast do not work on CPU (0.000s) 2022-09-27T17:35:09.0368751Z test_vmap_autocast_cuda (__main__.TestVmapAPI) ... ok (0.400s) 2022-09-27T17:35:09.0523315Z test_add_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.015s) 2022-09-27T17:35:09.0602855Z test_binary_cross_entropy_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-09-27T17:35:09.0661926Z test_diagonal_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-09-27T17:35:09.0932490Z test_div_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.027s) 2022-09-27T17:35:09.0967950Z test_expand_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-09-27T17:35:09.1049449Z test_index_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-09-27T17:35:09.1119388Z test_inplace_manyview_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-09-27T17:35:09.1181748Z test_inplace_view_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-09-27T17:35:09.1294645Z test_lgamma_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.011s) 2022-09-27T17:35:09.1357925Z test_log1p_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-09-27T17:35:09.1419183Z test_log_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-09-27T17:35:09.1486334Z test_log_softmax_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-09-27T17:35:09.1564052Z test_logsumexp_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-09-27T17:35:09.1607570Z test_max_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-09-27T17:35:09.1651493Z test_median_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-09-27T17:35:09.1694286Z test_min_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-09-27T17:35:09.1930653Z test_mul_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.023s) 2022-09-27T17:35:09.1963918Z test_permute_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-09-27T17:35:09.1996711Z test_reshape_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-09-27T17:35:09.2078794Z test_select_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-09-27T17:35:09.2143291Z test_sigmoid_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-09-27T17:35:09.2229112Z test_slice_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-09-27T17:35:09.2270546Z test_stack_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-09-27T17:35:09.2427419Z test_sub_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.016s) 2022-09-27T17:35:09.5532242Z test_symeig_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_vmap.py:3025: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T17:35:09.5533328Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T17:35:09.5533896Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T17:35:09.5534180Z should be replaced with 2022-09-27T17:35:09.5534702Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T17:35:09.5535018Z and 2022-09-27T17:35:09.5535275Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T17:35:09.5535578Z should be replaced with 2022-09-27T17:35:09.5536495Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T17:35:09.5537415Z return torch.symeig(x, eigenvectors=True)[0] 2022-09-27T17:35:09.5623069Z ok (0.319s) 2022-09-27T17:35:09.5659798Z test_threshold_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-09-27T17:35:09.5717563Z test_trace_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-09-27T17:35:09.5736492Z test_unrelated_output_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-09-27T17:35:09.5756693Z test_unrelated_output_multiple_grad_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-09-27T17:35:09.5773285Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCUDA) ... expected failure (0.002s) 2022-09-27T17:35:09.5784368Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCUDA) ... ok (0.001s) 2022-09-27T17:35:09.5847710Z test_where_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-09-27T17:35:09.5930576Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T17:35:09.5970688Z test_adaptive_avg_pool2d (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T17:35:09.6056043Z test_argmax_dim (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T17:35:09.6261911Z test_arithmetic_add (__main__.TestVmapOperators) ... ok (0.020s) 2022-09-27T17:35:09.6465441Z test_arithmetic_add_dunder (__main__.TestVmapOperators) ... ok (0.020s) 2022-09-27T17:35:09.6677898Z test_arithmetic_div (__main__.TestVmapOperators) ... ok (0.021s) 2022-09-27T17:35:09.6893745Z test_arithmetic_div_dunder (__main__.TestVmapOperators) ... ok (0.022s) 2022-09-27T17:35:09.7095735Z test_arithmetic_mul (__main__.TestVmapOperators) ... ok (0.020s) 2022-09-27T17:35:09.7296819Z test_arithmetic_mul_dunder (__main__.TestVmapOperators) ... ok (0.020s) 2022-09-27T17:35:09.7510192Z test_arithmetic_pow (__main__.TestVmapOperators) ... ok (0.021s) 2022-09-27T17:35:09.7730703Z test_arithmetic_pow_dunder (__main__.TestVmapOperators) ... ok (0.022s) 2022-09-27T17:35:09.7933251Z test_arithmetic_sub (__main__.TestVmapOperators) ... ok (0.020s) 2022-09-27T17:35:09.8136246Z test_arithmetic_sub_dunder (__main__.TestVmapOperators) ... ok (0.020s) 2022-09-27T17:35:09.8809955Z test_as_strided (__main__.TestVmapOperators) ... ok (0.067s) 2022-09-27T17:35:09.9053069Z test_bmm (__main__.TestVmapOperators) ... ok (0.024s) 2022-09-27T17:35:09.9115966Z test_cat (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:09.9355984Z test_chunk (__main__.TestVmapOperators) ... ok (0.024s) 2022-09-27T17:35:09.9398169Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T17:35:09.9449917Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:09.9495940Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:09.9550541Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:09.9596658Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T17:35:09.9652414Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:09.9700265Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:09.9758261Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:09.9802600Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T17:35:09.9862494Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:09.9910423Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:09.9970976Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:10.0020203Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:10.0080228Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:10.0129682Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:10.0192601Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:10.0238166Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T17:35:10.0301567Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:10.0541322Z test_clamp (__main__.TestVmapOperators) ... ok (0.024s) 2022-09-27T17:35:10.0621642Z test_clamp_inplace_variant_clamp_max_ (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T17:35:10.0701008Z test_clamp_inplace_variant_clamp_min_ (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T17:35:10.0828909Z test_clamp_variant_clamp_max (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T17:35:10.0953565Z test_clamp_variant_clamp_min (__main__.TestVmapOperators) ... ok (0.012s) 2022-09-27T17:35:10.1209473Z test_clone (__main__.TestVmapOperators) ... ok (0.025s) 2022-09-27T17:35:10.2132059Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.092s) 2022-09-27T17:35:10.2235694Z test_conj (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:10.2249586Z test_conj_bit (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T17:35:10.2342411Z test_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-09-27T17:35:10.5028159Z test_conv2d (__main__.TestVmapOperators) ... ok (0.268s) 2022-09-27T17:35:10.5099314Z test_copy_ (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T17:35:10.5125128Z test_cross_batch_size_three (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T17:35:10.5185495Z test_diagonal (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:10.5421500Z test_dot (__main__.TestVmapOperators) ... ok (0.023s) 2022-09-27T17:35:10.5511642Z test_expand_as (__main__.TestVmapOperators) ... ok (0.009s) 2022-09-27T17:35:10.5703815Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.019s) 2022-09-27T17:35:10.5820556Z test_imag (__main__.TestVmapOperators) ... ok (0.012s) 2022-09-27T17:35:10.5837552Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T17:35:10.5929490Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-09-27T17:35:10.5946198Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T17:35:10.6012146Z test_mean (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:10.6093927Z test_mean_dim (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T17:35:10.6327780Z test_mm (__main__.TestVmapOperators) ... ok (0.023s) 2022-09-27T17:35:10.6352104Z test_mode_key (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T17:35:10.6461480Z test_movedim (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T17:35:10.6692524Z test_mv (__main__.TestVmapOperators) ... ok (0.023s) 2022-09-27T17:35:10.6747069Z test_narrow (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:10.6767911Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T17:35:10.6901557Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T17:35:10.6929678Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T17:35:10.6986121Z test_nll_loss (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:10.7029263Z test_one_hot (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T17:35:10.7146167Z test_real (__main__.TestVmapOperators) ... ok (0.012s) 2022-09-27T17:35:10.7170364Z test_repeat (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T17:35:10.7235153Z test_reshape (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:10.7315847Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T17:35:10.7396164Z test_result_type (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T17:35:10.7458650Z test_roll_no_dims (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:10.7505717Z test_select (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:10.7540271Z test_silu_backward (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T17:35:10.7589719Z test_slice (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:10.7649485Z test_slogdet (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:10.8119505Z test_split (__main__.TestVmapOperators) ... ok (0.047s) 2022-09-27T17:35:10.8429854Z test_squeeze (__main__.TestVmapOperators) ... ok (0.031s) 2022-09-27T17:35:10.8494466Z test_stack (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:10.8507937Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T17:35:10.8566425Z test_sum (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:10.8638270Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T17:35:10.8686761Z test_t (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:10.9971029Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.128s) 2022-09-27T17:35:11.0033624Z test_to (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T17:35:11.0088687Z test_trace (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:11.0155126Z test_transpose (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T17:35:11.0257635Z test_unary_pointwise_abs (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.0362647Z test_unary_pointwise_acos (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.0467082Z test_unary_pointwise_asin (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.0574290Z test_unary_pointwise_atan (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T17:35:11.0678595Z test_unary_pointwise_ceil (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.0781175Z test_unary_pointwise_cos (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.0885588Z test_unary_pointwise_cosh (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.0996937Z test_unary_pointwise_digamma (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T17:35:11.1100366Z test_unary_pointwise_exp (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.1208369Z test_unary_pointwise_expm1 (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T17:35:11.1312416Z test_unary_pointwise_floor (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.1412330Z test_unary_pointwise_frac (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.1521924Z test_unary_pointwise_lgamma (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T17:35:11.1627262Z test_unary_pointwise_log (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T17:35:11.1734437Z test_unary_pointwise_log10 (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T17:35:11.1840876Z test_unary_pointwise_log1p (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T17:35:11.1948635Z test_unary_pointwise_log2 (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T17:35:11.2048430Z test_unary_pointwise_neg (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.2152187Z test_unary_pointwise_reciprocal (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.2254822Z test_unary_pointwise_relu (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.2360075Z test_unary_pointwise_round (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.2463443Z test_unary_pointwise_rsqrt (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.2564886Z test_unary_pointwise_sigmoid (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.2664987Z test_unary_pointwise_sign (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.2770616Z test_unary_pointwise_sin (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.2873299Z test_unary_pointwise_sinh (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.2976612Z test_unary_pointwise_sqrt (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.3081224Z test_unary_pointwise_tan (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.3185503Z test_unary_pointwise_tanh (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.3288267Z test_unary_pointwise_trunc (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.5010413Z test_unbind (__main__.TestVmapOperators) ... ok (0.172s) 2022-09-27T17:35:11.5056890Z test_unfold (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T17:35:11.5086390Z test_unsafe_view (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T17:35:11.5189078Z test_unsqueeze (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T17:35:11.5359740Z test_view (__main__.TestVmapOperators) ... ok (0.017s) 2022-09-27T17:35:11.5554625Z test_view_as (__main__.TestVmapOperators) ... ok (0.019s) 2022-09-27T17:35:11.6715594Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.116s) 2022-09-27T17:35:11.6831471Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.012s) 2022-09-27T17:35:11.6846249Z test_vmap_fallback_check (__main__.TestVmapOperators) ... expected failure (0.001s) 2022-09-27T17:35:11.6856282Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T17:35:11.6870641Z test_weird_matmul_case (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T17:35:11.8695525Z test_advanced_indexing_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.182s) 2022-09-27T17:35:11.8717852Z test_batch_norm_training_False_track_running_stats_False_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-09-27T17:35:11.8739357Z test_batch_norm_training_False_track_running_stats_False_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-09-27T17:35:11.8809242Z test_batch_norm_training_False_track_running_stats_True_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:35:12.0712479Z test_batch_norm_training_False_track_running_stats_True_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.190s) 2022-09-27T17:35:12.0761963Z test_batch_norm_training_True_track_running_stats_False_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-09-27T17:35:12.1314264Z test_batch_norm_training_True_track_running_stats_False_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:35:12.1382350Z test_batch_norm_training_True_track_running_stats_True_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:35:12.1461893Z test_batch_norm_training_True_track_running_stats_True_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:35:13.0221743Z test_conv_double_backward_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.876s) 2022-09-27T17:35:13.0338847Z test_fill__Tensor_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:35:13.0354121Z test_flatten_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.001s) 2022-09-27T17:35:13.0368362Z test_foo_like_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.001s) 2022-09-27T17:35:13.0401894Z test_group_norm_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-09-27T17:35:13.0506447Z test_index_put_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:13.0704628Z test_inplace_on_view_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:35:13.0722140Z test_isinf_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-09-27T17:35:13.0738975Z test_isnan_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-09-27T17:35:13.1684055Z test_linalg_eigh_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:35:13.1684971Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:35:13.1699963Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:35:13.1700669Z return op(*args, **kwargs) 2022-09-27T17:35:13.2033566Z ok (0.129s) 2022-09-27T17:35:14.2664676Z test_linalg_svd_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.063s) 2022-09-27T17:35:14.2679769Z test_namedtuple_returns_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-09-27T17:35:14.2705562Z test_nested_advanced_indexing_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-09-27T17:35:14.2805549Z test_op_has_batch_rule_H_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:14.2906168Z test_op_has_batch_rule_T_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:14.3559745Z test_op_has_batch_rule___getitem___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.065s) 2022-09-27T17:35:14.6255388Z test_op_has_batch_rule___getitem___functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.269s) 2022-09-27T17:35:14.6797217Z test_op_has_batch_rule___radd___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-09-27T17:35:14.7379075Z test_op_has_batch_rule___rdiv___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-09-27T17:35:14.8259313Z test_op_has_batch_rule___rmatmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.088s) 2022-09-27T17:35:14.8797056Z test_op_has_batch_rule___rmod___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-09-27T17:35:14.9340266Z test_op_has_batch_rule___rmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-09-27T17:35:14.9402194Z test_op_has_batch_rule___rpow___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:853: 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-09-27T17:35:14.9402988Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T17:35:14.9458180Z expected failure (0.012s) 2022-09-27T17:35:14.9998288Z test_op_has_batch_rule___rsub___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-09-27T17:35:15.3745783Z test_op_has_batch_rule__masked_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.375s) 2022-09-27T17:35:15.7490247Z test_op_has_batch_rule__masked_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.374s) 2022-09-27T17:35:15.9815565Z test_op_has_batch_rule__masked_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.232s) 2022-09-27T17:35:16.2156205Z test_op_has_batch_rule__masked_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.234s) 2022-09-27T17:35:16.2686733Z test_op_has_batch_rule__masked_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-09-27T17:35:16.3215517Z test_op_has_batch_rule__masked_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-09-27T17:35:16.3938184Z test_op_has_batch_rule__masked_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-09-27T17:35:16.5131506Z test_op_has_batch_rule__masked_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.119s) 2022-09-27T17:35:16.9520701Z test_op_has_batch_rule__masked_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.439s) 2022-09-27T17:35:17.4797951Z test_op_has_batch_rule__masked_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.528s) 2022-09-27T17:35:17.5531174Z test_op_has_batch_rule__masked_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-09-27T17:35:19.4468089Z test_op_has_batch_rule__masked_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.893s) 2022-09-27T17:35:19.5823078Z test_op_has_batch_rule__masked_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.135s) 2022-09-27T17:35:19.9684201Z test_op_has_batch_rule__masked_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.386s) 2022-09-27T17:35:20.0409395Z test_op_has_batch_rule__masked_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-09-27T17:35:20.1155077Z test_op_has_batch_rule__masked_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-09-27T17:35:21.5714375Z test_op_has_batch_rule__masked_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.456s) 2022-09-27T17:35:21.9430407Z test_op_has_batch_rule__masked_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.372s) 2022-09-27T17:35:23.3711719Z test_op_has_batch_rule__masked_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.428s) 2022-09-27T17:35:23.3814191Z test_op_has_batch_rule_abs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:23.4000642Z test_op_has_batch_rule_acos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:23.4186239Z test_op_has_batch_rule_acosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-09-27T17:35:23.5862143Z test_op_has_batch_rule_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.167s) 2022-09-27T17:35:23.6799531Z test_op_has_batch_rule_addbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-09-27T17:35:23.8254215Z test_op_has_batch_rule_addcdiv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.145s) 2022-09-27T17:35:23.9707593Z test_op_has_batch_rule_addcmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.145s) 2022-09-27T17:35:24.0142845Z test_op_has_batch_rule_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-09-27T17:35:24.0576679Z test_op_has_batch_rule_addmm_decomposed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-09-27T17:35:24.1407823Z test_op_has_batch_rule_addmv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.083s) 2022-09-27T17:35:24.2314872Z test_op_has_batch_rule_addr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.091s) 2022-09-27T17:35:24.2413196Z test_op_has_batch_rule_all_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:24.2506839Z test_op_has_batch_rule_allclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-09-27T17:35:24.4352190Z test_op_has_batch_rule_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.184s) 2022-09-27T17:35:24.6208294Z test_op_has_batch_rule_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.185s) 2022-09-27T17:35:24.7415743Z test_op_has_batch_rule_aminmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.121s) 2022-09-27T17:35:24.7491712Z test_op_has_batch_rule_angle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:35:24.7590722Z test_op_has_batch_rule_any_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:24.7645678Z test_op_has_batch_rule_arange_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:35:24.8018692Z test_op_has_batch_rule_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-09-27T17:35:24.8398546Z test_op_has_batch_rule_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-09-27T17:35:24.9310391Z test_op_has_batch_rule_argsort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.091s) 2022-09-27T17:35:24.9408588Z test_op_has_batch_rule_argwhere_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:24.9524731Z test_op_has_batch_rule_as_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:35:24.9659576Z test_op_has_batch_rule_as_strided_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-09-27T17:35:24.9760575Z test_op_has_batch_rule_asin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:24.9860529Z test_op_has_batch_rule_asinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:25.0851619Z test_op_has_batch_rule_atan2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-09-27T17:35:25.0951119Z test_op_has_batch_rule_atan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:25.1050894Z test_op_has_batch_rule_atanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:25.2551517Z test_op_has_batch_rule_atleast_1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.150s) 2022-09-27T17:35:25.4056461Z test_op_has_batch_rule_atleast_2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.150s) 2022-09-27T17:35:25.5596690Z test_op_has_batch_rule_atleast_3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.154s) 2022-09-27T17:35:25.6439330Z test_op_has_batch_rule_baddbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.084s) 2022-09-27T17:35:25.6650271Z test_op_has_batch_rule_bernoulli_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.021s) 2022-09-27T17:35:25.6965886Z test_op_has_batch_rule_bfloat16_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.032s) 2022-09-27T17:35:25.7123134Z test_op_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:35:25.7645006Z test_op_has_batch_rule_block_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-09-27T17:35:25.7753133Z test_op_has_batch_rule_bmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-09-27T17:35:25.8062791Z test_op_has_batch_rule_bool_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-09-27T17:35:25.8216916Z test_op_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:35:25.8267440Z test_op_has_batch_rule_broadcast_shapes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:35:25.8872729Z test_op_has_batch_rule_broadcast_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.060s) 2022-09-27T17:35:25.9117210Z test_op_has_batch_rule_broadcast_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-09-27T17:35:25.9283798Z test_op_has_batch_rule_bucketize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.017s) 2022-09-27T17:35:25.9593884Z test_op_has_batch_rule_byte_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-09-27T17:35:25.9747409Z test_op_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:35:26.0017248Z test_op_has_batch_rule_cartesian_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:35:26.4469190Z test_op_has_batch_rule_cat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.445s) 2022-09-27T17:35:27.9037337Z test_op_has_batch_rule_cdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.457s) 2022-09-27T17:35:27.9141604Z test_op_has_batch_rule_ceil_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:27.9192836Z test_op_has_batch_rule_chalf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T17:35:27.9193627Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T17:35:27.9242367Z expected failure (0.010s) 2022-09-27T17:35:27.9555007Z test_op_has_batch_rule_char_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-09-27T17:35:27.9708325Z test_op_has_batch_rule_char_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:35:27.9771109Z test_op_has_batch_rule_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T17:35:27.9771981Z L = torch.cholesky(A) 2022-09-27T17:35:27.9772450Z should be replaced with 2022-09-27T17:35:27.9773057Z L = torch.linalg.cholesky(A) 2022-09-27T17:35:27.9773565Z and 2022-09-27T17:35:27.9773855Z U = torch.cholesky(A, upper=True) 2022-09-27T17:35:27.9774137Z should be replaced with 2022-09-27T17:35:27.9774427Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T17:35:27.9774971Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T17:35:27.9775552Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T17:35:28.0158867Z ok (0.045s) 2022-09-27T17:35:28.0587226Z test_op_has_batch_rule_cholesky_inverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-09-27T17:35:28.1319968Z test_op_has_batch_rule_cholesky_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-09-27T17:35:28.1583292Z test_op_has_batch_rule_chunk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-09-27T17:35:28.2407066Z test_op_has_batch_rule_clamp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.082s) 2022-09-27T17:35:28.2458179Z test_op_has_batch_rule_clamp_max_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:35:28.2509173Z test_op_has_batch_rule_clamp_min_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:35:28.2611437Z test_op_has_batch_rule_clone_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:28.2710541Z test_op_has_batch_rule_column_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:28.3664869Z test_op_has_batch_rule_combinations_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-09-27T17:35:28.3772555Z test_op_has_batch_rule_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:35:28.3886766Z test_op_has_batch_rule_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-09-27T17:35:28.3958976Z test_op_has_batch_rule_conj_physical_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:35:28.5467478Z test_op_has_batch_rule_constant_pad_nd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-09-27T17:35:28.5572531Z test_op_has_batch_rule_contiguous_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:28.5683028Z test_op_has_batch_rule_copysign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:35:28.5926705Z test_op_has_batch_rule_corrcoef_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-09-27T17:35:28.6117714Z test_op_has_batch_rule_cos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:28.6309177Z test_op_has_batch_rule_cosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:28.6407225Z test_op_has_batch_rule_count_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:28.9564634Z test_op_has_batch_rule_cov_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.315s) 2022-09-27T17:35:28.9892802Z test_op_has_batch_rule_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.033s) 2022-09-27T17:35:29.0068068Z test_op_has_batch_rule_cummax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:35:29.0242469Z test_op_has_batch_rule_cummin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:35:29.0568653Z test_op_has_batch_rule_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:35:29.0728827Z test_op_has_batch_rule_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:35:29.1293636Z test_op_has_batch_rule_cumulative_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-09-27T17:35:29.1502182Z test_op_has_batch_rule_deg2rad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-09-27T17:35:29.2015303Z test_op_has_batch_rule_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:35:29.3281204Z test_op_has_batch_rule_diag_embed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.126s) 2022-09-27T17:35:29.3381472Z test_op_has_batch_rule_diagflat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:29.5009405Z test_op_has_batch_rule_diagonal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.163s) 2022-09-27T17:35:29.5962535Z test_op_has_batch_rule_diagonal_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-09-27T17:35:30.1296110Z test_op_has_batch_rule_diff_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.533s) 2022-09-27T17:35:30.1642497Z test_op_has_batch_rule_digamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-09-27T17:35:30.4707096Z test_op_has_batch_rule_dist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.306s) 2022-09-27T17:35:30.5739003Z test_op_has_batch_rule_div_floor_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.103s) 2022-09-27T17:35:30.6748015Z test_op_has_batch_rule_div_no_rounding_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-09-27T17:35:30.7771802Z test_op_has_batch_rule_div_trunc_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.102s) 2022-09-27T17:35:30.7876778Z test_op_has_batch_rule_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:30.8185818Z test_op_has_batch_rule_double_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-09-27T17:35:30.8336919Z test_op_has_batch_rule_double_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:35:30.8683370Z test_op_has_batch_rule_dsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-09-27T17:35:30.9833650Z test_op_has_batch_rule_dstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.115s) 2022-09-27T17:35:31.0485374Z test_op_has_batch_rule_einsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-09-27T17:35:31.0535871Z test_op_has_batch_rule_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:35:31.0699257Z test_op_has_batch_rule_empty_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:35:31.1289351Z test_op_has_batch_rule_eq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-09-27T17:35:31.1343888Z test_op_has_batch_rule_equal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:35:31.1471071Z test_op_has_batch_rule_erf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:35:31.1754179Z test_op_has_batch_rule_erfc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-09-27T17:35:31.1897072Z test_op_has_batch_rule_erfinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-09-27T17:35:31.2177407Z test_op_has_batch_rule_exp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-09-27T17:35:31.2369609Z test_op_has_batch_rule_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:31.2571587Z test_op_has_batch_rule_expand_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:35:31.2875185Z test_op_has_batch_rule_expand_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-09-27T17:35:31.3001540Z test_op_has_batch_rule_expm1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:35:31.3053539Z test_op_has_batch_rule_eye_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:35:31.3600152Z test_op_has_batch_rule_fft_fft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-09-27T17:35:31.3937603Z test_op_has_batch_rule_fft_fft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-09-27T17:35:31.4267860Z test_op_has_batch_rule_fft_fftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-09-27T17:35:31.4457981Z test_op_has_batch_rule_fft_fftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:31.4751208Z test_op_has_batch_rule_fft_hfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:35:31.5149377Z test_op_has_batch_rule_fft_hfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-09-27T17:35:31.5489656Z test_op_has_batch_rule_fft_hfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-09-27T17:35:31.5751858Z test_op_has_batch_rule_fft_ifft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-09-27T17:35:31.6060657Z test_op_has_batch_rule_fft_ifft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-09-27T17:35:31.6388238Z test_op_has_batch_rule_fft_ifftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-09-27T17:35:31.6577433Z test_op_has_batch_rule_fft_ifftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:31.6685340Z test_op_has_batch_rule_fft_ihfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:35:31.7006214Z test_op_has_batch_rule_fft_ihfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:35:31.7114184Z test_op_has_batch_rule_fft_ihfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:35:31.7393667Z test_op_has_batch_rule_fft_irfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-09-27T17:35:31.7684415Z test_op_has_batch_rule_fft_irfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:35:31.8011734Z test_op_has_batch_rule_fft_irfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-09-27T17:35:31.8280974Z test_op_has_batch_rule_fft_rfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:35:31.8568168Z test_op_has_batch_rule_fft_rfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:35:31.8888710Z test_op_has_batch_rule_fft_rfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:35:31.9092660Z test_op_has_batch_rule_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:35:31.9303198Z test_op_has_batch_rule_flatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-09-27T17:35:31.9592870Z test_op_has_batch_rule_flip_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:35:31.9783999Z test_op_has_batch_rule_fliplr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:31.9976921Z test_op_has_batch_rule_flipud_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:32.0281910Z test_op_has_batch_rule_float_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-09-27T17:35:32.0429252Z test_op_has_batch_rule_float_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:35:32.1013445Z test_op_has_batch_rule_float_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-09-27T17:35:32.1114484Z test_op_has_batch_rule_floor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:32.1682374Z test_op_has_batch_rule_floor_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-09-27T17:35:32.2233843Z test_op_has_batch_rule_fmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:35:32.2781346Z test_op_has_batch_rule_fmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:35:32.3353844Z test_op_has_batch_rule_fmod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-09-27T17:35:32.3544959Z test_op_has_batch_rule_frac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:32.3705309Z test_op_has_batch_rule_frexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:35:32.3952763Z test_op_has_batch_rule_full_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-09-27T17:35:32.6505065Z test_op_has_batch_rule_gather_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.255s) 2022-09-27T17:35:32.7473349Z test_op_has_batch_rule_ge_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.097s) 2022-09-27T17:35:32.8958902Z test_op_has_batch_rule_geqrf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.148s) 2022-09-27T17:35:33.1768633Z test_op_has_batch_rule_gradient_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.281s) 2022-09-27T17:35:33.2732848Z test_op_has_batch_rule_gt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.096s) 2022-09-27T17:35:33.3045056Z test_op_has_batch_rule_half_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-09-27T17:35:33.3201407Z test_op_has_batch_rule_half_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:35:33.3755580Z test_op_has_batch_rule_heaviside_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:35:33.3945428Z test_op_has_batch_rule_histc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-09-27T17:35:33.4294283Z test_op_has_batch_rule_hsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-09-27T17:35:33.5413338Z test_op_has_batch_rule_hstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.112s) 2022-09-27T17:35:33.5957015Z test_op_has_batch_rule_hypot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-09-27T17:35:33.6190752Z test_op_has_batch_rule_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:35:33.7181106Z test_op_has_batch_rule_igamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-09-27T17:35:33.8168333Z test_op_has_batch_rule_igammac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-09-27T17:35:33.9300744Z test_op_has_batch_rule_index_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.113s) 2022-09-27T17:35:33.9700676Z test_op_has_batch_rule_index_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-09-27T17:35:33.9800601Z test_op_has_batch_rule_index_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:34.0242158Z test_op_has_batch_rule_index_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.044s) 2022-09-27T17:35:34.3519206Z test_op_has_batch_rule_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.327s) 2022-09-27T17:35:34.3572409Z test_op_has_batch_rule_index_reduce_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:884.) 2022-09-27T17:35:34.3573202Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T17:35:34.3621501Z expected failure (0.010s) 2022-09-27T17:35:34.3987158Z test_op_has_batch_rule_index_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-09-27T17:35:34.4154265Z test_op_has_batch_rule_inner_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:35:34.4463551Z test_op_has_batch_rule_int_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-09-27T17:35:34.4615817Z test_op_has_batch_rule_int_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:35:34.5096707Z test_op_has_batch_rule_isclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.048s) 2022-09-27T17:35:34.5232318Z test_op_has_batch_rule_isfinite_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:35:34.5340635Z test_op_has_batch_rule_isin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:35:34.5423328Z test_op_has_batch_rule_isinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:35:34.5504595Z test_op_has_batch_rule_isnan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:35:34.5579292Z test_op_has_batch_rule_isneginf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:35:34.5652968Z test_op_has_batch_rule_isposinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:35:34.5771965Z test_op_has_batch_rule_isreal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:35:34.5827639Z test_op_has_batch_rule_istft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T17:35:34.5828452Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T17:35:34.5879450Z expected failure (0.011s) 2022-09-27T17:35:34.9533199Z test_op_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.365s) 2022-09-27T17:35:35.3344778Z test_op_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.381s) 2022-09-27T17:35:35.6892319Z test_op_has_batch_rule_jiterator_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.355s) 2022-09-27T17:35:36.0422333Z test_op_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.353s) 2022-09-27T17:35:36.2207181Z test_op_has_batch_rule_jiterator_unary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.178s) 2022-09-27T17:35:36.2318440Z test_op_has_batch_rule_kron_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-09-27T17:35:36.3474515Z test_op_has_batch_rule_kthvalue_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.115s) 2022-09-27T17:35:36.4089766Z test_op_has_batch_rule_ldexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-09-27T17:35:36.5062652Z test_op_has_batch_rule_le_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.097s) 2022-09-27T17:35:36.6315328Z test_op_has_batch_rule_lerp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.125s) 2022-09-27T17:35:36.6590965Z test_op_has_batch_rule_lgamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:35:36.7090876Z test_op_has_batch_rule_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-09-27T17:35:36.7740206Z test_op_has_batch_rule_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-09-27T17:35:36.7961217Z test_op_has_batch_rule_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:35:36.8405185Z test_op_has_batch_rule_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.044s) 2022-09-27T17:35:36.9057666Z test_op_has_batch_rule_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-09-27T17:35:37.1527381Z test_op_has_batch_rule_linalg_det_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.247s) 2022-09-27T17:35:37.2034771Z test_op_has_batch_rule_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:35:37.2076952Z test_op_has_batch_rule_linalg_eigh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-09-27T17:35:37.2439689Z test_op_has_batch_rule_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-09-27T17:35:37.2737688Z test_op_has_batch_rule_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:35:37.3826314Z test_op_has_batch_rule_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.109s) 2022-09-27T17:35:37.4388201Z test_op_has_batch_rule_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-09-27T17:35:37.4792704Z test_op_has_batch_rule_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-09-27T17:35:37.4896791Z test_op_has_batch_rule_linalg_ldl_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:37.5182493Z test_op_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-09-27T17:35:37.5224428Z test_op_has_batch_rule_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-09-27T17:35:37.6874431Z test_op_has_batch_rule_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.165s) 2022-09-27T17:35:37.8027618Z test_op_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.115s) 2022-09-27T17:35:37.8129825Z test_op_has_batch_rule_linalg_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:37.8237045Z test_op_has_batch_rule_linalg_lu_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:35:38.0204622Z test_op_has_batch_rule_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.197s) 2022-09-27T17:35:39.0544928Z test_op_has_batch_rule_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.034s) 2022-09-27T17:35:39.3410893Z test_op_has_batch_rule_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.287s) 2022-09-27T17:35:39.4656258Z test_op_has_batch_rule_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.124s) 2022-09-27T17:35:39.7809305Z test_op_has_batch_rule_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.315s) 2022-09-27T17:35:39.8145313Z test_op_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-09-27T17:35:39.9355615Z test_op_has_batch_rule_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.121s) 2022-09-27T17:35:40.2580334Z test_op_has_batch_rule_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.322s) 2022-09-27T17:35:40.4823856Z test_op_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.224s) 2022-09-27T17:35:40.5894741Z test_op_has_batch_rule_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.107s) 2022-09-27T17:35:40.6246479Z test_op_has_batch_rule_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-09-27T17:35:40.6292795Z test_op_has_batch_rule_linalg_pinv_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T17:35:40.7873051Z test_op_has_batch_rule_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.158s) 2022-09-27T17:35:40.8390561Z test_op_has_batch_rule_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-09-27T17:35:40.9605472Z test_op_has_batch_rule_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.121s) 2022-09-27T17:35:41.1152678Z test_op_has_batch_rule_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.155s) 2022-09-27T17:35:41.8383380Z test_op_has_batch_rule_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.723s) 2022-09-27T17:35:41.9805294Z test_op_has_batch_rule_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.142s) 2022-09-27T17:35:42.1141093Z test_op_has_batch_rule_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.133s) 2022-09-27T17:35:42.1297034Z test_op_has_batch_rule_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:35:42.1400532Z test_op_has_batch_rule_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:42.1497829Z test_op_has_batch_rule_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:42.1594891Z test_op_has_batch_rule_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:42.6527796Z test_op_has_batch_rule_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.493s) 2022-09-27T17:35:42.6580827Z test_op_has_batch_rule_linspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:35:42.6773858Z test_op_has_batch_rule_log10_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:42.6900909Z test_op_has_batch_rule_log1p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:35:42.7093472Z test_op_has_batch_rule_log2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:42.7286144Z test_op_has_batch_rule_log_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:42.7799360Z test_op_has_batch_rule_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:35:42.8316851Z test_op_has_batch_rule_log_softmax_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-09-27T17:35:42.8420802Z test_op_has_batch_rule_logaddexp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:42.8523879Z test_op_has_batch_rule_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:42.8927360Z test_op_has_batch_rule_logcumsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-09-27T17:35:42.9380614Z test_op_has_batch_rule_logdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-09-27T17:35:42.9927025Z test_op_has_batch_rule_logical_and_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:35:43.0047837Z test_op_has_batch_rule_logical_not_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:35:43.0592739Z test_op_has_batch_rule_logical_or_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-09-27T17:35:43.1137837Z test_op_has_batch_rule_logical_xor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-09-27T17:35:43.1500465Z test_op_has_batch_rule_logit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-09-27T17:35:43.1552265Z test_op_has_batch_rule_logspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:35:43.2647681Z test_op_has_batch_rule_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.109s) 2022-09-27T17:35:43.2952358Z test_op_has_batch_rule_long_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.030s) 2022-09-27T17:35:43.3100854Z test_op_has_batch_rule_long_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:35:43.4067818Z test_op_has_batch_rule_lt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.097s) 2022-09-27T17:35:43.4127240Z test_op_has_batch_rule_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1660: 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-09-27T17:35:43.4128081Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T17:35:43.4128387Z should be replaced with 2022-09-27T17:35:43.4128666Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T17:35:43.4128971Z and 2022-09-27T17:35:43.4129251Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T17:35:43.4129575Z should be replaced with 2022-09-27T17:35:43.4130044Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T17:35:43.4130581Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T17:35:43.6609719Z ok (0.254s) 2022-09-27T17:35:43.6672179Z test_op_has_batch_rule_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T17:35:43.6672884Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T17:35:43.6673192Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T17:35:43.6673480Z should be replaced with 2022-09-27T17:35:43.6673917Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T17:35:43.6674406Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T17:35:43.6723009Z expected failure (0.011s) 2022-09-27T17:35:43.6824283Z test_op_has_batch_rule_lu_unpack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:43.7166559Z test_op_has_batch_rule_mH_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-09-27T17:35:43.7368743Z test_op_has_batch_rule_mT_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:35:43.8730265Z test_op_has_batch_rule_masked_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.136s) 2022-09-27T17:35:43.9472642Z test_op_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-09-27T17:35:43.9573574Z test_op_has_batch_rule_masked_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:44.0182409Z test_op_has_batch_rule_masked_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.061s) 2022-09-27T17:35:44.1850511Z test_op_has_batch_rule_matmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.167s) 2022-09-27T17:35:44.1963905Z test_op_has_batch_rule_matrix_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:35:44.3046061Z test_op_has_batch_rule_max_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.108s) 2022-09-27T17:35:44.3148678Z test_op_has_batch_rule_max_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:44.3366433Z test_op_has_batch_rule_max_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:35:44.3915132Z test_op_has_batch_rule_maximum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:35:44.4934678Z test_op_has_batch_rule_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.102s) 2022-09-27T17:35:44.5476791Z test_op_has_batch_rule_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-09-27T17:35:44.7446077Z test_op_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.197s) 2022-09-27T17:35:44.9376874Z test_op_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.193s) 2022-09-27T17:35:45.0466274Z test_op_has_batch_rule_min_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.109s) 2022-09-27T17:35:45.0569111Z test_op_has_batch_rule_min_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:45.0786798Z test_op_has_batch_rule_min_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:35:45.1334794Z test_op_has_batch_rule_minimum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:35:45.1441809Z test_op_has_batch_rule_mm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-09-27T17:35:45.1842510Z test_op_has_batch_rule_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-09-27T17:35:45.3352612Z test_op_has_batch_rule_movedim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-09-27T17:35:45.3466912Z test_op_has_batch_rule_msort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-09-27T17:35:45.5459131Z test_op_has_batch_rule_mul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.199s) 2022-09-27T17:35:45.6977074Z test_op_has_batch_rule_multinomial_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.152s) 2022-09-27T17:35:45.7085654Z test_op_has_batch_rule_mv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-09-27T17:35:45.8081808Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-09-27T17:35:45.9074388Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-09-27T17:35:46.0067077Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-09-27T17:35:46.0262083Z test_op_has_batch_rule_nan_to_num_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:46.0372689Z test_op_has_batch_rule_nanmean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:35:46.0923288Z test_op_has_batch_rule_nanmedian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:35:46.1044715Z test_op_has_batch_rule_nanquantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-09-27T17:35:46.1152182Z test_op_has_batch_rule_nansum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:35:46.1250088Z test_op_has_batch_rule_narrow_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:46.1370569Z test_op_has_batch_rule_narrow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-09-27T17:35:46.4926301Z test_op_has_batch_rule_native_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.355s) 2022-09-27T17:35:46.5897290Z test_op_has_batch_rule_ne_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.097s) 2022-09-27T17:35:46.6182209Z test_op_has_batch_rule_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-09-27T17:35:46.6368529Z test_op_has_batch_rule_new_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:46.6437048Z test_op_has_batch_rule_new_empty_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.007s) 2022-09-27T17:35:46.6700758Z test_op_has_batch_rule_new_full_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-09-27T17:35:46.6954441Z test_op_has_batch_rule_new_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-09-27T17:35:46.7208000Z test_op_has_batch_rule_new_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-09-27T17:35:46.7765593Z test_op_has_batch_rule_nextafter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:35:46.7990959Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:35:46.8352541Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-09-27T17:35:46.8784456Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-09-27T17:35:46.9140158Z test_op_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-09-27T17:35:47.0118105Z test_op_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.098s) 2022-09-27T17:35:47.0971704Z test_op_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.085s) 2022-09-27T17:35:47.1741511Z test_op_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.077s) 2022-09-27T17:35:47.3019976Z test_op_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.128s) 2022-09-27T17:35:47.4566084Z test_op_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.154s) 2022-09-27T17:35:47.9491611Z test_op_has_batch_rule_nn_functional_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.492s) 2022-09-27T17:35:48.4321437Z test_op_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.483s) 2022-09-27T17:35:48.4478889Z test_op_has_batch_rule_nn_functional_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-09-27T17:35:48.5218761Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-09-27T17:35:48.7448083Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.223s) 2022-09-27T17:35:48.7645227Z test_op_has_batch_rule_nn_functional_celu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:35:49.0295664Z test_op_has_batch_rule_nn_functional_conv1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.265s) 2022-09-27T17:35:49.4716887Z test_op_has_batch_rule_nn_functional_conv2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T17:35:49.4718111Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T17:35:49.9273799Z ok (0.898s) 2022-09-27T17:35:49.9407446Z test_op_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:35:49.9649142Z test_op_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-09-27T17:35:49.9884542Z test_op_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:35:50.0020976Z test_op_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-09-27T17:35:50.0164339Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-09-27T17:35:50.0404039Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-09-27T17:35:50.0627757Z test_op_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:35:50.0873190Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-09-27T17:35:50.1109959Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-09-27T17:35:50.1316871Z test_op_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-09-27T17:35:50.3841345Z test_op_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.252s) 2022-09-27T17:35:50.6724062Z test_op_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.288s) 2022-09-27T17:35:50.6769383Z test_op_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82340 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-09-27T17:35:50.8069386Z test_op_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.130s) 2022-09-27T17:35:50.8834351Z test_op_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-09-27T17:35:51.0331972Z test_op_has_batch_rule_nn_functional_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.149s) 2022-09-27T17:35:51.0446312Z test_op_has_batch_rule_nn_functional_ctc_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:35:51.0497068Z test_op_has_batch_rule_nn_functional_dropout2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T17:35:51.0498243Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T17:35:51.0728812Z expected failure (0.028s) 2022-09-27T17:35:51.1017227Z test_op_has_batch_rule_nn_functional_dropout3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-09-27T17:35:51.1288948Z test_op_has_batch_rule_nn_functional_dropout_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.027s) 2022-09-27T17:35:51.1486635Z test_op_has_batch_rule_nn_functional_elu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:35:51.1587423Z test_op_has_batch_rule_nn_functional_embedding_bag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:51.2636540Z test_op_has_batch_rule_nn_functional_embedding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.105s) 2022-09-27T17:35:51.3046648Z test_op_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-09-27T17:35:51.3251230Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.020s) 2022-09-27T17:35:51.4023627Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.077s) 2022-09-27T17:35:51.4176479Z test_op_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.015s) 2022-09-27T17:35:51.4339972Z test_op_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-09-27T17:35:51.4445901Z test_op_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:51.4912783Z test_op_has_batch_rule_nn_functional_gelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-09-27T17:35:51.6215090Z test_op_has_batch_rule_nn_functional_glu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.130s) 2022-09-27T17:35:51.8106157Z test_op_has_batch_rule_nn_functional_grid_sample_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.189s) 2022-09-27T17:35:51.8463091Z test_op_has_batch_rule_nn_functional_group_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-09-27T17:35:51.8673694Z test_op_has_batch_rule_nn_functional_hardshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-09-27T17:35:51.8868928Z test_op_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:35:51.9025262Z test_op_has_batch_rule_nn_functional_hardswish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:35:51.9234099Z test_op_has_batch_rule_nn_functional_hardtanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-09-27T17:35:52.0090656Z test_op_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.086s) 2022-09-27T17:35:52.0190592Z test_op_has_batch_rule_nn_functional_huber_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:52.0281020Z test_op_has_batch_rule_nn_functional_instance_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:35:52.0737477Z test_op_has_batch_rule_nn_functional_interpolate_area_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-09-27T17:35:52.1180554Z test_op_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-09-27T17:35:52.1611896Z test_op_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-09-27T17:35:52.2047606Z test_op_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-09-27T17:35:52.2485890Z test_op_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-09-27T17:35:52.2932689Z test_op_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-09-27T17:35:52.3034999Z test_op_has_batch_rule_nn_functional_kl_div_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:52.3100470Z test_op_has_batch_rule_nn_functional_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: 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-09-27T17:35:52.3101240Z return self.op(*args, **kwargs) 2022-09-27T17:35:52.3685303Z ok (0.065s) 2022-09-27T17:35:52.5005825Z test_op_has_batch_rule_nn_functional_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.132s) 2022-09-27T17:35:52.5298312Z test_op_has_batch_rule_nn_functional_leaky_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:35:52.6803369Z test_op_has_batch_rule_nn_functional_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.150s) 2022-09-27T17:35:52.7307280Z test_op_has_batch_rule_nn_functional_local_response_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-09-27T17:35:52.7429504Z test_op_has_batch_rule_nn_functional_logsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:35:52.7557596Z test_op_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-09-27T17:35:52.8813256Z test_op_has_batch_rule_nn_functional_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.125s) 2022-09-27T17:35:58.3213471Z test_op_has_batch_rule_nn_functional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (5.440s) 2022-09-27T17:35:58.3679875Z test_op_has_batch_rule_nn_functional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.047s) 2022-09-27T17:35:58.3783514Z test_op_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:58.3888698Z test_op_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:58.3993000Z test_op_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:58.4097596Z test_op_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:58.4201008Z test_op_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:58.4342049Z test_op_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.014s) 2022-09-27T17:35:58.4539463Z test_op_has_batch_rule_nn_functional_mish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:35:58.4957415Z test_op_has_batch_rule_nn_functional_mse_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-09-27T17:35:58.5570668Z test_op_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-09-27T17:35:58.5671684Z test_op_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:58.5770235Z test_op_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:58.6187053Z test_op_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-09-27T17:35:59.0353494Z test_op_has_batch_rule_nn_functional_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.417s) 2022-09-27T17:35:59.0683757Z test_op_has_batch_rule_nn_functional_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-09-27T17:35:59.0989456Z test_op_has_batch_rule_nn_functional_pad_circular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-09-27T17:35:59.2568185Z test_op_has_batch_rule_nn_functional_pad_constant_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.158s) 2022-09-27T17:35:59.2983770Z test_op_has_batch_rule_nn_functional_pad_reflect_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-09-27T17:35:59.3391809Z test_op_has_batch_rule_nn_functional_pad_replicate_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-09-27T17:35:59.3872643Z test_op_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-09-27T17:35:59.3969771Z test_op_has_batch_rule_nn_functional_pdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:35:59.4074560Z test_op_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:35:59.4179035Z test_op_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:36:00.0229238Z test_op_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.605s) 2022-09-27T17:36:00.1790737Z test_op_has_batch_rule_nn_functional_prelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.156s) 2022-09-27T17:36:00.1914311Z test_op_has_batch_rule_nn_functional_relu6_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:00.2072244Z test_op_has_batch_rule_nn_functional_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:00.2267680Z test_op_has_batch_rule_nn_functional_rrelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-09-27T17:36:00.2462720Z test_op_has_batch_rule_nn_functional_selu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:36:00.2658858Z test_op_has_batch_rule_nn_functional_silu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:36:00.2758898Z test_op_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:36:00.3049094Z test_op_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-09-27T17:36:00.3272274Z test_op_has_batch_rule_nn_functional_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:36:00.3500743Z test_op_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:36:00.3624049Z test_op_has_batch_rule_nn_functional_softplus_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:00.3990584Z test_op_has_batch_rule_nn_functional_softshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-09-27T17:36:00.4122575Z test_op_has_batch_rule_nn_functional_softsign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:00.4246973Z test_op_has_batch_rule_nn_functional_tanhshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:00.4420825Z test_op_has_batch_rule_nn_functional_threshold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:36:00.4524932Z test_op_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:36:00.5807583Z test_op_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.128s) 2022-09-27T17:36:01.3971295Z test_op_has_batch_rule_nn_functional_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.816s) 2022-09-27T17:36:01.4028537Z test_op_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T17:36:01.4029337Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T17:36:01.4142796Z ok (0.017s) 2022-09-27T17:36:01.4205864Z test_op_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T17:36:01.4206661Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T17:36:01.4551999Z ok (0.041s) 2022-09-27T17:36:01.4662711Z test_op_has_batch_rule_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:36:01.5996548Z test_op_has_batch_rule_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.133s) 2022-09-27T17:36:01.6137577Z test_op_has_batch_rule_norm_fro_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-09-27T17:36:01.6305115Z test_op_has_batch_rule_norm_inf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:36:01.6523689Z test_op_has_batch_rule_norm_nuc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:36:01.6642938Z test_op_has_batch_rule_normal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-09-27T17:36:01.6762005Z test_op_has_batch_rule_normal_number_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-09-27T17:36:01.6812267Z test_op_has_batch_rule_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:36:01.7053146Z test_op_has_batch_rule_ones_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-09-27T17:36:01.7581462Z test_op_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-09-27T17:36:02.5165404Z test_op_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.758s) 2022-09-27T17:36:02.6296542Z test_op_has_batch_rule_ormqr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.113s) 2022-09-27T17:36:02.6461411Z test_op_has_batch_rule_outer_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:02.6591002Z test_op_has_batch_rule_pca_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-09-27T17:36:02.6755208Z test_op_has_batch_rule_permute_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:02.7211458Z test_op_has_batch_rule_pinverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-09-27T17:36:02.7807367Z test_op_has_batch_rule_polar_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-09-27T17:36:02.8198247Z test_op_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-09-27T17:36:02.8521789Z test_op_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:36:02.8844288Z test_op_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:36:02.9166975Z test_op_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:36:02.9492180Z test_op_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:36:02.9608255Z test_op_has_batch_rule_positive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:03.0154289Z test_op_has_batch_rule_pow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-09-27T17:36:03.1260474Z test_op_has_batch_rule_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.111s) 2022-09-27T17:36:03.1362362Z test_op_has_batch_rule_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:36:03.1423637Z test_op_has_batch_rule_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T17:36:03.1424512Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T17:36:03.1424856Z Q, R = torch.qr(A, some) 2022-09-27T17:36:03.1425122Z should be replaced with 2022-09-27T17:36:03.1425731Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T17:36:03.1426443Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T17:36:03.2968335Z ok (0.160s) 2022-09-27T17:36:03.3088546Z test_op_has_batch_rule_quantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-09-27T17:36:03.3287100Z test_op_has_batch_rule_rad2deg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:36:03.3402037Z test_op_has_batch_rule_rand_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:36:03.3518177Z test_op_has_batch_rule_randint_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-09-27T17:36:03.3560671Z test_op_has_batch_rule_randn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test expects tensor input (0.004s) 2022-09-27T17:36:03.3675922Z test_op_has_batch_rule_randn_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:36:03.3803995Z test_op_has_batch_rule_ravel_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:03.3920373Z test_op_has_batch_rule_real_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:03.4122342Z test_op_has_batch_rule_reciprocal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:36:03.4696572Z test_op_has_batch_rule_remainder_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-09-27T17:36:03.4888346Z test_op_has_batch_rule_renorm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-09-27T17:36:03.5934014Z test_op_has_batch_rule_repeat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.104s) 2022-09-27T17:36:03.6142416Z test_op_has_batch_rule_repeat_interleave_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-09-27T17:36:03.6420155Z test_op_has_batch_rule_reshape_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-09-27T17:36:03.6804335Z test_op_has_batch_rule_reshape_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-09-27T17:36:03.6939192Z test_op_has_batch_rule_resize__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-09-27T17:36:03.7044036Z test_op_has_batch_rule_resize_as__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:36:03.7141414Z test_op_has_batch_rule_resolve_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:36:03.7238214Z test_op_has_batch_rule_resolve_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:36:03.8225319Z test_op_has_batch_rule_roll_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-09-27T17:36:03.9758837Z test_op_has_batch_rule_rot90_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.153s) 2022-09-27T17:36:03.9886067Z test_op_has_batch_rule_round_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:04.0152446Z test_op_has_batch_rule_round_decimals_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:36:04.0422080Z test_op_has_batch_rule_round_decimals_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:36:04.0684735Z test_op_has_batch_rule_round_decimals_neg_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-09-27T17:36:04.0877427Z test_op_has_batch_rule_rsqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:36:04.1539088Z test_op_has_batch_rule_rsub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-09-27T17:36:04.5803251Z test_op_has_batch_rule_scatter_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.426s) 2022-09-27T17:36:05.1903090Z test_op_has_batch_rule_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.610s) 2022-09-27T17:36:05.1993663Z test_op_has_batch_rule_scatter_reduce_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T17:36:05.1994457Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T17:36:05.2043960Z expected failure (0.014s) 2022-09-27T17:36:05.2173512Z test_op_has_batch_rule_scatter_reduce_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-09-27T17:36:05.2314501Z test_op_has_batch_rule_scatter_reduce_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.014s) 2022-09-27T17:36:05.2443663Z test_op_has_batch_rule_scatter_reduce_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-09-27T17:36:05.2573061Z test_op_has_batch_rule_scatter_reduce_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-09-27T17:36:05.4017078Z test_op_has_batch_rule_searchsorted_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-09-27T17:36:05.4018087Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T17:36:05.4019309Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-09-27T17:36:05.4020164Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T17:36:05.4113086Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: torch.searchsorted(): sorter tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous sorter tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:47.) 2022-09-27T17:36:05.4113956Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:06.1825121Z ok (0.925s) 2022-09-27T17:36:06.1928630Z test_op_has_batch_rule_segment_reduce_lengths_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:36:06.2029757Z test_op_has_batch_rule_segment_reduce_offsets_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:36:06.2222813Z test_op_has_batch_rule_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:36:06.2600414Z test_op_has_batch_rule_select_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-09-27T17:36:06.2703375Z test_op_has_batch_rule_sgn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:36:06.3014047Z test_op_has_batch_rule_short_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.031s) 2022-09-27T17:36:06.3167506Z test_op_has_batch_rule_short_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:36:06.3240572Z test_op_has_batch_rule_sigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T17:36:06.3241257Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T17:36:06.3489569Z ok (0.032s) 2022-09-27T17:36:06.3591768Z test_op_has_batch_rule_sign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:36:06.3665848Z test_op_has_batch_rule_signbit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:36:06.3768853Z test_op_has_batch_rule_sin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:36:06.4058243Z test_op_has_batch_rule_sinc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:36:06.4160857Z test_op_has_batch_rule_sinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:36:06.4809820Z test_op_has_batch_rule_slice_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-09-27T17:36:06.5323873Z test_op_has_batch_rule_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:36:06.5848367Z test_op_has_batch_rule_softmax_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-09-27T17:36:06.7340346Z test_op_has_batch_rule_sort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.149s) 2022-09-27T17:36:06.7390449Z test_op_has_batch_rule_sparse_sampled_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:938: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T17:36:06.7391346Z .to_sparse_csr() 2022-09-27T17:36:06.7489677Z expected failure (0.015s) 2022-09-27T17:36:07.4579859Z test_op_has_batch_rule_special_airy_ai_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.709s) 2022-09-27T17:36:07.9766216Z test_op_has_batch_rule_special_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.519s) 2022-09-27T17:36:08.2295617Z test_op_has_batch_rule_special_bessel_j1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.253s) 2022-09-27T17:36:09.1022928Z test_op_has_batch_rule_special_bessel_y0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.873s) 2022-09-27T17:36:09.7135269Z test_op_has_batch_rule_special_bessel_y1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.611s) 2022-09-27T17:36:10.4118500Z test_op_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.698s) 2022-09-27T17:36:11.6576157Z test_op_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (1.246s) 2022-09-27T17:36:11.6617392Z test_op_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T17:36:11.6659778Z test_op_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T17:36:11.6788216Z test_op_has_batch_rule_special_entr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:11.6992769Z test_op_has_batch_rule_special_erfcx_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:36:12.1640323Z test_op_has_batch_rule_special_hermite_polynomial_h_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.464s) 2022-09-27T17:36:12.6109896Z test_op_has_batch_rule_special_hermite_polynomial_he_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.447s) 2022-09-27T17:36:12.6241103Z test_op_has_batch_rule_special_i0e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:12.6369588Z test_op_has_batch_rule_special_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:12.6501435Z test_op_has_batch_rule_special_i1e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:13.2150386Z test_op_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.565s) 2022-09-27T17:36:13.2191271Z test_op_has_batch_rule_special_legendre_polynomial_p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T17:36:13.2298244Z test_op_has_batch_rule_special_log_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:36:13.5246312Z test_op_has_batch_rule_special_modified_bessel_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.295s) 2022-09-27T17:36:13.8231084Z test_op_has_batch_rule_special_modified_bessel_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.298s) 2022-09-27T17:36:14.2581077Z test_op_has_batch_rule_special_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.435s) 2022-09-27T17:36:14.6690294Z test_op_has_batch_rule_special_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.411s) 2022-09-27T17:36:14.6822149Z test_op_has_batch_rule_special_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:14.6973250Z test_op_has_batch_rule_special_ndtri_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:36:14.7298043Z test_op_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:36:15.1302376Z test_op_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.400s) 2022-09-27T17:36:15.5398396Z test_op_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.409s) 2022-09-27T17:36:15.5440724Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T17:36:15.5482040Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T17:36:15.5523824Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T17:36:15.5565501Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T17:36:15.8749293Z test_op_has_batch_rule_special_spherical_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.318s) 2022-09-27T17:36:15.9301079Z test_op_has_batch_rule_special_xlog1py_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:36:20.1143818Z test_op_has_batch_rule_special_zeta_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (4.184s) 2022-09-27T17:36:20.1277382Z test_op_has_batch_rule_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:20.1503521Z test_op_has_batch_rule_split_list_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:36:20.1779426Z test_op_has_batch_rule_split_with_sizes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:36:20.1889261Z test_op_has_batch_rule_sqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-09-27T17:36:20.2014135Z test_op_has_batch_rule_square_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:20.2430942Z test_op_has_batch_rule_squeeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-09-27T17:36:20.3170541Z test_op_has_batch_rule_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-09-27T17:36:20.3470086Z test_op_has_batch_rule_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-09-27T17:36:20.3904874Z test_op_has_batch_rule_std_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-09-27T17:36:20.3957097Z test_op_has_batch_rule_stft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:610: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T17:36:20.3958394Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T17:36:20.4009386Z expected failure (0.010s) 2022-09-27T17:36:20.5209398Z test_op_has_batch_rule_sub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.120s) 2022-09-27T17:36:20.5797740Z test_op_has_batch_rule_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-09-27T17:36:20.6489512Z test_op_has_batch_rule_sum_to_size_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.069s) 2022-09-27T17:36:20.7943867Z test_op_has_batch_rule_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.145s) 2022-09-27T17:36:20.8065081Z test_op_has_batch_rule_svd_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-09-27T17:36:20.9084296Z test_op_has_batch_rule_symeig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.102s) 2022-09-27T17:36:20.9382438Z test_op_has_batch_rule_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-09-27T17:36:20.9734311Z test_op_has_batch_rule_take_along_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-09-27T17:36:21.0353648Z test_op_has_batch_rule_take_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.062s) 2022-09-27T17:36:21.0456250Z test_op_has_batch_rule_tan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:36:21.0517477Z test_op_has_batch_rule_tanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-09-27T17:36:21.0518412Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T17:36:21.0583947Z ok (0.013s) 2022-09-27T17:36:21.0678105Z test_op_has_batch_rule_tensor_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-09-27T17:36:21.0859959Z test_op_has_batch_rule_tensordot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-09-27T17:36:21.2244381Z test_op_has_batch_rule_tile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.138s) 2022-09-27T17:36:21.2285641Z test_op_has_batch_rule_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-09-27T17:36:21.2389636Z test_op_has_batch_rule_to_sparse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:36:21.3043342Z test_op_has_batch_rule_topk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-09-27T17:36:21.3126110Z test_op_has_batch_rule_trace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:36:21.4434211Z test_op_has_batch_rule_transpose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.131s) 2022-09-27T17:36:21.5003179Z test_op_has_batch_rule_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-09-27T17:36:21.5557775Z test_op_has_batch_rule_trapz_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:36:21.5620033Z test_op_has_batch_rule_triangular_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T17:36:21.5620818Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T17:36:21.5621218Z X = torch.triangular_solve(B, A).solution 2022-09-27T17:36:21.5621511Z should be replaced with 2022-09-27T17:36:21.5621973Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T17:36:21.5622466Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T17:36:21.6549965Z ok (0.099s) 2022-09-27T17:36:21.6820936Z test_op_has_batch_rule_tril_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:36:21.7087386Z test_op_has_batch_rule_triu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:36:21.8168756Z test_op_has_batch_rule_true_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.108s) 2022-09-27T17:36:21.8267328Z test_op_has_batch_rule_trunc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:36:21.9079635Z test_op_has_batch_rule_unbind_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.081s) 2022-09-27T17:36:21.9407319Z test_op_has_batch_rule_unflatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-09-27T17:36:22.0075460Z test_op_has_batch_rule_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.067s) 2022-09-27T17:36:22.0304115Z test_op_has_batch_rule_uniform_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.023s) 2022-09-27T17:36:22.0730485Z test_op_has_batch_rule_unique_consecutive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.043s) 2022-09-27T17:36:22.1153873Z test_op_has_batch_rule_unique_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.042s) 2022-09-27T17:36:22.1675230Z test_op_has_batch_rule_unsqueeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-09-27T17:36:22.1975764Z test_op_has_batch_rule_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-09-27T17:36:22.2409282Z test_op_has_batch_rule_var_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-09-27T17:36:22.2506755Z test_op_has_batch_rule_vdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:36:22.2634190Z test_op_has_batch_rule_view_as_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-09-27T17:36:22.2913443Z test_op_has_batch_rule_view_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-09-27T17:36:22.3423952Z test_op_has_batch_rule_view_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:36:22.3773784Z test_op_has_batch_rule_vsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-09-27T17:36:22.5119158Z test_op_has_batch_rule_vstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.134s) 2022-09-27T17:36:23.0937612Z test_op_has_batch_rule_where_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.582s) 2022-09-27T17:36:23.1957443Z test_op_has_batch_rule_xlogy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.102s) 2022-09-27T17:36:23.2171659Z test_op_has_batch_rule_zero__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-09-27T17:36:23.2222235Z test_op_has_batch_rule_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:36:23.2459691Z test_op_has_batch_rule_zeros_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-09-27T17:36:23.2481289Z test_torch_return_types_returns_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-09-27T17:36:23.2545682Z test_vmap_exhaustive_H_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-09-27T17:36:23.2610831Z test_vmap_exhaustive_T_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-09-27T17:36:23.3230987Z test_vmap_exhaustive___getitem___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.062s) 2022-09-27T17:36:23.5946085Z test_vmap_exhaustive___getitem___functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.271s) 2022-09-27T17:36:23.6472494Z test_vmap_exhaustive___radd___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-09-27T17:36:23.7040412Z test_vmap_exhaustive___rdiv___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-09-27T17:36:23.7911226Z test_vmap_exhaustive___rmatmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.087s) 2022-09-27T17:36:23.8420458Z test_vmap_exhaustive___rmod___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:36:23.8933085Z test_vmap_exhaustive___rmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:36:23.9028557Z test_vmap_exhaustive___rpow___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:853: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::detach_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:23.9029571Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T17:36:23.9031377Z expected failure (0.010s) 2022-09-27T17:36:23.9543053Z test_vmap_exhaustive___rsub___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:36:24.3278781Z test_vmap_exhaustive__masked_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.373s) 2022-09-27T17:36:24.7035649Z test_vmap_exhaustive__masked_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.376s) 2022-09-27T17:36:24.9361649Z test_vmap_exhaustive__masked_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.232s) 2022-09-27T17:36:25.1671977Z test_vmap_exhaustive__masked_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.231s) 2022-09-27T17:36:25.2170380Z test_vmap_exhaustive__masked_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-09-27T17:36:25.2668948Z test_vmap_exhaustive__masked_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-09-27T17:36:25.3361371Z test_vmap_exhaustive__masked_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.069s) 2022-09-27T17:36:25.4527212Z test_vmap_exhaustive__masked_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.117s) 2022-09-27T17:36:25.8949371Z test_vmap_exhaustive__masked_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.442s) 2022-09-27T17:36:26.4287860Z test_vmap_exhaustive__masked_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.534s) 2022-09-27T17:36:26.4996209Z test_vmap_exhaustive__masked_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.071s) 2022-09-27T17:36:28.4143040Z test_vmap_exhaustive__masked_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.914s) 2022-09-27T17:36:28.5508474Z test_vmap_exhaustive__masked_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.136s) 2022-09-27T17:36:28.9304710Z test_vmap_exhaustive__masked_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.380s) 2022-09-27T17:36:28.9998399Z test_vmap_exhaustive__masked_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.069s) 2022-09-27T17:36:29.0727600Z test_vmap_exhaustive__masked_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-09-27T17:36:30.5387402Z test_vmap_exhaustive__masked_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.466s) 2022-09-27T17:36:30.9113897Z test_vmap_exhaustive__masked_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.373s) 2022-09-27T17:36:32.3502457Z test_vmap_exhaustive__masked_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.439s) 2022-09-27T17:36:32.3561099Z test_vmap_exhaustive_abs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::absolute_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:32.3561995Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:32.3567272Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::absolute_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:32.3568018Z return op(*args, **kwargs) 2022-09-27T17:36:32.3627461Z ok (0.013s) 2022-09-27T17:36:32.3684756Z test_vmap_exhaustive_acos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccos_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:32.3685629Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:32.3691138Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccos_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:32.3691861Z return op(*args, **kwargs) 2022-09-27T17:36:32.3931567Z ok (0.030s) 2022-09-27T17:36:32.3988053Z test_vmap_exhaustive_acosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccosh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:32.3988921Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:32.3994640Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccosh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:32.3995506Z return op(*args, **kwargs) 2022-09-27T17:36:32.4234163Z ok (0.030s) 2022-09-27T17:36:32.5866574Z test_vmap_exhaustive_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.163s) 2022-09-27T17:36:32.5908336Z test_vmap_exhaustive_addbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:32.5909211Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:32.5916157Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:32.5916868Z return op(*args, **kwargs) 2022-09-27T17:36:32.7282124Z ok (0.141s) 2022-09-27T17:36:32.7405124Z test_vmap_exhaustive_addcdiv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcdiv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:32.7406003Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:32.7412255Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcdiv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:32.7412968Z return op(*args, **kwargs) 2022-09-27T17:36:32.9979415Z ok (0.270s) 2022-09-27T17:36:33.0107751Z test_vmap_exhaustive_addcmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcmul_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.0108647Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:33.0114942Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcmul_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.0115644Z return op(*args, **kwargs) 2022-09-27T17:36:33.2678837Z ok (0.270s) 2022-09-27T17:36:33.2724701Z test_vmap_exhaustive_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.2725561Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:33.2731782Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.2732791Z return op(*args, **kwargs) 2022-09-27T17:36:33.3317776Z ok (0.064s) 2022-09-27T17:36:33.3945467Z test_vmap_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-09-27T17:36:33.3987336Z test_vmap_exhaustive_addmv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.3988230Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:33.3994772Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.3995474Z return op(*args, **kwargs) 2022-09-27T17:36:33.5215142Z ok (0.127s) 2022-09-27T17:36:33.5256836Z test_vmap_exhaustive_addr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addr_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.5257700Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:33.5264003Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addr_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.5264695Z return op(*args, **kwargs) 2022-09-27T17:36:33.6553026Z ok (0.134s) 2022-09-27T17:36:33.6572921Z test_vmap_exhaustive_all_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.6573793Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:33.6579660Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.6580352Z return op(*args, **kwargs) 2022-09-27T17:36:33.6604856Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all.dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.6605618Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:33.6611714Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all.dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:33.6612422Z return op(*args, **kwargs) 2022-09-27T17:36:33.6954163Z ok (0.040s) 2022-09-27T17:36:33.7014184Z test_vmap_exhaustive_allclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-09-27T17:36:33.8853732Z test_vmap_exhaustive_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.184s) 2022-09-27T17:36:34.0671837Z test_vmap_exhaustive_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.182s) 2022-09-27T17:36:34.1841565Z test_vmap_exhaustive_aminmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.117s) 2022-09-27T17:36:34.1884365Z test_vmap_exhaustive_angle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-09-27T17:36:34.1905097Z test_vmap_exhaustive_any_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.1905969Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:34.1911602Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.1912421Z return op(*args, **kwargs) 2022-09-27T17:36:34.2265719Z ok (0.038s) 2022-09-27T17:36:34.2288363Z test_vmap_exhaustive_arange_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-09-27T17:36:34.2638704Z test_vmap_exhaustive_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-09-27T17:36:34.2990532Z test_vmap_exhaustive_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-09-27T17:36:34.3890216Z test_vmap_exhaustive_argsort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.090s) 2022-09-27T17:36:34.3910491Z test_vmap_exhaustive_argwhere_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::argwhere. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.3911394Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:34.3917035Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::argwhere. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.3918039Z return op(*args, **kwargs) 2022-09-27T17:36:34.4092246Z ok (0.020s) 2022-09-27T17:36:34.4126699Z test_vmap_exhaustive_as_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.4127723Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:34.4133767Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.4134531Z return op(*args, **kwargs) 2022-09-27T17:36:34.4192347Z expected failure (0.010s) 2022-09-27T17:36:34.4223189Z test_vmap_exhaustive_as_strided_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:10473: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.4224168Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-09-27T17:36:34.4578278Z ok (0.038s) 2022-09-27T17:36:34.4635495Z test_vmap_exhaustive_asin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsin_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.4636363Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:34.4642360Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsin_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.4643187Z return op(*args, **kwargs) 2022-09-27T17:36:34.4702739Z ok (0.012s) 2022-09-27T17:36:34.4760488Z test_vmap_exhaustive_asinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsinh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.4761371Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:34.4766938Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsinh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.4767781Z return op(*args, **kwargs) 2022-09-27T17:36:34.4827642Z ok (0.012s) 2022-09-27T17:36:34.4884126Z test_vmap_exhaustive_atan2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.4884983Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:34.4890762Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.4891555Z return op(*args, **kwargs) 2022-09-27T17:36:34.4900572Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.4901318Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:34.4907759Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.4908581Z return op(*args, **kwargs) 2022-09-27T17:36:34.6724033Z ok (0.190s) 2022-09-27T17:36:34.6780741Z test_vmap_exhaustive_atan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.6781608Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:34.6786919Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.6787739Z return op(*args, **kwargs) 2022-09-27T17:36:34.6847710Z ok (0.012s) 2022-09-27T17:36:34.6905219Z test_vmap_exhaustive_atanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctanh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.6906107Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:34.6911426Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctanh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:34.6912173Z return op(*args, **kwargs) 2022-09-27T17:36:34.6971684Z ok (0.012s) 2022-09-27T17:36:34.8457965Z test_vmap_exhaustive_atleast_1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.148s) 2022-09-27T17:36:34.9985954Z test_vmap_exhaustive_atleast_2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.153s) 2022-09-27T17:36:35.1493289Z test_vmap_exhaustive_atleast_3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-09-27T17:36:35.1548186Z test_vmap_exhaustive_baddbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::baddbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:35.1549272Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:35.1555365Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::baddbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:35.1556068Z return op(*args, **kwargs) 2022-09-27T17:36:35.2787374Z ok (0.129s) 2022-09-27T17:36:35.2965228Z test_vmap_exhaustive_bernoulli_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.018s) 2022-09-27T17:36:35.3248090Z test_vmap_exhaustive_bfloat16_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-09-27T17:36:35.3370856Z test_vmap_exhaustive_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:35.3866169Z test_vmap_exhaustive_block_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-09-27T17:36:35.3942396Z test_vmap_exhaustive_bmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:36:35.4224295Z test_vmap_exhaustive_bool_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-09-27T17:36:35.4344872Z test_vmap_exhaustive_bool_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:35.4361191Z test_vmap_exhaustive_broadcast_shapes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-09-27T17:36:35.4945178Z test_vmap_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-09-27T17:36:35.5156765Z test_vmap_exhaustive_broadcast_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-09-27T17:36:35.5241791Z test_vmap_exhaustive_bucketize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bucketize.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:35.5242697Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:35.5247836Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bucketize.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:35.5248539Z return op(*args, **kwargs) 2022-09-27T17:36:35.6625515Z ok (0.147s) 2022-09-27T17:36:35.6905565Z test_vmap_exhaustive_byte_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-09-27T17:36:35.7025472Z test_vmap_exhaustive_byte_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:35.7262424Z test_vmap_exhaustive_cartesian_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-09-27T17:36:36.1684083Z test_vmap_exhaustive_cat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.442s) 2022-09-27T17:36:37.6269335Z test_vmap_exhaustive_cdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.458s) 2022-09-27T17:36:37.6346270Z test_vmap_exhaustive_ceil_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:36:37.6365599Z test_vmap_exhaustive_chalf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::chalf. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:37.6366512Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T17:36:37.6524469Z ok (0.018s) 2022-09-27T17:36:37.6802833Z test_vmap_exhaustive_char_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-09-27T17:36:37.6923946Z test_vmap_exhaustive_char_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:37.7343014Z test_vmap_exhaustive_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-09-27T17:36:37.7747620Z test_vmap_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-09-27T17:36:37.8468384Z test_vmap_exhaustive_cholesky_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-09-27T17:36:37.8697636Z test_vmap_exhaustive_chunk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:36:37.8749485Z test_vmap_exhaustive_clamp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clamp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:37.8750359Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:37.8756941Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clamp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:37.8758015Z return op(*args, **kwargs) 2022-09-27T17:36:37.8768650Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clip_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:37.8769419Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:37.8775640Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clip_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:37.8776345Z return op(*args, **kwargs) 2022-09-27T17:36:38.0956560Z ok (0.226s) 2022-09-27T17:36:38.0974384Z test_vmap_exhaustive_clamp_max_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-09-27T17:36:38.0991185Z test_vmap_exhaustive_clamp_min_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-09-27T17:36:38.1059622Z test_vmap_exhaustive_clone_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:36:38.1124962Z test_vmap_exhaustive_column_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-09-27T17:36:38.2059336Z test_vmap_exhaustive_combinations_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.093s) 2022-09-27T17:36:38.2089971Z test_vmap_exhaustive_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:38.2090874Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:38.2096630Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:38.2097424Z return op(*args, **kwargs) 2022-09-27T17:36:38.2658977Z ok (0.060s) 2022-09-27T17:36:38.2741116Z test_vmap_exhaustive_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:36:38.2771331Z test_vmap_exhaustive_conj_physical_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::conj_physical_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:38.2772215Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:38.2777495Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::conj_physical_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:38.2778247Z return op(*args, **kwargs) 2022-09-27T17:36:38.2809325Z ok (0.007s) 2022-09-27T17:36:38.4304055Z test_vmap_exhaustive_constant_pad_nd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.149s) 2022-09-27T17:36:38.4368803Z test_vmap_exhaustive_contiguous_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-09-27T17:36:38.4395487Z test_vmap_exhaustive_copysign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:38.4396412Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:38.4402535Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:38.4403294Z return op(*args, **kwargs) 2022-09-27T17:36:38.4412269Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:38.4413061Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:38.4419193Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:38.4420083Z return op(*args, **kwargs) 2022-09-27T17:36:38.5400624Z ok (0.103s) 2022-09-27T17:36:38.5617375Z test_vmap_exhaustive_corrcoef_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-09-27T17:36:38.5780774Z test_vmap_exhaustive_cos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:38.5942818Z test_vmap_exhaustive_cosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:38.5964215Z test_vmap_exhaustive_count_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::count_nonzero. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:38.5965124Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:38.5970811Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::count_nonzero. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:38.5971590Z return op(*args, **kwargs) 2022-09-27T17:36:38.6568281Z ok (0.062s) 2022-09-27T17:36:38.9757909Z test_vmap_exhaustive_cov_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.319s) 2022-09-27T17:36:39.0047931Z test_vmap_exhaustive_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-09-27T17:36:39.0189934Z test_vmap_exhaustive_cummax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-09-27T17:36:39.0332609Z test_vmap_exhaustive_cummin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-09-27T17:36:39.0365825Z test_vmap_exhaustive_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:39.0366724Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:39.0372129Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:39.0372954Z return op(*args, **kwargs) 2022-09-27T17:36:39.0934144Z ok (0.060s) 2022-09-27T17:36:39.0969781Z test_vmap_exhaustive_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumsum_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:39.0970636Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:39.0976331Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumsum_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:39.0977286Z return op(*args, **kwargs) 2022-09-27T17:36:39.1190777Z ok (0.026s) 2022-09-27T17:36:39.1712853Z test_vmap_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-09-27T17:36:39.1877219Z test_vmap_exhaustive_deg2rad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:39.2338719Z test_vmap_exhaustive_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-09-27T17:36:39.3568416Z test_vmap_exhaustive_diag_embed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.123s) 2022-09-27T17:36:39.3591419Z test_vmap_exhaustive_diagflat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:39.3592285Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:39.3598081Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:39.3598768Z return op(*args, **kwargs) 2022-09-27T17:36:39.3742787Z ok (0.017s) 2022-09-27T17:36:39.5360905Z test_vmap_exhaustive_diagonal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.162s) 2022-09-27T17:36:39.6295749Z test_vmap_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.093s) 2022-09-27T17:36:40.1611888Z test_vmap_exhaustive_diff_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.532s) 2022-09-27T17:36:40.1902077Z test_vmap_exhaustive_digamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:36:40.4958362Z test_vmap_exhaustive_dist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.305s) 2022-09-27T17:36:40.5009332Z test_vmap_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::div_.Tensor_mode. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:40.5010222Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:40.5016147Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::div_.Tensor_mode. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:40.5016870Z return op(*args, **kwargs) 2022-09-27T17:36:40.6989591Z ok (0.203s) 2022-09-27T17:36:40.8984917Z test_vmap_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.200s) 2022-09-27T17:36:41.1011355Z test_vmap_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.203s) 2022-09-27T17:36:41.1084457Z test_vmap_exhaustive_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:36:41.1360705Z test_vmap_exhaustive_double_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.027s) 2022-09-27T17:36:41.1480151Z test_vmap_exhaustive_double_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:41.1793843Z test_vmap_exhaustive_dsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-09-27T17:36:41.2897138Z test_vmap_exhaustive_dstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.110s) 2022-09-27T17:36:41.3522931Z test_vmap_exhaustive_einsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-09-27T17:36:41.3539669Z test_vmap_exhaustive_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-09-27T17:36:41.3671990Z test_vmap_exhaustive_empty_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:41.4233953Z test_vmap_exhaustive_eq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-09-27T17:36:41.4255070Z test_vmap_exhaustive_equal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-09-27T17:36:41.4361214Z test_vmap_exhaustive_erf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:36:41.4574329Z test_vmap_exhaustive_erfc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:36:41.4667179Z test_vmap_exhaustive_erfinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:36:41.4890210Z test_vmap_exhaustive_exp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:36:41.5049790Z test_vmap_exhaustive_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:41.5219789Z test_vmap_exhaustive_expand_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:36:41.5492453Z test_vmap_exhaustive_expand_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:36:41.5586092Z test_vmap_exhaustive_expm1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:36:41.5604560Z test_vmap_exhaustive_eye_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-09-27T17:36:41.5832103Z test_vmap_exhaustive_fft_fft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:36:41.6090959Z test_vmap_exhaustive_fft_fft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-09-27T17:36:41.6381155Z test_vmap_exhaustive_fft_fftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:36:41.6537294Z test_vmap_exhaustive_fft_fftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:41.6782752Z test_vmap_exhaustive_fft_hfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-09-27T17:36:41.7048218Z test_vmap_exhaustive_fft_hfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-09-27T17:36:41.7362726Z test_vmap_exhaustive_fft_hfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-09-27T17:36:41.7597416Z test_vmap_exhaustive_fft_ifft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:36:41.7877783Z test_vmap_exhaustive_fft_ifft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-09-27T17:36:41.8175826Z test_vmap_exhaustive_fft_ifftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-09-27T17:36:41.8331136Z test_vmap_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:36:41.8361627Z test_vmap_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:41.8362802Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:41.8371283Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:41.8372071Z return op(*args, **kwargs) 2022-09-27T17:36:41.8620927Z ok (0.029s) 2022-09-27T17:36:41.8893502Z test_vmap_exhaustive_fft_ihfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:36:41.8925960Z test_vmap_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:41.8926838Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:41.8936022Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:41.8936850Z return op(*args, **kwargs) 2022-09-27T17:36:41.9252014Z ok (0.036s) 2022-09-27T17:36:41.9480321Z test_vmap_exhaustive_fft_irfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:36:41.9745044Z test_vmap_exhaustive_fft_irfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-09-27T17:36:42.0042034Z test_vmap_exhaustive_fft_irfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-09-27T17:36:42.0262498Z test_vmap_exhaustive_fft_rfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:36:42.0513712Z test_vmap_exhaustive_fft_rfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-09-27T17:36:42.0799257Z test_vmap_exhaustive_fft_rfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-09-27T17:36:42.0970581Z test_vmap_exhaustive_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:36:42.1137272Z test_vmap_exhaustive_flatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:36:42.1393912Z test_vmap_exhaustive_flip_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-09-27T17:36:42.1547869Z test_vmap_exhaustive_fliplr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:36:42.1700936Z test_vmap_exhaustive_flipud_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:36:42.1971566Z test_vmap_exhaustive_float_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.027s) 2022-09-27T17:36:42.2085265Z test_vmap_exhaustive_float_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-09-27T17:36:42.2632458Z test_vmap_exhaustive_float_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:36:42.2700765Z test_vmap_exhaustive_floor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:36:42.2737899Z test_vmap_exhaustive_floor_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::floor_divide_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:42.2738962Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:42.2744650Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::floor_divide_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:42.2745371Z return op(*args, **kwargs) 2022-09-27T17:36:42.3710049Z ok (0.101s) 2022-09-27T17:36:42.4228812Z test_vmap_exhaustive_fmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-09-27T17:36:42.4747806Z test_vmap_exhaustive_fmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-09-27T17:36:42.4790143Z test_vmap_exhaustive_fmod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fmod_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:42.4791007Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:42.4796880Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fmod_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:42.4797863Z return op(*args, **kwargs) 2022-09-27T17:36:42.5762365Z ok (0.101s) 2022-09-27T17:36:42.5921525Z test_vmap_exhaustive_frac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:42.6054389Z test_vmap_exhaustive_frexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:42.6274007Z test_vmap_exhaustive_full_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:36:42.8809040Z test_vmap_exhaustive_gather_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.253s) 2022-09-27T17:36:42.9751857Z test_vmap_exhaustive_ge_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-09-27T17:36:43.1266431Z test_vmap_exhaustive_geqrf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-09-27T17:36:43.4096939Z test_vmap_exhaustive_gradient_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.283s) 2022-09-27T17:36:43.5036642Z test_vmap_exhaustive_gt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-09-27T17:36:43.5316920Z test_vmap_exhaustive_half_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-09-27T17:36:43.5440655Z test_vmap_exhaustive_half_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:43.5484206Z test_vmap_exhaustive_heaviside_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::heaviside_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:43.5485132Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:43.5490916Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::heaviside_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:43.5491805Z return op(*args, **kwargs) 2022-09-27T17:36:43.6430945Z ok (0.099s) 2022-09-27T17:36:43.6545260Z test_vmap_exhaustive_histc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histc. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:43.6546122Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:43.6554540Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histc. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:43.6555195Z return op(*args, **kwargs) 2022-09-27T17:36:43.9962283Z ok (0.353s) 2022-09-27T17:36:44.0283290Z test_vmap_exhaustive_hsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:36:44.1372004Z test_vmap_exhaustive_hstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.109s) 2022-09-27T17:36:44.1416547Z test_vmap_exhaustive_hypot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::hypot_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.1417430Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:44.1423488Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::hypot_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.1424185Z return op(*args, **kwargs) 2022-09-27T17:36:44.2368757Z ok (0.100s) 2022-09-27T17:36:44.2538247Z test_vmap_exhaustive_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:36:44.2594487Z test_vmap_exhaustive_igamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.2595369Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:44.2601649Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.2602329Z return op(*args, **kwargs) 2022-09-27T17:36:44.3971471Z ok (0.143s) 2022-09-27T17:36:44.4027235Z test_vmap_exhaustive_igammac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igammac_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.4028249Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:44.4033682Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igammac_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.4034350Z return op(*args, **kwargs) 2022-09-27T17:36:44.5434903Z ok (0.146s) 2022-09-27T17:36:44.5473822Z test_vmap_exhaustive_index_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.5474700Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:44.5481461Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.5482138Z return op(*args, **kwargs) 2022-09-27T17:36:44.8478507Z ok (0.304s) 2022-09-27T17:36:44.8516832Z test_vmap_exhaustive_index_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_copy_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.8518070Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:44.8524845Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_copy_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.8525580Z return op(*args, **kwargs) 2022-09-27T17:36:44.9498298Z ok (0.102s) 2022-09-27T17:36:44.9522060Z test_vmap_exhaustive_index_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.9522961Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:44.9529177Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.9529858Z return op(*args, **kwargs) 2022-09-27T17:36:44.9539863Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill_.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.9540832Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:44.9547486Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill_.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:44.9548178Z return op(*args, **kwargs) 2022-09-27T17:36:44.9995985Z ok (0.050s) 2022-09-27T17:36:45.0408039Z test_vmap_exhaustive_index_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.041s) 2022-09-27T17:36:45.3701853Z test_vmap_exhaustive_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.329s) 2022-09-27T17:36:45.3724228Z test_vmap_exhaustive_index_reduce_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:45.3725115Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:45.3731547Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:45.3732271Z return op(*args, **kwargs) 2022-09-27T17:36:45.3743098Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:45.3743880Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:45.3750706Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:45.3751422Z return op(*args, **kwargs) 2022-09-27T17:36:46.5482546Z ok (1.178s) 2022-09-27T17:36:46.5816095Z test_vmap_exhaustive_index_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-09-27T17:36:46.5949235Z test_vmap_exhaustive_inner_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:46.6225680Z test_vmap_exhaustive_int_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-09-27T17:36:46.6345680Z test_vmap_exhaustive_int_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:36:46.6428967Z test_vmap_exhaustive_isclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:46.6430119Z return self.op(*args, **kwargs) 2022-09-27T17:36:46.6917625Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:46.6918395Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:46.6926802Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:46.6927514Z return op(*args, **kwargs) 2022-09-27T17:36:46.8391157Z ok (0.204s) 2022-09-27T17:36:46.8484717Z test_vmap_exhaustive_isfinite_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:36:46.8506858Z test_vmap_exhaustive_isin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isin.Tensor_Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:46.8507728Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:46.8514356Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isin.Tensor_Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:46.8515076Z return op(*args, **kwargs) 2022-09-27T17:36:46.8719697Z ok (0.023s) 2022-09-27T17:36:46.8762183Z test_vmap_exhaustive_isinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-09-27T17:36:46.8802873Z test_vmap_exhaustive_isnan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-09-27T17:36:46.8843231Z test_vmap_exhaustive_isneginf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-09-27T17:36:46.8883478Z test_vmap_exhaustive_isposinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-09-27T17:36:46.8968718Z test_vmap_exhaustive_isreal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:36:46.9001837Z test_vmap_exhaustive_istft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::istft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:46.9002706Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:46.9014990Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::istft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:46.9015691Z return op(*args, **kwargs) 2022-09-27T17:36:46.9713750Z ok (0.074s) 2022-09-27T17:36:46.9766846Z test_vmap_exhaustive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:36:46.9821970Z test_vmap_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:36:46.9882808Z test_vmap_exhaustive_jiterator_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-09-27T17:36:46.9944088Z test_vmap_exhaustive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-09-27T17:36:46.9994649Z test_vmap_exhaustive_jiterator_unary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:36:47.0068642Z test_vmap_exhaustive_kron_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:36:47.1200294Z test_vmap_exhaustive_kthvalue_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.113s) 2022-09-27T17:36:47.1248074Z test_vmap_exhaustive_ldexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ldexp_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:47.1248968Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:47.1255051Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ldexp_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:47.1255765Z return op(*args, **kwargs) 2022-09-27T17:36:47.2270437Z ok (0.107s) 2022-09-27T17:36:47.3210090Z test_vmap_exhaustive_le_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-09-27T17:36:47.3279043Z test_vmap_exhaustive_lerp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:47.3280008Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:47.3286058Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:47.3286763Z return op(*args, **kwargs) 2022-09-27T17:36:47.3883247Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:47.3884013Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:47.3890696Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:47.3891525Z return op(*args, **kwargs) 2022-09-27T17:36:47.5444978Z ok (0.223s) 2022-09-27T17:36:47.5673987Z test_vmap_exhaustive_lgamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:36:47.6155907Z test_vmap_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-09-27T17:36:47.6777203Z test_vmap_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-09-27T17:36:47.7025783Z test_vmap_exhaustive_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-09-27T17:36:47.7435065Z test_vmap_exhaustive_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.041s) 2022-09-27T17:36:47.8063567Z test_vmap_exhaustive_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-09-27T17:36:48.0502441Z test_vmap_exhaustive_linalg_det_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.244s) 2022-09-27T17:36:48.0989704Z test_vmap_exhaustive_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-09-27T17:36:48.0997692Z test_vmap_exhaustive_linalg_eigh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:36:48.1340540Z test_vmap_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-09-27T17:36:48.1626619Z test_vmap_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-09-27T17:36:48.2684799Z test_vmap_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.106s) 2022-09-27T17:36:48.3236735Z test_vmap_exhaustive_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-09-27T17:36:48.3624281Z test_vmap_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-09-27T17:36:48.3655833Z test_vmap_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:48.3656746Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:48.3671789Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:48.3672537Z return op(*args, **kwargs) 2022-09-27T17:36:48.3892073Z ok (0.027s) 2022-09-27T17:36:48.4163845Z test_vmap_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:36:48.4175868Z test_vmap_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/85341 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T17:36:48.5932608Z test_vmap_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.176s) 2022-09-27T17:36:48.7192194Z test_vmap_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.126s) 2022-09-27T17:36:48.7222021Z test_vmap_exhaustive_linalg_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:48.7223179Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:48.7240956Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:48.7241657Z return op(*args, **kwargs) 2022-09-27T17:36:48.9566883Z ok (0.237s) 2022-09-27T17:36:48.9603003Z test_vmap_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:48.9603898Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:48.9617158Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:48.9617854Z return op(*args, **kwargs) 2022-09-27T17:36:49.2484225Z ok (0.291s) 2022-09-27T17:36:49.4431822Z test_vmap_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.195s) 2022-09-27T17:36:50.4807287Z test_vmap_exhaustive_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.037s) 2022-09-27T17:36:50.7915290Z test_vmap_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.311s) 2022-09-27T17:36:50.9127672Z test_vmap_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.121s) 2022-09-27T17:36:51.2666758Z test_vmap_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.354s) 2022-09-27T17:36:51.2988137Z test_vmap_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:36:51.4168439Z test_vmap_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.118s) 2022-09-27T17:36:51.7485779Z test_vmap_exhaustive_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.332s) 2022-09-27T17:36:51.9706148Z test_vmap_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.222s) 2022-09-27T17:36:52.0865020Z test_vmap_exhaustive_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.116s) 2022-09-27T17:36:52.1199416Z test_vmap_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-09-27T17:36:52.1212574Z test_vmap_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T17:36:52.2781048Z test_vmap_exhaustive_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.157s) 2022-09-27T17:36:52.3276797Z test_vmap_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-09-27T17:36:52.4464324Z test_vmap_exhaustive_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.119s) 2022-09-27T17:36:52.5980594Z test_vmap_exhaustive_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.152s) 2022-09-27T17:36:53.3112179Z test_vmap_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.713s) 2022-09-27T17:36:53.4534404Z test_vmap_exhaustive_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.142s) 2022-09-27T17:36:53.5917287Z test_vmap_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.138s) 2022-09-27T17:36:53.6046847Z test_vmap_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:36:53.6074707Z test_vmap_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:53.6075624Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:53.6084813Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:53.6085544Z return op(*args, **kwargs) 2022-09-27T17:36:53.6489096Z ok (0.044s) 2022-09-27T17:36:53.6509106Z test_vmap_exhaustive_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:53.6510002Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:53.6516824Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:53.6517897Z return op(*args, **kwargs) 2022-09-27T17:36:53.6857960Z ok (0.037s) 2022-09-27T17:36:53.6876853Z test_vmap_exhaustive_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:53.6877987Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:53.6884121Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:53.6884835Z return op(*args, **kwargs) 2022-09-27T17:36:53.9476403Z ok (0.262s) 2022-09-27T17:36:54.4359589Z test_vmap_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.488s) 2022-09-27T17:36:54.4378604Z test_vmap_exhaustive_linspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-09-27T17:36:54.4539929Z test_vmap_exhaustive_log10_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:54.4633788Z test_vmap_exhaustive_log1p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:36:54.4792997Z test_vmap_exhaustive_log2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:54.4952116Z test_vmap_exhaustive_log_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:54.5431564Z test_vmap_exhaustive_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-09-27T17:36:54.5920465Z test_vmap_exhaustive_log_softmax_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-09-27T17:36:54.5990169Z test_vmap_exhaustive_logaddexp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:36:54.6060271Z test_vmap_exhaustive_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:36:54.6425112Z test_vmap_exhaustive_logcumsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-09-27T17:36:54.6831316Z test_vmap_exhaustive_logdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-09-27T17:36:54.7346786Z test_vmap_exhaustive_logical_and_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:36:54.7433796Z test_vmap_exhaustive_logical_not_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:36:54.7948667Z test_vmap_exhaustive_logical_or_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:36:54.8461767Z test_vmap_exhaustive_logical_xor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:36:54.8792277Z test_vmap_exhaustive_logit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-09-27T17:36:54.8810735Z test_vmap_exhaustive_logspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-09-27T17:36:54.9876089Z test_vmap_exhaustive_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.106s) 2022-09-27T17:36:55.0148144Z test_vmap_exhaustive_long_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.027s) 2022-09-27T17:36:55.0263781Z test_vmap_exhaustive_long_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-09-27T17:36:55.1226886Z test_vmap_exhaustive_lt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.096s) 2022-09-27T17:36:55.3869688Z test_vmap_exhaustive_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.264s) 2022-09-27T17:36:55.3903173Z test_vmap_exhaustive_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:55.3904067Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:55.3910997Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:55.3911698Z return op(*args, **kwargs) 2022-09-27T17:36:55.6855450Z ok (0.298s) 2022-09-27T17:36:55.6882062Z test_vmap_exhaustive_lu_unpack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:55.6883274Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:55.6896943Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:55.6897611Z return op(*args, **kwargs) 2022-09-27T17:36:56.1094239Z ok (0.424s) 2022-09-27T17:36:56.1403512Z test_vmap_exhaustive_mH_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-09-27T17:36:56.1572688Z test_vmap_exhaustive_mT_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:36:56.1689718Z test_vmap_exhaustive_masked_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:56.1690592Z return self.op(*args, **kwargs) 2022-09-27T17:36:56.3353424Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:56.3354216Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:56.3361389Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:56.3362120Z return op(*args, **kwargs) 2022-09-27T17:36:56.3373469Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:56.3374264Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:56.3381087Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:56.3381807Z return op(*args, **kwargs) 2022-09-27T17:36:56.5136715Z ok (0.356s) 2022-09-27T17:36:56.5856408Z test_vmap_exhaustive_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-09-27T17:36:56.5880556Z test_vmap_exhaustive_masked_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:56.5881670Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:56.5888195Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:56.5888927Z return op(*args, **kwargs) 2022-09-27T17:36:56.5899664Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:56.5900441Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:56.5907330Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:56.5908036Z return op(*args, **kwargs) 2022-09-27T17:36:56.7169533Z ok (0.131s) 2022-09-27T17:36:56.7743674Z test_vmap_exhaustive_masked_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.057s) 2022-09-27T17:36:56.9383662Z test_vmap_exhaustive_matmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.164s) 2022-09-27T17:36:56.9430048Z test_vmap_exhaustive_matrix_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:56.9430959Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:56.9449108Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:56.9449847Z return op(*args, **kwargs) 2022-09-27T17:36:56.9794052Z ok (0.041s) 2022-09-27T17:36:57.0846429Z test_vmap_exhaustive_max_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.105s) 2022-09-27T17:36:57.0915716Z test_vmap_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:36:57.1101060Z test_vmap_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-09-27T17:36:57.1617464Z test_vmap_exhaustive_maximum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-09-27T17:36:57.2605246Z test_vmap_exhaustive_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-09-27T17:36:57.3116608Z test_vmap_exhaustive_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:36:57.5045417Z test_vmap_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.193s) 2022-09-27T17:36:57.6965441Z test_vmap_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.192s) 2022-09-27T17:36:57.8027819Z test_vmap_exhaustive_min_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.106s) 2022-09-27T17:36:57.8097578Z test_vmap_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:36:57.8283391Z test_vmap_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-09-27T17:36:57.8798216Z test_vmap_exhaustive_minimum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:36:57.8871554Z test_vmap_exhaustive_mm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:36:57.9249896Z test_vmap_exhaustive_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-09-27T17:36:58.0729240Z test_vmap_exhaustive_movedim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.148s) 2022-09-27T17:36:58.0811003Z test_vmap_exhaustive_msort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:36:58.2760828Z test_vmap_exhaustive_mul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.195s) 2022-09-27T17:36:58.4244068Z test_vmap_exhaustive_multinomial_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.148s) 2022-09-27T17:36:58.4317467Z test_vmap_exhaustive_mv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:36:58.5276714Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.096s) 2022-09-27T17:36:58.6237522Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.096s) 2022-09-27T17:36:58.7209398Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.097s) 2022-09-27T17:36:58.7371089Z test_vmap_exhaustive_nan_to_num_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:36:58.7403171Z test_vmap_exhaustive_nanmean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:58.7404057Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:58.7410952Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:58.7411687Z return op(*args, **kwargs) 2022-09-27T17:36:58.8689544Z ok (0.132s) 2022-09-27T17:36:58.9209337Z test_vmap_exhaustive_nanmedian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-09-27T17:36:58.9256171Z test_vmap_exhaustive_nanquantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:58.9257055Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:58.9267482Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:58.9268394Z return op(*args, **kwargs) 2022-09-27T17:36:59.1036019Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:59.1036798Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:59.1047989Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:59.1048719Z return op(*args, **kwargs) 2022-09-27T17:36:59.4540801Z ok (0.533s) 2022-09-27T17:36:59.4569761Z test_vmap_exhaustive_nansum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:59.4570635Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:59.4576299Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:59.4577020Z return op(*args, **kwargs) 2022-09-27T17:36:59.5593464Z ok (0.105s) 2022-09-27T17:36:59.5613228Z test_vmap_exhaustive_narrow_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::narrow_copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:59.5614288Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:36:59.5620219Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::narrow_copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:36:59.5620947Z return op(*args, **kwargs) 2022-09-27T17:36:59.5758165Z ok (0.016s) 2022-09-27T17:36:59.5846808Z test_vmap_exhaustive_narrow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-09-27T17:36:59.9365363Z test_vmap_exhaustive_native_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.352s) 2022-09-27T17:37:00.0302630Z test_vmap_exhaustive_ne_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-09-27T17:37:00.0546341Z test_vmap_exhaustive_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::negative_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:00.0547229Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:00.0552617Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::negative_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:00.0553291Z return op(*args, **kwargs) 2022-09-27T17:37:00.0613558Z ok (0.031s) 2022-09-27T17:37:00.0765565Z test_vmap_exhaustive_new_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:37:00.0800640Z test_vmap_exhaustive_new_empty_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-09-27T17:37:00.1028920Z test_vmap_exhaustive_new_full_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:37:00.1251198Z test_vmap_exhaustive_new_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:37:00.1468864Z test_vmap_exhaustive_new_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:37:00.1512196Z test_vmap_exhaustive_nextafter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nextafter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:00.1513077Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:00.1518995Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nextafter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:00.1519695Z return op(*args, **kwargs) 2022-09-27T17:37:00.2455468Z ok (0.099s) 2022-09-27T17:37:00.2641334Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-09-27T17:37:00.2965578Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:37:00.3361534Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-09-27T17:37:00.3677962Z test_vmap_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:37:00.4619227Z test_vmap_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-09-27T17:37:00.5435631Z test_vmap_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.082s) 2022-09-27T17:37:00.6167850Z test_vmap_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-09-27T17:37:00.7412807Z test_vmap_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.124s) 2022-09-27T17:37:00.8924687Z test_vmap_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-09-27T17:37:01.3794328Z test_vmap_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.487s) 2022-09-27T17:37:01.8605131Z test_vmap_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.481s) 2022-09-27T17:37:01.8689367Z test_vmap_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:01.8690608Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:01.8701922Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:01.8702611Z return op(*args, **kwargs) 2022-09-27T17:37:02.5386933Z ok (0.678s) 2022-09-27T17:37:02.6093044Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.071s) 2022-09-27T17:37:02.8287703Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.219s) 2022-09-27T17:37:02.8449876Z test_vmap_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:37:03.1029826Z test_vmap_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.258s) 2022-09-27T17:37:03.9927849Z test_vmap_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.890s) 2022-09-27T17:37:04.0019818Z test_vmap_exhaustive_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:37:04.0218415Z test_vmap_exhaustive_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:37:04.0413145Z test_vmap_exhaustive_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:37:04.0513602Z test_vmap_exhaustive_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:37:04.0618031Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:37:04.0817529Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:37:04.1008548Z test_vmap_exhaustive_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:37:04.1205103Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:37:04.1401508Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:37:04.1575185Z test_vmap_exhaustive_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:37:04.4045325Z test_vmap_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.247s) 2022-09-27T17:37:04.6870403Z test_vmap_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.282s) 2022-09-27T17:37:04.9658908Z test_vmap_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.279s) 2022-09-27T17:37:05.0896983Z test_vmap_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.124s) 2022-09-27T17:37:05.1623001Z test_vmap_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-09-27T17:37:05.3063287Z test_vmap_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.144s) 2022-09-27T17:37:05.3092903Z test_vmap_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2624: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ctc_loss.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:05.3093785Z return torch.ctc_loss( 2022-09-27T17:37:05.5703255Z ok (0.264s) 2022-09-27T17:37:05.5952146Z test_vmap_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.025s) 2022-09-27T17:37:05.6205712Z test_vmap_exhaustive_nn_functional_dropout3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.025s) 2022-09-27T17:37:05.6434860Z test_vmap_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.023s) 2022-09-27T17:37:05.6596417Z test_vmap_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:37:05.6619450Z test_vmap_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2388: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::embedding_bag.padding_idx. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:05.6620348Z ret, _, _, _ = torch.embedding_bag( 2022-09-27T17:37:05.7215964Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2102: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::embedding_renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:05.7216788Z torch.embedding_renorm_(weight.detach(), input, max_norm, norm_type) 2022-09-27T17:37:05.7329391Z expected failure (0.073s) 2022-09-27T17:37:05.8406330Z test_vmap_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.108s) 2022-09-27T17:37:05.8781663Z test_vmap_exhaustive_nn_functional_embedding_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-09-27T17:37:05.8952033Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.017s) 2022-09-27T17:37:05.9686390Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-09-27T17:37:05.9803435Z test_vmap_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-09-27T17:37:05.9932386Z test_vmap_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-09-27T17:37:05.9959297Z test_vmap_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2829: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:05.9960143Z if torch.any(var < 0): 2022-09-27T17:37:06.0006309Z expected failure (0.007s) 2022-09-27T17:37:06.0436113Z test_vmap_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-09-27T17:37:06.1731668Z test_vmap_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.129s) 2022-09-27T17:37:06.3576663Z test_vmap_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.184s) 2022-09-27T17:37:06.3899510Z test_vmap_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:37:06.4071600Z test_vmap_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:37:06.4231510Z test_vmap_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:37:06.4359898Z test_vmap_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:37:06.4535612Z test_vmap_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:37:06.5351227Z test_vmap_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.081s) 2022-09-27T17:37:06.5372720Z test_vmap_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3226: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:06.5373718Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-09-27T17:37:06.5972757Z ok (0.062s) 2022-09-27T17:37:06.6028336Z test_vmap_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-09-27T17:37:06.6445210Z test_vmap_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-09-27T17:37:06.6851942Z test_vmap_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-09-27T17:37:06.7247347Z test_vmap_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-09-27T17:37:06.7644305Z test_vmap_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-09-27T17:37:06.8046167Z test_vmap_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-09-27T17:37:06.8453476Z test_vmap_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-09-27T17:37:06.8475041Z test_vmap_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2924: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::kl_div. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:06.8475973Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-09-27T17:37:06.8605607Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: 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-09-27T17:37:06.8606266Z warnings.warn( 2022-09-27T17:37:06.9603411Z ok (0.115s) 2022-09-27T17:37:07.0211502Z test_vmap_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-09-27T17:37:07.1508348Z test_vmap_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.129s) 2022-09-27T17:37:07.1768216Z test_vmap_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-09-27T17:37:07.3211603Z test_vmap_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.144s) 2022-09-27T17:37:07.3683054Z test_vmap_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-09-27T17:37:07.3770477Z test_vmap_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:37:07.3821753Z test_vmap_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3327: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::margin_ranking_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:07.3822750Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-09-27T17:37:07.7348105Z ok (0.358s) 2022-09-27T17:37:07.7903582Z test_vmap_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:696: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool1d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:07.7904543Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T17:37:11.2564620Z ok (3.521s) 2022-09-27T17:37:16.6552646Z test_vmap_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (5.399s) 2022-09-27T17:37:16.6661608Z test_vmap_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:843: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:16.6662632Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T17:37:16.7323992Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:16.7324819Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T17:37:19.1446708Z ok (2.489s) 2022-09-27T17:37:19.1471802Z test_vmap_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:948: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:19.1472899Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-09-27T17:37:20.2990587Z ok (1.154s) 2022-09-27T17:37:20.5538991Z test_vmap_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.255s) 2022-09-27T17:37:20.5563067Z test_vmap_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:980: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:20.5563979Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-09-27T17:37:22.7737458Z ok (2.220s) 2022-09-27T17:37:23.1423892Z test_vmap_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.368s) 2022-09-27T17:37:23.1450923Z test_vmap_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1012: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:23.1451883Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-09-27T17:37:23.9302273Z ok (0.788s) 2022-09-27T17:37:24.1189503Z test_vmap_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.188s) 2022-09-27T17:37:24.1352062Z test_vmap_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:37:24.1735386Z test_vmap_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-09-27T17:37:24.2312116Z test_vmap_exhaustive_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-09-27T17:37:24.2334028Z test_vmap_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3526: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:24.2335009Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-09-27T17:37:24.2647320Z ok (0.033s) 2022-09-27T17:37:24.2667646Z test_vmap_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3385: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:24.2668604Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-09-27T17:37:24.2853367Z ok (0.021s) 2022-09-27T17:37:24.3235388Z test_vmap_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-09-27T17:37:24.7337615Z test_vmap_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.410s) 2022-09-27T17:37:24.7630999Z test_vmap_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:37:24.7900543Z test_vmap_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:37:24.9429939Z test_vmap_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.153s) 2022-09-27T17:37:24.9808579Z test_vmap_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-09-27T17:37:25.0192293Z test_vmap_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-09-27T17:37:25.0637503Z test_vmap_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-09-27T17:37:25.0655623Z test_vmap_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:25.0656545Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:25.0660720Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:25.0661431Z return op(*args, **kwargs) 2022-09-27T17:37:25.0920236Z ok (0.028s) 2022-09-27T17:37:25.0992836Z test_vmap_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:37:25.1065219Z test_vmap_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:37:25.7058462Z test_vmap_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.599s) 2022-09-27T17:37:25.8591576Z test_vmap_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.153s) 2022-09-27T17:37:25.8680825Z test_vmap_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:37:25.8804346Z test_vmap_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:37:25.8965454Z test_vmap_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-09-27T17:37:25.9126070Z test_vmap_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:37:25.9286686Z test_vmap_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:37:25.9308251Z test_vmap_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3196: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:25.9309249Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-09-27T17:37:25.9845956Z ok (0.056s) 2022-09-27T17:37:25.9984003Z test_vmap_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3407: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:25.9985112Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-09-27T17:37:26.0786775Z ok (0.094s) 2022-09-27T17:37:26.0975239Z test_vmap_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:37:26.1168011Z test_vmap_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:37:26.1256854Z test_vmap_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:37:26.1595006Z test_vmap_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-09-27T17:37:26.1695747Z test_vmap_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:37:26.1786816Z test_vmap_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:37:26.1925926Z test_vmap_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-09-27T17:37:26.1953009Z test_vmap_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4551: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triplet_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:26.1954017Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-09-27T17:37:26.3134986Z ok (0.121s) 2022-09-27T17:37:26.4370068Z test_vmap_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.123s) 2022-09-27T17:37:27.2494063Z test_vmap_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.812s) 2022-09-27T17:37:27.2629983Z test_vmap_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-09-27T17:37:27.3002774Z test_vmap_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-09-27T17:37:27.3078945Z test_vmap_exhaustive_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.007s) 2022-09-27T17:37:27.4358839Z test_vmap_exhaustive_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.128s) 2022-09-27T17:37:27.4464044Z test_vmap_exhaustive_norm_fro_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:37:27.4596992Z test_vmap_exhaustive_norm_inf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:37:27.4778323Z test_vmap_exhaustive_norm_nuc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-09-27T17:37:27.4860208Z test_vmap_exhaustive_normal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-09-27T17:37:27.4940477Z test_vmap_exhaustive_normal_number_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-09-27T17:37:27.4956998Z test_vmap_exhaustive_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-09-27T17:37:27.5163165Z test_vmap_exhaustive_ones_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:37:27.5651621Z test_vmap_exhaustive_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-09-27T17:37:28.3194370Z test_vmap_exhaustive_ops_aten_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.754s) 2022-09-27T17:37:28.3301232Z test_vmap_exhaustive_ormqr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:28.3302090Z return self.op(*args, **kwargs) 2022-09-27T17:37:28.4942197Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:28.4942971Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:28.4950088Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:28.4950794Z return op(*args, **kwargs) 2022-09-27T17:37:30.2214388Z ok (1.902s) 2022-09-27T17:37:30.2342799Z test_vmap_exhaustive_outer_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:37:30.2437470Z test_vmap_exhaustive_pca_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-09-27T17:37:30.2569285Z test_vmap_exhaustive_permute_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-09-27T17:37:30.3007292Z test_vmap_exhaustive_pinverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-09-27T17:37:30.3567284Z test_vmap_exhaustive_polar_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-09-27T17:37:30.3600139Z test_vmap_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::polygamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:30.3601071Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:30.3606954Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::polygamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:30.3607635Z return op(*args, **kwargs) 2022-09-27T17:37:30.4161884Z ok (0.059s) 2022-09-27T17:37:30.4747772Z test_vmap_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-09-27T17:37:30.5330537Z test_vmap_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-09-27T17:37:30.5916843Z test_vmap_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-09-27T17:37:30.6501195Z test_vmap_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-09-27T17:37:30.6583361Z test_vmap_exhaustive_positive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:37:30.6619011Z test_vmap_exhaustive_pow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pow_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:30.6620128Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:30.6625558Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pow_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:30.6626246Z return op(*args, **kwargs) 2022-09-27T17:37:30.7565551Z ok (0.098s) 2022-09-27T17:37:30.8638035Z test_vmap_exhaustive_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.107s) 2022-09-27T17:37:30.8662440Z test_vmap_exhaustive_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:30.8663293Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:30.8669597Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:30.8670275Z return op(*args, **kwargs) 2022-09-27T17:37:30.8681202Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:30.8681913Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:30.8688786Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:30.8689482Z return op(*args, **kwargs) 2022-09-27T17:37:31.6098419Z ok (0.746s) 2022-09-27T17:37:31.7673568Z test_vmap_exhaustive_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.157s) 2022-09-27T17:37:31.7719638Z test_vmap_exhaustive_quantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:31.7720533Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:31.7730783Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:31.7731494Z return op(*args, **kwargs) 2022-09-27T17:37:31.9416607Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:31.9417355Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:31.9427333Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:31.9428024Z return op(*args, **kwargs) 2022-09-27T17:37:32.2775893Z ok (0.510s) 2022-09-27T17:37:32.2941186Z test_vmap_exhaustive_rad2deg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:37:32.3023282Z test_vmap_exhaustive_rand_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-09-27T17:37:32.3105609Z test_vmap_exhaustive_randint_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-09-27T17:37:32.3113878Z test_vmap_exhaustive_randn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Test expects tensor input (0.001s) 2022-09-27T17:37:32.3195348Z test_vmap_exhaustive_randn_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-09-27T17:37:32.3289281Z test_vmap_exhaustive_ravel_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:37:32.3371294Z test_vmap_exhaustive_real_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-09-27T17:37:32.3529786Z test_vmap_exhaustive_reciprocal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:37:32.3567829Z test_vmap_exhaustive_remainder_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::remainder_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:32.3568875Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:32.3574541Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::remainder_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:32.3575258Z return op(*args, **kwargs) 2022-09-27T17:37:32.4547151Z ok (0.102s) 2022-09-27T17:37:32.4649157Z test_vmap_exhaustive_renorm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:32.4650016Z return self.op(*args, **kwargs) 2022-09-27T17:37:32.4744239Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:32.4745199Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:32.4751844Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:32.4752541Z return op(*args, **kwargs) 2022-09-27T17:37:32.4763740Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:32.4764484Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:32.4771707Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:32.4772402Z return op(*args, **kwargs) 2022-09-27T17:37:32.5029106Z ok (0.048s) 2022-09-27T17:37:32.6039687Z test_vmap_exhaustive_repeat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-09-27T17:37:32.6216979Z test_vmap_exhaustive_repeat_interleave_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-09-27T17:37:32.6461895Z test_vmap_exhaustive_reshape_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-09-27T17:37:32.6807941Z test_vmap_exhaustive_reshape_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-09-27T17:37:32.6905905Z test_vmap_exhaustive_resize__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:37:32.6928705Z test_vmap_exhaustive_resize_as__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:14594: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:32.6929654Z op=lambda x, other: torch.resize_as_(x.clone(), other), 2022-09-27T17:37:32.6943834Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:32.6944598Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:32.6950846Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:32.6951638Z return op(*args, **kwargs) 2022-09-27T17:37:32.7066536Z expected failure (0.016s) 2022-09-27T17:37:32.7129773Z test_vmap_exhaustive_resolve_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-09-27T17:37:32.7192637Z test_vmap_exhaustive_resolve_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-09-27T17:37:32.8144661Z test_vmap_exhaustive_roll_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-09-27T17:37:32.9653620Z test_vmap_exhaustive_rot90_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-09-27T17:37:32.9746733Z test_vmap_exhaustive_round_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:37:32.9974387Z test_vmap_exhaustive_round_decimals_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:37:33.0206179Z test_vmap_exhaustive_round_decimals_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:37:33.0433924Z test_vmap_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-09-27T17:37:33.0594806Z test_vmap_exhaustive_rsqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-09-27T17:37:33.1226824Z test_vmap_exhaustive_rsub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-09-27T17:37:33.4673781Z test_vmap_exhaustive_scatter_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:33.4674675Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:33.4680834Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:33.4681540Z return op(*args, **kwargs) 2022-09-27T17:37:33.7059469Z ok (0.583s) 2022-09-27T17:37:34.0530689Z test_vmap_exhaustive_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.src. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.0531595Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:34.0537566Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.src. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.0538288Z return op(*args, **kwargs) 2022-09-27T17:37:34.0868084Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.0868867Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:34.0875542Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.0876289Z return op(*args, **kwargs) 2022-09-27T17:37:34.7536679Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.7537709Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:34.7542548Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.7543284Z return op(*args, **kwargs) 2022-09-27T17:37:34.7686230Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.7687023Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:34.7693345Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.7694093Z return op(*args, **kwargs) 2022-09-27T17:37:34.7969520Z ok (1.091s) 2022-09-27T17:37:34.8024893Z test_vmap_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.8025778Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:34.8032684Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.8033436Z return op(*args, **kwargs) 2022-09-27T17:37:34.8045244Z /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce_.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.8046018Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:34.8053086Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce_.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:34.8053827Z return op(*args, **kwargs) 2022-09-27T17:37:35.5543193Z ok (0.757s) 2022-09-27T17:37:36.3182357Z test_vmap_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.764s) 2022-09-27T17:37:37.1902768Z test_vmap_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.872s) 2022-09-27T17:37:37.9499432Z test_vmap_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.760s) 2022-09-27T17:37:38.7072940Z test_vmap_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.757s) 2022-09-27T17:37:39.6279593Z test_vmap_exhaustive_searchsorted_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.921s) 2022-09-27T17:37:39.6308172Z test_vmap_exhaustive_segment_reduce_lengths_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:39.6309091Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:39.6317897Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:39.6318615Z return op(*args, **kwargs) 2022-09-27T17:37:40.0488631Z ok (0.421s) 2022-09-27T17:37:40.3745839Z test_vmap_exhaustive_segment_reduce_offsets_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.326s) 2022-09-27T17:37:40.3897611Z test_vmap_exhaustive_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:37:40.4234363Z test_vmap_exhaustive_select_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-09-27T17:37:40.4303671Z test_vmap_exhaustive_sgn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:37:40.4581536Z test_vmap_exhaustive_short_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-09-27T17:37:40.4701360Z test_vmap_exhaustive_short_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-09-27T17:37:40.4991026Z test_vmap_exhaustive_sigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:37:40.5059950Z test_vmap_exhaustive_sign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:37:40.5100735Z test_vmap_exhaustive_signbit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-09-27T17:37:40.5169466Z test_vmap_exhaustive_sin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:37:40.5393168Z test_vmap_exhaustive_sinc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-09-27T17:37:40.5461749Z test_vmap_exhaustive_sinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:37:40.6077207Z test_vmap_exhaustive_slice_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-09-27T17:37:40.6558793Z test_vmap_exhaustive_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-09-27T17:37:40.7051996Z test_vmap_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-09-27T17:37:40.8515394Z test_vmap_exhaustive_sort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.146s) 2022-09-27T17:37:40.8628050Z test_vmap_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-09-27T17:37:40.8647017Z test_vmap_exhaustive_special_airy_ai_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_airy_ai. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:40.8648076Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:40.8653509Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_airy_ai. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:40.8654278Z return op(*args, **kwargs) 2022-09-27T17:37:42.7670961Z ok (1.904s) 2022-09-27T17:37:42.7691554Z test_vmap_exhaustive_special_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:42.7692466Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:42.7697630Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:42.7698371Z return op(*args, **kwargs) 2022-09-27T17:37:44.4754824Z ok (1.708s) 2022-09-27T17:37:44.4776747Z test_vmap_exhaustive_special_bessel_j1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:44.4777684Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:44.4783133Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:44.4783896Z return op(*args, **kwargs) 2022-09-27T17:37:45.8841375Z ok (1.408s) 2022-09-27T17:37:45.8862665Z test_vmap_exhaustive_special_bessel_y0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:45.8863594Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:45.8869059Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:45.8869799Z return op(*args, **kwargs) 2022-09-27T17:37:48.0164430Z ok (2.132s) 2022-09-27T17:37:48.0184767Z test_vmap_exhaustive_special_bessel_y1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:48.0185917Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:48.0191062Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:48.0191820Z return op(*args, **kwargs) 2022-09-27T17:37:49.8874676Z ok (1.871s) 2022-09-27T17:37:49.8898939Z test_vmap_exhaustive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_t. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:49.8899901Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:49.8905550Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_t. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:49.8906321Z return op(*args, **kwargs) 2022-09-27T17:37:51.8863920Z ok (1.999s) 2022-09-27T17:37:51.8888029Z test_vmap_exhaustive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_u. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:51.8888987Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:51.8894707Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_u. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:51.8895477Z return op(*args, **kwargs) 2022-09-27T17:37:54.5314197Z ok (2.645s) 2022-09-27T17:37:54.5323666Z test_vmap_exhaustive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:37:54.5333040Z test_vmap_exhaustive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:37:54.5403008Z test_vmap_exhaustive_special_entr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:37:54.5491175Z test_vmap_exhaustive_special_erfcx_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:37:54.5512896Z test_vmap_exhaustive_special_hermite_polynomial_h_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_h. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:54.5514048Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:54.5519457Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_h. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:54.5520233Z return op(*args, **kwargs) 2022-09-27T17:37:56.2432405Z ok (1.694s) 2022-09-27T17:37:56.2455068Z test_vmap_exhaustive_special_hermite_polynomial_he_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_he. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:56.2456042Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:56.2461130Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_he. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:56.2461898Z return op(*args, **kwargs) 2022-09-27T17:37:57.9335997Z ok (1.690s) 2022-09-27T17:37:57.9403759Z test_vmap_exhaustive_special_i0e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:37:57.9472583Z test_vmap_exhaustive_special_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:37:57.9540626Z test_vmap_exhaustive_special_i1e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:37:57.9564129Z test_vmap_exhaustive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_laguerre_polynomial_l. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:57.9565092Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:57.9570682Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_laguerre_polynomial_l. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:57.9571451Z return op(*args, **kwargs) 2022-09-27T17:37:59.7907527Z ok (1.836s) 2022-09-27T17:37:59.7917525Z test_vmap_exhaustive_special_legendre_polynomial_p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:37:59.7937853Z test_vmap_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:59.7938983Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:59.7943815Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:59.7944574Z return op(*args, **kwargs) 2022-09-27T17:37:59.8031250Z ok (0.011s) 2022-09-27T17:37:59.8051538Z test_vmap_exhaustive_special_modified_bessel_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:59.8052429Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:37:59.8057897Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:37:59.8058638Z return op(*args, **kwargs) 2022-09-27T17:38:01.2112829Z ok (1.408s) 2022-09-27T17:38:01.2133202Z test_vmap_exhaustive_special_modified_bessel_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:01.2134137Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:01.2139515Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:01.2140271Z return op(*args, **kwargs) 2022-09-27T17:38:02.6248846Z ok (1.413s) 2022-09-27T17:38:02.6269735Z test_vmap_exhaustive_special_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:02.6270691Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:02.6275962Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:02.6276767Z return op(*args, **kwargs) 2022-09-27T17:38:04.2444153Z ok (1.619s) 2022-09-27T17:38:04.2463728Z test_vmap_exhaustive_special_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:04.2464879Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:04.2469843Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:04.2470604Z return op(*args, **kwargs) 2022-09-27T17:38:05.8063520Z ok (1.562s) 2022-09-27T17:38:05.8163673Z test_vmap_exhaustive_special_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:38:05.8253398Z test_vmap_exhaustive_special_ndtri_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:38:05.8548251Z test_vmap_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:38:05.8567545Z test_vmap_exhaustive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:05.8568481Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:05.8573807Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:05.8574572Z return op(*args, **kwargs) 2022-09-27T17:38:07.4106742Z ok (1.556s) 2022-09-27T17:38:07.4127588Z test_vmap_exhaustive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:07.4128557Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:07.4133785Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:07.4134544Z return op(*args, **kwargs) 2022-09-27T17:38:08.9645713Z ok (1.554s) 2022-09-27T17:38:08.9655989Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:38:08.9664103Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:38:08.9672961Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:38:08.9682020Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T17:38:08.9701503Z test_vmap_exhaustive_special_spherical_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_spherical_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:08.9702428Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:08.9707952Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_spherical_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:08.9708676Z return op(*args, **kwargs) 2022-09-27T17:38:10.4250979Z ok (1.457s) 2022-09-27T17:38:10.4782353Z test_vmap_exhaustive_special_xlog1py_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-09-27T17:38:10.5294207Z test_vmap_exhaustive_special_zeta_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-09-27T17:38:10.5394347Z test_vmap_exhaustive_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-09-27T17:38:10.5589713Z test_vmap_exhaustive_split_list_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-09-27T17:38:10.5838831Z test_vmap_exhaustive_split_with_sizes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-09-27T17:38:10.5909287Z test_vmap_exhaustive_sqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:38:10.5942101Z test_vmap_exhaustive_square_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::square_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:10.5943078Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:10.5948240Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::square_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:10.5948947Z return op(*args, **kwargs) 2022-09-27T17:38:10.6078245Z ok (0.017s) 2022-09-27T17:38:10.6464571Z test_vmap_exhaustive_squeeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-09-27T17:38:10.7176940Z test_vmap_exhaustive_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.071s) 2022-09-27T17:38:10.7443208Z test_vmap_exhaustive_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:38:10.7845763Z test_vmap_exhaustive_std_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-09-27T17:38:10.7868278Z test_vmap_exhaustive_stft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:610: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::stft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:10.7869568Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T17:38:10.8221906Z ok (0.038s) 2022-09-27T17:38:10.8283177Z test_vmap_exhaustive_sub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::subtract_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:10.8284037Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:10.8290262Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::subtract_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:10.8290960Z return op(*args, **kwargs) 2022-09-27T17:38:11.0750164Z ok (0.253s) 2022-09-27T17:38:11.1310793Z test_vmap_exhaustive_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-09-27T17:38:11.1966137Z test_vmap_exhaustive_sum_to_size_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-09-27T17:38:11.3416114Z test_vmap_exhaustive_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.145s) 2022-09-27T17:38:11.3503526Z test_vmap_exhaustive_svd_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-09-27T17:38:11.4606373Z test_vmap_exhaustive_symeig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.110s) 2022-09-27T17:38:11.4871933Z test_vmap_exhaustive_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-09-27T17:38:11.5189932Z test_vmap_exhaustive_take_along_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:38:11.5709402Z test_vmap_exhaustive_take_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:11.5710289Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:11.5715580Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:11.5716279Z return op(*args, **kwargs) 2022-09-27T17:38:11.6239598Z ok (0.105s) 2022-09-27T17:38:11.6310479Z test_vmap_exhaustive_tan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-09-27T17:38:11.6406355Z test_vmap_exhaustive_tanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:38:11.6469144Z test_vmap_exhaustive_tensor_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-09-27T17:38:11.6619195Z test_vmap_exhaustive_tensordot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:38:11.7965377Z test_vmap_exhaustive_tile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.135s) 2022-09-27T17:38:11.7973565Z test_vmap_exhaustive_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:38:11.8108446Z test_vmap_exhaustive_to_sparse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:14846: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_sparse. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:11.8109356Z op=lambda x, *args: x.to_sparse(*args), 2022-09-27T17:38:11.8114770Z expected failure (0.014s) 2022-09-27T17:38:11.8752677Z test_vmap_exhaustive_topk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.064s) 2022-09-27T17:38:11.8804017Z test_vmap_exhaustive_trace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-09-27T17:38:12.0083912Z test_vmap_exhaustive_transpose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.128s) 2022-09-27T17:38:12.0609944Z test_vmap_exhaustive_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-09-27T17:38:12.1134128Z test_vmap_exhaustive_trapz_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-09-27T17:38:12.2097578Z test_vmap_exhaustive_triangular_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.096s) 2022-09-27T17:38:12.2129187Z test_vmap_exhaustive_tril_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:12.2130051Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:12.2135452Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:12.2136161Z return op(*args, **kwargs) 2022-09-27T17:38:12.2566533Z ok (0.047s) 2022-09-27T17:38:12.2597926Z test_vmap_exhaustive_triu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triu_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:12.2598809Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:12.2604564Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triu_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:12.2605228Z return op(*args, **kwargs) 2022-09-27T17:38:12.3035106Z ok (0.047s) 2022-09-27T17:38:12.4084061Z test_vmap_exhaustive_true_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.105s) 2022-09-27T17:38:12.4140992Z test_vmap_exhaustive_trunc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fix_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:12.4142082Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:12.4146863Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fix_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:12.4147541Z return op(*args, **kwargs) 2022-09-27T17:38:12.4207332Z ok (0.012s) 2022-09-27T17:38:12.4987706Z test_vmap_exhaustive_unbind_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.078s) 2022-09-27T17:38:12.5282205Z test_vmap_exhaustive_unflatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-09-27T17:38:12.5913584Z test_vmap_exhaustive_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-09-27T17:38:12.6108265Z test_vmap_exhaustive_uniform_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-09-27T17:38:12.6502771Z test_vmap_exhaustive_unique_consecutive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.039s) 2022-09-27T17:38:12.6906366Z test_vmap_exhaustive_unique_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.040s) 2022-09-27T17:38:12.7400301Z test_vmap_exhaustive_unsqueeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-09-27T17:38:12.7667751Z test_vmap_exhaustive_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:38:12.8070730Z test_vmap_exhaustive_var_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-09-27T17:38:12.8092707Z test_vmap_exhaustive_vdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:12.8093565Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:12.8099648Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:12.8100332Z return op(*args, **kwargs) 2022-09-27T17:38:12.8149359Z ok (0.008s) 2022-09-27T17:38:12.8244231Z test_vmap_exhaustive_view_as_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-09-27T17:38:12.8501232Z test_vmap_exhaustive_view_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-09-27T17:38:12.8979306Z test_vmap_exhaustive_view_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-09-27T17:38:12.9297589Z test_vmap_exhaustive_vsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-09-27T17:38:13.0611849Z test_vmap_exhaustive_vstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.131s) 2022-09-27T17:38:13.6380446Z test_vmap_exhaustive_where_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.577s) 2022-09-27T17:38:13.6428101Z test_vmap_exhaustive_xlogy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::xlogy_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:13.6429127Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T17:38:13.6434855Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::xlogy_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:13.6435573Z return op(*args, **kwargs) 2022-09-27T17:38:13.7817928Z ok (0.144s) 2022-09-27T17:38:13.8000925Z test_vmap_exhaustive_zero__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-09-27T17:38:13.8017998Z test_vmap_exhaustive_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-09-27T17:38:13.8223554Z test_vmap_exhaustive_zeros_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-09-27T17:38:13.8490807Z test_vmap_linalg_failure_1D_input_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:38:13.8704048Z test_vmap_linalg_failure_1D_input_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-09-27T17:38:13.8795579Z test_vmap_linalg_failure_1D_input_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:38:13.8862695Z test_vmap_linalg_failure_1D_input_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.007s) 2022-09-27T17:38:13.9163148Z test_vmap_linalg_failure_1D_input_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-09-27T17:38:14.0578600Z test_vmap_linalg_failure_1D_input_linalg_det_singular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.141s) 2022-09-27T17:38:14.0750320Z test_vmap_linalg_failure_1D_input_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-09-27T17:38:14.0943744Z test_vmap_linalg_failure_1D_input_linalg_eigh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:14.0944826Z return self.op(*args, **kwargs) 2022-09-27T17:38:14.0980208Z ok (0.023s) 2022-09-27T17:38:14.1135217Z test_vmap_linalg_failure_1D_input_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:38:14.1318244Z test_vmap_linalg_failure_1D_input_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-09-27T17:38:14.2184319Z test_vmap_linalg_failure_1D_input_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.086s) 2022-09-27T17:38:14.2364746Z test_vmap_linalg_failure_1D_input_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-09-27T17:38:14.2518789Z test_vmap_linalg_failure_1D_input_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:38:14.2701401Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:14.2702278Z return self.op(*args, **kwargs) 2022-09-27T17:38:14.2705061Z ok (0.019s) 2022-09-27T17:38:14.2819798Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-09-27T17:38:14.2830974Z test_vmap_linalg_failure_1D_input_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:38:14.3364590Z test_vmap_linalg_failure_1D_input_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-09-27T17:38:14.3897269Z test_vmap_linalg_failure_1D_input_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-09-27T17:38:14.4043319Z test_vmap_linalg_failure_1D_input_linalg_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:14.4044189Z return self.op(*args, **kwargs) 2022-09-27T17:38:14.5229151Z ok (0.133s) 2022-09-27T17:38:14.5413436Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-09-27T17:38:14.5414330Z return self.op(*args, **kwargs) 2022-09-27T17:38:14.7824559Z ok (0.259s) 2022-09-27T17:38:14.8814889Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-09-27T17:38:15.1531180Z test_vmap_linalg_failure_1D_input_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.272s) 2022-09-27T17:38:15.4297769Z test_vmap_linalg_failure_1D_input_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.277s) 2022-09-27T17:38:15.4834428Z test_vmap_linalg_failure_1D_input_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-09-27T17:38:15.5964475Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.113s) 2022-09-27T17:38:15.6102965Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-09-27T17:38:15.6114416Z test_vmap_linalg_failure_1D_input_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T17:38:15.6217370Z test_vmap_linalg_failure_1D_input_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-09-27T17:38:15.6246291Z test_vmap_linalg_failure_1D_input_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-09-27T17:38:15.6594278Z test_vmap_linalg_failure_1D_input_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-09-27T17:38:15.6740386Z test_vmap_linalg_failure_1D_input_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-09-27T17:38:15.6756062Z 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.001s) 2022-09-27T17:38:15.7479360Z test_vmap_linalg_failure_1D_input_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-09-27T17:38:15.7753869Z test_vmap_linalg_failure_1D_input_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-09-27T17:38:15.8325940Z test_vmap_linalg_failure_1D_input_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-09-27T17:38:15.8827732Z test_vmap_linalg_failure_1D_input_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-09-27T17:38:16.2016997Z test_vmap_linalg_failure_1D_input_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.319s) 2022-09-27T17:38:16.8741523Z test_vmap_linalg_failure_1D_input_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.672s) 2022-09-27T17:38:16.9494992Z test_vmap_linalg_failure_1D_input_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.075s) 2022-09-27T17:38:16.9540642Z test_vmap_linalg_failure_1D_input_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-09-27T17:38:16.9567354Z test_vmap_linalg_failure_1D_input_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-09-27T17:38:16.9594957Z test_vmap_linalg_failure_1D_input_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-09-27T17:38:16.9643863Z test_vmap_linalg_failure_1D_input_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-09-27T17:38:16.9671160Z test_vmap_linalg_failure_1D_input_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-09-27T17:38:16.9762681Z test_vmap_multi_dot_failure_1D_input_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-09-27T17:38:16.9763331Z 2022-09-27T17:38:16.9763832Z ---------------------------------------------------------------------- 2022-09-27T17:38:16.9764187Z Ran 1802 tests in 190.607s 2022-09-27T17:38:16.9764357Z 2022-09-27T17:38:16.9770695Z OK (skipped=31, expected failures=233) 2022-09-27T17:38:16.9771100Z 2022-09-27T17:38:16.9771643Z Generating XML reports... 2022-09-27T17:38:17.0051920Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestRandomnessCUDA-20220927173506.xml 2022-09-27T17:38:17.0060304Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestTransformFailureCUDA-20220927173506.xml 2022-09-27T17:38:17.0117177Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapAPI-20220927173506.xml 2022-09-27T17:38:17.0150063Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapBatchedGradientCUDA-20220927173506.xml 2022-09-27T17:38:17.0276834Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapOperators-20220927173506.xml 2022-09-27T17:38:17.1644856Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapOperatorsOpInfoCUDA-20220927173506.xml 2022-09-27T17:38:18.2366940Z Prepare all required actions 2022-09-27T17:38:18.2367291Z Getting action download info 2022-09-27T17:38:18.4138773Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T17:38:18.4139069Z with: 2022-09-27T17:38:18.4139529Z github-token: *** 2022-09-27T17:38:18.4139752Z env: 2022-09-27T17:38:18.4139988Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:38:18.4140253Z GPU_FLAG: --gpus all 2022-09-27T17:38:18.4140482Z ##[endgroup] 2022-09-27T17:38:18.4175776Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T17:38:18.4176089Z with: 2022-09-27T17:38:18.4176294Z shell: bash 2022-09-27T17:38:18.4176533Z timeout_minutes: 10 2022-09-27T17:38:18.4176779Z max_attempts: 5 2022-09-27T17:38:18.4177013Z retry_wait_seconds: 30 2022-09-27T17:38:18.4177554Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T17:38:18.4178060Z polling_interval_seconds: 1 2022-09-27T17:38:18.4178309Z warning_on_retry: true 2022-09-27T17:38:18.4178706Z continue_on_error: false 2022-09-27T17:38:18.4178946Z env: 2022-09-27T17:38:18.4179163Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:38:18.4179426Z GPU_FLAG: --gpus all 2022-09-27T17:38:18.4179820Z GITHUB_TOKEN: *** 2022-09-27T17:38:18.4180071Z ##[endgroup] 2022-09-27T17:38:18.4729310Z 2022-09-27T17:38:18.4793482Z + python3 -m pip install requests==2.26.0 2022-09-27T17:38:18.7655704Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T17:38:18.9044272Z Collecting requests==2.26.0 2022-09-27T17:38:18.9261433Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-09-27T17:38:19.0475606Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-09-27T17:38:19.0520491Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-09-27T17:38:19.1580222Z Collecting urllib3<1.27,>=1.21.1 2022-09-27T17:38:19.1690815Z Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-09-27T17:38:19.2705986Z Collecting certifi>=2017.4.17 2022-09-27T17:38:19.2754517Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-09-27T17:38:19.3330156Z Collecting idna<4,>=2.5; python_version >= "3" 2022-09-27T17:38:19.3384889Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-09-27T17:38:19.4265917Z Installing collected packages: charset-normalizer, urllib3, certifi, idna, requests 2022-09-27T17:38:19.4558069Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-09-27T17:38:19.4558998Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T17:38:19.7092555Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-09-27T17:38:19.7553863Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-07c10960ade88e055 2022-09-27T17:38:21.4120285Z + GHA_WORKFLOW_JOB_ID=8576432725 2022-09-27T17:38:21.4121073Z + echo '::set-output name=job-id::8576432725' 2022-09-27T17:38:21.4811197Z Command completed after 1 attempt(s). 2022-09-27T17:38:21.4811543Z 2022-09-27T17:38:21.4956762Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T17:38:21.4957086Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T17:38:21.4970688Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T17:38:21.4970987Z env: 2022-09-27T17:38:21.4971215Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:38:21.4971479Z GPU_FLAG: --gpus all 2022-09-27T17:38:21.4971740Z MONITOR_SCRIPT_PID: 55223 2022-09-27T17:38:21.4971980Z ##[endgroup] 2022-09-27T17:38:21.5064251Z Prepare all required actions 2022-09-27T17:38:21.5064613Z Getting action download info 2022-09-27T17:38:21.6752102Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T17:38:21.8299075Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T17:38:21.8299373Z with: 2022-09-27T17:38:21.8299699Z file-suffix: test-functorch-1-1-linux.4xlarge.nvidia.gpu_8576432725 2022-09-27T17:38:21.8300039Z env: 2022-09-27T17:38:21.8300278Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:38:21.8300526Z GPU_FLAG: --gpus all 2022-09-27T17:38:21.8300775Z ##[endgroup] 2022-09-27T17:38:21.8331646Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T17:38:21.8332020Z # Remove any previous test jsons if they exist 2022-09-27T17:38:21.8332337Z rm -f test-jsons-*.zip 2022-09-27T17:38:21.8332653Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T17:38:21.8344514Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T17:38:21.8344812Z env: 2022-09-27T17:38:21.8345037Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:38:21.8345306Z GPU_FLAG: --gpus all 2022-09-27T17:38:21.8345669Z FILE_SUFFIX: test-functorch-1-1-linux.4xlarge.nvidia.gpu_8576432725 2022-09-27T17:38:21.8345998Z ##[endgroup] 2022-09-27T17:38:21.8476339Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T17:38:21.8511070Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T17:38:21.8518649Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T17:38:21.8519733Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T17:38:21.8526625Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T17:38:21.8550942Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T17:38:21.8551331Z # Remove any previous test reports if they exist 2022-09-27T17:38:21.8551659Z rm -f test-reports-*.zip 2022-09-27T17:38:21.8551982Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T17:38:21.8564235Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T17:38:21.8564535Z env: 2022-09-27T17:38:21.8564762Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:38:21.8565030Z GPU_FLAG: --gpus all 2022-09-27T17:38:21.8565393Z FILE_SUFFIX: test-functorch-1-1-linux.4xlarge.nvidia.gpu_8576432725 2022-09-27T17:38:21.8565733Z ##[endgroup] 2022-09-27T17:38:21.8649251Z adding: test/test-reports/python-unittest/functorch.test.test_compile_cache/TEST-TestCompileCache-20220927154646.xml (deflated 66%) 2022-09-27T17:38:21.8650137Z adding: test/test-reports/python-unittest/functorch.test.test_compile_cache/TEST-TestCompileCacheStaticArgs-20220927154646.xml (deflated 85%) 2022-09-27T17:38:21.8651065Z adding: test/test-reports/python-unittest/functorch.test.test_dims/TEST-TestMin-20220927154653.xml (deflated 85%) 2022-09-27T17:38:21.8652212Z adding: test/test-reports/python-unittest/functorch.test.test_dims/TEST-TestMinFunctorchOnly-20220927154653.xml (deflated 89%) 2022-09-27T17:38:21.8653204Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestComposabilityCUDA-20220927154713.xml (deflated 83%) 2022-09-27T17:38:21.8654212Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestExamplesCorrectnessCUDA-20220927154713.xml (deflated 77%) 2022-09-27T17:38:21.8655217Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestFunctionalizeCUDA-20220927154713.xml (deflated 84%) 2022-09-27T17:38:21.8656671Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestGradTransformCUDA-20220927154713.xml (deflated 92%) 2022-09-27T17:38:21.8657635Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestHessianCUDA-20220927154713.xml (deflated 69%) 2022-09-27T17:38:21.8659253Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestJacCUDA-20220927154713.xml (deflated 93%) 2022-09-27T17:38:21.8660396Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestJvpCUDA-20220927154713.xml (deflated 88%) 2022-09-27T17:38:21.8661458Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestMakeFunctional-20220927154713.xml (deflated 81%) 2022-09-27T17:38:21.8662592Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestSliceArgnums-20220927154713.xml (deflated 82%) 2022-09-27T17:38:21.8663606Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestVmapJvpInplaceViewCUDA-20220927154713.xml (deflated 75%) 2022-09-27T17:38:21.8664791Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestVmapOfGradCUDA-20220927154713.xml (deflated 76%) 2022-09-27T17:38:21.8665993Z adding: test/test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestCompileCache-20220927154722.xml (deflated 70%) 2022-09-27T17:38:21.8667325Z adding: test/test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestCompileCacheStaticArgs-20220927154722.xml (deflated 86%) 2022-09-27T17:38:21.8668418Z adding: test/test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestAOTAutograd-20220927154722.xml (deflated 87%) 2022-09-27T17:38:21.8669408Z adding: test/test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestPartitioning-20220927154722.xml (deflated 78%) 2022-09-27T17:38:21.8670219Z adding: test/test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-NoChangeTestCase-20220927154727.xml (deflated 70%) 2022-09-27T17:38:21.8671223Z adding: test/test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-RandomOpTestCase-20220927154727.xml (deflated 38%) 2022-09-27T17:38:21.8672015Z adding: test/test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-ReduceTestCase-20220927154727.xml (deflated 82%) 2022-09-27T17:38:21.8672831Z adding: test/test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-TestMemoryEfficientOpAuthoring-20220927154727.xml (deflated 71%) 2022-09-27T17:38:21.8673613Z adding: test/test-reports/python-unittest/functorch.test.test_minifier/TEST-TestMinifier-20220927154740.xml (deflated 91%) 2022-09-27T17:38:21.8880579Z adding: test/test-reports/python-unittest/functorch.test.test_ops/TEST-TestOperatorsCUDA-20220927154746.xml (deflated 95%) 2022-09-27T17:38:21.8881800Z adding: test/test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestAOTAutograd-20220927173500.xml (deflated 78%) 2022-09-27T17:38:21.8882776Z adding: test/test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestAOTModuleSimplified-20220927173500.xml (deflated 50%) 2022-09-27T17:38:21.8883544Z adding: test/test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestPartitioning-20220927173500.xml (deflated 75%) 2022-09-27T17:38:21.8889067Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestRandomnessCUDA-20220927173506.xml (deflated 96%) 2022-09-27T17:38:21.8889863Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestTransformFailureCUDA-20220927173506.xml (deflated 83%) 2022-09-27T17:38:21.8891526Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapAPI-20220927173506.xml (deflated 86%) 2022-09-27T17:38:21.8892930Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapBatchedGradientCUDA-20220927173506.xml (deflated 85%) 2022-09-27T17:38:21.8896058Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapOperators-20220927173506.xml (deflated 93%) 2022-09-27T17:38:21.8945327Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapOperatorsOpInfoCUDA-20220927173506.xml (deflated 95%) 2022-09-27T17:38:21.8990298Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T17:38:21.8990718Z # Remove any previous test reports if they exist 2022-09-27T17:38:21.8991039Z rm -f usage-log-*.zip 2022-09-27T17:38:21.8991395Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T17:38:21.8991784Z # so check to see if the file exists first 2022-09-27T17:38:21.8992102Z if [ -f 'usage_log.txt' ]; then 2022-09-27T17:38:21.8992440Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T17:38:21.8992717Z fi 2022-09-27T17:38:21.9004687Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T17:38:21.9004987Z env: 2022-09-27T17:38:21.9005226Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:38:21.9005475Z GPU_FLAG: --gpus all 2022-09-27T17:38:21.9005833Z FILE_SUFFIX: test-functorch-1-1-linux.4xlarge.nvidia.gpu_8576432725 2022-09-27T17:38:21.9006181Z ##[endgroup] 2022-09-27T17:38:21.9346863Z adding: usage_log.txt (deflated 98%) 2022-09-27T17:38:21.9392655Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T17:38:21.9392948Z with: 2022-09-27T17:38:21.9393225Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T17:38:21.9393513Z retention-days: 14 2022-09-27T17:38:21.9393783Z if-no-files-found: warn 2022-09-27T17:38:21.9394060Z path: test-jsons-*.zip 2022-09-27T17:38:21.9394428Z name: artifact 2022-09-27T17:38:21.9394662Z s3-bucket: gha-artifacts 2022-09-27T17:38:21.9394927Z region: us-east-1 2022-09-27T17:38:21.9395158Z env: 2022-09-27T17:38:21.9395379Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:38:21.9395644Z GPU_FLAG: --gpus all 2022-09-27T17:38:21.9395894Z ##[endgroup] 2022-09-27T17:38:22.3401375Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T17:38:22.3402103Z With the provided path, there will be 1 file uploaded 2022-09-27T17:38:22.3402785Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T17:38:22.3414865Z Starting upload of test-jsons-test-functorch-1-1-linux.4xlarge.nvidia.gpu_8576432725.zip 2022-09-27T17:38:22.4624902Z Finished upload of test-jsons-test-functorch-1-1-linux.4xlarge.nvidia.gpu_8576432725.zip 2022-09-27T17:38:22.4747514Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T17:38:22.4747806Z with: 2022-09-27T17:38:22.4748081Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T17:38:22.4748373Z retention-days: 14 2022-09-27T17:38:22.4748638Z if-no-files-found: error 2022-09-27T17:38:22.4748914Z path: test-reports-*.zip 2022-09-27T17:38:22.4749153Z name: artifact 2022-09-27T17:38:22.4749399Z s3-bucket: gha-artifacts 2022-09-27T17:38:22.4749657Z region: us-east-1 2022-09-27T17:38:22.4749884Z env: 2022-09-27T17:38:22.4750103Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:38:22.4750364Z GPU_FLAG: --gpus all 2022-09-27T17:38:22.4750606Z ##[endgroup] 2022-09-27T17:38:22.8780389Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T17:38:22.8780794Z With the provided path, there will be 1 file uploaded 2022-09-27T17:38:22.8781162Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T17:38:22.8791873Z Starting upload of test-reports-test-functorch-1-1-linux.4xlarge.nvidia.gpu_8576432725.zip 2022-09-27T17:38:23.0374504Z Finished upload of test-reports-test-functorch-1-1-linux.4xlarge.nvidia.gpu_8576432725.zip 2022-09-27T17:38:23.0499143Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T17:38:23.0499445Z with: 2022-09-27T17:38:23.0499722Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T17:38:23.0500007Z retention-days: 14 2022-09-27T17:38:23.0500279Z if-no-files-found: ignore 2022-09-27T17:38:23.0500553Z path: usage-log-*.zip 2022-09-27T17:38:23.0500787Z name: artifact 2022-09-27T17:38:23.0501036Z s3-bucket: gha-artifacts 2022-09-27T17:38:23.0501300Z region: us-east-1 2022-09-27T17:38:23.0501525Z env: 2022-09-27T17:38:23.0501749Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:38:23.0502138Z GPU_FLAG: --gpus all 2022-09-27T17:38:23.0502403Z ##[endgroup] 2022-09-27T17:38:23.4462036Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T17:38:23.4462897Z With the provided path, there will be 1 file uploaded 2022-09-27T17:38:23.4463374Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T17:38:23.4472638Z Starting upload of usage-log-test-functorch-1-1-linux.4xlarge.nvidia.gpu_8576432725.zip 2022-09-27T17:38:23.7808840Z Finished upload of usage-log-test-functorch-1-1-linux.4xlarge.nvidia.gpu_8576432725.zip 2022-09-27T17:38:23.7939260Z ##[group]Run set -x 2022-09-27T17:38:23.7939538Z set -x 2022-09-27T17:38:23.7939835Z python3 -m pip install -r requirements.txt 2022-09-27T17:38:23.7940170Z python3 -m pip install boto3==1.19.12 2022-09-27T17:38:23.7940563Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T17:38:23.7953608Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T17:38:23.7953907Z env: 2022-09-27T17:38:23.7954151Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:38:23.7954406Z GPU_FLAG: --gpus all 2022-09-27T17:38:23.7954676Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T17:38:23.7954942Z BRANCH: pull/85462 2022-09-27T17:38:23.7955177Z TEST_CONFIG: functorch 2022-09-27T17:38:23.7955428Z SHARD_NUMBER: 1 2022-09-27T17:38:23.7955746Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T17:38:23.7956190Z PR_NUMBER: 85462 2022-09-27T17:38:23.7956451Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T17:38:23.7956775Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T17:38:23.7957583Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T17:38:23.7957879Z TAG: 2022-09-27T17:38:23.7958110Z WORKFLOW_ID: 3133193930 2022-09-27T17:38:23.7958516Z GITHUB_TOKEN: *** 2022-09-27T17:38:23.7958780Z GHA_WORKFLOW_JOB_ID: 8576432725 2022-09-27T17:38:23.7959041Z ##[endgroup] 2022-09-27T17:38:23.7988289Z + python3 -m pip install -r requirements.txt 2022-09-27T17:38:24.0912972Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T17:38:24.1754628Z Collecting astunparse 2022-09-27T17:38:24.1931930Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-09-27T17:38:24.2408815Z Collecting expecttest 2022-09-27T17:38:24.2455815Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-09-27T17:38:24.2846893Z Collecting future 2022-09-27T17:38:24.2891465Z Downloading future-0.18.2.tar.gz (829 kB) 2022-09-27T17:38:26.1835472Z Collecting hypothesis 2022-09-27T17:38:26.1908283Z Downloading hypothesis-6.54.6-py3-none-any.whl (390 kB) 2022-09-27T17:38:26.9866528Z Collecting numpy 2022-09-27T17:38:26.9935317Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-09-27T17:38:27.3436303Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T17:38:27.4708474Z Collecting pyyaml 2022-09-27T17:38:27.4765739Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-09-27T17:38:27.5001692Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T17:38:27.5177811Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T17:38:27.5812851Z Collecting six 2022-09-27T17:38:27.5887108Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-09-27T17:38:27.6265491Z Collecting types-dataclasses 2022-09-27T17:38:27.6311653Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-09-27T17:38:27.6737957Z Collecting typing_extensions 2022-09-27T17:38:27.6781140Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-09-27T17:38:27.7469127Z Collecting sympy 2022-09-27T17:38:27.7660182Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-09-27T17:38:27.9967331Z Collecting wheel<1.0,>=0.23.0 2022-09-27T17:38:28.0015988Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-09-27T17:38:28.0490117Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-09-27T17:38:28.0537964Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-09-27T17:38:28.1056455Z Collecting attrs>=19.2.0 2022-09-27T17:38:28.1105527Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-09-27T17:38:28.1859553Z Collecting exceptiongroup>=1.0.0rc8; python_version < "3.11" 2022-09-27T17:38:28.1903809Z Downloading exceptiongroup-1.0.0rc9-py3-none-any.whl (12 kB) 2022-09-27T17:38:28.2011261Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T17:38:28.2236594Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T17:38:28.2248159Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T17:38:28.2263201Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T17:38:28.2552800Z Collecting mpmath>=0.19 2022-09-27T17:38:28.2623122Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-09-27T17:38:28.2966678Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-09-27T17:38:28.4386504Z Installing collected packages: wheel, six, astunparse, expecttest, future, sortedcontainers, attrs, exceptiongroup, hypothesis, numpy, pyyaml, types-dataclasses, typing-extensions, mpmath, sympy 2022-09-27T17:38:28.4660170Z WARNING: The script wheel is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-09-27T17:38:28.4660782Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T17:38:28.5103417Z Running setup.py install for future: started 2022-09-27T17:38:29.1868373Z Running setup.py install for future: finished with status 'done' 2022-09-27T17:38:29.4935009Z WARNING: The script hypothesis is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-09-27T17:38:29.4935682Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T17:38:31.5063376Z WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-09-27T17:38:31.5064054Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T17:38:40.4393795Z WARNING: The script isympy is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-09-27T17:38:40.4394460Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T17:38:40.4825251Z Successfully installed astunparse-1.6.3 attrs-22.1.0 exceptiongroup-1.0.0rc9 expecttest-0.1.3 future-0.18.2 hypothesis-6.54.6 mpmath-1.2.1 numpy-1.21.6 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.10.1 types-dataclasses-0.6.6 typing-extensions-4.3.0 wheel-0.37.1 2022-09-27T17:38:40.5554662Z + python3 -m pip install boto3==1.19.12 2022-09-27T17:38:40.8515206Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T17:38:41.7706107Z Collecting boto3==1.19.12 2022-09-27T17:38:41.7901832Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-09-27T17:38:41.8527623Z Collecting s3transfer<0.6.0,>=0.5.0 2022-09-27T17:38:41.8571473Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-09-27T17:38:41.9061686Z Collecting jmespath<1.0.0,>=0.7.1 2022-09-27T17:38:41.9112903Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-09-27T17:38:43.0460956Z Collecting botocore<1.23.0,>=1.22.12 2022-09-27T17:38:43.0530241Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-09-27T17:38:43.2942871Z Collecting python-dateutil<3.0.0,>=2.1 2022-09-27T17:38:43.2992782Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-09-27T17:38:43.3171010Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T17:38:43.3388831Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-09-27T17:38:43.5167147Z Installing collected packages: jmespath, python-dateutil, botocore, s3transfer, boto3 2022-09-27T17:38:44.4359857Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-09-27T17:38:44.4892154Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T17:39:04.4982102Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T17:39:04.4982402Z 2022-09-27T17:39:04.4985295Z ----- Historic stats comparison result ------ 2022-09-27T17:39:04.4985533Z 2022-09-27T17:39:04.4985774Z job: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T17:39:04.4986113Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T17:39:04.4986887Z 2022-09-27T17:39:04.4991067Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T17:39:04.4991468Z 2022-09-27T17:39:04.4991764Z : (master) 2022-09-27T17:39:04.4992291Z | 2022-09-27T17:39:04.4992911Z | * 52424e2bf3 (HEAD) total time 6656.02s 2022-09-27T17:39:04.4993422Z | | 2022-09-27T17:39:04.4993648Z | : (4 commits) 2022-09-27T17:39:04.4993874Z |/ 2022-09-27T17:39:04.4995000Z * c7c2578f93 (base) 9 reports, total time 3338.43s ± 1882.56s 2022-09-27T17:39:04.4995454Z * 99ad8a3048 9 reports, total time 3402.28s ± 1860.32s 2022-09-27T17:39:04.4995877Z * 34296e2f4c 9 reports, total time 3340.35s ± 1886.81s 2022-09-27T17:39:04.4996295Z * 4523ac7aa1 9 reports, total time 3366.30s ± 1853.68s 2022-09-27T17:39:04.4996698Z * f21e77d9a6 9 reports, total time 3413.29s ± 1861.08s 2022-09-27T17:39:04.4997662Z * 26a861cb27 9 reports, total time 3325.52s ± 1844.86s 2022-09-27T17:39:04.4998339Z * 56a41b5998 9 reports, total time 3452.70s ± 1976.19s 2022-09-27T17:39:04.4999179Z * 1910c5847e 9 reports, total time 3444.18s ± 2043.46s 2022-09-27T17:39:04.5000011Z * caa0ab557d 9 reports, total time 3312.06s ± 1824.07s 2022-09-27T17:39:04.5000672Z * 0336308be5 0 reports 2022-09-27T17:39:04.5001029Z | 2022-09-27T17:39:04.5001223Z : 2022-09-27T17:39:04.5001359Z 2022-09-27T17:39:04.5001527Z Removed (across 930 suites) 0 tests, totaling 0.00s 2022-09-27T17:39:04.5001967Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T17:39:04.5002338Z Added (across 31 suites) 10964 tests, totaling +6656.01s 2022-09-27T17:39:04.5645911Z Prepare all required actions 2022-09-27T17:39:04.5672214Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T17:39:04.5672491Z with: 2022-09-27T17:39:04.5672688Z env: 2022-09-27T17:39:04.5672926Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:39:04.5673191Z GPU_FLAG: --gpus all 2022-09-27T17:39:04.5673428Z ##[endgroup] 2022-09-27T17:39:04.5694823Z ##[group]Run set -eou pipefail 2022-09-27T17:39:04.5695134Z set -eou pipefail 2022-09-27T17:39:04.5695384Z  2022-09-27T17:39:04.5695687Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T17:39:04.5696024Z for _ in $(seq 1440); do 2022-09-27T17:39:04.5696324Z  # Break if no ssh session exists anymore 2022-09-27T17:39:04.5696611Z  if [ "$(who)" = "" ]; then 2022-09-27T17:39:04.5696846Z  break 2022-09-27T17:39:04.5697075Z  fi 2022-09-27T17:39:04.5697304Z  echo "." 2022-09-27T17:39:04.5697563Z  sleep 5 2022-09-27T17:39:04.5697798Z done 2022-09-27T17:39:04.5711318Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T17:39:04.5711615Z env: 2022-09-27T17:39:04.5711856Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:39:04.5712104Z GPU_FLAG: --gpus all 2022-09-27T17:39:04.5712358Z ##[endgroup] 2022-09-27T17:39:04.5741644Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T17:39:04.5812181Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T17:39:04.5812607Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T17:39:04.5812951Z # shellcheck disable=SC2046 2022-09-27T17:39:04.5813244Z docker stop $(docker ps -q) || true 2022-09-27T17:39:04.5813557Z # Prune all of the docker images 2022-09-27T17:39:04.5813856Z docker system prune -af 2022-09-27T17:39:04.5825898Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T17:39:04.5826212Z env: 2022-09-27T17:39:04.5826460Z GIT_DEFAULT_BRANCH: master 2022-09-27T17:39:04.5826731Z GPU_FLAG: --gpus all 2022-09-27T17:39:04.5826967Z ##[endgroup] 2022-09-27T17:39:05.4587699Z 345b5ecabea8 2022-09-27T17:39:06.2265556Z Deleted Containers: 2022-09-27T17:39:06.2266404Z 345b5ecabea800fe24f06d20eab3d4b5be8cc9d124ac1ce0ffadefb632e1a19d 2022-09-27T17:39:06.2266684Z 2022-09-27T17:39:11.3572168Z Deleted Images: 2022-09-27T17:39:11.3573294Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T17:39:11.3574965Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7@sha256:9bb261bc4d8aeb82a71b1f0709da9c979e85a12a79c4a85c3fe3adddddcb2663 2022-09-27T17:39:11.3576292Z deleted: sha256:1565775a6d0c052a41180f67487ffe62db8903a6db8b459487e830a767b885e7 2022-09-27T17:39:11.3576913Z deleted: sha256:3e4cb2c2b5f9e2c80e23a8d896fa974adc4b0e3a54cc06c0a8afb922880fdac8 2022-09-27T17:39:11.3577387Z deleted: sha256:d0ad3421a88e79ceec8792dd7f305a7f9da57daa0119b35d0a37114fd2a8dcf9 2022-09-27T17:39:11.3577818Z deleted: sha256:701e765e83a6966eae0a6dd8fc686dd1787c602cf538ef7dea4100368068fcc9 2022-09-27T17:39:11.3578303Z deleted: sha256:8e85fd60215cbc7be6e9f6423e1f87f0e07c0c672606d79f499dbc625e3eda75 2022-09-27T17:39:11.3578761Z deleted: sha256:e5bde08e611f82f97b690c9fa678975e18d51c1d1bc1c8ddef0588f1a022d639 2022-09-27T17:39:11.3579198Z deleted: sha256:68800e2bce8407a9b0b64d467c217a2bb27e85fd2f3ab0c5793759d5443bf962 2022-09-27T17:39:11.3579610Z deleted: sha256:2457e2e8215ddc219f679a7f957fdc3c639147fc569a0cc1bc9f3a3a97ecd0b2 2022-09-27T17:39:11.3580049Z deleted: sha256:b9c61d9be1eb46057ce27c51ac051ba0ba53d440bda828612cfc06ae78352d7a 2022-09-27T17:39:11.3580493Z deleted: sha256:73dd107fbbff1e853191e9dcb9b75847329af3c80a5883c3ae039e14fa4caa0a 2022-09-27T17:39:11.3580913Z deleted: sha256:fe97c2c62ffb15e65ed2751c4c9069d62e91f204ff1c30980d18680617c5ae40 2022-09-27T17:39:11.3581556Z deleted: sha256:3393d072706e15983b6dba8491dcfaf03de10df9be7d9df9a80ef0dedf384b3e 2022-09-27T17:39:11.3582006Z deleted: sha256:328eaea416a7110b96dd1c4421ae76dac29d151937f13f647291840207613cfd 2022-09-27T17:39:11.3582436Z deleted: sha256:1f62c29a7ac809a8add06b0bc14387e38ec12e88034824daccfdd78a0ee24d00 2022-09-27T17:39:11.3582869Z deleted: sha256:a364f929327c0e6baf5da371c2e514c56a7dc2fcbd3f7f2229d49bf2fb3a2f27 2022-09-27T17:39:11.3583305Z deleted: sha256:14a20e2c555e8aea13a33ca9c7d20333ce850c23d3a6726d7b102a426c2bb100 2022-09-27T17:39:11.3583744Z deleted: sha256:865844d2dbf2eb79ca92ace32b76fd966b142ecccd91a6190a256f4d278fed74 2022-09-27T17:39:11.3584207Z deleted: sha256:6a56212e72bab94d436ef418303481e278e79a012bf88cc727231093221416e7 2022-09-27T17:39:11.3584608Z deleted: sha256:8ff11e3f91c81bfe67a7da7b03306cdc936f730f44e7dbc401299c81679f3a20 2022-09-27T17:39:11.3585026Z deleted: sha256:e3ebc0052e1300157e36aa327172ad1098717918585d1494c4efc4afdbb8ecbe 2022-09-27T17:39:11.3585455Z deleted: sha256:4b7db58c33bbdbe2e491f721c5a9724ef07d9a720d77bd517c1f5c8fad212ba2 2022-09-27T17:39:11.3585883Z deleted: sha256:1e68b2d3e3c7bf741f5f060b3a88095db0d5eefd841ce4e86b3c466f882997e6 2022-09-27T17:39:11.3586326Z deleted: sha256:4da2a66a2b27b034b75aa5a024cf7b8cfe1f8762b0725921f8b00cb3a0505759 2022-09-27T17:39:11.3586783Z deleted: sha256:37c6c713aea14d8a4a5f0dfd63f80f04633b0d6f8e7baed0a1feba47d709cbeb 2022-09-27T17:39:11.3587218Z deleted: sha256:c636e275b4e8c2d9022e72ee8d8528006ef92ad2fab903ba909244c2b9aa4bb0 2022-09-27T17:39:11.3587653Z deleted: sha256:2b912a242a1b69ebde3bf40dfab4b693cfa93f9bcb0d8be6c698b44b4284a70d 2022-09-27T17:39:11.3588114Z deleted: sha256:e4ff425d4caf55cc2f5939271ab53c4382b45c5454ccb0e4fa62cbb730aa8ba7 2022-09-27T17:39:11.3588567Z deleted: sha256:f80b712f0269de04dedd4bb68f0a2103eb0ac5bb70e5da74a7fe0544c8a678af 2022-09-27T17:39:11.3588990Z deleted: sha256:c048927fdfe44aec1063f37c0137ad63b7537c23dd3051ad691232ce363048fa 2022-09-27T17:39:11.3589476Z deleted: sha256:85d0da5e4c90646a2049cf17e470deedd05b19ab1535e4932940055fc36e1c91 2022-09-27T17:39:11.3590191Z deleted: sha256:a94964edf2ce4a0b440f5d000d2ea97c6145adcb1ad201ade6214f02cd47626c 2022-09-27T17:39:11.3590756Z deleted: sha256:fc49e4f76476298cd45a4ef31767534bd2b6663c90683ccbb4d911ea77a93d56 2022-09-27T17:39:11.3591176Z deleted: sha256:25a90c74f1ddefff551a5575bbaeaf1fd45c71d629ef061f41a227f2813ebf62 2022-09-27T17:39:11.3591755Z deleted: sha256:9c67a539cd718b76768a481e6313606489c7afbdd2ed5f0d35f94a0c8161ff59 2022-09-27T17:39:11.3592329Z deleted: sha256:78cfd7e90437d18d294dd32f35632e1e0f4e93f98d2f74562b7a2a483d89e847 2022-09-27T17:39:11.3592801Z deleted: sha256:feccb37688a9f8b307ab298febd901ccc8920a2ec8e1660a0eb8de5b6e41a3b1 2022-09-27T17:39:11.3593240Z deleted: sha256:eeded198b25e05f7ca35680574d2863e48240eb544a4945d562943ed7c519eaa 2022-09-27T17:39:11.3593664Z deleted: sha256:eba0a8e367727026cab4d61ce7412eac92df541fa66418907501f777a611d01a 2022-09-27T17:39:11.3594271Z deleted: sha256:ab3963854dae2a8321e764d73ecfb89e77618f391cbe2698ab09c8129a35eb29 2022-09-27T17:39:11.3594683Z deleted: sha256:db198971615e367404b8c928ff87c4bc7e81b060fa78a8431f2124d37e546a69 2022-09-27T17:39:11.3595099Z deleted: sha256:116af78f4b87e494b37b6a65d9e3abdd828764632b0adf869c40db8a8afb7745 2022-09-27T17:39:11.3595561Z deleted: sha256:21479387e93277b4c3c8df1cbd39208f3c6aa4128b6f0eebaafa7e3b82d8a23c 2022-09-27T17:39:11.3596303Z deleted: sha256:5731c54a72f20a93dd164dc484ecd3fd0bf0f0cb98eec92e2382f99c0c43e1a6 2022-09-27T17:39:11.3597009Z deleted: sha256:8b6f381bcc3be3c07a12a8e528c8926c369875dccb5d18323007a3beb34cdf52 2022-09-27T17:39:11.3598104Z deleted: sha256:07dcc550108cf9d433a453ce3e351ac30e67c1ccbc5f7bc71b408e2fb4bcc6a9 2022-09-27T17:39:11.3598813Z deleted: sha256:129bdb873e79117f4e90135f0c6a58f775fcf596f4eb514b803771cef2da8278 2022-09-27T17:39:11.3599571Z deleted: sha256:2d49e3a81bd436bfd20fb4a849cdc98da82cb74afef3de38dda7a946d3fc4153 2022-09-27T17:39:11.3600335Z deleted: sha256:0ba4e259108e5311ddf6b79ae3a35f8f16a4004ef8817e50427baa3cc90ac081 2022-09-27T17:39:11.3601201Z deleted: sha256:c164403226561914f16becdeca65c54d20dba8dad414b062efc34c05c47bf725 2022-09-27T17:39:11.3601907Z deleted: sha256:cbe4006b2e6286d50c1b292fb71b69d5299d65f055285519eafc41eac3ef8a3c 2022-09-27T17:39:11.3602628Z deleted: sha256:edcec18dceb25f1a03ec20de4676464613e69072875a83f5c45e45a31aafc5b9 2022-09-27T17:39:11.3603345Z deleted: sha256:13c4f317ac4bb48997302756b8d5f8b602e835607c9806a1a5b200e9a0657d8a 2022-09-27T17:39:11.3604031Z deleted: sha256:57f043e380f4586c76968d6e062b50bac55254a5be7e80bea3c027a5bb316469 2022-09-27T17:39:11.3604700Z deleted: sha256:3e549931e0240b9aac25dc79ed6a6259863879a5c9bd20755f77cac27c1ab8c8 2022-09-27T17:39:11.3605097Z 2022-09-27T17:39:11.3723216Z Total reclaimed space: 19.32GB 2022-09-27T17:39:11.3783856Z Post job cleanup. 2022-09-27T17:39:11.3822822Z Post job cleanup. 2022-09-27T17:39:11.5149553Z [command]/usr/bin/git version 2022-09-27T17:39:11.5199691Z git version 2.37.1 2022-09-27T17:39:11.5264296Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/948ab9bf-4222-42d9-a2dd-09fd90ed5124' before making global git config changes 2022-09-27T17:39:11.5264878Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T17:39:11.5273801Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T17:39:11.5321436Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T17:39:11.5359616Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T17:39:11.5676842Z Entering 'android/libs/fbjni' 2022-09-27T17:39:11.5717368Z Entering 'third_party/FP16' 2022-09-27T17:39:11.5760028Z Entering 'third_party/FXdiv' 2022-09-27T17:39:11.5799219Z Entering 'third_party/NNPACK' 2022-09-27T17:39:11.5841206Z Entering 'third_party/QNNPACK' 2022-09-27T17:39:11.5885601Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T17:39:11.5926406Z Entering 'third_party/XNNPACK' 2022-09-27T17:39:11.5979086Z Entering 'third_party/benchmark' 2022-09-27T17:39:11.6019543Z Entering 'third_party/cpuinfo' 2022-09-27T17:39:11.6062933Z Entering 'third_party/cub' 2022-09-27T17:39:11.6103382Z Entering 'third_party/cudnn_frontend' 2022-09-27T17:39:11.6150051Z Entering 'third_party/cutlass' 2022-09-27T17:39:11.6197717Z Entering 'third_party/eigen' 2022-09-27T17:39:11.6240097Z Entering 'third_party/fbgemm' 2022-09-27T17:39:11.6281457Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T17:39:11.6321370Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T17:39:11.6363306Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T17:39:11.6403153Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T17:39:11.6444035Z Entering 'third_party/flatbuffers' 2022-09-27T17:39:11.6488282Z Entering 'third_party/fmt' 2022-09-27T17:39:11.6528950Z Entering 'third_party/foxi' 2022-09-27T17:39:11.6569862Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T17:39:11.6612436Z Entering 'third_party/gloo' 2022-09-27T17:39:11.6653035Z Entering 'third_party/googletest' 2022-09-27T17:39:11.6693528Z Entering 'third_party/ideep' 2022-09-27T17:39:11.6734095Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T17:39:11.6778466Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T17:39:11.6826450Z Entering 'third_party/ios-cmake' 2022-09-27T17:39:11.6867544Z Entering 'third_party/ittapi' 2022-09-27T17:39:11.6909296Z Entering 'third_party/kineto' 2022-09-27T17:39:11.6949847Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T17:39:11.6990806Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T17:39:11.7033445Z Entering 'third_party/nccl/nccl' 2022-09-27T17:39:11.7074467Z Entering 'third_party/neon2sse' 2022-09-27T17:39:11.7114612Z Entering 'third_party/nlohmann' 2022-09-27T17:39:11.7157401Z Entering 'third_party/onnx' 2022-09-27T17:39:11.7212547Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T17:39:11.7252754Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T17:39:11.7296352Z Entering 'third_party/onnx-tensorrt' 2022-09-27T17:39:11.7336202Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T17:39:11.7382413Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T17:39:11.7423386Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T17:39:11.7463734Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T17:39:11.7510429Z Entering 'third_party/pocketfft' 2022-09-27T17:39:11.7550953Z Entering 'third_party/protobuf' 2022-09-27T17:39:11.7595995Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T17:39:11.7637002Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T17:39:11.7679764Z Entering 'third_party/psimd' 2022-09-27T17:39:11.7720847Z Entering 'third_party/pthreadpool' 2022-09-27T17:39:11.7761836Z Entering 'third_party/pybind11' 2022-09-27T17:39:11.7804830Z Entering 'third_party/python-enum' 2022-09-27T17:39:11.7845874Z Entering 'third_party/python-peachpy' 2022-09-27T17:39:11.7886673Z Entering 'third_party/python-six' 2022-09-27T17:39:11.7927726Z Entering 'third_party/sleef' 2022-09-27T17:39:11.7968421Z Entering 'third_party/tbb' 2022-09-27T17:39:11.8012321Z Entering 'third_party/tensorpipe' 2022-09-27T17:39:11.8053280Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T17:39:11.8093909Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T17:39:11.8134934Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T17:39:11.8175853Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T17:39:11.8216445Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T17:39:11.8259979Z Entering 'third_party/zstd' 2022-09-27T17:39:11.8320947Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T17:39:11.8348514Z http.https://github.com/.extraheader 2022-09-27T17:39:11.8359930Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T17:39:11.8398259Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T17:39:11.8706721Z Entering 'android/libs/fbjni' 2022-09-27T17:39:11.8730632Z http.https://github.com/.extraheader 2022-09-27T17:39:11.8762769Z Entering 'third_party/FP16' 2022-09-27T17:39:11.8787102Z http.https://github.com/.extraheader 2022-09-27T17:39:11.8819404Z Entering 'third_party/FXdiv' 2022-09-27T17:39:11.8844589Z http.https://github.com/.extraheader 2022-09-27T17:39:11.8876953Z Entering 'third_party/NNPACK' 2022-09-27T17:39:11.8901319Z http.https://github.com/.extraheader 2022-09-27T17:39:11.8935919Z Entering 'third_party/QNNPACK' 2022-09-27T17:39:11.8960247Z http.https://github.com/.extraheader 2022-09-27T17:39:11.8992200Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T17:39:11.9016054Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9048515Z Entering 'third_party/XNNPACK' 2022-09-27T17:39:11.9071820Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9114810Z Entering 'third_party/benchmark' 2022-09-27T17:39:11.9139387Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9171427Z Entering 'third_party/cpuinfo' 2022-09-27T17:39:11.9195836Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9229200Z Entering 'third_party/cub' 2022-09-27T17:39:11.9254366Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9287947Z Entering 'third_party/cudnn_frontend' 2022-09-27T17:39:11.9312510Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9350134Z Entering 'third_party/cutlass' 2022-09-27T17:39:11.9374656Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9413878Z Entering 'third_party/eigen' 2022-09-27T17:39:11.9437793Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9473623Z Entering 'third_party/fbgemm' 2022-09-27T17:39:11.9497679Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9529821Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T17:39:11.9553474Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9586011Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T17:39:11.9613216Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9646918Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T17:39:11.9670085Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9702340Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T17:39:11.9728055Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9760951Z Entering 'third_party/flatbuffers' 2022-09-27T17:39:11.9784503Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9818840Z Entering 'third_party/fmt' 2022-09-27T17:39:11.9842546Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9873980Z Entering 'third_party/foxi' 2022-09-27T17:39:11.9898800Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9930548Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T17:39:11.9953872Z http.https://github.com/.extraheader 2022-09-27T17:39:11.9986379Z Entering 'third_party/gloo' 2022-09-27T17:39:12.0011195Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0043512Z Entering 'third_party/googletest' 2022-09-27T17:39:12.0067109Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0099879Z Entering 'third_party/ideep' 2022-09-27T17:39:12.0125117Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0155504Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T17:39:12.0179442Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0213335Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T17:39:12.0236657Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0275678Z Entering 'third_party/ios-cmake' 2022-09-27T17:39:12.0300375Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0333264Z Entering 'third_party/ittapi' 2022-09-27T17:39:12.0356622Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0388226Z Entering 'third_party/kineto' 2022-09-27T17:39:12.0412304Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0444166Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T17:39:12.0467493Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0500968Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T17:39:12.0525592Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0559791Z Entering 'third_party/nccl/nccl' 2022-09-27T17:39:12.0584757Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0617501Z Entering 'third_party/neon2sse' 2022-09-27T17:39:12.0642239Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0673622Z Entering 'third_party/nlohmann' 2022-09-27T17:39:12.0697661Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0730283Z Entering 'third_party/onnx' 2022-09-27T17:39:12.0754708Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0800835Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T17:39:12.0825683Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0858228Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T17:39:12.0883402Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0917443Z Entering 'third_party/onnx-tensorrt' 2022-09-27T17:39:12.0941185Z http.https://github.com/.extraheader 2022-09-27T17:39:12.0972883Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T17:39:12.0996867Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1034273Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T17:39:12.1058044Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1090795Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T17:39:12.1114207Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1146686Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T17:39:12.1170513Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1208367Z Entering 'third_party/pocketfft' 2022-09-27T17:39:12.1232452Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1264728Z Entering 'third_party/protobuf' 2022-09-27T17:39:12.1289464Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1325583Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T17:39:12.1349251Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1381129Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T17:39:12.1405091Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1438238Z Entering 'third_party/psimd' 2022-09-27T17:39:12.1462602Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1495458Z Entering 'third_party/pthreadpool' 2022-09-27T17:39:12.1520393Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1551971Z Entering 'third_party/pybind11' 2022-09-27T17:39:12.1576372Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1608405Z Entering 'third_party/python-enum' 2022-09-27T17:39:12.1632411Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1664642Z Entering 'third_party/python-peachpy' 2022-09-27T17:39:12.1688804Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1720356Z Entering 'third_party/python-six' 2022-09-27T17:39:12.1743861Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1775702Z Entering 'third_party/sleef' 2022-09-27T17:39:12.1800614Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1832043Z Entering 'third_party/tbb' 2022-09-27T17:39:12.1856974Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1891600Z Entering 'third_party/tensorpipe' 2022-09-27T17:39:12.1915901Z http.https://github.com/.extraheader 2022-09-27T17:39:12.1947538Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T17:39:12.1971572Z http.https://github.com/.extraheader 2022-09-27T17:39:12.2003742Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T17:39:12.2026655Z http.https://github.com/.extraheader 2022-09-27T17:39:12.2058383Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T17:39:12.2082357Z http.https://github.com/.extraheader 2022-09-27T17:39:12.2113810Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T17:39:12.2137758Z http.https://github.com/.extraheader 2022-09-27T17:39:12.2168943Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T17:39:12.2192789Z http.https://github.com/.extraheader 2022-09-27T17:39:12.2227602Z Entering 'third_party/zstd' 2022-09-27T17:39:12.2252625Z http.https://github.com/.extraheader 2022-09-27T17:39:12.2552094Z Cleaning up orphan processes