2022-08-17T12:28:36.7103873Z Requested labels: linux.4xlarge.nvidia.gpu 2022-08-17T12:28:36.7103965Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/82657/merge 2022-08-17T12:28:36.7103992Z Waiting for a runner to pick up this job... 2022-08-17T12:31:40.5813002Z Job is about to start running on the runner: i-084a4fe167cf0a240 (repository) 2022-08-17T12:31:45.3938433Z Current runner version: '2.295.0' 2022-08-17T12:31:45.3946434Z Runner name: 'i-084a4fe167cf0a240' 2022-08-17T12:31:45.3947099Z Runner group name: 'Default' 2022-08-17T12:31:45.3947908Z Machine name: 'ip-10-0-2-170' 2022-08-17T12:31:45.3950662Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T12:31:45.3951605Z Actions: read 2022-08-17T12:31:45.3951994Z Checks: read 2022-08-17T12:31:45.3952424Z Contents: read 2022-08-17T12:31:45.3952903Z Deployments: read 2022-08-17T12:31:45.3953298Z Discussions: read 2022-08-17T12:31:45.3953746Z Issues: read 2022-08-17T12:31:45.3954174Z Metadata: read 2022-08-17T12:31:45.3954544Z Packages: read 2022-08-17T12:31:45.3955007Z Pages: read 2022-08-17T12:31:45.3955444Z PullRequests: read 2022-08-17T12:31:45.3955873Z RepositoryProjects: read 2022-08-17T12:31:45.3956356Z SecurityEvents: read 2022-08-17T12:31:45.3956794Z Statuses: read 2022-08-17T12:31:45.3957208Z ##[endgroup] 2022-08-17T12:31:45.3961533Z Secret source: None 2022-08-17T12:31:45.3962329Z Prepare workflow directory 2022-08-17T12:31:45.5243980Z Prepare all required actions 2022-08-17T12:31:45.5463503Z Getting action download info 2022-08-17T12:31:45.7768607Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T12:31:48.9673939Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-08-17T12:31:49.0738428Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-08-17T12:31:49.3634407Z Getting action download info 2022-08-17T12:31:49.5219995Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T12:31:49.9082276Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T12:31:49.9082690Z with: 2022-08-17T12:31:49.9082940Z submodules: recursive 2022-08-17T12:31:49.9083201Z fetch-depth: 0 2022-08-17T12:31:49.9083436Z env: 2022-08-17T12:31:49.9083673Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:31:49.9083943Z ##[endgroup] 2022-08-17T12:31:49.9394405Z ##[group]Run retry () { 2022-08-17T12:31:49.9394733Z retry () { 2022-08-17T12:31:49.9395043Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T12:31:49.9395340Z } 2022-08-17T12:31:49.9395580Z echo "${GITHUB_WORKSPACE}" 2022-08-17T12:31:49.9395878Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T12:31:49.9396188Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:31:49.9396468Z else 2022-08-17T12:31:49.9396724Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:31:49.9396987Z fi 2022-08-17T12:31:49.9397288Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T12:31:49.9415087Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:31:49.9415419Z env: 2022-08-17T12:31:49.9415667Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:31:49.9415908Z NO_SUDO: 2022-08-17T12:31:49.9416156Z ##[endgroup] 2022-08-17T12:31:49.9651793Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:31:50.0130486Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T12:31:50.0130855Z with: 2022-08-17T12:31:50.0131178Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:31:50.0131517Z fetch-depth: 0 2022-08-17T12:31:50.0131800Z submodules: recursive 2022-08-17T12:31:50.0132107Z quiet-checkout: true 2022-08-17T12:31:50.0132427Z repository: pytorch/pytorch 2022-08-17T12:31:50.0132920Z token: *** 2022-08-17T12:31:50.0133202Z ssh-strict: true 2022-08-17T12:31:50.0133672Z persist-credentials: true 2022-08-17T12:31:50.0133989Z clean: true 2022-08-17T12:31:50.0134254Z lfs: false 2022-08-17T12:31:50.0134552Z set-safe-directory: true 2022-08-17T12:31:50.0134843Z env: 2022-08-17T12:31:50.0135106Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:31:50.0135409Z ##[endgroup] 2022-08-17T12:31:50.1679803Z Syncing repository: pytorch/pytorch 2022-08-17T12:31:50.1681763Z ##[group]Getting Git version info 2022-08-17T12:31:50.1682659Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:31:50.1683358Z [command]/usr/bin/git version 2022-08-17T12:31:50.1683679Z git version 2.37.1 2022-08-17T12:31:50.1689093Z ##[endgroup] 2022-08-17T12:31:50.1711528Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1f371ea7-da05-4ab1-b9ae-b1f0f7c4816c' before making global git config changes 2022-08-17T12:31:50.1712165Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T12:31:50.1719873Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:31:50.1765346Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:31:50.1770990Z ##[group]Initializing the repository 2022-08-17T12:31:50.1777277Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:31:50.1809946Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T12:31:50.1810871Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T12:31:50.1811905Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T12:31:50.1812308Z hint: 2022-08-17T12:31:50.1812731Z hint: git config --global init.defaultBranch 2022-08-17T12:31:50.1813091Z hint: 2022-08-17T12:31:50.1813523Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T12:31:50.1814040Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T12:31:50.1814403Z hint: 2022-08-17T12:31:50.1815123Z hint: git branch -m 2022-08-17T12:31:50.1815683Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-08-17T12:31:50.1826774Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T12:31:50.1861921Z ##[endgroup] 2022-08-17T12:31:50.1862681Z ##[group]Disabling automatic garbage collection 2022-08-17T12:31:50.1868032Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T12:31:50.1903737Z ##[endgroup] 2022-08-17T12:31:50.1904278Z ##[group]Setting up auth 2022-08-17T12:31:50.1914417Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T12:31:50.1953342Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T12:31:50.2284415Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T12:31:50.2319807Z [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-08-17T12:31:50.2624885Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:31:50.2673523Z ##[endgroup] 2022-08-17T12:31:50.2674113Z ##[group]Fetching the repository 2022-08-17T12:31:50.2682369Z [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-08-17T12:32:37.0185744Z [command]/usr/bin/git rev-parse --verify --quiet ce6a3c605df99d1df57c0dda75c06d748e54ed2a^{object} 2022-08-17T12:32:37.0224089Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:32:38.0917078Z ##[endgroup] 2022-08-17T12:32:38.0917610Z ##[group]Determining the checkout info 2022-08-17T12:32:38.0919137Z ##[endgroup] 2022-08-17T12:32:38.0919726Z ##[group]Checking out the ref 2022-08-17T12:32:38.0926101Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:32:39.7297043Z ##[endgroup] 2022-08-17T12:32:39.7297809Z ##[group]Setting up auth for fetching submodules 2022-08-17T12:32:39.7305108Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:32:39.7358348Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-08-17T12:32:39.7391787Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-08-17T12:32:39.7424866Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-08-17T12:32:39.7452840Z ##[endgroup] 2022-08-17T12:32:39.7453299Z ##[group]Fetching submodules 2022-08-17T12:32:39.7458265Z [command]/usr/bin/git submodule sync --recursive 2022-08-17T12:32:39.7772786Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-08-17T12:32:39.8075797Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-08-17T12:32:39.8078296Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-08-17T12:32:39.8080617Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-08-17T12:32:39.8083984Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-08-17T12:32:39.8087342Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-08-17T12:32:39.8090759Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-08-17T12:32:39.8094439Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-08-17T12:32:39.8098148Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-08-17T12:32:39.8103364Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-08-17T12:32:39.8107925Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-08-17T12:32:39.8111829Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-08-17T12:32:39.8116127Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-08-17T12:32:39.8120787Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-08-17T12:32:39.8125129Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-08-17T12:32:39.8129834Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-08-17T12:32:39.8134556Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:32:39.8139452Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-08-17T12:32:39.8145252Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-08-17T12:32:39.8150312Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-08-17T12:32:39.8155550Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-08-17T12:32:39.8161050Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-08-17T12:32:39.8166574Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-08-17T12:32:39.8172278Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-08-17T12:32:39.8178181Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-08-17T12:32:39.8185510Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-08-17T12:32:39.8191506Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-08-17T12:32:39.8197756Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-08-17T12:32:39.8204079Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-08-17T12:32:39.8210569Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-08-17T12:32:39.8217075Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-08-17T12:32:39.8224623Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-08-17T12:32:39.8231299Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-08-17T12:32:39.8238230Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-08-17T12:32:39.8245349Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-08-17T12:32:39.8252620Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-08-17T12:32:39.8259815Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-08-17T12:32:39.8268031Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-08-17T12:32:39.8275517Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-08-17T12:32:39.8283334Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-08-17T12:32:39.8311420Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-08-17T12:32:40.1081373Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-08-17T12:32:40.3057761Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-08-17T12:32:40.5142606Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-08-17T12:32:40.8830983Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-08-17T12:32:41.1436436Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-08-17T12:32:46.4188126Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-08-17T12:32:46.8271280Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-08-17T12:32:47.3586335Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-08-17T12:32:48.8846699Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-08-17T12:32:50.1512992Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-08-17T12:32:57.6383470Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-08-17T12:32:58.3358171Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-08-17T12:32:59.7770214Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-08-17T12:33:01.0017309Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-08-17T12:33:01.2652904Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-08-17T12:33:01.8113941Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-08-17T12:33:02.1957596Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-08-17T12:33:03.3041935Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-08-17T12:33:03.7713883Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-08-17T12:33:03.9729020Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-08-17T12:33:04.2422337Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-08-17T12:33:05.9071427Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-08-17T12:33:06.3734092Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-08-17T12:33:06.7973028Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-08-17T12:33:14.1433226Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-08-17T12:33:15.8749598Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-08-17T12:33:16.2798066Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-08-17T12:33:16.5064473Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-08-17T12:33:21.9994334Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-08-17T12:33:22.2247688Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-08-17T12:33:22.4400478Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-08-17T12:33:23.2995920Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-08-17T12:33:23.5496749Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-08-17T12:33:24.0044268Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-08-17T12:33:24.2985337Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-08-17T12:33:24.8860160Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-08-17T12:33:27.3017057Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-08-17T12:33:27.8375944Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-08-17T12:33:30.1232629Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-08-17T12:33:30.1353951Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-08-17T12:33:30.1447828Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-08-17T12:33:30.1717497Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-08-17T12:33:30.1982529Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-08-17T12:33:30.9509990Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-08-17T12:33:30.9755949Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:33:31.0968423Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-08-17T12:33:31.1368581Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-08-17T12:33:31.4872391Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-08-17T12:33:31.7777847Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-08-17T12:33:31.8312567Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-08-17T12:33:31.8329838Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:33:31.8332828Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:33:31.8335911Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:33:31.8339291Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:33:31.8365367Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-08-17T12:33:32.7262126Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-08-17T12:33:33.3103621Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-08-17T12:33:34.4158193Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-08-17T12:33:34.8028864Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-08-17T12:33:34.9248675Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-08-17T12:33:34.9924081Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-08-17T12:33:35.0034343Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-08-17T12:33:35.1089388Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-08-17T12:33:35.1477068Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-08-17T12:33:35.1573735Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-08-17T12:33:35.2029103Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-08-17T12:33:35.2309498Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-08-17T12:33:35.2851631Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-08-17T12:33:35.2977031Z Submodule path 'third_party/ideep': checked out '8a114a51c116b55c4ceb689b98746786bd00c29b' 2022-08-17T12:33:35.2993359Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-08-17T12:33:35.3018650Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-08-17T12:33:45.5066751Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-08-17T12:33:45.5085874Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:33:45.5113470Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-08-17T12:33:53.2387347Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-08-17T12:33:53.2503687Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-08-17T12:33:53.2673428Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-08-17T12:33:53.3793443Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-08-17T12:33:53.3811768Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:33:53.3815495Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:33:53.3843812Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-08-17T12:33:54.6343613Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-08-17T12:33:55.7658534Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-08-17T12:33:55.8303295Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-08-17T12:33:55.8531888Z Submodule path 'third_party/nccl/nccl': checked out '19ab67d1727d337d10d0a48cbaf5cd119b8d88f1' 2022-08-17T12:33:55.8686729Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-08-17T12:33:56.0016695Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-08-17T12:33:56.3120706Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-08-17T12:33:56.3152119Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-08-17T12:33:56.3155659Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-08-17T12:33:56.3183143Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-08-17T12:33:56.7223727Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-08-17T12:33:57.6112397Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:33:57.6478193Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-08-17T12:33:57.6652008Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-08-17T12:33:57.6669024Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:33:57.6694256Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-08-17T12:33:59.5930359Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-08-17T12:33:59.5952747Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:33:59.5955923Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:33:59.5983645Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-08-17T12:34:00.0103401Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-08-17T12:34:01.0511257Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-08-17T12:34:01.1258229Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-08-17T12:34:01.1275152Z 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-08-17T12:34:01.1301477Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-08-17T12:34:01.4269465Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:34:01.4370101Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-08-17T12:34:01.7526885Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-08-17T12:34:01.7548949Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:34:01.7551939Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-08-17T12:34:01.7578566Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-08-17T12:34:02.2275726Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-08-17T12:34:03.4133523Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-08-17T12:34:03.4945693Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-08-17T12:34:03.5037012Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-08-17T12:34:03.5162096Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-08-17T12:34:03.5553911Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-08-17T12:34:03.5653979Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-08-17T12:34:03.5989956Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-08-17T12:34:03.6092344Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-08-17T12:34:03.6617295Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-08-17T12:34:03.7956963Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-08-17T12:34:03.8279121Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-08-17T12:34:03.8295490Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:34:03.8298319Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:34:03.8301909Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:34:03.8305567Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:34:03.8331202Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-08-17T12:34:04.9680759Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-08-17T12:34:05.4045709Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-08-17T12:34:06.8455090Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-08-17T12:34:07.7745909Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-08-17T12:34:07.7914533Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-08-17T12:34:07.8694768Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-08-17T12:34:07.9011502Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-08-17T12:34:07.9027241Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:34:07.9052854Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-08-17T12:34:08.1329102Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:34:08.2897798Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-08-17T12:34:08.2930660Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-08-17T12:34:08.3242743Z Entering 'android/libs/fbjni' 2022-08-17T12:34:08.3284443Z Entering 'third_party/FP16' 2022-08-17T12:34:08.3325757Z Entering 'third_party/FXdiv' 2022-08-17T12:34:08.3367997Z Entering 'third_party/NNPACK' 2022-08-17T12:34:08.3409132Z Entering 'third_party/QNNPACK' 2022-08-17T12:34:08.3451008Z Entering 'third_party/XNNPACK' 2022-08-17T12:34:08.3504591Z Entering 'third_party/benchmark' 2022-08-17T12:34:08.3546530Z Entering 'third_party/cpuinfo' 2022-08-17T12:34:08.3588953Z Entering 'third_party/cub' 2022-08-17T12:34:08.3631833Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:34:08.3680142Z Entering 'third_party/eigen' 2022-08-17T12:34:08.3725791Z Entering 'third_party/fbgemm' 2022-08-17T12:34:08.3768047Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:34:08.3809178Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:34:08.3852069Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:34:08.3893151Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:34:08.3935529Z Entering 'third_party/flatbuffers' 2022-08-17T12:34:08.3981112Z Entering 'third_party/fmt' 2022-08-17T12:34:08.4023701Z Entering 'third_party/foxi' 2022-08-17T12:34:08.4065383Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:34:08.4107850Z Entering 'third_party/gloo' 2022-08-17T12:34:08.4150560Z Entering 'third_party/googletest' 2022-08-17T12:34:08.4193606Z Entering 'third_party/ideep' 2022-08-17T12:34:08.4235670Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:34:08.4279507Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:34:08.4329638Z Entering 'third_party/ios-cmake' 2022-08-17T12:34:08.4372206Z Entering 'third_party/ittapi' 2022-08-17T12:34:08.4414834Z Entering 'third_party/kineto' 2022-08-17T12:34:08.4460442Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:34:08.4503758Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:34:08.4548186Z Entering 'third_party/nccl/nccl' 2022-08-17T12:34:08.4592683Z Entering 'third_party/neon2sse' 2022-08-17T12:34:08.4634726Z Entering 'third_party/nlohmann' 2022-08-17T12:34:08.4678062Z Entering 'third_party/onnx' 2022-08-17T12:34:08.4735301Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:34:08.4778373Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:34:08.4822300Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:34:08.4865215Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:34:08.4912291Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:34:08.4955840Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:34:08.4997786Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:34:08.5046213Z Entering 'third_party/pocketfft' 2022-08-17T12:34:08.5088399Z Entering 'third_party/protobuf' 2022-08-17T12:34:08.5134816Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:34:08.5176115Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:34:08.5220272Z Entering 'third_party/psimd' 2022-08-17T12:34:08.5262765Z Entering 'third_party/pthreadpool' 2022-08-17T12:34:08.5304096Z Entering 'third_party/pybind11' 2022-08-17T12:34:08.5347122Z Entering 'third_party/python-enum' 2022-08-17T12:34:08.5388554Z Entering 'third_party/python-peachpy' 2022-08-17T12:34:08.5431277Z Entering 'third_party/python-six' 2022-08-17T12:34:08.5473052Z Entering 'third_party/sleef' 2022-08-17T12:34:08.5514461Z Entering 'third_party/tbb' 2022-08-17T12:34:08.5560490Z Entering 'third_party/tensorpipe' 2022-08-17T12:34:08.5602121Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:34:08.5644810Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:34:08.5686389Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:34:08.5727242Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:34:08.5768017Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:34:08.5811349Z Entering 'third_party/zstd' 2022-08-17T12:34:08.5862359Z ##[endgroup] 2022-08-17T12:34:08.5865205Z ##[group]Persisting credentials for submodules 2022-08-17T12:34:08.5872287Z [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-08-17T12:34:08.6174894Z Entering 'android/libs/fbjni' 2022-08-17T12:34:08.6214999Z Entering 'third_party/FP16' 2022-08-17T12:34:08.6255238Z Entering 'third_party/FXdiv' 2022-08-17T12:34:08.6296162Z Entering 'third_party/NNPACK' 2022-08-17T12:34:08.6337149Z Entering 'third_party/QNNPACK' 2022-08-17T12:34:08.6377925Z Entering 'third_party/XNNPACK' 2022-08-17T12:34:08.6429768Z Entering 'third_party/benchmark' 2022-08-17T12:34:08.6470089Z Entering 'third_party/cpuinfo' 2022-08-17T12:34:08.6512129Z Entering 'third_party/cub' 2022-08-17T12:34:08.6552527Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:34:08.6598472Z Entering 'third_party/eigen' 2022-08-17T12:34:08.6640609Z Entering 'third_party/fbgemm' 2022-08-17T12:34:08.6681214Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:34:08.6721449Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:34:08.6764405Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:34:08.6803856Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:34:08.6844638Z Entering 'third_party/flatbuffers' 2022-08-17T12:34:08.6887070Z Entering 'third_party/fmt' 2022-08-17T12:34:08.6927405Z Entering 'third_party/foxi' 2022-08-17T12:34:08.6967432Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:34:08.7008352Z Entering 'third_party/gloo' 2022-08-17T12:34:08.7049137Z Entering 'third_party/googletest' 2022-08-17T12:34:08.7089938Z Entering 'third_party/ideep' 2022-08-17T12:34:08.7129787Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:34:08.7171468Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:34:08.7217447Z Entering 'third_party/ios-cmake' 2022-08-17T12:34:08.7258775Z Entering 'third_party/ittapi' 2022-08-17T12:34:08.7299053Z Entering 'third_party/kineto' 2022-08-17T12:34:08.7339213Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:34:08.7380220Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:34:08.7421652Z Entering 'third_party/nccl/nccl' 2022-08-17T12:34:08.7463348Z Entering 'third_party/neon2sse' 2022-08-17T12:34:08.7502807Z Entering 'third_party/nlohmann' 2022-08-17T12:34:08.7544097Z Entering 'third_party/onnx' 2022-08-17T12:34:08.7597509Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:34:08.7639459Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:34:08.7682345Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:34:08.7722959Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:34:08.7767497Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:34:08.7808338Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:34:08.7848400Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:34:08.7893412Z Entering 'third_party/pocketfft' 2022-08-17T12:34:08.7933458Z Entering 'third_party/protobuf' 2022-08-17T12:34:08.7976951Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:34:08.8016858Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:34:08.8058745Z Entering 'third_party/psimd' 2022-08-17T12:34:08.8099564Z Entering 'third_party/pthreadpool' 2022-08-17T12:34:08.8139786Z Entering 'third_party/pybind11' 2022-08-17T12:34:08.8180080Z Entering 'third_party/python-enum' 2022-08-17T12:34:08.8221041Z Entering 'third_party/python-peachpy' 2022-08-17T12:34:08.8261431Z Entering 'third_party/python-six' 2022-08-17T12:34:08.8302308Z Entering 'third_party/sleef' 2022-08-17T12:34:08.8342248Z Entering 'third_party/tbb' 2022-08-17T12:34:08.8385284Z Entering 'third_party/tensorpipe' 2022-08-17T12:34:08.8426303Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:34:08.8465728Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:34:08.8504964Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:34:08.8545584Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:34:08.8583796Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:34:08.8626536Z Entering 'third_party/zstd' 2022-08-17T12:34:08.8679963Z [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-08-17T12:34:08.8976127Z Entering 'android/libs/fbjni' 2022-08-17T12:34:08.9012657Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-08-17T12:34:08.9030336Z Entering 'third_party/FP16' 2022-08-17T12:34:08.9067058Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-08-17T12:34:08.9083828Z Entering 'third_party/FXdiv' 2022-08-17T12:34:08.9121063Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-08-17T12:34:08.9138060Z Entering 'third_party/NNPACK' 2022-08-17T12:34:08.9174359Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-08-17T12:34:08.9192269Z Entering 'third_party/QNNPACK' 2022-08-17T12:34:08.9228791Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-08-17T12:34:08.9245771Z Entering 'third_party/XNNPACK' 2022-08-17T12:34:08.9282871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-08-17T12:34:08.9310852Z Entering 'third_party/benchmark' 2022-08-17T12:34:08.9347507Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:34:08.9364439Z Entering 'third_party/cpuinfo' 2022-08-17T12:34:08.9401509Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-08-17T12:34:08.9419505Z Entering 'third_party/cub' 2022-08-17T12:34:08.9456598Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-08-17T12:34:08.9474260Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:34:08.9509881Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-08-17T12:34:08.9532402Z Entering 'third_party/eigen' 2022-08-17T12:34:08.9570070Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-08-17T12:34:08.9590220Z Entering 'third_party/fbgemm' 2022-08-17T12:34:08.9626870Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-08-17T12:34:08.9644198Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:34:08.9681883Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-08-17T12:34:08.9698204Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:34:08.9735521Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-08-17T12:34:08.9752807Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:34:08.9789496Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:34:08.9805837Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:34:08.9844150Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-08-17T12:34:08.9860863Z Entering 'third_party/flatbuffers' 2022-08-17T12:34:08.9903785Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-08-17T12:34:08.9921750Z Entering 'third_party/fmt' 2022-08-17T12:34:08.9958722Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-08-17T12:34:08.9975467Z Entering 'third_party/foxi' 2022-08-17T12:34:09.0011776Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-08-17T12:34:09.0029113Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:34:09.0066385Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-08-17T12:34:09.0082818Z Entering 'third_party/gloo' 2022-08-17T12:34:09.0120088Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-08-17T12:34:09.0136361Z Entering 'third_party/googletest' 2022-08-17T12:34:09.0173776Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:34:09.0190740Z Entering 'third_party/ideep' 2022-08-17T12:34:09.0227106Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-08-17T12:34:09.0242596Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:34:09.0279814Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-08-17T12:34:09.0297920Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:34:09.0335637Z 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-08-17T12:34:09.0359144Z Entering 'third_party/ios-cmake' 2022-08-17T12:34:09.0396696Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-08-17T12:34:09.0412839Z Entering 'third_party/ittapi' 2022-08-17T12:34:09.0449875Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-08-17T12:34:09.0466871Z Entering 'third_party/kineto' 2022-08-17T12:34:09.0503047Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-08-17T12:34:09.0519534Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:34:09.0557529Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-08-17T12:34:09.0573636Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:34:09.0611004Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-08-17T12:34:09.0629139Z Entering 'third_party/nccl/nccl' 2022-08-17T12:34:09.0666495Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-08-17T12:34:09.0683116Z Entering 'third_party/neon2sse' 2022-08-17T12:34:09.0719825Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-08-17T12:34:09.0736211Z Entering 'third_party/nlohmann' 2022-08-17T12:34:09.0773132Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-08-17T12:34:09.0791141Z Entering 'third_party/onnx' 2022-08-17T12:34:09.0827757Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-08-17T12:34:09.0856435Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:34:09.0893565Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:34:09.0911547Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:34:09.0948358Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:34:09.0966656Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:34:09.1003887Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-08-17T12:34:09.1020007Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:34:09.1058524Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-08-17T12:34:09.1080350Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:34:09.1118359Z 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-08-17T12:34:09.1135898Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:34:09.1174829Z 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-08-17T12:34:09.1191067Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:34:09.1228957Z 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-08-17T12:34:09.1255158Z Entering 'third_party/pocketfft' 2022-08-17T12:34:09.1293567Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-08-17T12:34:09.1310226Z Entering 'third_party/protobuf' 2022-08-17T12:34:09.1348551Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-08-17T12:34:09.1368705Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:34:09.1407408Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:34:09.1425171Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:34:09.1463769Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:34:09.1481983Z Entering 'third_party/psimd' 2022-08-17T12:34:09.1519683Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-08-17T12:34:09.1536226Z Entering 'third_party/pthreadpool' 2022-08-17T12:34:09.1573967Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-08-17T12:34:09.1591206Z Entering 'third_party/pybind11' 2022-08-17T12:34:09.1629012Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:34:09.1646152Z Entering 'third_party/python-enum' 2022-08-17T12:34:09.1686202Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-08-17T12:34:09.1702747Z Entering 'third_party/python-peachpy' 2022-08-17T12:34:09.1740020Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-08-17T12:34:09.1756391Z Entering 'third_party/python-six' 2022-08-17T12:34:09.1793831Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-08-17T12:34:09.1810108Z Entering 'third_party/sleef' 2022-08-17T12:34:09.1848486Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-08-17T12:34:09.1866180Z Entering 'third_party/tbb' 2022-08-17T12:34:09.1904215Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-08-17T12:34:09.1922460Z Entering 'third_party/tensorpipe' 2022-08-17T12:34:09.1960432Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-08-17T12:34:09.1977016Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:34:09.2014848Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:34:09.2032123Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:34:09.2069094Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-08-17T12:34:09.2084667Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:34:09.2124411Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-08-17T12:34:09.2140635Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:34:09.2178015Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:34:09.2194446Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:34:09.2232166Z 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-08-17T12:34:09.2252343Z Entering 'third_party/zstd' 2022-08-17T12:34:09.2289394Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-08-17T12:34:09.2983123Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-08-17T12:34:09.3283175Z Entering 'android/libs/fbjni' 2022-08-17T12:34:09.3324173Z Entering 'third_party/FP16' 2022-08-17T12:34:09.3366674Z Entering 'third_party/FXdiv' 2022-08-17T12:34:09.3408433Z Entering 'third_party/NNPACK' 2022-08-17T12:34:09.3450288Z Entering 'third_party/QNNPACK' 2022-08-17T12:34:09.3492050Z Entering 'third_party/XNNPACK' 2022-08-17T12:34:09.3544909Z Entering 'third_party/benchmark' 2022-08-17T12:34:09.3587407Z Entering 'third_party/cpuinfo' 2022-08-17T12:34:09.3628347Z Entering 'third_party/cub' 2022-08-17T12:34:09.3670584Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:34:09.3716576Z Entering 'third_party/eigen' 2022-08-17T12:34:09.3759503Z Entering 'third_party/fbgemm' 2022-08-17T12:34:09.3800348Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:34:09.3843108Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:34:09.3884935Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:34:09.3926939Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:34:09.3968867Z Entering 'third_party/flatbuffers' 2022-08-17T12:34:09.4011999Z Entering 'third_party/fmt' 2022-08-17T12:34:09.4052856Z Entering 'third_party/foxi' 2022-08-17T12:34:09.4094818Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:34:09.4136948Z Entering 'third_party/gloo' 2022-08-17T12:34:09.4178475Z Entering 'third_party/googletest' 2022-08-17T12:34:09.4222354Z Entering 'third_party/ideep' 2022-08-17T12:34:09.4263737Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:34:09.4305003Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:34:09.4353352Z Entering 'third_party/ios-cmake' 2022-08-17T12:34:09.4395715Z Entering 'third_party/ittapi' 2022-08-17T12:34:09.4436903Z Entering 'third_party/kineto' 2022-08-17T12:34:09.4477569Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:34:09.4518216Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:34:09.4561516Z Entering 'third_party/nccl/nccl' 2022-08-17T12:34:09.4602548Z Entering 'third_party/neon2sse' 2022-08-17T12:34:09.4642905Z Entering 'third_party/nlohmann' 2022-08-17T12:34:09.4685043Z Entering 'third_party/onnx' 2022-08-17T12:34:09.4739508Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:34:09.4780960Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:34:09.4824338Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:34:09.4864574Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:34:09.4909777Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:34:09.4951665Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:34:09.4992602Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:34:09.5038846Z Entering 'third_party/pocketfft' 2022-08-17T12:34:09.5080454Z Entering 'third_party/protobuf' 2022-08-17T12:34:09.5124561Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:34:09.5165459Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:34:09.5209703Z Entering 'third_party/psimd' 2022-08-17T12:34:09.5250766Z Entering 'third_party/pthreadpool' 2022-08-17T12:34:09.5291518Z Entering 'third_party/pybind11' 2022-08-17T12:34:09.5332934Z Entering 'third_party/python-enum' 2022-08-17T12:34:09.5374686Z Entering 'third_party/python-peachpy' 2022-08-17T12:34:09.5416085Z Entering 'third_party/python-six' 2022-08-17T12:34:09.5457569Z Entering 'third_party/sleef' 2022-08-17T12:34:09.5499654Z Entering 'third_party/tbb' 2022-08-17T12:34:09.5543533Z Entering 'third_party/tensorpipe' 2022-08-17T12:34:09.5585427Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:34:09.5627041Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:34:09.5667650Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:34:09.5709338Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:34:09.5748915Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:34:09.5793221Z Entering 'third_party/zstd' 2022-08-17T12:34:09.5848313Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-08-17T12:34:09.6146960Z Entering 'android/libs/fbjni' 2022-08-17T12:34:09.6187976Z Entering 'third_party/FP16' 2022-08-17T12:34:09.6228810Z Entering 'third_party/FXdiv' 2022-08-17T12:34:09.6269765Z Entering 'third_party/NNPACK' 2022-08-17T12:34:09.6312560Z Entering 'third_party/QNNPACK' 2022-08-17T12:34:09.6354061Z Entering 'third_party/XNNPACK' 2022-08-17T12:34:09.6405654Z Entering 'third_party/benchmark' 2022-08-17T12:34:09.6447805Z Entering 'third_party/cpuinfo' 2022-08-17T12:34:09.6489855Z Entering 'third_party/cub' 2022-08-17T12:34:09.6532262Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:34:09.6578626Z Entering 'third_party/eigen' 2022-08-17T12:34:09.6623126Z Entering 'third_party/fbgemm' 2022-08-17T12:34:09.6664234Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:34:09.6704779Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:34:09.6745432Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:34:09.6786346Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:34:09.6828477Z Entering 'third_party/flatbuffers' 2022-08-17T12:34:09.6871985Z Entering 'third_party/fmt' 2022-08-17T12:34:09.6912786Z Entering 'third_party/foxi' 2022-08-17T12:34:09.6953901Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:34:09.6994376Z Entering 'third_party/gloo' 2022-08-17T12:34:09.7036082Z Entering 'third_party/googletest' 2022-08-17T12:34:09.7076904Z Entering 'third_party/ideep' 2022-08-17T12:34:09.7116719Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:34:09.7158976Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:34:09.7206889Z Entering 'third_party/ios-cmake' 2022-08-17T12:34:09.7247935Z Entering 'third_party/ittapi' 2022-08-17T12:34:09.7288038Z Entering 'third_party/kineto' 2022-08-17T12:34:09.7328631Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:34:09.7369439Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:34:09.7410907Z Entering 'third_party/nccl/nccl' 2022-08-17T12:34:09.7454551Z Entering 'third_party/neon2sse' 2022-08-17T12:34:09.7494687Z Entering 'third_party/nlohmann' 2022-08-17T12:34:09.7536374Z Entering 'third_party/onnx' 2022-08-17T12:34:09.7590609Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:34:09.7631441Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:34:09.7675122Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:34:09.7715209Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:34:09.7760603Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:34:09.7801934Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:34:09.7843328Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:34:09.7889042Z Entering 'third_party/pocketfft' 2022-08-17T12:34:09.7930151Z Entering 'third_party/protobuf' 2022-08-17T12:34:09.7974598Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:34:09.8014847Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:34:09.8057393Z Entering 'third_party/psimd' 2022-08-17T12:34:09.8098318Z Entering 'third_party/pthreadpool' 2022-08-17T12:34:09.8139211Z Entering 'third_party/pybind11' 2022-08-17T12:34:09.8180309Z Entering 'third_party/python-enum' 2022-08-17T12:34:09.8220806Z Entering 'third_party/python-peachpy' 2022-08-17T12:34:09.8261388Z Entering 'third_party/python-six' 2022-08-17T12:34:09.8303155Z Entering 'third_party/sleef' 2022-08-17T12:34:09.8344663Z Entering 'third_party/tbb' 2022-08-17T12:34:09.8388090Z Entering 'third_party/tensorpipe' 2022-08-17T12:34:09.8430287Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:34:09.8472090Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:34:09.8512383Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:34:09.8553582Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:34:09.8593870Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:34:09.8637129Z Entering 'third_party/zstd' 2022-08-17T12:34:09.8687683Z ##[endgroup] 2022-08-17T12:34:09.8729677Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T12:34:09.8757268Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T12:34:09.8900231Z Prepare all required actions 2022-08-17T12:34:09.8934826Z ##[group]Run ./.github/actions/setup-linux 2022-08-17T12:34:09.8935099Z env: 2022-08-17T12:34:09.8935337Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:34:09.8935575Z ##[endgroup] 2022-08-17T12:34:09.8984299Z ##[group]Run set -euo pipefail 2022-08-17T12:34:09.8984618Z set -euo pipefail 2022-08-17T12:34:09.8984908Z function get_ec2_metadata() { 2022-08-17T12:34:09.8985231Z  # Pulled from instance metadata endpoint for EC2 2022-08-17T12:34:09.8985711Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-08-17T12:34:09.8986119Z  category=$1 2022-08-17T12:34:09.8986455Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-08-17T12:34:09.8986747Z } 2022-08-17T12:34:09.8987026Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-08-17T12:34:09.8987397Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-08-17T12:34:09.8987788Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-08-17T12:34:09.8988129Z echo "system info $(uname -a)" 2022-08-17T12:34:09.9000806Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:34:09.9001088Z env: 2022-08-17T12:34:09.9001330Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:34:09.9001588Z ##[endgroup] 2022-08-17T12:34:09.9101626Z ami-id: ami-096198a0bccc6bad4 2022-08-17T12:34:09.9163057Z instance-id: i-084a4fe167cf0a240 2022-08-17T12:34:09.9227120Z instance-type: g3.4xlarge 2022-08-17T12:34:09.9234999Z system info Linux ip-10-0-2-170.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-08-17T12:34:09.9293502Z ##[group]Run if systemctl is-active --quiet docker; then 2022-08-17T12:34:09.9293876Z if systemctl is-active --quiet docker; then 2022-08-17T12:34:09.9294204Z  echo "Docker daemon is running..."; 2022-08-17T12:34:09.9294485Z else 2022-08-17T12:34:09.9294801Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-08-17T12:34:09.9295086Z fi 2022-08-17T12:34:09.9307308Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:34:09.9307608Z env: 2022-08-17T12:34:09.9307829Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:34:09.9308083Z ##[endgroup] 2022-08-17T12:34:09.9358799Z Docker daemon is running... 2022-08-17T12:34:09.9445156Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:34:09.9445623Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:34:09.9446002Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:34:09.9446659Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-08-17T12:34:09.9447144Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-08-17T12:34:09.9458419Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:34:09.9458714Z env: 2022-08-17T12:34:09.9458956Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:34:09.9459207Z AWS_RETRY_MODE: standard 2022-08-17T12:34:09.9459465Z AWS_MAX_ATTEMPTS: 5 2022-08-17T12:34:09.9459736Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T12:34:09.9459981Z ##[endgroup] 2022-08-17T12:34:10.8908334Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-08-17T12:34:10.8908806Z Configure a credential helper to remove this warning. See 2022-08-17T12:34:10.8909572Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-08-17T12:34:10.8909847Z 2022-08-17T12:34:10.8911337Z Login Succeeded 2022-08-17T12:34:10.8953564Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:34:10.8953970Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:34:10.8954451Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:34:10.8967221Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:34:10.8967520Z env: 2022-08-17T12:34:10.8967760Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:34:10.8968000Z ##[endgroup] 2022-08-17T12:34:10.9041209Z Prepare all required actions 2022-08-17T12:34:10.9041576Z Getting action download info 2022-08-17T12:34:11.0446136Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-08-17T12:34:11.2514105Z ##[group]Run ./.github/actions/setup-ssh 2022-08-17T12:34:11.2514379Z with: 2022-08-17T12:34:11.2514821Z github-secret: *** 2022-08-17T12:34:11.2515072Z env: 2022-08-17T12:34:11.2515309Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:34:11.2515550Z ##[endgroup] 2022-08-17T12:34:11.2542315Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-08-17T12:34:11.2542612Z with: 2022-08-17T12:34:11.2543002Z GITHUB_TOKEN: *** 2022-08-17T12:34:11.2543259Z activate-with-label: false 2022-08-17T12:34:11.2543535Z label: with-ssh 2022-08-17T12:34:11.2543797Z remove-existing-keys: true 2022-08-17T12:34:11.2544028Z env: 2022-08-17T12:34:11.2544261Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:34:11.2544518Z ##[endgroup] 2022-08-17T12:34:11.6548002Z Grabbing public ssh keys from https://github.com/IvanYashchuk.keys 2022-08-17T12:34:11.7412765Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-08-17T12:34:11.7432726Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-08-17T12:34:11.7469157Z Login using: ssh ec2-user@ec2-54-174-51-195.compute-1.amazonaws.com 2022-08-17T12:34:11.7524582Z Prepare all required actions 2022-08-17T12:34:11.7549288Z ##[group]Run ./.github/actions/pull-docker-image 2022-08-17T12:34:11.7549576Z with: 2022-08-17T12:34:11.7550050Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:34:11.7550493Z env: 2022-08-17T12:34:11.7550739Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:34:11.7551000Z ##[endgroup] 2022-08-17T12:34:11.7568147Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:34:11.7568516Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:34:11.7568877Z # ignore output since only exit code is used for conditional 2022-08-17T12:34:11.7569238Z # only pull docker image if it's not available locally 2022-08-17T12:34:11.7569638Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-08-17T12:34:11.7570053Z  retry docker pull "${DOCKER_IMAGE}" 2022-08-17T12:34:11.7570310Z fi 2022-08-17T12:34:11.7583040Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:34:11.7583340Z env: 2022-08-17T12:34:11.7583580Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:34:11.7584066Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:34:11.7584543Z ##[endgroup] 2022-08-17T12:34:12.0109433Z a347f7e7645f04fc68e4f87c73cf0385233153b8: Pulling from pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-08-17T12:34:12.0110339Z 40dd5be53814: Pulling fs layer 2022-08-17T12:34:12.0110918Z bd44602516a4: Pulling fs layer 2022-08-17T12:34:12.0111486Z 8ebfb31ea67d: Pulling fs layer 2022-08-17T12:34:12.0111968Z 1589dc294916: Pulling fs layer 2022-08-17T12:34:12.0112245Z 2c3a764ff1ef: Pulling fs layer 2022-08-17T12:34:12.0112522Z 2fb24fb5f7cb: Pulling fs layer 2022-08-17T12:34:12.0113020Z d6e4b45751c9: Pulling fs layer 2022-08-17T12:34:12.0113301Z 98a26bc0781e: Pulling fs layer 2022-08-17T12:34:12.0113552Z 07c42b0591b2: Pulling fs layer 2022-08-17T12:34:12.0113814Z e956f9382b6b: Pulling fs layer 2022-08-17T12:34:12.0114064Z 1589dc294916: Waiting 2022-08-17T12:34:12.0114460Z 18e4bf4a1899: Pulling fs layer 2022-08-17T12:34:12.0115001Z 2e31a77c012f: Pulling fs layer 2022-08-17T12:34:12.0115768Z b5d8c31450cf: Pulling fs layer 2022-08-17T12:34:12.0116244Z 88f9a97427bd: Pulling fs layer 2022-08-17T12:34:12.0116694Z 2c3a764ff1ef: Waiting 2022-08-17T12:34:12.0117107Z 7e28e15c116b: Pulling fs layer 2022-08-17T12:34:12.0117428Z 98a26bc0781e: Waiting 2022-08-17T12:34:12.0117880Z 2f81fa8a1d7c: Pulling fs layer 2022-08-17T12:34:12.0118226Z 7b5e6a6a5c95: Pulling fs layer 2022-08-17T12:34:12.0118473Z 610cdf67f481: Pulling fs layer 2022-08-17T12:34:12.0118740Z b6d562a0f7ff: Pulling fs layer 2022-08-17T12:34:12.0119006Z a2f34566b9ec: Pulling fs layer 2022-08-17T12:34:12.0119254Z d6e4b45751c9: Waiting 2022-08-17T12:34:12.0119601Z 18e4bf4a1899: Waiting 2022-08-17T12:34:12.0119972Z 6b8b98f37e72: Pulling fs layer 2022-08-17T12:34:12.0120224Z f3a84a6caa8a: Pulling fs layer 2022-08-17T12:34:12.0120551Z 12e2fbb7e83d: Pulling fs layer 2022-08-17T12:34:12.0120822Z 68b4bfa2dd25: Pulling fs layer 2022-08-17T12:34:12.0121077Z 7b5e6a6a5c95: Waiting 2022-08-17T12:34:12.0121314Z a525f524d1a2: Pulling fs layer 2022-08-17T12:34:12.0121585Z d0ba91206015: Pulling fs layer 2022-08-17T12:34:12.0121837Z 610cdf67f481: Waiting 2022-08-17T12:34:12.0122057Z b6d562a0f7ff: Waiting 2022-08-17T12:34:12.0122292Z 7e28e15c116b: Waiting 2022-08-17T12:34:12.0122540Z a501bf0e4821: Pulling fs layer 2022-08-17T12:34:12.0122772Z 88f9a97427bd: Waiting 2022-08-17T12:34:12.0123020Z 1ab1fac16203: Pulling fs layer 2022-08-17T12:34:12.0123269Z 6b8b98f37e72: Waiting 2022-08-17T12:34:12.0123504Z 2f81fa8a1d7c: Waiting 2022-08-17T12:34:12.0123737Z 4a71cd45bf40: Pulling fs layer 2022-08-17T12:34:12.0124469Z f3a84a6caa8a: Waiting 2022-08-17T12:34:12.0124927Z 7671cd4418ff: Pulling fs layer 2022-08-17T12:34:12.0125300Z 68b4bfa2dd25: Waiting 2022-08-17T12:34:12.0125541Z 12e2fbb7e83d: Waiting 2022-08-17T12:34:12.0125793Z a10b036b1ac1: Pulling fs layer 2022-08-17T12:34:12.0126040Z 97187c0d01c8: Pulling fs layer 2022-08-17T12:34:12.0126305Z e01fb7501ddc: Pulling fs layer 2022-08-17T12:34:12.0126561Z b5d8c31450cf: Waiting 2022-08-17T12:34:12.0126802Z 69972009b107: Pulling fs layer 2022-08-17T12:34:12.0127231Z b1bbb9a03a84: Pulling fs layer 2022-08-17T12:34:12.0127516Z 4a71cd45bf40: Waiting 2022-08-17T12:34:12.0127918Z f622f4e8d4ab: Pulling fs layer 2022-08-17T12:34:12.0128176Z a2f34566b9ec: Waiting 2022-08-17T12:34:12.0128424Z 1a39833a4384: Pulling fs layer 2022-08-17T12:34:12.0128660Z a10b036b1ac1: Waiting 2022-08-17T12:34:12.0128908Z a44805fd2007: Pulling fs layer 2022-08-17T12:34:12.0129166Z 2c313266d2f7: Pulling fs layer 2022-08-17T12:34:12.0129412Z d18c1a925d74: Pulling fs layer 2022-08-17T12:34:12.0130317Z 7b1d128ef534: Pulling fs layer 2022-08-17T12:34:12.0130859Z bffcf72d25f8: Pulling fs layer 2022-08-17T12:34:12.0131334Z e956f9382b6b: Waiting 2022-08-17T12:34:12.0131818Z 2be8d647e7ed: Pulling fs layer 2022-08-17T12:34:12.0132319Z 6dd85d7a52f9: Pulling fs layer 2022-08-17T12:34:12.0132765Z b1bbb9a03a84: Waiting 2022-08-17T12:34:12.0133376Z e01fb7501ddc: Waiting 2022-08-17T12:34:12.0133635Z 0784f310567d: Pulling fs layer 2022-08-17T12:34:12.0134342Z bf753a2f1ade: Pulling fs layer 2022-08-17T12:34:12.0134614Z 3d29501b932f: Pulling fs layer 2022-08-17T12:34:12.0134876Z d71a3181060a: Pulling fs layer 2022-08-17T12:34:12.0135125Z 415d573a426a: Pulling fs layer 2022-08-17T12:34:12.0135389Z 4f6ed058a00d: Pulling fs layer 2022-08-17T12:34:12.0135652Z 2e8c8ad9734d: Pulling fs layer 2022-08-17T12:34:12.0135898Z 458a1b68f724: Pulling fs layer 2022-08-17T12:34:12.0136152Z a44805fd2007: Waiting 2022-08-17T12:34:12.0136386Z a525f524d1a2: Waiting 2022-08-17T12:34:12.0136622Z 2be8d647e7ed: Waiting 2022-08-17T12:34:12.0136846Z 4f6ed058a00d: Waiting 2022-08-17T12:34:12.0137087Z a501bf0e4821: Waiting 2022-08-17T12:34:12.0137326Z 1ab1fac16203: Waiting 2022-08-17T12:34:12.0137542Z d71a3181060a: Waiting 2022-08-17T12:34:12.0137774Z 7b1d128ef534: Waiting 2022-08-17T12:34:12.0138012Z bf753a2f1ade: Waiting 2022-08-17T12:34:12.0138225Z 69972009b107: Waiting 2022-08-17T12:34:12.0138455Z 458a1b68f724: Waiting 2022-08-17T12:34:12.0138686Z 97187c0d01c8: Waiting 2022-08-17T12:34:12.0139026Z 0784f310567d: Waiting 2022-08-17T12:34:12.0139257Z 415d573a426a: Waiting 2022-08-17T12:34:12.0139484Z 1a39833a4384: Waiting 2022-08-17T12:34:12.0139695Z d18c1a925d74: Waiting 2022-08-17T12:34:12.0139925Z 3d29501b932f: Waiting 2022-08-17T12:34:12.0140155Z 2e8c8ad9734d: Waiting 2022-08-17T12:34:12.0140378Z bffcf72d25f8: Waiting 2022-08-17T12:34:12.0140614Z 2c313266d2f7: Waiting 2022-08-17T12:34:12.1477295Z bd44602516a4: Verifying Checksum 2022-08-17T12:34:12.1477846Z bd44602516a4: Download complete 2022-08-17T12:34:12.2322164Z 1589dc294916: Verifying Checksum 2022-08-17T12:34:12.2322475Z 1589dc294916: Download complete 2022-08-17T12:34:12.3086318Z 8ebfb31ea67d: Verifying Checksum 2022-08-17T12:34:12.3086647Z 8ebfb31ea67d: Download complete 2022-08-17T12:34:12.3347275Z 2c3a764ff1ef: Verifying Checksum 2022-08-17T12:34:12.3347781Z 2c3a764ff1ef: Download complete 2022-08-17T12:34:12.3449943Z 40dd5be53814: Verifying Checksum 2022-08-17T12:34:12.3450254Z 40dd5be53814: Download complete 2022-08-17T12:34:12.4159591Z d6e4b45751c9: Download complete 2022-08-17T12:34:12.5151195Z 07c42b0591b2: Verifying Checksum 2022-08-17T12:34:12.5151594Z 07c42b0591b2: Download complete 2022-08-17T12:34:12.6023309Z e956f9382b6b: Verifying Checksum 2022-08-17T12:34:12.6023900Z e956f9382b6b: Download complete 2022-08-17T12:34:13.1100318Z 40dd5be53814: Pull complete 2022-08-17T12:34:13.4087777Z bd44602516a4: Pull complete 2022-08-17T12:34:13.9843612Z 8ebfb31ea67d: Pull complete 2022-08-17T12:34:14.1074864Z 1589dc294916: Pull complete 2022-08-17T12:34:14.2423156Z 2c3a764ff1ef: Pull complete 2022-08-17T12:34:14.7183135Z 18e4bf4a1899: Verifying Checksum 2022-08-17T12:34:14.7183856Z 18e4bf4a1899: Download complete 2022-08-17T12:34:14.8026329Z 2e31a77c012f: Verifying Checksum 2022-08-17T12:34:14.8026985Z 2e31a77c012f: Download complete 2022-08-17T12:34:14.8929291Z b5d8c31450cf: Download complete 2022-08-17T12:34:14.9810231Z 88f9a97427bd: Verifying Checksum 2022-08-17T12:34:14.9810849Z 88f9a97427bd: Download complete 2022-08-17T12:34:15.7368887Z 7e28e15c116b: Verifying Checksum 2022-08-17T12:34:15.7369232Z 7e28e15c116b: Download complete 2022-08-17T12:34:15.8343365Z 2f81fa8a1d7c: Verifying Checksum 2022-08-17T12:34:15.8343693Z 2f81fa8a1d7c: Download complete 2022-08-17T12:34:15.9130391Z 7b5e6a6a5c95: Verifying Checksum 2022-08-17T12:34:15.9130718Z 7b5e6a6a5c95: Download complete 2022-08-17T12:34:23.5292873Z 2fb24fb5f7cb: Verifying Checksum 2022-08-17T12:34:23.5293251Z 2fb24fb5f7cb: Download complete 2022-08-17T12:34:23.6249868Z b6d562a0f7ff: Verifying Checksum 2022-08-17T12:34:23.6250228Z b6d562a0f7ff: Download complete 2022-08-17T12:34:23.7111751Z a2f34566b9ec: Download complete 2022-08-17T12:34:23.7993647Z 6b8b98f37e72: Download complete 2022-08-17T12:34:23.8950702Z f3a84a6caa8a: Verifying Checksum 2022-08-17T12:34:23.8951311Z f3a84a6caa8a: Download complete 2022-08-17T12:34:23.9913376Z 12e2fbb7e83d: Verifying Checksum 2022-08-17T12:34:23.9913709Z 12e2fbb7e83d: Download complete 2022-08-17T12:34:24.0718934Z 68b4bfa2dd25: Verifying Checksum 2022-08-17T12:34:24.0719634Z 68b4bfa2dd25: Download complete 2022-08-17T12:34:25.1850592Z a525f524d1a2: Verifying Checksum 2022-08-17T12:34:25.1851086Z a525f524d1a2: Download complete 2022-08-17T12:34:25.3210353Z d0ba91206015: Verifying Checksum 2022-08-17T12:34:25.3211198Z d0ba91206015: Download complete 2022-08-17T12:34:25.4087973Z a501bf0e4821: Verifying Checksum 2022-08-17T12:34:25.4088302Z a501bf0e4821: Download complete 2022-08-17T12:34:25.5200826Z 1ab1fac16203: Verifying Checksum 2022-08-17T12:34:25.5201401Z 1ab1fac16203: Download complete 2022-08-17T12:34:25.6657108Z 4a71cd45bf40: Verifying Checksum 2022-08-17T12:34:25.6657727Z 4a71cd45bf40: Download complete 2022-08-17T12:34:25.7438293Z 7671cd4418ff: Verifying Checksum 2022-08-17T12:34:25.7438714Z 7671cd4418ff: Download complete 2022-08-17T12:34:26.7087166Z 98a26bc0781e: Verifying Checksum 2022-08-17T12:34:26.7087529Z 98a26bc0781e: Download complete 2022-08-17T12:34:26.7903601Z 97187c0d01c8: Download complete 2022-08-17T12:34:26.8727151Z e01fb7501ddc: Verifying Checksum 2022-08-17T12:34:26.8727544Z e01fb7501ddc: Download complete 2022-08-17T12:34:27.1946257Z 69972009b107: Verifying Checksum 2022-08-17T12:34:27.1946938Z 69972009b107: Download complete 2022-08-17T12:34:27.2827181Z b1bbb9a03a84: Verifying Checksum 2022-08-17T12:34:27.2827804Z b1bbb9a03a84: Download complete 2022-08-17T12:34:27.3648207Z f622f4e8d4ab: Verifying Checksum 2022-08-17T12:34:27.3648686Z f622f4e8d4ab: Download complete 2022-08-17T12:34:27.6603602Z 1a39833a4384: Verifying Checksum 2022-08-17T12:34:27.6605852Z 1a39833a4384: Download complete 2022-08-17T12:34:27.7359242Z a44805fd2007: Download complete 2022-08-17T12:34:27.8808782Z a10b036b1ac1: Verifying Checksum 2022-08-17T12:34:27.8809892Z a10b036b1ac1: Download complete 2022-08-17T12:34:27.9555375Z d18c1a925d74: Verifying Checksum 2022-08-17T12:34:27.9555811Z d18c1a925d74: Download complete 2022-08-17T12:34:28.0376391Z 7b1d128ef534: Verifying Checksum 2022-08-17T12:34:28.0376951Z 7b1d128ef534: Download complete 2022-08-17T12:34:28.2364231Z 2c313266d2f7: Verifying Checksum 2022-08-17T12:34:28.2364590Z 2c313266d2f7: Download complete 2022-08-17T12:34:28.3208203Z 2be8d647e7ed: Verifying Checksum 2022-08-17T12:34:28.3208753Z 2be8d647e7ed: Download complete 2022-08-17T12:34:28.3969703Z 6dd85d7a52f9: Verifying Checksum 2022-08-17T12:34:28.3970025Z 6dd85d7a52f9: Download complete 2022-08-17T12:34:28.4833591Z 0784f310567d: Verifying Checksum 2022-08-17T12:34:28.4833949Z 0784f310567d: Download complete 2022-08-17T12:34:28.5625669Z bf753a2f1ade: Download complete 2022-08-17T12:34:28.7552899Z 3d29501b932f: Verifying Checksum 2022-08-17T12:34:28.7553518Z 3d29501b932f: Download complete 2022-08-17T12:34:28.8334200Z d71a3181060a: Download complete 2022-08-17T12:34:29.4314681Z 415d573a426a: Verifying Checksum 2022-08-17T12:34:29.4315258Z 415d573a426a: Download complete 2022-08-17T12:34:29.5283832Z 4f6ed058a00d: Verifying Checksum 2022-08-17T12:34:31.1796389Z 4f6ed058a00d: Download complete 2022-08-17T12:34:31.1797273Z bffcf72d25f8: Verifying Checksum 2022-08-17T12:34:31.1797863Z bffcf72d25f8: Download complete 2022-08-17T12:34:31.2666210Z 458a1b68f724: Verifying Checksum 2022-08-17T12:34:31.2666610Z 458a1b68f724: Download complete 2022-08-17T12:34:37.8441889Z 2fb24fb5f7cb: Pull complete 2022-08-17T12:34:37.9701672Z d6e4b45751c9: Pull complete 2022-08-17T12:34:39.8962200Z 610cdf67f481: Verifying Checksum 2022-08-17T12:34:39.8962522Z 610cdf67f481: Download complete 2022-08-17T12:34:59.5301052Z 2e8c8ad9734d: Verifying Checksum 2022-08-17T12:34:59.5301415Z 2e8c8ad9734d: Download complete 2022-08-17T12:35:00.4293052Z 98a26bc0781e: Pull complete 2022-08-17T12:35:02.2760768Z 07c42b0591b2: Pull complete 2022-08-17T12:35:04.1199634Z e956f9382b6b: Pull complete 2022-08-17T12:35:11.8791543Z 18e4bf4a1899: Pull complete 2022-08-17T12:35:13.7596274Z 2e31a77c012f: Pull complete 2022-08-17T12:35:15.7019974Z b5d8c31450cf: Pull complete 2022-08-17T12:35:17.9323586Z 88f9a97427bd: Pull complete 2022-08-17T12:35:22.3472810Z 7e28e15c116b: Pull complete 2022-08-17T12:35:24.3552976Z 2f81fa8a1d7c: Pull complete 2022-08-17T12:35:26.2992735Z 7b5e6a6a5c95: Pull complete 2022-08-17T12:36:04.4234640Z 610cdf67f481: Pull complete 2022-08-17T12:36:04.7951505Z b6d562a0f7ff: Pull complete 2022-08-17T12:36:04.8795573Z a2f34566b9ec: Pull complete 2022-08-17T12:36:04.9914144Z 6b8b98f37e72: Pull complete 2022-08-17T12:36:05.0977275Z f3a84a6caa8a: Pull complete 2022-08-17T12:36:05.2026322Z 12e2fbb7e83d: Pull complete 2022-08-17T12:36:05.2937213Z 68b4bfa2dd25: Pull complete 2022-08-17T12:36:07.6923662Z a525f524d1a2: Pull complete 2022-08-17T12:36:07.7858797Z d0ba91206015: Pull complete 2022-08-17T12:36:07.8908090Z a501bf0e4821: Pull complete 2022-08-17T12:36:08.0285974Z 1ab1fac16203: Pull complete 2022-08-17T12:36:08.1229964Z 4a71cd45bf40: Pull complete 2022-08-17T12:36:08.2134808Z 7671cd4418ff: Pull complete 2022-08-17T12:36:15.4745405Z a10b036b1ac1: Pull complete 2022-08-17T12:36:17.3183582Z 97187c0d01c8: Pull complete 2022-08-17T12:36:19.1937860Z e01fb7501ddc: Pull complete 2022-08-17T12:36:21.5949075Z 69972009b107: Pull complete 2022-08-17T12:36:23.8611861Z b1bbb9a03a84: Pull complete 2022-08-17T12:36:26.4295081Z f622f4e8d4ab: Pull complete 2022-08-17T12:36:30.0218260Z 1a39833a4384: Pull complete 2022-08-17T12:36:33.1539304Z a44805fd2007: Pull complete 2022-08-17T12:36:37.2456597Z 2c313266d2f7: Pull complete 2022-08-17T12:36:39.4590922Z d18c1a925d74: Pull complete 2022-08-17T12:36:41.2415842Z 7b1d128ef534: Pull complete 2022-08-17T12:36:48.4115683Z bffcf72d25f8: Pull complete 2022-08-17T12:36:51.0977115Z 2be8d647e7ed: Pull complete 2022-08-17T12:36:53.6376110Z 6dd85d7a52f9: Pull complete 2022-08-17T12:36:55.5154183Z 0784f310567d: Pull complete 2022-08-17T12:36:57.3932149Z bf753a2f1ade: Pull complete 2022-08-17T12:37:00.5939357Z 3d29501b932f: Pull complete 2022-08-17T12:37:02.4402106Z d71a3181060a: Pull complete 2022-08-17T12:37:06.5872851Z 415d573a426a: Pull complete 2022-08-17T12:37:06.6896965Z 4f6ed058a00d: Pull complete 2022-08-17T12:37:48.6865558Z 2e8c8ad9734d: Pull complete 2022-08-17T12:37:50.5662541Z 458a1b68f724: Pull complete 2022-08-17T12:37:51.8503551Z Digest: sha256:490eaf5744f7cb16e853fb3063447df07750afa5d8ef966c98f5802528aaa7d2 2022-08-17T12:37:52.3514255Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:37:52.6336270Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:37:52.6419281Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-08-17T12:37:52.6419678Z with: 2022-08-17T12:37:52.6419912Z timeout_minutes: 10 2022-08-17T12:37:52.6420143Z max_attempts: 3 2022-08-17T12:37:52.6420529Z command: set -ex bash .github/scripts/install_nvidia_utils_linux.sh echo "GPU_FLAG=--gpus all" >> "${GITHUB_ENV}" 2022-08-17T12:37:52.6420912Z retry_wait_seconds: 10 2022-08-17T12:37:52.6421161Z polling_interval_seconds: 1 2022-08-17T12:37:52.6421440Z warning_on_retry: true 2022-08-17T12:37:52.6421987Z continue_on_error: false 2022-08-17T12:37:52.6422225Z env: 2022-08-17T12:37:52.6422457Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:37:52.6422713Z ##[endgroup] 2022-08-17T12:37:52.6859902Z 2022-08-17T12:37:52.6937384Z == Installing nvidia container toolkit for amzn2 == 2022-08-17T12:37:52.6941220Z + bash .github/scripts/install_nvidia_utils_linux.sh 2022-08-17T12:37:52.6942233Z + sudo yum install -y yum-utils 2022-08-17T12:37:53.1739696Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-08-17T12:37:53.5406964Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2022-08-17T12:37:53.5407751Z Nothing to do 2022-08-17T12:37:53.5627341Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-08-17T12:37:54.1926959Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-08-17T12:37:54.2204089Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-08-17T12:37:54.2204775Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2022-08-17T12:37:54.2205312Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2022-08-17T12:37:54.2347826Z + sudo yum install -y nvidia-docker2 2022-08-17T12:37:54.7001558Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-08-17T12:37:54.7403737Z Retrieving key from https://nvidia.github.io/libnvidia-container/gpgkey 2022-08-17T12:37:54.7478849Z Importing GPG key 0xF796ECB0: 2022-08-17T12:37:54.7479592Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-08-17T12:37:54.7480341Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-08-17T12:37:54.7481226Z From : https://nvidia.github.io/libnvidia-container/gpgkey 2022-08-17T12:37:56.4832935Z Retrieving key from https://nvidia.github.io/nvidia-container-runtime/gpgkey 2022-08-17T12:37:56.4904386Z Importing GPG key 0xF796ECB0: 2022-08-17T12:37:56.4905127Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-08-17T12:37:56.4905861Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-08-17T12:37:56.4906814Z From : https://nvidia.github.io/nvidia-container-runtime/gpgkey 2022-08-17T12:37:56.7140805Z Retrieving key from https://nvidia.github.io/nvidia-docker/gpgkey 2022-08-17T12:37:56.7214019Z Importing GPG key 0xF796ECB0: 2022-08-17T12:37:56.7214751Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-08-17T12:37:56.7215489Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-08-17T12:37:56.7216380Z From : https://nvidia.github.io/nvidia-docker/gpgkey 2022-08-17T12:38:16.5354672Z Resolving Dependencies 2022-08-17T12:38:16.5360340Z --> Running transaction check 2022-08-17T12:38:16.5361452Z ---> Package nvidia-docker2.noarch 0:2.11.0-1 will be installed 2022-08-17T12:38:16.5386176Z --> Processing Dependency: nvidia-container-toolkit >= 1.10.0-1 for package: nvidia-docker2-2.11.0-1.noarch 2022-08-17T12:38:16.5716367Z --> Running transaction check 2022-08-17T12:38:16.5717197Z ---> Package nvidia-container-toolkit.x86_64 0:1.10.0-1 will be installed 2022-08-17T12:38:16.5753272Z --> Processing Dependency: libnvidia-container-tools < 2.0.0 for package: nvidia-container-toolkit-1.10.0-1.x86_64 2022-08-17T12:38:16.5874211Z --> Processing Dependency: libnvidia-container-tools >= 1.10.0-1 for package: nvidia-container-toolkit-1.10.0-1.x86_64 2022-08-17T12:38:16.5875077Z --> Running transaction check 2022-08-17T12:38:16.5875630Z ---> Package libnvidia-container-tools.x86_64 0:1.10.0-1 will be installed 2022-08-17T12:38:16.5886380Z --> Processing Dependency: libnvidia-container1(x86-64) >= 1.10.0-1 for package: libnvidia-container-tools-1.10.0-1.x86_64 2022-08-17T12:38:16.5911566Z --> Processing Dependency: libnvidia-container.so.1(NVC_1.0)(64bit) for package: libnvidia-container-tools-1.10.0-1.x86_64 2022-08-17T12:38:16.5912605Z --> Processing Dependency: libnvidia-container.so.1()(64bit) for package: libnvidia-container-tools-1.10.0-1.x86_64 2022-08-17T12:38:16.5913362Z --> Running transaction check 2022-08-17T12:38:16.5913939Z ---> Package libnvidia-container1.x86_64 0:1.10.0-1 will be installed 2022-08-17T12:38:16.8739369Z --> Finished Dependency Resolution 2022-08-17T12:38:16.9365073Z 2022-08-17T12:38:16.9365719Z Dependencies Resolved 2022-08-17T12:38:16.9376235Z 2022-08-17T12:38:16.9376572Z ================================================================================ 2022-08-17T12:38:16.9380635Z Package Arch Version Repository Size 2022-08-17T12:38:16.9381112Z ================================================================================ 2022-08-17T12:38:16.9381637Z Installing: 2022-08-17T12:38:16.9382576Z nvidia-docker2 noarch 2.11.0-1 libnvidia-container 8.7 k 2022-08-17T12:38:16.9383257Z Installing for dependencies: 2022-08-17T12:38:16.9383827Z libnvidia-container-tools x86_64 1.10.0-1 libnvidia-container 49 k 2022-08-17T12:38:16.9384644Z libnvidia-container1 x86_64 1.10.0-1 libnvidia-container 1.0 M 2022-08-17T12:38:16.9385315Z nvidia-container-toolkit x86_64 1.10.0-1 libnvidia-container 3.1 M 2022-08-17T12:38:16.9385754Z 2022-08-17T12:38:16.9385967Z Transaction Summary 2022-08-17T12:38:16.9386742Z ================================================================================ 2022-08-17T12:38:16.9387554Z Install 1 Package (+3 Dependent packages) 2022-08-17T12:38:16.9388047Z 2022-08-17T12:38:16.9388224Z Total download size: 4.1 M 2022-08-17T12:38:16.9388584Z Installed size: 12 M 2022-08-17T12:38:16.9388921Z Downloading packages: 2022-08-17T12:38:17.0463011Z -------------------------------------------------------------------------------- 2022-08-17T12:38:17.0463912Z Total 38 MB/s | 4.1 MB 00:00 2022-08-17T12:38:17.0506310Z Running transaction check 2022-08-17T12:38:17.0567865Z Running transaction test 2022-08-17T12:38:17.0718155Z Transaction test succeeded 2022-08-17T12:38:17.0721175Z Running transaction 2022-08-17T12:38:17.2708467Z Installing : libnvidia-container1-1.10.0-1.x86_64 1/4 2022-08-17T12:38:17.6503464Z Installing : libnvidia-container-tools-1.10.0-1.x86_64 2/4 2022-08-17T12:38:17.6681061Z Installing : nvidia-container-toolkit-1.10.0-1.x86_64 3/4 2022-08-17T12:38:17.7004156Z Installing : nvidia-docker2-2.11.0-1.noarch 4/4 2022-08-17T12:38:17.7095666Z Verifying : libnvidia-container-tools-1.10.0-1.x86_64 1/4 2022-08-17T12:38:17.7187362Z Verifying : libnvidia-container1-1.10.0-1.x86_64 2/4 2022-08-17T12:38:17.7280188Z Verifying : nvidia-container-toolkit-1.10.0-1.x86_64 3/4 2022-08-17T12:38:17.7881830Z Verifying : nvidia-docker2-2.11.0-1.noarch 4/4 2022-08-17T12:38:17.7882517Z 2022-08-17T12:38:17.7882676Z Installed: 2022-08-17T12:38:17.7883116Z nvidia-docker2.noarch 0:2.11.0-1 2022-08-17T12:38:17.7883512Z 2022-08-17T12:38:17.7883679Z Dependency Installed: 2022-08-17T12:38:17.7884191Z libnvidia-container-tools.x86_64 0:1.10.0-1 2022-08-17T12:38:17.7884912Z libnvidia-container1.x86_64 0:1.10.0-1 2022-08-17T12:38:17.7885440Z nvidia-container-toolkit.x86_64 0:1.10.0-1 2022-08-17T12:38:17.7885769Z 2022-08-17T12:38:17.7885911Z Complete! 2022-08-17T12:38:17.8860962Z + sudo systemctl restart docker 2022-08-17T12:38:20.6704611Z == Installing nvidia driver NVIDIA-Linux-x86_64-515.57.run == 2022-08-17T12:38:20.6706821Z + sudo yum groupinstall -y 'Development Tools' 2022-08-17T12:38:21.1428373Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-08-17T12:38:21.1590765Z Existing lock /var/run/yum.pid: another copy is running as pid 16882. 2022-08-17T12:38:21.1591498Z Another app is currently holding the yum lock; waiting for it to exit... 2022-08-17T12:38:21.1597843Z The other application is: yum 2022-08-17T12:38:21.1598264Z Memory : 158 M RSS (376 MB VSZ) 2022-08-17T12:38:21.1599126Z Started: Wed Aug 17 12:38:17 2022 - 00:04 ago 2022-08-17T12:38:21.1599430Z State : Running, pid: 16882 2022-08-17T12:38:24.2223232Z Resolving Dependencies 2022-08-17T12:38:24.2228166Z --> Running transaction check 2022-08-17T12:38:24.2231120Z ---> Package autoconf.noarch 0:2.69-11.amzn2 will be installed 2022-08-17T12:38:24.2465673Z --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.amzn2.noarch 2022-08-17T12:38:24.2816874Z --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.amzn2.noarch 2022-08-17T12:38:24.2821118Z ---> Package automake.noarch 0:1.13.4-3.1.amzn2 will be installed 2022-08-17T12:38:24.2886580Z --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.1.amzn2.noarch 2022-08-17T12:38:24.2894662Z --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.1.amzn2.noarch 2022-08-17T12:38:24.2906953Z ---> Package bison.x86_64 0:3.0.4-6.amzn2.0.2 will be installed 2022-08-17T12:38:24.3018083Z ---> Package byacc.x86_64 0:1.9.20130304-3.amzn2.0.2 will be installed 2022-08-17T12:38:24.3028488Z ---> Package cscope.x86_64 0:15.8-10.amzn2.0.2 will be installed 2022-08-17T12:38:24.3080461Z --> Processing Dependency: emacs-filesystem for package: cscope-15.8-10.amzn2.0.2.x86_64 2022-08-17T12:38:24.3107445Z ---> Package ctags.x86_64 0:5.8-13.amzn2.0.2 will be installed 2022-08-17T12:38:24.3120445Z ---> Package diffstat.x86_64 0:1.57-4.amzn2.0.2 will be installed 2022-08-17T12:38:24.3131675Z ---> Package doxygen.x86_64 1:1.8.5-4.amzn2 will be installed 2022-08-17T12:38:24.3235848Z ---> Package elfutils.x86_64 0:0.176-2.amzn2 will be installed 2022-08-17T12:38:24.3404869Z ---> Package flex.x86_64 0:2.5.37-3.amzn2.0.3 will be installed 2022-08-17T12:38:24.3437024Z ---> Package gcc.x86_64 0:7.3.1-15.amzn2 will be installed 2022-08-17T12:38:24.3608407Z --> Processing Dependency: cpp = 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-08-17T12:38:24.3625519Z --> Processing Dependency: libsanitizer >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-08-17T12:38:24.3679426Z --> Processing Dependency: libquadmath >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-08-17T12:38:24.3730565Z --> Processing Dependency: libmpx >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-08-17T12:38:24.3784554Z --> Processing Dependency: libitm >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-08-17T12:38:24.3836240Z --> Processing Dependency: libcilkrts >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-08-17T12:38:24.3889477Z --> Processing Dependency: libatomic >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-08-17T12:38:24.3942031Z --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-7.3.1-15.amzn2.x86_64 2022-08-17T12:38:24.4095234Z --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-7.3.1-15.amzn2.x86_64 2022-08-17T12:38:24.4119652Z --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-7.3.1-15.amzn2.x86_64 2022-08-17T12:38:24.4143873Z ---> Package gcc-c++.x86_64 0:7.3.1-15.amzn2 will be installed 2022-08-17T12:38:24.4184450Z ---> Package gcc-gfortran.x86_64 0:7.3.1-15.amzn2 will be installed 2022-08-17T12:38:24.4231054Z --> Processing Dependency: libgfortran.so.4()(64bit) for package: gcc-gfortran-7.3.1-15.amzn2.x86_64 2022-08-17T12:38:24.4296568Z ---> Package indent.x86_64 0:2.2.11-13.amzn2.0.2 will be installed 2022-08-17T12:38:24.4321615Z ---> Package intltool.noarch 0:0.50.2-7.amzn2 will be installed 2022-08-17T12:38:24.4378220Z --> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-7.amzn2.noarch 2022-08-17T12:38:24.4395139Z --> Processing Dependency: gettext-devel for package: intltool-0.50.2-7.amzn2.noarch 2022-08-17T12:38:24.4416059Z ---> Package libtool.x86_64 0:2.4.2-22.2.amzn2.0.2 will be installed 2022-08-17T12:38:24.4456315Z ---> Package patch.x86_64 0:2.7.1-12.amzn2.0.2 will be installed 2022-08-17T12:38:24.4500230Z ---> Package patchutils.x86_64 0:0.3.3-4.amzn2.0.1 will be installed 2022-08-17T12:38:24.4533074Z ---> Package rcs.x86_64 0:5.9.0-5.amzn2.0.2 will be installed 2022-08-17T12:38:24.4578906Z ---> Package rpm-build.x86_64 0:4.11.3-48.amzn2.0.2 will be installed 2022-08-17T12:38:24.4828955Z --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.amzn2.0.2.x86_64 2022-08-17T12:38:24.4850230Z ---> Package rpm-sign.x86_64 0:4.11.3-48.amzn2.0.2 will be installed 2022-08-17T12:38:24.4886775Z ---> Package subversion.x86_64 0:1.7.14-16.amzn2.0.1 will be installed 2022-08-17T12:38:24.5058522Z --> 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-08-17T12:38:24.5080379Z --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5082068Z --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5082811Z --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5083459Z --> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5084087Z --> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5084718Z --> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5085319Z --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5085941Z --> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5086814Z --> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5087433Z --> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5088028Z --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5088645Z --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5089278Z --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5089896Z --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5090481Z --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5111118Z --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5134715Z --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-08-17T12:38:24.5162352Z ---> Package swig.x86_64 0:3.0.12-11.amzn2.0.3 will be installed 2022-08-17T12:38:24.5190983Z ---> Package system-rpm-config.noarch 0:9.1.0-76.amzn2.0.14 will be installed 2022-08-17T12:38:24.5237681Z --> Processing Dependency: dwz >= 0.4 for package: system-rpm-config-9.1.0-76.amzn2.0.14.noarch 2022-08-17T12:38:24.5256846Z --> Processing Dependency: perl-srpm-macros for package: system-rpm-config-9.1.0-76.amzn2.0.14.noarch 2022-08-17T12:38:24.5271939Z --> Processing Dependency: go-srpm-macros for package: system-rpm-config-9.1.0-76.amzn2.0.14.noarch 2022-08-17T12:38:24.5443349Z ---> Package systemtap.x86_64 0:4.5-1.amzn2.0.1 will be installed 2022-08-17T12:38:24.5460643Z --> Processing Dependency: systemtap-devel = 4.5-1.amzn2.0.1 for package: systemtap-4.5-1.amzn2.0.1.x86_64 2022-08-17T12:38:24.5474274Z --> Processing Dependency: systemtap-client = 4.5-1.amzn2.0.1 for package: systemtap-4.5-1.amzn2.0.1.x86_64 2022-08-17T12:38:24.5487053Z --> Running transaction check 2022-08-17T12:38:24.5490210Z ---> Package apr.x86_64 0:1.7.0-9.amzn2 will be installed 2022-08-17T12:38:24.5578784Z ---> Package apr-util.x86_64 0:1.6.1-5.amzn2.0.2 will be installed 2022-08-17T12:38:24.5629694Z --> 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-08-17T12:38:24.5646307Z ---> Package cpp.x86_64 0:7.3.1-15.amzn2 will be installed 2022-08-17T12:38:24.5732996Z ---> Package dwz.x86_64 0:0.11-3.amzn2.0.3 will be installed 2022-08-17T12:38:24.5749504Z ---> Package emacs-filesystem.noarch 1:27.2-4.amzn2.0.1 will be installed 2022-08-17T12:38:24.5751100Z ---> Package gdb.x86_64 0:8.0.1-36.amzn2.0.1 will be installed 2022-08-17T12:38:24.5844102Z ---> Package gettext-devel.x86_64 0:0.19.8.1-3.amzn2 will be installed 2022-08-17T12:38:24.5911623Z --> Processing Dependency: gettext-common-devel = 0.19.8.1-3.amzn2 for package: gettext-devel-0.19.8.1-3.amzn2.x86_64 2022-08-17T12:38:24.5922246Z ---> Package glibc-devel.x86_64 0:2.26-60.amzn2 will be installed 2022-08-17T12:38:24.6048749Z --> Processing Dependency: glibc-headers = 2.26-60.amzn2 for package: glibc-devel-2.26-60.amzn2.x86_64 2022-08-17T12:38:24.6077894Z --> Processing Dependency: glibc-headers for package: glibc-devel-2.26-60.amzn2.x86_64 2022-08-17T12:38:24.6078591Z ---> Package go-srpm-macros.noarch 0:3.0.15-23.amzn2.0.1 will be installed 2022-08-17T12:38:24.6084576Z ---> Package libatomic.x86_64 0:7.3.1-15.amzn2 will be installed 2022-08-17T12:38:24.6108282Z ---> Package libcilkrts.x86_64 0:7.3.1-15.amzn2 will be installed 2022-08-17T12:38:24.6150166Z ---> Package libgfortran.x86_64 0:7.3.1-15.amzn2 will be installed 2022-08-17T12:38:24.6200751Z ---> Package libitm.x86_64 0:7.3.1-15.amzn2 will be installed 2022-08-17T12:38:24.6228943Z ---> Package libmpc.x86_64 0:1.0.1-3.amzn2.0.2 will be installed 2022-08-17T12:38:24.6249102Z ---> Package libmpx.x86_64 0:7.3.1-15.amzn2 will be installed 2022-08-17T12:38:24.6275290Z ---> Package libquadmath.x86_64 0:7.3.1-15.amzn2 will be installed 2022-08-17T12:38:24.6313814Z ---> Package libsanitizer.x86_64 0:7.3.1-15.amzn2 will be installed 2022-08-17T12:38:24.6378664Z ---> Package m4.x86_64 0:1.4.16-10.amzn2.0.2 will be installed 2022-08-17T12:38:24.6404529Z ---> Package mpfr.x86_64 0:3.1.1-4.amzn2.0.2 will be installed 2022-08-17T12:38:24.6437334Z ---> Package neon.x86_64 0:0.30.0-3.amzn2.0.2 will be installed 2022-08-17T12:38:24.6520137Z --> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-08-17T12:38:24.6561068Z --> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-08-17T12:38:24.6562317Z --> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-08-17T12:38:24.6584388Z --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-08-17T12:38:24.6605083Z --> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-08-17T12:38:24.6613640Z ---> Package perl-Data-Dumper.x86_64 0:2.145-3.amzn2.0.2 will be installed 2022-08-17T12:38:24.6672357Z ---> Package perl-Test-Harness.noarch 0:3.28-3.amzn2 will be installed 2022-08-17T12:38:24.6817478Z ---> Package perl-Thread-Queue.noarch 0:3.02-2.amzn2 will be installed 2022-08-17T12:38:24.6833581Z ---> Package perl-XML-Parser.x86_64 0:2.41-10.amzn2.0.2 will be installed 2022-08-17T12:38:24.6856595Z ---> Package perl-srpm-macros.noarch 0:1-8.amzn2.0.1 will be installed 2022-08-17T12:38:24.6857928Z ---> Package subversion-libs.x86_64 0:1.7.14-16.amzn2.0.1 will be installed 2022-08-17T12:38:24.6908170Z ---> Package systemtap-client.x86_64 0:4.5-1.amzn2.0.1 will be installed 2022-08-17T12:38:24.7173271Z --> Processing Dependency: mokutil for package: systemtap-client-4.5-1.amzn2.0.1.x86_64 2022-08-17T12:38:24.7190404Z --> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-4.5-1.amzn2.0.1.x86_64 2022-08-17T12:38:24.7218805Z --> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-4.5-1.amzn2.0.1.x86_64 2022-08-17T12:38:24.7219630Z ---> Package systemtap-devel.x86_64 0:4.5-1.amzn2.0.1 will be installed 2022-08-17T12:38:24.7348786Z --> Processing Dependency: kernel-devel-uname-r for package: systemtap-devel-4.5-1.amzn2.0.1.x86_64 2022-08-17T12:38:24.8322282Z --> Running transaction check 2022-08-17T12:38:24.8323330Z ---> Package apr-util-bdb.x86_64 0:1.6.1-5.amzn2.0.2 will be installed 2022-08-17T12:38:24.8337931Z ---> Package avahi-libs.x86_64 0:0.6.31-20.amzn2 will be installed 2022-08-17T12:38:24.8374001Z ---> Package gettext-common-devel.noarch 0:0.19.8.1-3.amzn2 will be installed 2022-08-17T12:38:24.8375246Z ---> Package glibc-headers.x86_64 0:2.26-60.amzn2 will be installed 2022-08-17T12:38:24.8421645Z --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.26-60.amzn2.x86_64 2022-08-17T12:38:24.9463036Z --> Processing Dependency: kernel-headers for package: glibc-headers-2.26-60.amzn2.x86_64 2022-08-17T12:38:24.9463648Z ---> Package gnutls.x86_64 0:3.3.29-9.amzn2.0.1 will be installed 2022-08-17T12:38:24.9540112Z --> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.amzn2.0.1.x86_64 2022-08-17T12:38:24.9570709Z ---> Package kernel-devel.x86_64 0:4.14.287-215.504.amzn2 will be installed 2022-08-17T12:38:24.9603531Z --> Processing Dependency: elfutils-libelf-devel for package: kernel-devel-4.14.287-215.504.amzn2.x86_64 2022-08-17T12:38:24.9626821Z ---> Package libproxy.x86_64 0:0.4.11-10.amzn2.0.3 will be installed 2022-08-17T12:38:24.9669283Z --> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-10.amzn2.0.3.x86_64 2022-08-17T12:38:24.9689763Z ---> Package mokutil.x86_64 1:0.3.0-10.amzn2.0.1 will be installed 2022-08-17T12:38:24.9742135Z --> Processing Dependency: libefivar.so.1(libefivar.so.0)(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-08-17T12:38:24.9765923Z --> Processing Dependency: libefivar.so.1(LIBEFIVAR_0.24)(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-08-17T12:38:24.9767126Z --> Processing Dependency: libefivar.so.1()(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-08-17T12:38:24.9767679Z ---> Package pakchois.x86_64 0:0.4-10.amzn2.0.2 will be installed 2022-08-17T12:38:24.9788695Z --> Running transaction check 2022-08-17T12:38:24.9789678Z ---> Package efivar-libs.x86_64 0:31-4.amzn2.0.4 will be installed 2022-08-17T12:38:24.9816981Z ---> Package elfutils-libelf-devel.x86_64 0:0.176-2.amzn2 will be installed 2022-08-17T12:38:24.9831521Z --> Processing Dependency: pkgconfig(zlib) for package: elfutils-libelf-devel-0.176-2.amzn2.x86_64 2022-08-17T12:38:24.9857593Z ---> Package kernel-headers.x86_64 0:4.14.287-215.504.amzn2 will be installed 2022-08-17T12:38:24.9858833Z ---> Package libmodman.x86_64 0:2.0.1-8.amzn2.0.2 will be installed 2022-08-17T12:38:24.9887942Z ---> Package trousers.x86_64 0:0.3.14-2.amzn2.0.2 will be installed 2022-08-17T12:38:24.9963719Z --> Running transaction check 2022-08-17T12:38:24.9964542Z ---> Package zlib-devel.x86_64 0:1.2.7-19.amzn2.0.1 will be installed 2022-08-17T12:38:25.2562924Z --> Finished Dependency Resolution 2022-08-17T12:38:25.3833347Z 2022-08-17T12:38:25.3833831Z Dependencies Resolved 2022-08-17T12:38:25.3953947Z 2022-08-17T12:38:25.3954606Z ================================================================================ 2022-08-17T12:38:25.3955128Z Package Arch Version Repository Size 2022-08-17T12:38:25.3955851Z ================================================================================ 2022-08-17T12:38:25.3956476Z Installing for group install "Development Tools": 2022-08-17T12:38:25.3957247Z autoconf noarch 2.69-11.amzn2 amzn2-core 701 k 2022-08-17T12:38:25.3957721Z automake noarch 1.13.4-3.1.amzn2 amzn2-core 679 k 2022-08-17T12:38:25.3958435Z bison x86_64 3.0.4-6.amzn2.0.2 amzn2-core 674 k 2022-08-17T12:38:25.3959021Z byacc x86_64 1.9.20130304-3.amzn2.0.2 amzn2-core 66 k 2022-08-17T12:38:25.3959852Z cscope x86_64 15.8-10.amzn2.0.2 amzn2-core 204 k 2022-08-17T12:38:25.3960719Z ctags x86_64 5.8-13.amzn2.0.2 amzn2-core 157 k 2022-08-17T12:38:25.3961157Z diffstat x86_64 1.57-4.amzn2.0.2 amzn2-core 35 k 2022-08-17T12:38:25.3961588Z doxygen x86_64 1:1.8.5-4.amzn2 amzn2-core 3.5 M 2022-08-17T12:38:25.3962008Z elfutils x86_64 0.176-2.amzn2 amzn2-core 307 k 2022-08-17T12:38:25.3962432Z flex x86_64 2.5.37-3.amzn2.0.3 amzn2-core 291 k 2022-08-17T12:38:25.3962871Z gcc x86_64 7.3.1-15.amzn2 amzn2-core 22 M 2022-08-17T12:38:25.3963297Z gcc-c++ x86_64 7.3.1-15.amzn2 amzn2-core 13 M 2022-08-17T12:38:25.3963704Z gcc-gfortran x86_64 7.3.1-15.amzn2 amzn2-core 11 M 2022-08-17T12:38:25.3964131Z indent x86_64 2.2.11-13.amzn2.0.2 amzn2-core 150 k 2022-08-17T12:38:25.3964561Z intltool noarch 0.50.2-7.amzn2 amzn2-core 59 k 2022-08-17T12:38:25.3965175Z libtool x86_64 2.4.2-22.2.amzn2.0.2 amzn2-core 588 k 2022-08-17T12:38:25.3965759Z patch x86_64 2.7.1-12.amzn2.0.2 amzn2-core 110 k 2022-08-17T12:38:25.3966457Z patchutils x86_64 0.3.3-4.amzn2.0.1 amzn2-core 104 k 2022-08-17T12:38:25.3967184Z rcs x86_64 5.9.0-5.amzn2.0.2 amzn2-core 231 k 2022-08-17T12:38:25.3967611Z rpm-build x86_64 4.11.3-48.amzn2.0.2 amzn2-core 150 k 2022-08-17T12:38:25.3968192Z rpm-sign x86_64 4.11.3-48.amzn2.0.2 amzn2-core 50 k 2022-08-17T12:38:25.3968626Z subversion x86_64 1.7.14-16.amzn2.0.1 amzn2-core 1.0 M 2022-08-17T12:38:25.3969032Z swig x86_64 3.0.12-11.amzn2.0.3 amzn2-core 1.4 M 2022-08-17T12:38:25.3969469Z system-rpm-config noarch 9.1.0-76.amzn2.0.14 amzn2-core 90 k 2022-08-17T12:38:25.3969927Z systemtap x86_64 4.5-1.amzn2.0.1 amzn2-core 12 k 2022-08-17T12:38:25.3970241Z Installing for dependencies: 2022-08-17T12:38:25.3970626Z apr x86_64 1.7.0-9.amzn2 amzn2-core 122 k 2022-08-17T12:38:25.3971048Z apr-util x86_64 1.6.1-5.amzn2.0.2 amzn2-core 99 k 2022-08-17T12:38:25.3971486Z apr-util-bdb x86_64 1.6.1-5.amzn2.0.2 amzn2-core 19 k 2022-08-17T12:38:25.3971964Z avahi-libs x86_64 0.6.31-20.amzn2 amzn2-core 61 k 2022-08-17T12:38:25.3972384Z cpp x86_64 7.3.1-15.amzn2 amzn2-core 9.2 M 2022-08-17T12:38:25.3972798Z dwz x86_64 0.11-3.amzn2.0.3 amzn2-core 98 k 2022-08-17T12:38:25.3973222Z efivar-libs x86_64 31-4.amzn2.0.4 amzn2-core 68 k 2022-08-17T12:38:25.3973662Z elfutils-libelf-devel x86_64 0.176-2.amzn2 amzn2-core 40 k 2022-08-17T12:38:25.3974198Z emacs-filesystem noarch 1:27.2-4.amzn2.0.1 amzn2-core 67 k 2022-08-17T12:38:25.3974655Z gdb x86_64 8.0.1-36.amzn2.0.1 amzn2-core 3.1 M 2022-08-17T12:38:25.3975099Z gettext-common-devel noarch 0.19.8.1-3.amzn2 amzn2-core 410 k 2022-08-17T12:38:25.3975541Z gettext-devel x86_64 0.19.8.1-3.amzn2 amzn2-core 320 k 2022-08-17T12:38:25.3975971Z glibc-devel x86_64 2.26-60.amzn2 amzn2-core 994 k 2022-08-17T12:38:25.3976410Z glibc-headers x86_64 2.26-60.amzn2 amzn2-core 515 k 2022-08-17T12:38:25.3976825Z gnutls x86_64 3.3.29-9.amzn2.0.1 amzn2-core 661 k 2022-08-17T12:38:25.3977260Z go-srpm-macros noarch 3.0.15-23.amzn2.0.1 amzn2-core 23 k 2022-08-17T12:38:25.3977714Z kernel-devel x86_64 4.14.287-215.504.amzn2 amzn2-core 13 M 2022-08-17T12:38:25.3978153Z kernel-headers x86_64 4.14.287-215.504.amzn2 amzn2-core 1.2 M 2022-08-17T12:38:25.3978577Z libatomic x86_64 7.3.1-15.amzn2 amzn2-core 46 k 2022-08-17T12:38:25.3979002Z libcilkrts x86_64 7.3.1-15.amzn2 amzn2-core 85 k 2022-08-17T12:38:25.3979430Z libgfortran x86_64 7.3.1-15.amzn2 amzn2-core 536 k 2022-08-17T12:38:25.3979838Z libitm x86_64 7.3.1-15.amzn2 amzn2-core 85 k 2022-08-17T12:38:25.3980264Z libmodman x86_64 2.0.1-8.amzn2.0.2 amzn2-core 29 k 2022-08-17T12:38:25.3980697Z libmpc x86_64 1.0.1-3.amzn2.0.2 amzn2-core 52 k 2022-08-17T12:38:25.3981101Z libmpx x86_64 7.3.1-15.amzn2 amzn2-core 51 k 2022-08-17T12:38:25.3981523Z libproxy x86_64 0.4.11-10.amzn2.0.3 amzn2-core 61 k 2022-08-17T12:38:25.3982441Z libquadmath x86_64 7.3.1-15.amzn2 amzn2-core 189 k 2022-08-17T12:38:25.3982879Z libsanitizer x86_64 7.3.1-15.amzn2 amzn2-core 642 k 2022-08-17T12:38:25.3983285Z m4 x86_64 1.4.16-10.amzn2.0.2 amzn2-core 256 k 2022-08-17T12:38:25.3983697Z mokutil x86_64 1:0.3.0-10.amzn2.0.1 amzn2-core 39 k 2022-08-17T12:38:25.3984118Z mpfr x86_64 3.1.1-4.amzn2.0.2 amzn2-core 208 k 2022-08-17T12:38:25.3984514Z neon x86_64 0.30.0-3.amzn2.0.2 amzn2-core 166 k 2022-08-17T12:38:25.3985055Z pakchois x86_64 0.4-10.amzn2.0.2 amzn2-core 14 k 2022-08-17T12:38:25.3985507Z perl-Data-Dumper x86_64 2.145-3.amzn2.0.2 amzn2-core 48 k 2022-08-17T12:38:25.3985975Z perl-Test-Harness noarch 3.28-3.amzn2 amzn2-core 302 k 2022-08-17T12:38:25.3986426Z perl-Thread-Queue noarch 3.02-2.amzn2 amzn2-core 17 k 2022-08-17T12:38:25.3986897Z perl-XML-Parser x86_64 2.41-10.amzn2.0.2 amzn2-core 223 k 2022-08-17T12:38:25.3987365Z perl-srpm-macros noarch 1-8.amzn2.0.1 amzn2-core 4.7 k 2022-08-17T12:38:25.3987809Z subversion-libs x86_64 1.7.14-16.amzn2.0.1 amzn2-core 912 k 2022-08-17T12:38:25.3988262Z systemtap-client x86_64 4.5-1.amzn2.0.1 amzn2-core 3.7 M 2022-08-17T12:38:25.3988708Z systemtap-devel x86_64 4.5-1.amzn2.0.1 amzn2-core 2.3 M 2022-08-17T12:38:25.3989146Z trousers x86_64 0.3.14-2.amzn2.0.2 amzn2-core 294 k 2022-08-17T12:38:25.3989561Z zlib-devel x86_64 1.2.7-19.amzn2.0.1 amzn2-core 50 k 2022-08-17T12:38:25.3989764Z 2022-08-17T12:38:25.3989880Z Transaction Summary 2022-08-17T12:38:25.3990162Z ================================================================================ 2022-08-17T12:38:25.3990456Z Install 25 Packages (+43 Dependent packages) 2022-08-17T12:38:25.3990654Z 2022-08-17T12:38:25.3990860Z Total download size: 96 M 2022-08-17T12:38:25.3991136Z Installed size: 303 M 2022-08-17T12:38:25.3991399Z Downloading packages: 2022-08-17T12:38:25.4014880Z Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2022-08-17T12:38:26.9870144Z -------------------------------------------------------------------------------- 2022-08-17T12:38:26.9870606Z Total 60 MB/s | 96 MB 00:01 2022-08-17T12:38:27.0965905Z Running transaction check 2022-08-17T12:38:27.1768017Z Running transaction test 2022-08-17T12:38:27.6102559Z Transaction test succeeded 2022-08-17T12:38:27.6105936Z Running transaction 2022-08-17T12:38:28.1397973Z Installing : mpfr-3.1.1-4.amzn2.0.2.x86_64 1/68 2022-08-17T12:38:28.1883974Z Installing : libmpc-1.0.1-3.amzn2.0.2.x86_64 2/68 2022-08-17T12:38:28.2239633Z Installing : m4-1.4.16-10.amzn2.0.2.x86_64 3/68 2022-08-17T12:38:28.2516627Z Installing : apr-1.7.0-9.amzn2.x86_64 4/68 2022-08-17T12:38:28.2762245Z Installing : apr-util-bdb-1.6.1-5.amzn2.0.2.x86_64 5/68 2022-08-17T12:38:28.3077020Z Installing : apr-util-1.6.1-5.amzn2.0.2.x86_64 6/68 2022-08-17T12:38:28.3505758Z Installing : avahi-libs-0.6.31-20.amzn2.x86_64 7/68 2022-08-17T12:38:28.3899663Z Installing : libquadmath-7.3.1-15.amzn2.x86_64 8/68 2022-08-17T12:38:28.4104340Z Installing : patch-2.7.1-12.amzn2.0.2.x86_64 9/68 2022-08-17T12:38:28.4908858Z Installing : perl-Thread-Queue-3.02-2.amzn2.noarch 10/68 2022-08-17T12:38:29.5530528Z Installing : libgfortran-7.3.1-15.amzn2.x86_64 11/68 2022-08-17T12:38:29.5914661Z Installing : cpp-7.3.1-15.amzn2.x86_64 12/68 2022-08-17T12:38:29.6115653Z Installing : zlib-devel-1.2.7-19.amzn2.0.1.x86_64 13/68 2022-08-17T12:38:29.6305210Z Installing : elfutils-libelf-devel-0.176-2.amzn2.x86_64 14/68 2022-08-17T12:38:29.6630676Z Installing : libmodman-2.0.1-8.amzn2.0.2.x86_64 15/68 2022-08-17T12:38:29.7200273Z Installing : libproxy-0.4.11-10.amzn2.0.3.x86_64 16/68 2022-08-17T12:38:29.7750955Z Installing : perl-XML-Parser-2.41-10.amzn2.0.2.x86_64 17/68 2022-08-17T12:38:29.8812100Z Installing : elfutils-0.176-2.amzn2.x86_64 18/68 2022-08-17T12:38:29.9117596Z Installing : libsanitizer-7.3.1-15.amzn2.x86_64 19/68 2022-08-17T12:38:29.9341587Z Installing : 1:emacs-filesystem-27.2-4.amzn2.0.1.noarch 20/68 2022-08-17T12:38:29.9635482Z Installing : efivar-libs-31-4.amzn2.0.4.x86_64 21/68 2022-08-17T12:38:29.9923562Z Installing : 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 22/68 2022-08-17T12:38:30.0736088Z Installing : dwz-0.11-3.amzn2.0.3.x86_64 23/68 2022-08-17T12:38:30.2473161Z Installing : trousers-0.3.14-2.amzn2.0.2.x86_64 24/68 2022-08-17T12:38:30.2840199Z Installing : gnutls-3.3.29-9.amzn2.0.1.x86_64 25/68 2022-08-17T12:38:30.6779939Z Installing : libitm-7.3.1-15.amzn2.x86_64 26/68 2022-08-17T12:38:30.9645085Z Installing : gdb-8.0.1-36.amzn2.0.1.x86_64 27/68 2022-08-17T12:38:31.1323033Z Installing : kernel-headers-4.14.287-215.504.amzn2.x86_64 28/68 2022-08-17T12:38:31.2627230Z Installing : glibc-headers-2.26-60.amzn2.x86_64 29/68 2022-08-17T12:38:31.2953762Z Installing : glibc-devel-2.26-60.amzn2.x86_64 30/68 2022-08-17T12:38:31.3199334Z Installing : libmpx-7.3.1-15.amzn2.x86_64 31/68 2022-08-17T12:38:31.3448578Z Installing : perl-srpm-macros-1-8.amzn2.0.1.noarch 32/68 2022-08-17T12:38:31.3653190Z Installing : system-rpm-config-9.1.0-76.amzn2.0.14.noarch 33/68 2022-08-17T12:38:31.3857035Z Installing : go-srpm-macros-3.0.15-23.amzn2.0.1.noarch 34/68 2022-08-17T12:38:31.4748980Z Installing : perl-Data-Dumper-2.145-3.amzn2.0.2.x86_64 35/68 2022-08-17T12:38:31.5191116Z Installing : autoconf-2.69-11.amzn2.noarch 36/68 2022-08-17T12:38:31.6051709Z Installing : gettext-common-devel-0.19.8.1-3.amzn2.noarch 37/68 2022-08-17T12:38:31.6899067Z Installing : gettext-devel-0.19.8.1-3.amzn2.x86_64 38/68 2022-08-17T12:38:31.7904086Z Installing : perl-Test-Harness-3.28-3.amzn2.noarch 39/68 2022-08-17T12:38:31.8281688Z Installing : automake-1.13.4-3.1.amzn2.noarch 40/68 2022-08-17T12:38:31.8577210Z Installing : libatomic-7.3.1-15.amzn2.x86_64 41/68 2022-08-17T12:38:33.8885113Z Installing : libcilkrts-7.3.1-15.amzn2.x86_64 42/68 2022-08-17T12:38:37.6889081Z Installing : gcc-7.3.1-15.amzn2.x86_64 43/68 2022-08-17T12:38:48.6353149Z Installing : kernel-devel-4.14.287-215.504.amzn2.x86_64 44/68 2022-08-17T12:38:49.2531307Z Installing : systemtap-devel-4.5-1.amzn2.0.1.x86_64 45/68 2022-08-17T12:38:49.3042797Z Installing : systemtap-client-4.5-1.amzn2.0.1.x86_64 46/68 2022-08-17T12:38:49.3573341Z Installing : pakchois-0.4-10.amzn2.0.2.x86_64 47/68 2022-08-17T12:38:49.4892458Z Installing : neon-0.30.0-3.amzn2.0.2.x86_64 48/68 2022-08-17T12:38:49.6634184Z Installing : subversion-libs-1.7.14-16.amzn2.0.1.x86_64 49/68 2022-08-17T12:38:49.7586008Z Installing : subversion-1.7.14-16.amzn2.0.1.x86_64 50/68 2022-08-17T12:38:50.9754429Z Installing : systemtap-4.5-1.amzn2.0.1.x86_64 51/68 2022-08-17T12:38:52.5878109Z Installing : gcc-gfortran-7.3.1-15.amzn2.x86_64 52/68 2022-08-17T12:38:52.7065283Z Installing : gcc-c++-7.3.1-15.amzn2.x86_64 53/68 2022-08-17T12:38:52.7442038Z Installing : libtool-2.4.2-22.2.amzn2.0.2.x86_64 54/68 2022-08-17T12:38:52.7791439Z Installing : intltool-0.50.2-7.amzn2.noarch 55/68 2022-08-17T12:38:52.8379179Z Installing : rpm-build-4.11.3-48.amzn2.0.2.x86_64 56/68 2022-08-17T12:38:52.8953714Z Installing : cscope-15.8-10.amzn2.0.2.x86_64 57/68 2022-08-17T12:38:52.9993352Z Installing : flex-2.5.37-3.amzn2.0.3.x86_64 58/68 2022-08-17T12:38:53.0627191Z Installing : bison-3.0.4-6.amzn2.0.2.x86_64 59/68 2022-08-17T12:38:53.1063893Z Installing : rcs-5.9.0-5.amzn2.0.2.x86_64 60/68 2022-08-17T12:38:53.1413034Z Installing : ctags-5.8-13.amzn2.0.2.x86_64 61/68 2022-08-17T12:38:53.1859509Z Installing : indent-2.2.11-13.amzn2.0.2.x86_64 62/68 2022-08-17T12:38:53.8579684Z Installing : patchutils-0.3.3-4.amzn2.0.1.x86_64 63/68 2022-08-17T12:38:53.9026709Z Installing : 1:doxygen-1.8.5-4.amzn2.x86_64 64/68 2022-08-17T12:38:53.9260447Z Installing : diffstat-1.57-4.amzn2.0.2.x86_64 65/68 2022-08-17T12:38:54.2322343Z Installing : byacc-1.9.20130304-3.amzn2.0.2.x86_64 66/68 2022-08-17T12:38:54.2716029Z Installing : swig-3.0.12-11.amzn2.0.3.x86_64 67/68 2022-08-17T12:38:54.3370058Z Installing : rpm-sign-4.11.3-48.amzn2.0.2.x86_64 68/68 2022-08-17T12:38:54.3462917Z Verifying : elfutils-libelf-devel-0.176-2.amzn2.x86_64 1/68 2022-08-17T12:38:54.3544356Z Verifying : perl-Thread-Queue-3.02-2.amzn2.noarch 2/68 2022-08-17T12:38:54.3639419Z Verifying : gettext-devel-0.19.8.1-3.amzn2.x86_64 3/68 2022-08-17T12:38:54.3725710Z Verifying : patch-2.7.1-12.amzn2.0.2.x86_64 4/68 2022-08-17T12:38:54.3815327Z Verifying : flex-2.5.37-3.amzn2.0.3.x86_64 5/68 2022-08-17T12:38:54.3908396Z Verifying : glibc-headers-2.26-60.amzn2.x86_64 6/68 2022-08-17T12:38:54.3998489Z Verifying : pakchois-0.4-10.amzn2.0.2.x86_64 7/68 2022-08-17T12:38:54.4091963Z Verifying : rpm-sign-4.11.3-48.amzn2.0.2.x86_64 8/68 2022-08-17T12:38:54.4185337Z Verifying : gcc-gfortran-7.3.1-15.amzn2.x86_64 9/68 2022-08-17T12:38:54.4326644Z Verifying : kernel-devel-4.14.287-215.504.amzn2.x86_64 10/68 2022-08-17T12:38:54.4411413Z Verifying : swig-3.0.12-11.amzn2.0.3.x86_64 11/68 2022-08-17T12:38:54.4491097Z Verifying : byacc-1.9.20130304-3.amzn2.0.2.x86_64 12/68 2022-08-17T12:38:54.4572507Z Verifying : libmpc-1.0.1-3.amzn2.0.2.x86_64 13/68 2022-08-17T12:38:54.4648821Z Verifying : libcilkrts-7.3.1-15.amzn2.x86_64 14/68 2022-08-17T12:38:54.4728010Z Verifying : go-srpm-macros-3.0.15-23.amzn2.0.1.noarch 15/68 2022-08-17T12:38:54.4808466Z Verifying : libproxy-0.4.11-10.amzn2.0.3.x86_64 16/68 2022-08-17T12:38:54.4884002Z Verifying : cscope-15.8-10.amzn2.0.2.x86_64 17/68 2022-08-17T12:38:54.4965132Z Verifying : diffstat-1.57-4.amzn2.0.2.x86_64 18/68 2022-08-17T12:38:54.5051212Z Verifying : 1:doxygen-1.8.5-4.amzn2.x86_64 19/68 2022-08-17T12:38:54.5146636Z Verifying : gcc-c++-7.3.1-15.amzn2.x86_64 20/68 2022-08-17T12:38:54.5247181Z Verifying : libatomic-7.3.1-15.amzn2.x86_64 21/68 2022-08-17T12:38:54.5331406Z Verifying : system-rpm-config-9.1.0-76.amzn2.0.14.noarch 22/68 2022-08-17T12:38:54.5418067Z Verifying : systemtap-devel-4.5-1.amzn2.0.1.x86_64 23/68 2022-08-17T12:38:54.5505670Z Verifying : perl-Test-Harness-3.28-3.amzn2.noarch 24/68 2022-08-17T12:38:54.5589443Z Verifying : autoconf-2.69-11.amzn2.noarch 25/68 2022-08-17T12:38:54.5676360Z Verifying : libquadmath-7.3.1-15.amzn2.x86_64 26/68 2022-08-17T12:38:54.5762875Z Verifying : intltool-0.50.2-7.amzn2.noarch 27/68 2022-08-17T12:38:54.5848659Z Verifying : apr-util-1.6.1-5.amzn2.0.2.x86_64 28/68 2022-08-17T12:38:54.5934371Z Verifying : glibc-devel-2.26-60.amzn2.x86_64 29/68 2022-08-17T12:38:54.6028399Z Verifying : cpp-7.3.1-15.amzn2.x86_64 30/68 2022-08-17T12:38:54.6115908Z Verifying : rpm-build-4.11.3-48.amzn2.0.2.x86_64 31/68 2022-08-17T12:38:54.6200386Z Verifying : gettext-common-devel-0.19.8.1-3.amzn2.noarch 32/68 2022-08-17T12:38:54.6270435Z Verifying : perl-Data-Dumper-2.145-3.amzn2.0.2.x86_64 33/68 2022-08-17T12:38:54.6349674Z Verifying : perl-srpm-macros-1-8.amzn2.0.1.noarch 34/68 2022-08-17T12:38:54.6441806Z Verifying : gnutls-3.3.29-9.amzn2.0.1.x86_64 35/68 2022-08-17T12:38:54.6525772Z Verifying : subversion-libs-1.7.14-16.amzn2.0.1.x86_64 36/68 2022-08-17T12:38:54.6614057Z Verifying : automake-1.13.4-3.1.amzn2.noarch 37/68 2022-08-17T12:38:54.6694322Z Verifying : apr-util-bdb-1.6.1-5.amzn2.0.2.x86_64 38/68 2022-08-17T12:38:54.6775602Z Verifying : libmpx-7.3.1-15.amzn2.x86_64 39/68 2022-08-17T12:38:54.6855105Z Verifying : avahi-libs-0.6.31-20.amzn2.x86_64 40/68 2022-08-17T12:38:54.6932520Z Verifying : kernel-headers-4.14.287-215.504.amzn2.x86_64 41/68 2022-08-17T12:38:54.7013698Z Verifying : bison-3.0.4-6.amzn2.0.2.x86_64 42/68 2022-08-17T12:38:54.7101206Z Verifying : libgfortran-7.3.1-15.amzn2.x86_64 43/68 2022-08-17T12:38:54.7208869Z Verifying : gdb-8.0.1-36.amzn2.0.1.x86_64 44/68 2022-08-17T12:38:54.7287646Z Verifying : patchutils-0.3.3-4.amzn2.0.1.x86_64 45/68 2022-08-17T12:38:54.7371079Z Verifying : libitm-7.3.1-15.amzn2.x86_64 46/68 2022-08-17T12:38:54.7456924Z Verifying : libtool-2.4.2-22.2.amzn2.0.2.x86_64 47/68 2022-08-17T12:38:54.7542328Z Verifying : gcc-7.3.1-15.amzn2.x86_64 48/68 2022-08-17T12:38:54.7627514Z Verifying : indent-2.2.11-13.amzn2.0.2.x86_64 49/68 2022-08-17T12:38:54.7716015Z Verifying : subversion-1.7.14-16.amzn2.0.1.x86_64 50/68 2022-08-17T12:38:54.7805003Z Verifying : apr-1.7.0-9.amzn2.x86_64 51/68 2022-08-17T12:38:54.7884963Z Verifying : ctags-5.8-13.amzn2.0.2.x86_64 52/68 2022-08-17T12:38:54.7970916Z Verifying : 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 53/68 2022-08-17T12:38:54.8048869Z Verifying : mpfr-3.1.1-4.amzn2.0.2.x86_64 54/68 2022-08-17T12:38:54.8126818Z Verifying : trousers-0.3.14-2.amzn2.0.2.x86_64 55/68 2022-08-17T12:38:54.8202907Z Verifying : neon-0.30.0-3.amzn2.0.2.x86_64 56/68 2022-08-17T12:38:54.8288486Z Verifying : systemtap-4.5-1.amzn2.0.1.x86_64 57/68 2022-08-17T12:38:54.8370964Z Verifying : dwz-0.11-3.amzn2.0.3.x86_64 58/68 2022-08-17T12:38:54.8461556Z Verifying : systemtap-client-4.5-1.amzn2.0.1.x86_64 59/68 2022-08-17T12:38:54.8541085Z Verifying : efivar-libs-31-4.amzn2.0.4.x86_64 60/68 2022-08-17T12:38:54.8627321Z Verifying : rcs-5.9.0-5.amzn2.0.2.x86_64 61/68 2022-08-17T12:38:54.8715624Z Verifying : 1:emacs-filesystem-27.2-4.amzn2.0.1.noarch 62/68 2022-08-17T12:38:54.8789162Z Verifying : libsanitizer-7.3.1-15.amzn2.x86_64 63/68 2022-08-17T12:38:54.8878028Z Verifying : elfutils-0.176-2.amzn2.x86_64 64/68 2022-08-17T12:38:54.8954583Z Verifying : m4-1.4.16-10.amzn2.0.2.x86_64 65/68 2022-08-17T12:38:54.9051283Z Verifying : perl-XML-Parser-2.41-10.amzn2.0.2.x86_64 66/68 2022-08-17T12:38:54.9131075Z Verifying : libmodman-2.0.1-8.amzn2.0.2.x86_64 67/68 2022-08-17T12:38:54.9888876Z Verifying : zlib-devel-1.2.7-19.amzn2.0.1.x86_64 68/68 2022-08-17T12:38:54.9889105Z 2022-08-17T12:38:54.9890618Z Installed: 2022-08-17T12:38:54.9893338Z autoconf.noarch 0:2.69-11.amzn2 2022-08-17T12:38:54.9894059Z automake.noarch 0:1.13.4-3.1.amzn2 2022-08-17T12:38:54.9894514Z bison.x86_64 0:3.0.4-6.amzn2.0.2 2022-08-17T12:38:54.9894931Z byacc.x86_64 0:1.9.20130304-3.amzn2.0.2 2022-08-17T12:38:54.9895344Z cscope.x86_64 0:15.8-10.amzn2.0.2 2022-08-17T12:38:54.9899476Z ctags.x86_64 0:5.8-13.amzn2.0.2 2022-08-17T12:38:54.9900419Z diffstat.x86_64 0:1.57-4.amzn2.0.2 2022-08-17T12:38:54.9900899Z doxygen.x86_64 1:1.8.5-4.amzn2 2022-08-17T12:38:54.9901316Z elfutils.x86_64 0:0.176-2.amzn2 2022-08-17T12:38:54.9902069Z flex.x86_64 0:2.5.37-3.amzn2.0.3 2022-08-17T12:38:54.9902654Z gcc.x86_64 0:7.3.1-15.amzn2 2022-08-17T12:38:54.9903242Z gcc-c++.x86_64 0:7.3.1-15.amzn2 2022-08-17T12:38:54.9903667Z gcc-gfortran.x86_64 0:7.3.1-15.amzn2 2022-08-17T12:38:54.9904071Z indent.x86_64 0:2.2.11-13.amzn2.0.2 2022-08-17T12:38:54.9904489Z intltool.noarch 0:0.50.2-7.amzn2 2022-08-17T12:38:54.9904910Z libtool.x86_64 0:2.4.2-22.2.amzn2.0.2 2022-08-17T12:38:54.9905437Z patch.x86_64 0:2.7.1-12.amzn2.0.2 2022-08-17T12:38:54.9905886Z patchutils.x86_64 0:0.3.3-4.amzn2.0.1 2022-08-17T12:38:54.9906299Z rcs.x86_64 0:5.9.0-5.amzn2.0.2 2022-08-17T12:38:54.9906710Z rpm-build.x86_64 0:4.11.3-48.amzn2.0.2 2022-08-17T12:38:54.9907135Z rpm-sign.x86_64 0:4.11.3-48.amzn2.0.2 2022-08-17T12:38:54.9907572Z subversion.x86_64 0:1.7.14-16.amzn2.0.1 2022-08-17T12:38:54.9908203Z swig.x86_64 0:3.0.12-11.amzn2.0.3 2022-08-17T12:38:54.9908684Z system-rpm-config.noarch 0:9.1.0-76.amzn2.0.14 2022-08-17T12:38:54.9909137Z systemtap.x86_64 0:4.5-1.amzn2.0.1 2022-08-17T12:38:54.9909348Z 2022-08-17T12:38:54.9909473Z Dependency Installed: 2022-08-17T12:38:54.9909860Z apr.x86_64 0:1.7.0-9.amzn2 2022-08-17T12:38:54.9910256Z apr-util.x86_64 0:1.6.1-5.amzn2.0.2 2022-08-17T12:38:54.9910680Z apr-util-bdb.x86_64 0:1.6.1-5.amzn2.0.2 2022-08-17T12:38:54.9911107Z avahi-libs.x86_64 0:0.6.31-20.amzn2 2022-08-17T12:38:54.9911642Z cpp.x86_64 0:7.3.1-15.amzn2 2022-08-17T12:38:54.9912046Z dwz.x86_64 0:0.11-3.amzn2.0.3 2022-08-17T12:38:54.9912488Z efivar-libs.x86_64 0:31-4.amzn2.0.4 2022-08-17T12:38:54.9912927Z elfutils-libelf-devel.x86_64 0:0.176-2.amzn2 2022-08-17T12:38:54.9913374Z emacs-filesystem.noarch 1:27.2-4.amzn2.0.1 2022-08-17T12:38:54.9913806Z gdb.x86_64 0:8.0.1-36.amzn2.0.1 2022-08-17T12:38:54.9914367Z gettext-common-devel.noarch 0:0.19.8.1-3.amzn2 2022-08-17T12:38:54.9915254Z gettext-devel.x86_64 0:0.19.8.1-3.amzn2 2022-08-17T12:38:54.9916026Z glibc-devel.x86_64 0:2.26-60.amzn2 2022-08-17T12:38:54.9916480Z glibc-headers.x86_64 0:2.26-60.amzn2 2022-08-17T12:38:54.9916904Z gnutls.x86_64 0:3.3.29-9.amzn2.0.1 2022-08-17T12:38:54.9917317Z go-srpm-macros.noarch 0:3.0.15-23.amzn2.0.1 2022-08-17T12:38:54.9917762Z kernel-devel.x86_64 0:4.14.287-215.504.amzn2 2022-08-17T12:38:54.9918193Z kernel-headers.x86_64 0:4.14.287-215.504.amzn2 2022-08-17T12:38:54.9918737Z libatomic.x86_64 0:7.3.1-15.amzn2 2022-08-17T12:38:54.9919161Z libcilkrts.x86_64 0:7.3.1-15.amzn2 2022-08-17T12:38:54.9919573Z libgfortran.x86_64 0:7.3.1-15.amzn2 2022-08-17T12:38:54.9919982Z libitm.x86_64 0:7.3.1-15.amzn2 2022-08-17T12:38:54.9920371Z libmodman.x86_64 0:2.0.1-8.amzn2.0.2 2022-08-17T12:38:54.9920786Z libmpc.x86_64 0:1.0.1-3.amzn2.0.2 2022-08-17T12:38:54.9921187Z libmpx.x86_64 0:7.3.1-15.amzn2 2022-08-17T12:38:54.9921590Z libproxy.x86_64 0:0.4.11-10.amzn2.0.3 2022-08-17T12:38:54.9921991Z libquadmath.x86_64 0:7.3.1-15.amzn2 2022-08-17T12:38:54.9922410Z libsanitizer.x86_64 0:7.3.1-15.amzn2 2022-08-17T12:38:54.9922815Z m4.x86_64 0:1.4.16-10.amzn2.0.2 2022-08-17T12:38:54.9923192Z mokutil.x86_64 1:0.3.0-10.amzn2.0.1 2022-08-17T12:38:54.9923595Z mpfr.x86_64 0:3.1.1-4.amzn2.0.2 2022-08-17T12:38:54.9923993Z neon.x86_64 0:0.30.0-3.amzn2.0.2 2022-08-17T12:38:54.9924405Z pakchois.x86_64 0:0.4-10.amzn2.0.2 2022-08-17T12:38:54.9924824Z perl-Data-Dumper.x86_64 0:2.145-3.amzn2.0.2 2022-08-17T12:38:54.9925275Z perl-Test-Harness.noarch 0:3.28-3.amzn2 2022-08-17T12:38:54.9925732Z perl-Thread-Queue.noarch 0:3.02-2.amzn2 2022-08-17T12:38:54.9926183Z perl-XML-Parser.x86_64 0:2.41-10.amzn2.0.2 2022-08-17T12:38:54.9926646Z perl-srpm-macros.noarch 0:1-8.amzn2.0.1 2022-08-17T12:38:54.9927092Z subversion-libs.x86_64 0:1.7.14-16.amzn2.0.1 2022-08-17T12:38:54.9927528Z systemtap-client.x86_64 0:4.5-1.amzn2.0.1 2022-08-17T12:38:54.9927947Z systemtap-devel.x86_64 0:4.5-1.amzn2.0.1 2022-08-17T12:38:54.9928438Z trousers.x86_64 0:0.3.14-2.amzn2.0.2 2022-08-17T12:38:54.9928848Z zlib-devel.x86_64 0:1.2.7-19.amzn2.0.1 2022-08-17T12:38:54.9929048Z 2022-08-17T12:38:54.9929135Z Complete! 2022-08-17T12:38:55.0266222Z ++ uname -r 2022-08-17T12:38:55.0271607Z + sudo yum install -y 'kernel-devel-uname-r == 4.14.252-195.483.amzn2.x86_64' 2022-08-17T12:38:55.5344829Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-08-17T12:38:55.5637963Z Existing lock /var/run/yum.pid: another copy is running as pid 31812. 2022-08-17T12:38:55.5638420Z Another app is currently holding the yum lock; waiting for it to exit... 2022-08-17T12:38:55.5644735Z The other application is: yum 2022-08-17T12:38:55.5645016Z Memory : 83 M RSS (301 MB VSZ) 2022-08-17T12:38:55.5646287Z Started: Wed Aug 17 12:38:53 2022 - 00:02 ago 2022-08-17T12:38:55.5646816Z State : Running, pid: 31812 2022-08-17T12:38:57.5672179Z Another app is currently holding the yum lock; waiting for it to exit... 2022-08-17T12:38:57.5676899Z The other application is: yum 2022-08-17T12:38:57.5677445Z Memory : 158 M RSS (376 MB VSZ) 2022-08-17T12:38:57.5678596Z Started: Wed Aug 17 12:38:53 2022 - 00:04 ago 2022-08-17T12:38:57.5678877Z State : Running, pid: 31812 2022-08-17T12:39:00.8498788Z Resolving Dependencies 2022-08-17T12:39:00.8505228Z --> Running transaction check 2022-08-17T12:39:00.8506015Z ---> Package kernel-devel.x86_64 0:4.14.252-195.483.amzn2 will be installed 2022-08-17T12:39:01.1916545Z --> Finished Dependency Resolution 2022-08-17T12:39:01.3101479Z 2022-08-17T12:39:01.3102168Z Dependencies Resolved 2022-08-17T12:39:01.3107418Z 2022-08-17T12:39:01.3107707Z ================================================================================ 2022-08-17T12:39:01.3108080Z Package Arch Version Repository Size 2022-08-17T12:39:01.3108446Z ================================================================================ 2022-08-17T12:39:01.3108727Z Installing: 2022-08-17T12:39:01.3109269Z kernel-devel x86_64 4.14.252-195.483.amzn2 amzn2-core 13 M 2022-08-17T12:39:01.3109490Z 2022-08-17T12:39:01.3109607Z Transaction Summary 2022-08-17T12:39:01.3109874Z ================================================================================ 2022-08-17T12:39:01.3110149Z Install 1 Package 2022-08-17T12:39:01.3110307Z 2022-08-17T12:39:01.3110438Z Total download size: 13 M 2022-08-17T12:39:01.3111104Z Installed size: 60 M 2022-08-17T12:39:01.3111344Z Downloading packages: 2022-08-17T12:39:01.3120117Z Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2022-08-17T12:39:01.6102463Z Running transaction check 2022-08-17T12:39:01.6292806Z Running transaction test 2022-08-17T12:39:02.0417980Z Transaction test succeeded 2022-08-17T12:39:02.0420666Z Running transaction 2022-08-17T12:39:16.8568130Z Installing : kernel-devel-4.14.252-195.483.amzn2.x86_64 1/1 2022-08-17T12:39:16.9376093Z Verifying : kernel-devel-4.14.252-195.483.amzn2.x86_64 1/1 2022-08-17T12:39:16.9376394Z 2022-08-17T12:39:16.9376508Z Installed: 2022-08-17T12:39:16.9376926Z kernel-devel.x86_64 0:4.14.252-195.483.amzn2 2022-08-17T12:39:16.9377143Z 2022-08-17T12:39:16.9377253Z Complete! 2022-08-17T12:39:16.9745085Z + sudo modprobe backlight 2022-08-17T12:39:16.9922181Z + sudo curl -fsL -o /tmp/nvidia_driver https://s3.amazonaws.com/ossci-linux/nvidia_driver/NVIDIA-Linux-x86_64-515.57.run 2022-08-17T12:39:20.6559550Z + sudo /bin/bash /tmp/nvidia_driver -s --no-drm 2022-08-17T12:39:22.0227535Z Verifying archive integrity... OK 2022-08-17T12:39:48.8330662Z Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 515.57................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 2022-08-17T12:39:48.9742909Z 2022-08-17T12:39:48.9744211Z 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-08-17T12:39:48.9744583Z 2022-08-17T12:40:10.5419958Z 2022-08-17T12:40:10.5421443Z 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-08-17T12:40:10.5422541Z 2022-08-17T12:40:17.8191840Z + sudo rm -fv /tmp/nvidia_driver 2022-08-17T12:40:17.9081887Z removed ‘/tmp/nvidia_driver’ 2022-08-17T12:40:17.9101347Z + nvidia-smi 2022-08-17T12:40:20.1518532Z Wed Aug 17 12:40:20 2022 2022-08-17T12:40:20.1519130Z +-----------------------------------------------------------------------------+ 2022-08-17T12:40:20.1519656Z | NVIDIA-SMI 515.57 Driver Version: 515.57 CUDA Version: 11.7 | 2022-08-17T12:40:20.1522544Z |-------------------------------+----------------------+----------------------+ 2022-08-17T12:40:20.1523121Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-08-17T12:40:20.1523659Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-08-17T12:40:20.1524026Z | | | MIG M. | 2022-08-17T12:40:20.1524314Z |===============================+======================+======================| 2022-08-17T12:40:20.1589638Z | 0 Tesla M60 Off | 00000000:00:1E.0 Off | 0 | 2022-08-17T12:40:20.1590290Z | N/A 26C P0 38W / 150W | 0MiB / 7680MiB | 96% Default | 2022-08-17T12:40:20.1590664Z | | | N/A | 2022-08-17T12:40:20.1591182Z +-------------------------------+----------------------+----------------------+ 2022-08-17T12:40:20.1591530Z 2022-08-17T12:40:20.1591971Z +-----------------------------------------------------------------------------+ 2022-08-17T12:40:20.1592357Z | Processes: | 2022-08-17T12:40:20.1592721Z | GPU GI CI PID Type Process name GPU Memory | 2022-08-17T12:40:20.1593039Z | ID ID Usage | 2022-08-17T12:40:20.1593335Z |=============================================================================| 2022-08-17T12:40:20.1593663Z | No running processes found | 2022-08-17T12:40:20.1594148Z +-----------------------------------------------------------------------------+ 2022-08-17T12:40:20.4138763Z + echo 'GPU_FLAG=--gpus all' 2022-08-17T12:40:20.8294865Z Command completed after 1 attempt(s). 2022-08-17T12:40:20.8295231Z 2022-08-17T12:40:20.8346029Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-08-17T12:40:20.8346420Z python3 -m pip install psutil==5.9.1 2022-08-17T12:40:20.8346747Z python3 -m pip install pynvml==11.4.1 2022-08-17T12:40:20.8347225Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-08-17T12:40:20.8347587Z echo "::set-output name=monitor-script-pid::${!}" 2022-08-17T12:40:20.8361089Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:40:20.8361392Z env: 2022-08-17T12:40:20.8361616Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:40:20.8361884Z GPU_FLAG: --gpus all 2022-08-17T12:40:20.8362135Z ##[endgroup] 2022-08-17T12:40:21.5941689Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:40:21.9481746Z Collecting psutil==5.9.1 2022-08-17T12:40:21.9675661Z 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-08-17T12:40:22.0362737Z Installing collected packages: psutil 2022-08-17T12:40:22.1951275Z Successfully installed psutil-5.9.1 2022-08-17T12:40:22.6662476Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:40:22.7396732Z Collecting pynvml==11.4.1 2022-08-17T12:40:22.7573927Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-08-17T12:40:22.8090242Z Installing collected packages: pynvml 2022-08-17T12:40:22.8618946Z Successfully installed pynvml-11.4.1 2022-08-17T12:40:22.9178056Z Prepare all required actions 2022-08-17T12:40:22.9178480Z Getting action download info 2022-08-17T12:40:23.0882250Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-08-17T12:40:23.2651376Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-08-17T12:40:23.3922692Z ##[group]Run ./.github/actions/download-build-artifacts 2022-08-17T12:40:23.3923005Z with: 2022-08-17T12:40:23.3923271Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-08-17T12:40:23.3923554Z env: 2022-08-17T12:40:23.3923794Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:40:23.3924044Z GPU_FLAG: --gpus all 2022-08-17T12:40:23.3924308Z ##[endgroup] 2022-08-17T12:40:23.3957754Z ##[group]Run seemethere/download-artifact-s3@v4 2022-08-17T12:40:23.3958050Z with: 2022-08-17T12:40:23.3958331Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-08-17T12:40:23.3958622Z s3-bucket: gha-artifacts 2022-08-17T12:40:23.3958917Z region: us-east-1 2022-08-17T12:40:23.3959149Z env: 2022-08-17T12:40:23.3959386Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:40:23.3959632Z GPU_FLAG: --gpus all 2022-08-17T12:40:23.3959880Z ##[endgroup] 2022-08-17T12:40:23.9147231Z Found 1 objects with prefix pytorch/pytorch/2875102080/linux-bionic-cuda11.6-py3.10-gcc7/ 2022-08-17T12:40:23.9147885Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:40:30.0598821Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:40:30.0599156Z 2022-08-17T12:40:30.0600823Z Artifact download has finished successfully 2022-08-17T12:40:30.0739444Z ##[group]Run unzip -o artifacts.zip 2022-08-17T12:40:30.0739749Z unzip -o artifacts.zip 2022-08-17T12:40:30.0753956Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:40:30.0754258Z env: 2022-08-17T12:40:30.0754480Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:40:30.0754760Z GPU_FLAG: --gpus all 2022-08-17T12:40:30.0755010Z ##[endgroup] 2022-08-17T12:40:30.0833517Z Archive: artifacts.zip 2022-08-17T12:40:30.0835653Z creating: dist/ 2022-08-17T12:40:32.1134916Z inflating: dist/torch-1.13.0a0+gitce6a3c6-cp310-cp310-linux_x86_64.whl 2022-08-17T12:40:32.1135354Z creating: build/custom_test_artifacts/ 2022-08-17T12:40:32.1135780Z creating: build/custom_test_artifacts/custom-op-build/ 2022-08-17T12:40:32.1136238Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-08-17T12:40:32.1144465Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:40:32.1145006Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-08-17T12:40:32.1145958Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:40:32.1146499Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:40:32.1147060Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:40:32.1150257Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:40:32.1152031Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:40:32.1152577Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:40:32.1153147Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:40:32.1156202Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:40:32.1157940Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:40:32.1159847Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:40:32.1160864Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:40:32.1162902Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:40:32.1164017Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:40:32.1164595Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-08-17T12:40:32.1165150Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-08-17T12:40:32.1220312Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-08-17T12:40:32.1221471Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-08-17T12:40:32.1222735Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-08-17T12:40:32.1223759Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-08-17T12:40:32.1224807Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-08-17T12:40:32.1225673Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-08-17T12:40:32.1226802Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-08-17T12:40:32.1227869Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-08-17T12:40:32.1229222Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-08-17T12:40:32.1271966Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-08-17T12:40:32.1313698Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-08-17T12:40:32.1315194Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-08-17T12:40:32.1316292Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-08-17T12:40:32.1317021Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-08-17T12:40:32.1318228Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-08-17T12:40:32.1319579Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-08-17T12:40:32.1320850Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-08-17T12:40:32.1323109Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-08-17T12:40:32.1396288Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-08-17T12:40:32.1469704Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-08-17T12:40:32.1470654Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-08-17T12:40:32.1471211Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:40:32.1472417Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-08-17T12:40:32.1473237Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-08-17T12:40:32.1473943Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-08-17T12:40:32.1474852Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-08-17T12:40:32.1475750Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-08-17T12:40:32.1476607Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-08-17T12:40:32.1477647Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-08-17T12:40:32.1478599Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-08-17T12:40:32.1480329Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-08-17T12:40:32.1480971Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-08-17T12:40:32.1481993Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-08-17T12:40:32.1482905Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-08-17T12:40:32.1504160Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-08-17T12:40:32.1617401Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-08-17T12:40:32.1617973Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-08-17T12:40:32.1618691Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-08-17T12:40:32.1619812Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-08-17T12:40:32.1620646Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-08-17T12:40:32.1621954Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-08-17T12:40:32.1622851Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-08-17T12:40:32.1624425Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-08-17T12:40:32.1625252Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-08-17T12:40:32.1626189Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-08-17T12:40:32.1626831Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-08-17T12:40:32.1648130Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-08-17T12:40:32.1729230Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-08-17T12:40:32.1730038Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:40:32.1730889Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:40:32.1731533Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-08-17T12:40:32.1733300Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-08-17T12:40:32.1734696Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-08-17T12:40:32.1735400Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2022-08-17T12:40:32.1738622Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-08-17T12:40:32.1739760Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-08-17T12:40:32.1740832Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-08-17T12:40:32.1833345Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-08-17T12:40:32.1894904Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-08-17T12:40:32.1895353Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-08-17T12:40:32.1895807Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-08-17T12:40:32.1903279Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:40:32.1903807Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-08-17T12:40:32.1904496Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:40:32.1905055Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:40:32.1905604Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:40:32.1908863Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:40:32.1910600Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:40:32.1911163Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:40:32.1911717Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:40:32.1914672Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:40:32.1916352Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:40:32.1918227Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:40:32.1919069Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:40:32.1921180Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:40:32.1922366Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:40:32.1923016Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-08-17T12:40:32.1923731Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-08-17T12:40:32.1978948Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-08-17T12:40:32.1979758Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-08-17T12:40:32.1980755Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-08-17T12:40:32.1982047Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-08-17T12:40:32.1983074Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-08-17T12:40:32.1984048Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-08-17T12:40:32.1985114Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-08-17T12:40:32.1986197Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-08-17T12:40:32.1987487Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-08-17T12:40:32.2030098Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-08-17T12:40:32.2071963Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-08-17T12:40:32.2073336Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-08-17T12:40:32.2074448Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-08-17T12:40:32.2075394Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-08-17T12:40:32.2076478Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-08-17T12:40:32.2077744Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-08-17T12:40:32.2079025Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-08-17T12:40:32.2081307Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-08-17T12:40:32.2154528Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-08-17T12:40:32.2228138Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-08-17T12:40:32.2229061Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-08-17T12:40:32.2229589Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:40:32.2230785Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-08-17T12:40:32.2231693Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-08-17T12:40:32.2232242Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-08-17T12:40:32.2233389Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-08-17T12:40:32.2234326Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-08-17T12:40:32.2235221Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-08-17T12:40:32.2236237Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-08-17T12:40:32.2237138Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-08-17T12:40:32.2239041Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-08-17T12:40:32.2239649Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-08-17T12:40:32.2240818Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-08-17T12:40:32.2241612Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-08-17T12:40:32.2262979Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-08-17T12:40:32.2326482Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-08-17T12:40:32.2327274Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:40:32.2328146Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:40:32.2328738Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-08-17T12:40:32.2330397Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-08-17T12:40:32.2331735Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-08-17T12:40:32.2332414Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2022-08-17T12:40:32.2335726Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-08-17T12:40:32.2336757Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-08-17T12:40:32.2337811Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-08-17T12:40:32.2387345Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-08-17T12:40:32.2387810Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-08-17T12:40:32.2388307Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-08-17T12:40:32.2395767Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:40:32.2396330Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-08-17T12:40:32.2397020Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:40:32.2397607Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:40:32.2398187Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:40:32.2401240Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:40:32.2402965Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:40:32.2403560Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:40:32.2404148Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:40:32.2407080Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:40:32.2408938Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:40:32.2410773Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:40:32.2411643Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:40:32.2413868Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:40:32.2415058Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:40:32.2415650Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-08-17T12:40:32.2416244Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-08-17T12:40:32.2471437Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-08-17T12:40:32.2472337Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-08-17T12:40:32.2473302Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-08-17T12:40:32.2474397Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-08-17T12:40:32.2475149Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-08-17T12:40:32.2476193Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-08-17T12:40:32.2477269Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-08-17T12:40:32.2478329Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-08-17T12:40:32.2479757Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-08-17T12:40:32.2522271Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-08-17T12:40:32.2563859Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-08-17T12:40:32.2565805Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-08-17T12:40:32.2566789Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-08-17T12:40:32.2567461Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-08-17T12:40:32.2568648Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-08-17T12:40:32.2569914Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-08-17T12:40:32.2571221Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-08-17T12:40:32.2573469Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-08-17T12:40:32.2646892Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-08-17T12:40:32.2720257Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-08-17T12:40:32.2721149Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-08-17T12:40:32.2721717Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:40:32.2722890Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-08-17T12:40:32.2723731Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-08-17T12:40:32.2724305Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-08-17T12:40:32.2725292Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-08-17T12:40:32.2726212Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-08-17T12:40:32.2727138Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-08-17T12:40:32.2728220Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-08-17T12:40:32.2729152Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-08-17T12:40:32.2730783Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-08-17T12:40:32.2732610Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-08-17T12:40:32.2733432Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-08-17T12:40:32.2734201Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-08-17T12:40:32.2739245Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-08-17T12:40:32.2886055Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-08-17T12:40:32.2886666Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-08-17T12:40:32.2887538Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-08-17T12:40:32.2888461Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-08-17T12:40:32.2889264Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-08-17T12:40:32.2890250Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-08-17T12:40:32.2891229Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-08-17T12:40:32.2892857Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-08-17T12:40:32.2893673Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-08-17T12:40:32.2894671Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-08-17T12:40:32.2895482Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-08-17T12:40:32.2916979Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-08-17T12:40:32.2974590Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-08-17T12:40:32.2975378Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:40:32.2976231Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:40:32.2976973Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-08-17T12:40:32.2978471Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-08-17T12:40:32.2980265Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-08-17T12:40:32.2980965Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2022-08-17T12:40:32.2984417Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-08-17T12:40:32.2985700Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-08-17T12:40:32.2986751Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-08-17T12:40:32.3105526Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-08-17T12:40:32.3151184Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-08-17T12:40:32.3151713Z creating: build/lib/ 2022-08-17T12:40:32.3152767Z inflating: build/lib/libclog.a 2022-08-17T12:40:32.3219745Z inflating: build/lib/libgtest.a 2022-08-17T12:40:32.3230299Z inflating: build/lib/libpthreadpool.a 2022-08-17T12:40:32.3239860Z inflating: build/lib/libittnotify.a 2022-08-17T12:40:32.3346548Z inflating: build/lib/libprotobuf-lite.a 2022-08-17T12:40:32.3438585Z inflating: build/lib/libbenchmark.a 2022-08-17T12:40:32.3470879Z inflating: build/lib/libtensorpipe_uv.a 2022-08-17T12:40:32.3547900Z inflating: build/lib/libasmjit.a 2022-08-17T12:40:32.3681058Z inflating: build/lib/libgloo.a 2022-08-17T12:40:32.4214898Z inflating: build/lib/libprotobuf.a 2022-08-17T12:40:32.4234936Z inflating: build/lib/libfmt.a 2022-08-17T12:40:32.4237108Z inflating: build/lib/libcaffe2_nvrtc.so 2022-08-17T12:40:32.4238125Z inflating: build/lib/libfoxi_loader.a 2022-08-17T12:40:32.4308760Z inflating: build/lib/libc10.so 2022-08-17T12:40:32.4310406Z inflating: build/lib/libtorch_global_deps.so 2022-08-17T12:40:32.4320853Z inflating: build/lib/libcpuinfo.a 2022-08-17T12:40:32.4329984Z inflating: build/lib/libcpuinfo_internals.a 2022-08-17T12:40:32.4346673Z inflating: build/lib/libqnnpack.a 2022-08-17T12:40:32.4370721Z inflating: build/lib/libpytorch_qnnpack.a 2022-08-17T12:40:32.4373577Z inflating: build/lib/libnnpack_reference_layers.a 2022-08-17T12:40:32.4944347Z inflating: build/lib/libprotoc.a 2022-08-17T12:40:32.4964108Z inflating: build/lib/libgmock.a 2022-08-17T12:40:32.4965137Z inflating: build/lib/libgtest_main.a 2022-08-17T12:40:32.4966626Z inflating: build/lib/libbenchmark_main.a 2022-08-17T12:40:32.4989265Z inflating: build/lib/libnnpack.a 2022-08-17T12:40:33.3109556Z inflating: build/lib/libdnnl.a 2022-08-17T12:40:33.3766453Z inflating: build/lib/libtensorpipe.a 2022-08-17T12:40:33.3811598Z inflating: build/lib/libc10_cuda.so 2022-08-17T12:40:33.3953695Z inflating: build/lib/libXNNPACK.a 2022-08-17T12:40:33.5483314Z inflating: build/lib/libfbgemm.a 2022-08-17T12:40:33.5483984Z inflating: build/lib/libgmock_main.a 2022-08-17T12:40:33.5907445Z inflating: build/lib/libkineto.a 2022-08-17T12:40:33.7038570Z inflating: build/lib/libdnnl_graph.a 2022-08-17T12:40:33.7330682Z inflating: build/lib/libtensorpipe_cuda.a 2022-08-17T12:40:33.7376797Z inflating: build/lib/libcaffe2_protos.a 2022-08-17T12:40:33.7425552Z inflating: build/lib/libonnx_proto.a 2022-08-17T12:40:33.8106427Z inflating: build/lib/libonnx.a 2022-08-17T12:40:36.0783204Z inflating: build/lib/libtorch_cpu.so 2022-08-17T12:40:36.1212807Z inflating: build/lib/libgloo_cuda.a 2022-08-17T12:40:36.4468523Z inflating: build/lib/libtorch_cuda_cpp.so 2022-08-17T12:40:38.1399251Z inflating: build/lib/libtorch_cuda_cu.so 2022-08-17T12:40:38.1400381Z inflating: build/lib/libtorch_cuda.so 2022-08-17T12:40:38.1402258Z inflating: build/lib/libtorch.so 2022-08-17T12:40:38.1406091Z inflating: build/lib/libc10d_cuda_test.so 2022-08-17T12:40:39.2265126Z inflating: build/lib/libtorch_cuda_linalg.so 2022-08-17T12:40:39.2318430Z inflating: build/lib/libtorchbind_test.so 2022-08-17T12:40:39.2342414Z inflating: build/lib/libjitbackend_test.so 2022-08-17T12:40:39.2373223Z inflating: build/lib/libbackend_with_compiler.so 2022-08-17T12:40:39.2378244Z inflating: build/lib/libshm.so 2022-08-17T12:40:39.4087913Z inflating: build/lib/libtorch_python.so 2022-08-17T12:40:39.4127298Z inflating: build/lib/libnnapi_backend.so 2022-08-17T12:40:39.4127683Z creating: build/bin/ 2022-08-17T12:40:39.4180388Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-08-17T12:40:39.4236395Z inflating: build/bin/c10_DeviceGuard_test 2022-08-17T12:40:39.4290225Z inflating: build/bin/c10_Device_test 2022-08-17T12:40:39.4353564Z inflating: build/bin/c10_DispatchKeySet_test 2022-08-17T12:40:39.4404952Z inflating: build/bin/c10_StreamGuard_test 2022-08-17T12:40:39.4458642Z inflating: build/bin/c10_SymInt_test 2022-08-17T12:40:39.4518643Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-08-17T12:40:39.4578469Z inflating: build/bin/c10_InlineStreamGuard_test 2022-08-17T12:40:39.4640724Z inflating: build/bin/c10_SizesAndStrides_test 2022-08-17T12:40:39.4692358Z inflating: build/bin/c10_Array_test 2022-08-17T12:40:39.4749317Z inflating: build/bin/c10_Bitset_test 2022-08-17T12:40:39.4825255Z inflating: build/bin/c10_C++17_test 2022-08-17T12:40:39.4876474Z inflating: build/bin/c10_ConstexprCrc_test 2022-08-17T12:40:39.4929154Z inflating: build/bin/c10_Half_test 2022-08-17T12:40:39.4981232Z inflating: build/bin/c10_DeadlockDetection_test 2022-08-17T12:40:39.5041541Z inflating: build/bin/c10_LeftRight_test 2022-08-17T12:40:39.5109363Z inflating: build/bin/c10_Metaprogramming_test 2022-08-17T12:40:39.5163018Z inflating: build/bin/c10_Synchronized_test 2022-08-17T12:40:39.5318444Z inflating: build/bin/c10_SmallVectorTest 2022-08-17T12:40:39.5374200Z inflating: build/bin/c10_TypeIndex_test 2022-08-17T12:40:39.5435764Z inflating: build/bin/c10_ThreadLocal_test 2022-08-17T12:40:39.5489188Z inflating: build/bin/c10_TypeList_test 2022-08-17T12:40:39.5540379Z inflating: build/bin/c10_TypeTraits_test 2022-08-17T12:40:39.5595187Z inflating: build/bin/c10_accumulate_test 2022-08-17T12:40:39.5654744Z inflating: build/bin/c10_bfloat16_test 2022-08-17T12:40:39.5712169Z inflating: build/bin/c10_complex_math_test 2022-08-17T12:40:39.5771559Z inflating: build/bin/c10_complex_test 2022-08-17T12:40:39.5889188Z inflating: build/bin/c10_either_test 2022-08-17T12:40:39.5945175Z inflating: build/bin/c10_exception_test 2022-08-17T12:40:39.5998309Z inflating: build/bin/c10_flags_test 2022-08-17T12:40:39.6180797Z inflating: build/bin/c10_intrusive_ptr_test 2022-08-17T12:40:39.6234504Z inflating: build/bin/c10_irange_test 2022-08-17T12:40:39.6296134Z inflating: build/bin/c10_logging_test 2022-08-17T12:40:39.6362245Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-08-17T12:40:39.6441869Z inflating: build/bin/c10_optional_test 2022-08-17T12:40:39.6499894Z inflating: build/bin/c10_registry_test 2022-08-17T12:40:39.6554852Z inflating: build/bin/c10_tempfile_test 2022-08-17T12:40:39.6617804Z inflating: build/bin/c10_string_view_test 2022-08-17T12:40:39.6678185Z inflating: build/bin/c10_typeid_test 2022-08-17T12:40:39.6738085Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-08-17T12:40:39.7260987Z inflating: build/bin/protoc-3.13.0.0 2022-08-17T12:40:39.7781226Z inflating: build/bin/protoc 2022-08-17T12:40:39.7832995Z inflating: build/bin/c10_cuda_CUDATest 2022-08-17T12:40:39.8151138Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-08-17T12:40:39.8504628Z inflating: build/bin/vec_test_all_types_AVX2 2022-08-17T12:40:39.8561733Z inflating: build/bin/HashStoreTest 2022-08-17T12:40:39.8618846Z inflating: build/bin/FileStoreTest 2022-08-17T12:40:39.8683704Z inflating: build/bin/TCPStoreTest 2022-08-17T12:40:39.8699578Z inflating: build/bin/ProcessGroupMPITest 2022-08-17T12:40:39.8702640Z inflating: build/bin/example_allreduce 2022-08-17T12:40:39.8763942Z inflating: build/bin/scalar_test 2022-08-17T12:40:39.8828419Z inflating: build/bin/basic 2022-08-17T12:40:39.8891737Z inflating: build/bin/apply_utils_test 2022-08-17T12:40:39.8947996Z inflating: build/bin/Dimname_test 2022-08-17T12:40:39.9010429Z inflating: build/bin/atest 2022-08-17T12:40:39.9088930Z inflating: build/bin/Dict_test 2022-08-17T12:40:39.9150822Z inflating: build/bin/NamedTensor_test 2022-08-17T12:40:39.9210469Z inflating: build/bin/half_test 2022-08-17T12:40:39.9268103Z inflating: build/bin/broadcast_test 2022-08-17T12:40:39.9323148Z inflating: build/bin/wrapdim_test 2022-08-17T12:40:39.9375830Z inflating: build/bin/dlconvertor_test 2022-08-17T12:40:39.9435719Z inflating: build/bin/native_test 2022-08-17T12:40:39.9495591Z inflating: build/bin/scalar_tensor_test 2022-08-17T12:40:39.9551571Z inflating: build/bin/undefined_tensor_test 2022-08-17T12:40:39.9610795Z inflating: build/bin/test_parallel 2022-08-17T12:40:39.9612320Z inflating: build/bin/verify_api_visibility 2022-08-17T12:40:39.9615168Z inflating: build/bin/thread_init_test 2022-08-17T12:40:39.9669400Z inflating: build/bin/weakref_test 2022-08-17T12:40:39.9730791Z inflating: build/bin/quantized_test 2022-08-17T12:40:39.9791659Z inflating: build/bin/extension_backend_test 2022-08-17T12:40:39.9844851Z inflating: build/bin/operators_test 2022-08-17T12:40:39.9897271Z inflating: build/bin/lazy_tensor_test 2022-08-17T12:40:39.9980884Z inflating: build/bin/tensor_iterator_test 2022-08-17T12:40:40.0037278Z inflating: build/bin/math_kernel_test 2022-08-17T12:40:40.0092066Z inflating: build/bin/memory_overlapping_test 2022-08-17T12:40:40.0154577Z inflating: build/bin/cpu_generator_test 2022-08-17T12:40:40.0209996Z inflating: build/bin/mobile_memory_cleanup 2022-08-17T12:40:40.0265859Z inflating: build/bin/cpu_profiling_allocator_test 2022-08-17T12:40:40.0318461Z inflating: build/bin/variant_test 2022-08-17T12:40:40.0388417Z inflating: build/bin/pow_test 2022-08-17T12:40:40.0440798Z inflating: build/bin/reduce_ops_test 2022-08-17T12:40:40.0494987Z inflating: build/bin/reportMemoryUsage_test 2022-08-17T12:40:40.0550902Z inflating: build/bin/memory_format_test 2022-08-17T12:40:40.0645222Z inflating: build/bin/cpu_rng_test 2022-08-17T12:40:40.0745938Z inflating: build/bin/ivalue_test 2022-08-17T12:40:40.0819006Z inflating: build/bin/vmap_test 2022-08-17T12:40:40.0874033Z inflating: build/bin/stride_properties_test 2022-08-17T12:40:40.0938784Z inflating: build/bin/type_test 2022-08-17T12:40:40.0992216Z inflating: build/bin/dispatch_key_set_test 2022-08-17T12:40:40.1056040Z inflating: build/bin/IListRef_test 2022-08-17T12:40:40.1174014Z inflating: build/bin/List_test 2022-08-17T12:40:40.1301567Z inflating: build/bin/kernel_function_legacy_test 2022-08-17T12:40:40.1404383Z inflating: build/bin/kernel_function_test 2022-08-17T12:40:40.1472962Z inflating: build/bin/KernelFunction_test 2022-08-17T12:40:40.1607656Z inflating: build/bin/kernel_lambda_legacy_test 2022-08-17T12:40:40.1717814Z inflating: build/bin/kernel_lambda_test 2022-08-17T12:40:40.1782152Z inflating: build/bin/kernel_stackbased_test 2022-08-17T12:40:40.1884429Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-08-17T12:40:40.1938381Z inflating: build/bin/CppSignature_test 2022-08-17T12:40:40.1989676Z inflating: build/bin/op_allowlist_test 2022-08-17T12:40:40.2046215Z inflating: build/bin/inline_container_test 2022-08-17T12:40:40.2352210Z inflating: build/bin/op_registration_test 2022-08-17T12:40:40.2412156Z inflating: build/bin/backend_fallback_test 2022-08-17T12:40:40.2469530Z inflating: build/bin/cuda_caching_host_allocator_test 2022-08-17T12:40:40.2535259Z inflating: build/bin/cuda_atomic_ops_test 2022-08-17T12:40:40.2591081Z inflating: build/bin/cuda_apply_test 2022-08-17T12:40:40.2664138Z inflating: build/bin/cuda_complex_math_test 2022-08-17T12:40:40.2726915Z inflating: build/bin/cuda_complex_test 2022-08-17T12:40:40.2781543Z inflating: build/bin/cuda_integer_divider_test 2022-08-17T12:40:40.2834431Z inflating: build/bin/cuda_device_test 2022-08-17T12:40:40.2899929Z inflating: build/bin/cuda_stream_test 2022-08-17T12:40:40.2955946Z inflating: build/bin/cuda_reportMemoryUsage_test 2022-08-17T12:40:40.3008771Z inflating: build/bin/cuda_half_test 2022-08-17T12:40:40.3080628Z inflating: build/bin/cuda_distributions_test 2022-08-17T12:40:40.3132495Z inflating: build/bin/cuda_optional_test 2022-08-17T12:40:40.3188061Z inflating: build/bin/cuda_packedtensoraccessor_test 2022-08-17T12:40:40.3244488Z inflating: build/bin/cuda_vectorized_test 2022-08-17T12:40:40.3297571Z inflating: build/bin/cuda_dlconvertor_test 2022-08-17T12:40:40.3349533Z inflating: build/bin/cuda_cudnn_test 2022-08-17T12:40:40.3413672Z inflating: build/bin/cuda_cub_test 2022-08-17T12:40:40.3476923Z inflating: build/bin/cuda_generator_test 2022-08-17T12:40:40.3494055Z inflating: build/bin/tutorial_tensorexpr 2022-08-17T12:40:40.3563246Z inflating: build/bin/ProcessGroupGlooTest 2022-08-17T12:40:40.3626242Z inflating: build/bin/ProcessGroupGlooAsyncTest 2022-08-17T12:40:40.3691676Z inflating: build/bin/ProcessGroupNCCLTest 2022-08-17T12:40:40.3754708Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2022-08-17T12:40:40.3812010Z inflating: build/bin/test_dist_autograd 2022-08-17T12:40:40.3886316Z inflating: build/bin/test_cpp_rpc 2022-08-17T12:40:40.3889047Z inflating: build/bin/parallel_benchmark 2022-08-17T12:40:40.3963122Z inflating: build/bin/test_mobile_nnc 2022-08-17T12:40:40.3974363Z inflating: build/bin/aot_model_compiler_test 2022-08-17T12:40:40.4878521Z inflating: build/bin/test_tensorexpr 2022-08-17T12:40:40.5261703Z inflating: build/bin/test_lazy 2022-08-17T12:40:40.5267623Z inflating: build/bin/torch_shm_manager 2022-08-17T12:40:40.6565478Z inflating: build/bin/test_api 2022-08-17T12:40:40.7633649Z inflating: build/bin/test_jit 2022-08-17T12:40:40.7634989Z inflating: .pytorch-test-times.json 2022-08-17T12:40:40.7666081Z ##[group]Run df -H 2022-08-17T12:40:40.7666344Z df -H 2022-08-17T12:40:40.7680128Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:40:40.7680432Z env: 2022-08-17T12:40:40.7680676Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:40:40.7680925Z GPU_FLAG: --gpus all 2022-08-17T12:40:40.7681180Z ##[endgroup] 2022-08-17T12:40:40.7719939Z Filesystem Size Used Avail Use% Mounted on 2022-08-17T12:40:40.7720333Z devtmpfs 65G 0 65G 0% /dev 2022-08-17T12:40:40.7720816Z tmpfs 65G 0 65G 0% /dev/shm 2022-08-17T12:40:40.7721118Z tmpfs 65G 459k 65G 1% /run 2022-08-17T12:40:40.7721410Z tmpfs 65G 0 65G 0% /sys/fs/cgroup 2022-08-17T12:40:40.7721686Z /dev/xvda1 162G 30G 132G 19% / 2022-08-17T12:40:40.7745723Z ##[group]Run .github/scripts/parse_ref.py 2022-08-17T12:40:40.7746088Z .github/scripts/parse_ref.py 2022-08-17T12:40:40.7758063Z shell: /usr/bin/bash -e {0} 2022-08-17T12:40:40.7758302Z env: 2022-08-17T12:40:40.7758544Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:40:40.7758814Z GPU_FLAG: --gpus all 2022-08-17T12:40:40.7759045Z ##[endgroup] 2022-08-17T12:40:40.8061524Z ##[group]Run set -x 2022-08-17T12:40:40.8062311Z set -x 2022-08-17T12:40:40.8062547Z  2022-08-17T12:40:40.8062806Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-08-17T12:40:40.8063158Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-08-17T12:40:40.8063508Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-08-17T12:40:40.8063846Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-08-17T12:40:40.8064103Z else 2022-08-17T12:40:40.8064385Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:40:40.8064661Z fi 2022-08-17T12:40:40.8064864Z  2022-08-17T12:40:40.8065187Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-08-17T12:40:40.8065507Z  2022-08-17T12:40:40.8065787Z # sanitize the input commit message and PR body here: 2022-08-17T12:40:40.8066084Z # 2022-08-17T12:40:40.8066472Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-08-17T12:40:40.8066957Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-08-17T12:40:40.8067380Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-08-17T12:40:40.8067695Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-08-17T12:40:40.8068101Z  2022-08-17T12:40:40.8068439Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-08-17T12:40:40.8068818Z # wreak havoc internally 2022-08-17T12:40:40.8069144Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-08-17T12:40:40.8069457Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-08-17T12:40:40.8069722Z  2022-08-17T12:40:40.8070034Z # detached container should get cleaned up by teardown_ec2_linux 2022-08-17T12:40:40.8070421Z # TODO: Stop building test binaries as part of the build phase 2022-08-17T12:40:40.8070796Z # Used for GPU_FLAG since that doesn't play nice 2022-08-17T12:40:40.8071127Z # shellcheck disable=SC2086,SC2090 2022-08-17T12:40:40.8071432Z container_name=$(docker run \ 2022-08-17T12:40:40.8071697Z  ${GPU_FLAG:-} \ 2022-08-17T12:40:40.8071972Z  -e BUILD_ENVIRONMENT \ 2022-08-17T12:40:40.8072258Z  -e PR_NUMBER \ 2022-08-17T12:40:40.8072508Z  -e GITHUB_ACTIONS \ 2022-08-17T12:40:40.8072771Z  -e BASE_SHA \ 2022-08-17T12:40:40.8073023Z  -e BRANCH \ 2022-08-17T12:40:40.8073251Z  -e SHA1 \ 2022-08-17T12:40:40.8073517Z  -e AWS_DEFAULT_REGION \ 2022-08-17T12:40:40.8073791Z  -e IN_WHEEL_TEST \ 2022-08-17T12:40:40.8074037Z  -e SHARD_NUMBER \ 2022-08-17T12:40:40.8074299Z  -e TEST_CONFIG \ 2022-08-17T12:40:40.8074567Z  -e NUM_TEST_SHARDS \ 2022-08-17T12:40:40.8074812Z  -e PR_BODY \ 2022-08-17T12:40:40.8075080Z  -e COMMIT_MESSAGES \ 2022-08-17T12:40:40.8075375Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-08-17T12:40:40.8075690Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-08-17T12:40:40.8075960Z  -e PR_LABELS \ 2022-08-17T12:40:40.8076253Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-08-17T12:40:40.8076548Z  -e SCCACHE_BUCKET \ 2022-08-17T12:40:40.8076794Z  -e XLA_CUDA \ 2022-08-17T12:40:40.8077084Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-08-17T12:40:40.8077426Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-08-17T12:40:40.8077736Z  --ulimit stack=10485760:83886080 \ 2022-08-17T12:40:40.8078049Z  --security-opt seccomp=unconfined \ 2022-08-17T12:40:40.8078357Z  --cap-add=SYS_PTRACE \ 2022-08-17T12:40:40.8078633Z  --ipc=host \ 2022-08-17T12:40:40.8078886Z  --shm-size="${SHM_SIZE}" \ 2022-08-17T12:40:40.8079150Z  --tty \ 2022-08-17T12:40:40.8079475Z  --detach \ 2022-08-17T12:40:40.8079738Z  --name="${container_name}" \ 2022-08-17T12:40:40.8080019Z  --user jenkins \ 2022-08-17T12:40:40.8080343Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-08-17T12:40:40.8080666Z  -w /var/lib/jenkins/workspace \ 2022-08-17T12:40:40.8080949Z  "${DOCKER_IMAGE}" 2022-08-17T12:40:40.8081197Z ) 2022-08-17T12:40:40.8081518Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-08-17T12:40:40.8093865Z shell: /usr/bin/bash -e {0} 2022-08-17T12:40:40.8094126Z env: 2022-08-17T12:40:40.8094351Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:40:40.8094627Z GPU_FLAG: --gpus all 2022-08-17T12:40:40.8094967Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-08-17T12:40:40.8095380Z PR_NUMBER: 82657 2022-08-17T12:40:40.8095632Z BRANCH: pull/82657 2022-08-17T12:40:40.8095935Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:40:40.8096273Z BASE_SHA: 343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:40:40.8096565Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T12:40:40.8096854Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T12:40:40.8097132Z TEST_CONFIG: functorch 2022-08-17T12:40:40.8097366Z SHARD_NUMBER: 1 2022-08-17T12:40:40.8097609Z NUM_TEST_SHARDS: 1 2022-08-17T12:40:40.8098478Z PR_BODY: ### Description This PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser. Partitioning of the graph is removed because it's handled by the `execute(..., executor="nvfuser")` function. ### Testing Existing tests in `test/test_fx_backends.py`. 2022-08-17T12:40:40.8099232Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-08-17T12:40:40.8099525Z SHM_SIZE: 2g 2022-08-17T12:40:40.8100016Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:40:40.8100491Z XLA_CUDA: 2022-08-17T12:40:40.8100828Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:40:40.8101183Z ##[endgroup] 2022-08-17T12:40:40.8129162Z + [[ functorch == \m\u\l\t\i\g\p\u ]] 2022-08-17T12:40:40.8129644Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *onnx* ]] 2022-08-17T12:40:40.8130004Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:40:40.8132922Z ++ git cherry -v origin/master 2022-08-17T12:40:40.8255656Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx 2022-08-17T12:40:40.8256143Z + 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table 2022-08-17T12:40:40.8256897Z + e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser 2022-08-17T12:40:40.8257427Z + a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec 2022-08-17T12:40:40.8257896Z + fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests 2022-08-17T12:40:40.8258471Z + 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path 2022-08-17T12:40:40.8258950Z + d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py 2022-08-17T12:40:40.8259513Z + ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:40:40.8263930Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:40:40.8266117Z + PR_BODY='### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because it'\''s handled by the `execute(..., executor="nvfuser")` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:40:40.8270552Z + export 'COMMIT_MESSAGES=+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:40:40.8273435Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:40:40.8275311Z + export 'PR_BODY=### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:40:40.8276724Z + PR_BODY='### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:40:40.8281790Z +++ nproc --ignore=2 2022-08-17T12:40:40.8307373Z ++ 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 XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_2875102080 --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:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:41:02.6149634Z + container_name=2acf8271c5e1c06c1d6e69059c4d0c58a4580474011745146a46bbb166e5872f 2022-08-17T12:41:02.6150690Z + docker exec -t 2acf8271c5e1c06c1d6e69059c4d0c58a4580474011745146a46bbb166e5872f sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-08-17T12:41:03.1890602Z Processing ./dist/torch-1.13.0a0+gitce6a3c6-cp310-cp310-linux_x86_64.whl 2022-08-17T12:41:03.2815122Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+gitce6a3c6) (4.3.0) 2022-08-17T12:41:03.8247100Z Installing collected packages: torch 2022-08-17T12:41:14.1466944Z Successfully installed torch-1.13.0a0+gitce6a3c6 2022-08-17T12:41:14.2207925Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-08-17T12:41:14.2437934Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.10/site-packages/torch 2022-08-17T12:41:14.2438434Z + TORCH_BIN_DIR=/opt/conda/lib/python3.10/site-packages/torch/bin 2022-08-17T12:41:14.2438877Z + TORCH_LIB_DIR=/opt/conda/lib/python3.10/site-packages/torch/lib 2022-08-17T12:41:14.2439337Z + TORCH_TEST_DIR=/opt/conda/lib/python3.10/site-packages/torch/test 2022-08-17T12:41:14.2439859Z + BUILD_DIR=build 2022-08-17T12:41:14.2440171Z + BUILD_RENAMED_DIR=build_renamed 2022-08-17T12:41:14.2440436Z + BUILD_BIN_DIR=build/bin 2022-08-17T12:41:14.2440884Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *bazel* ]] 2022-08-17T12:41:14.2444303Z ++ realpath build/custom_test_artifacts 2022-08-17T12:41:14.2450505Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-08-17T12:41:14.2453693Z ++ dirname .jenkins/pytorch/test.sh 2022-08-17T12:41:14.2461212Z + source .jenkins/pytorch/common.sh 2022-08-17T12:41:14.2465338Z +++ dirname .jenkins/pytorch/common.sh 2022-08-17T12:41:14.2475085Z ++ source .jenkins/pytorch/common_utils.sh 2022-08-17T12:41:14.2477895Z +++ declare -f -t trap_add 2022-08-17T12:41:14.2484041Z ++ set -ex 2022-08-17T12:41:14.2484794Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-08-17T12:41:14.2485385Z ++ BUILD_TEST_LIBTORCH=0 2022-08-17T12:41:14.2485922Z ++ [[ functorch == *xla* ]] 2022-08-17T12:41:14.2486675Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-08-17T12:41:14.2487488Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *linux-bionic* ]] 2022-08-17T12:41:14.2487813Z ++ which conda 2022-08-17T12:41:14.2496101Z /opt/conda/bin/conda 2022-08-17T12:41:14.2496816Z ++ conda install -q -y cmake 2022-08-17T12:41:16.6666391Z Collecting package metadata (current_repodata.json): ...working... done 2022-08-17T12:41:17.1387486Z Solving environment: ...working... done 2022-08-17T12:41:17.2417904Z 2022-08-17T12:41:17.2418355Z ## Package Plan ## 2022-08-17T12:41:17.2418581Z 2022-08-17T12:41:17.2418709Z environment location: /opt/conda 2022-08-17T12:41:17.2418904Z 2022-08-17T12:41:17.2419028Z added / updated specs: 2022-08-17T12:41:17.2419494Z - cmake 2022-08-17T12:41:17.2419754Z 2022-08-17T12:41:17.2419780Z 2022-08-17T12:41:17.2420054Z The following packages will be downloaded: 2022-08-17T12:41:17.2420331Z 2022-08-17T12:41:17.2420557Z package | build 2022-08-17T12:41:17.2425714Z ---------------------------|----------------- 2022-08-17T12:41:17.2426524Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-08-17T12:41:17.2427304Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-08-17T12:41:17.2427942Z expat-2.4.4 | h295c915_0 169 KB 2022-08-17T12:41:17.2428747Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-08-17T12:41:17.2429402Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-08-17T12:41:17.2429816Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-08-17T12:41:17.2430182Z libev-4.33 | h7f8727e_1 111 KB 2022-08-17T12:41:17.2430584Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-08-17T12:41:17.2431005Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-08-17T12:41:17.2431387Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-08-17T12:41:17.2431746Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-08-17T12:41:17.2432377Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-08-17T12:41:17.2432790Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-08-17T12:41:17.2433180Z ------------------------------------------------------------ 2022-08-17T12:41:17.2433518Z Total: 11.9 MB 2022-08-17T12:41:17.2433697Z 2022-08-17T12:41:17.2433866Z The following NEW packages will be INSTALLED: 2022-08-17T12:41:17.2434067Z 2022-08-17T12:41:17.2434424Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-08-17T12:41:17.2434886Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-08-17T12:41:17.2435352Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-08-17T12:41:17.2435812Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-08-17T12:41:17.2436276Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 2022-08-17T12:41:17.2436754Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-08-17T12:41:17.2437231Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-08-17T12:41:17.2437720Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-08-17T12:41:17.2438197Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-08-17T12:41:17.2438668Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-08-17T12:41:17.2439258Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-08-17T12:41:17.2439718Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-08-17T12:41:17.2440162Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-08-17T12:41:17.2440367Z 2022-08-17T12:41:17.2440386Z 2022-08-17T12:41:18.2800412Z Preparing transaction: ...working... done 2022-08-17T12:41:18.7948940Z Verifying transaction: ...working... done 2022-08-17T12:41:19.2320115Z Executing transaction: ...working... done 2022-08-17T12:41:19.4287735Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-08-17T12:41:19.4288532Z + echo 'Environment variables' 2022-08-17T12:41:19.4288828Z Environment variables 2022-08-17T12:41:19.4289076Z + env 2022-08-17T12:41:19.4296584Z SHARD_NUMBER=1 2022-08-17T12:41:19.4297453Z NV_LIBCUBLAS_DEV_VERSION=11.9.2.110-1 2022-08-17T12:41:19.4298250Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-6 2022-08-17T12:41:19.4298973Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2022-08-17T12:41:19.4299848Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.12.10-1+cuda11.6 2022-08-17T12:41:19.4300557Z UCC_HOME=/usr 2022-08-17T12:41:19.4301332Z BUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.10-gcc7 2022-08-17T12:41:19.4302569Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-6=11.6.3.124-1 2022-08-17T12:41:19.4303124Z INSTALLED_DB=yes 2022-08-17T12:41:19.4303608Z HOSTNAME=2acf8271c5e1 2022-08-17T12:41:19.4304110Z GITHUB_REF_NAME=82657/merge 2022-08-17T12:41:19.4304683Z GITHUB_API_URL=https://api.github.com 2022-08-17T12:41:19.4305253Z OPENSSL_DIR=/opt/openssl 2022-08-17T12:41:19.4305848Z UCC_COMMIT=a7bda274b10f8adf5bb729f01da064f4e735fb23 2022-08-17T12:41:19.4307063Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_a70fb213-1404-417d-b288-c36fcdc5f9fc 2022-08-17T12:41:19.4307843Z CUDA_PATH=/usr/local/cuda 2022-08-17T12:41:19.4308810Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-08-17T12:41:19.4309593Z GITHUB_RUN_ATTEMPT=1 2022-08-17T12:41:19.4310074Z TEST_CONFIG=functorch 2022-08-17T12:41:19.4310625Z NV_LIBNPP_VERSION=11.6.3.124-1 2022-08-17T12:41:19.4311336Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-6=11.6.124-1 2022-08-17T12:41:19.4311924Z GITHUB_REPOSITORY_OWNER=pytorch 2022-08-17T12:41:19.4312469Z GITHUB_ACTIONS=true 2022-08-17T12:41:19.4312961Z NVIDIA_VISIBLE_DEVICES=all 2022-08-17T12:41:19.4313551Z NV_NVPROF_VERSION=11.6.124-1 2022-08-17T12:41:19.4314138Z NV_LIBCUSPARSE_VERSION=11.7.2.124-1 2022-08-17T12:41:19.4314622Z CI=true 2022-08-17T12:41:19.4315408Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-08-17T12:41:19.4316254Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-6=11.9.2.110-1 2022-08-17T12:41:19.4316879Z BRANCH=pull/82657 2022-08-17T12:41:19.4317525Z GITHUB_HEAD_REF=fx-passes-nvfuser 2022-08-17T12:41:19.4318060Z UCX_COMMIT=v1.13.x 2022-08-17T12:41:19.4318598Z GITHUB_ACTOR=IvanYashchuk 2022-08-17T12:41:19.4319219Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2022-08-17T12:41:19.4319816Z GITHUB_ACTION_REF= 2022-08-17T12:41:19.4320377Z NCCL_VERSION=2.12.10-1 2022-08-17T12:41:19.4320850Z GITHUB_ACTION=__self 2022-08-17T12:41:19.4321332Z GITHUB_REF_PROTECTED=false 2022-08-17T12:41:19.4322236Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:41:19.4325463Z *** 2022-08-17T12:41:19.4325888Z INSTALLED_VISION=yes 2022-08-17T12:41:19.4326361Z NVARCH=x86_64 2022-08-17T12:41:19.4326984Z NV_LIBCUSPARSE_DEV_VERSION=11.7.2.124-1 2022-08-17T12:41:19.4327508Z HOME=/var/lib/jenkins 2022-08-17T12:41:19.4328040Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-08-17T12:41:19.4328580Z GITHUB_ACTION_REPOSITORY= 2022-08-17T12:41:19.4329082Z GITHUB_REF_TYPE=branch 2022-08-17T12:41:19.4329697Z NV_LIBNCCL_PACKAGE_VERSION=2.12.10-1 2022-08-17T12:41:19.4330247Z GITHUB_RETENTION_DAYS=90 2022-08-17T12:41:19.4330967Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-08-17T12:41:19.4331798Z NV_LIBNCCL_PACKAGE=libnccl2=2.12.10-1+cuda11.6 2022-08-17T12:41:19.4333107Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_a70fb213-1404-417d-b288-c36fcdc5f9fc 2022-08-17T12:41:19.4333920Z DEBIAN_FRONTEND=noninteractive 2022-08-17T12:41:19.4334613Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2022-08-17T12:41:19.4335213Z GITHUB_REF=refs/pull/82657/merge 2022-08-17T12:41:19.4335819Z NV_CUDA_LIB_VERSION=11.6.2-1 2022-08-17T12:41:19.4336396Z GITHUB_SHA=e9efe573711d9f8141e152403ee143f5875669e7 2022-08-17T12:41:19.4336982Z INSTALLED_PROTOBUF=yes 2022-08-17T12:41:19.4337486Z GITHUB_RUN_ID=2875102080 2022-08-17T12:41:19.4338158Z NV_LIBNPP_PACKAGE=libnpp-11-6=11.6.3.124-1 2022-08-17T12:41:19.4338858Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2022-08-17T12:41:19.4339467Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2022-08-17T12:41:19.4340084Z NV_NVTX_VERSION=11.6.124-1 2022-08-17T12:41:19.4340641Z GITHUB_SERVER_URL=https://github.com 2022-08-17T12:41:19.4341170Z MAX_JOBS=14 2022-08-17T12:41:19.4342005Z NV_LIBCUBLAS_VERSION=11.9.2.110-1 2022-08-17T12:41:19.4342772Z NV_LIBCUBLAS_PACKAGE=libcublas-11-6=11.9.2.110-1 2022-08-17T12:41:19.4343761Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-08-17T12:41:19.4344442Z UCX_HOME=/usr 2022-08-17T12:41:19.4344915Z PYTORCH_RETRY_TEST_CASES=1 2022-08-17T12:41:19.4345550Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-08-17T12:41:19.4346247Z BASE_SHA=343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:41:19.4346916Z NV_CUDA_CUDART_DEV_VERSION=11.6.55-1 2022-08-17T12:41:19.4348404Z PR_BODY=### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`. 2022-08-17T12:41:19.4349874Z GITHUB_BASE_REF=master 2022-08-17T12:41:19.4350368Z TERM=xterm 2022-08-17T12:41:19.4350807Z XLA_CUDA= 2022-08-17T12:41:19.4351354Z NV_NVML_DEV_VERSION=11.6.55-1 2022-08-17T12:41:19.4351914Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-08-17T12:41:19.4352413Z CUDA_VERSION=11.6.2 2022-08-17T12:41:19.4353071Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-6 2022-08-17T12:41:19.4353675Z OPENSSL_ROOT_DIR=/opt/openssl 2022-08-17T12:41:19.4354741Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_a70fb213-1404-417d-b288-c36fcdc5f9fc 2022-08-17T12:41:19.4355460Z GITHUB_JOB=test 2022-08-17T12:41:19.4359292Z COMMIT_MESSAGES=+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test 2022-08-17T12:41:19.4361665Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2022-08-17T12:41:19.4362244Z NUM_TEST_SHARDS=1 2022-08-17T12:41:19.4362722Z PR_NUMBER=82657 2022-08-17T12:41:19.4363135Z SHLVL=1 2022-08-17T12:41:19.4363845Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-6 2022-08-17T12:41:19.4364512Z GITHUB_REPOSITORY=pytorch/pytorch 2022-08-17T12:41:19.4365701Z 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-08-17T12:41:19.4366917Z NV_LIBNPP_DEV_VERSION=11.6.3.124-1 2022-08-17T12:41:19.4367551Z SHA1=ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:41:19.4368345Z GITHUB_EVENT_NAME=pull_request 2022-08-17T12:41:19.4368946Z NV_CUDA_CUDART_VERSION=11.6.55-1 2022-08-17T12:41:19.4369660Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-08-17T12:41:19.4370228Z GITHUB_RUN_NUMBER=40757 2022-08-17T12:41:19.4370702Z GITHUB_WORKFLOW=pull 2022-08-17T12:41:19.4371526Z 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-08-17T12:41:19.4372426Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.12.10-1 2022-08-17T12:41:19.4373293Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:41:19.4374006Z GITHUB_TRIGGERING_ACTOR=IvanYashchuk 2022-08-17T12:41:19.4374545Z _=/usr/bin/env 2022-08-17T12:41:19.4375103Z + echo 'Testing pytorch' 2022-08-17T12:41:19.4375619Z Testing pytorch 2022-08-17T12:41:19.4376146Z + export LANG=C.UTF-8 2022-08-17T12:41:19.4376627Z + LANG=C.UTF-8 2022-08-17T12:41:19.4377081Z + PR_NUMBER=82657 2022-08-17T12:41:19.4377581Z + [[ functorch == \d\e\f\a\u\l\t ]] 2022-08-17T12:41:19.4378134Z + [[ functorch == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-08-17T12:41:19.4378690Z + [[ functorch == \s\l\o\w ]] 2022-08-17T12:41:19.4379499Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *slow-gradcheck* ]] 2022-08-17T12:41:19.4380387Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-08-17T12:41:19.4381041Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-08-17T12:41:19.4381920Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-08-17T12:41:19.4382758Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda11* ]] 2022-08-17T12:41:19.4383345Z + export BUILD_SPLIT_CUDA=ON 2022-08-17T12:41:19.4383917Z + BUILD_SPLIT_CUDA=ON 2022-08-17T12:41:19.4384435Z + [[ functorch == *crossref* ]] 2022-08-17T12:41:19.4384928Z + [[ functorch == *dynamo* ]] 2022-08-17T12:41:19.4385497Z + [[ -n 82657 ]] 2022-08-17T12:41:19.4386004Z + [[ -z '' ]] 2022-08-17T12:41:19.4386539Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:41:19.4387150Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:41:19.4387924Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-08-17T12:41:19.4388771Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *-bazel-* ]] 2022-08-17T12:41:19.4389474Z + pip_install --user ninja 2022-08-17T12:41:19.4390175Z + pip install --progress-bar off --user ninja 2022-08-17T12:41:20.0160659Z Collecting ninja 2022-08-17T12:41:20.0330363Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-08-17T12:41:20.5380922Z Installing collected packages: ninja 2022-08-17T12:41:20.5491337Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-08-17T12:41:20.5492021Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:41:20.5556137Z Successfully installed ninja-1.10.2.3 2022-08-17T12:41:20.6257879Z + 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-08-17T12:41:20.6259300Z + 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-08-17T12:41:20.6260557Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *asan* ]] 2022-08-17T12:41:20.6261218Z + [[ functorch == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-08-17T12:41:20.6262067Z + [[ functorch == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-08-17T12:41:20.6268469Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *tbb* ]] 2022-08-17T12:41:20.6284161Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-08-17T12:41:20.6284640Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-08-17T12:41:20.6287437Z + cd test 2022-08-17T12:41:20.6287826Z + python -c 'import torch; print(torch.__config__.show())' 2022-08-17T12:41:22.0765785Z PyTorch built with: 2022-08-17T12:41:22.0766568Z - GCC 7.5 2022-08-17T12:41:22.0766889Z - C++ Version: 201402 2022-08-17T12:41:22.0767440Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:41:22.0768362Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-08-17T12:41:22.0768763Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-08-17T12:41:22.0769143Z - LAPACK is enabled (usually provided by MKL) 2022-08-17T12:41:22.0769476Z - NNPACK is enabled 2022-08-17T12:41:22.0769779Z - CPU capability usage: AVX2 2022-08-17T12:41:22.0770091Z - CUDA Runtime 11.6 2022-08-17T12:41:22.0770487Z - NVCC architecture flags: -gencode;arch=compute_52,code=sm_52 2022-08-17T12:41:22.0770897Z - CuDNN 8.3.2 (built against CUDA 11.5) 2022-08-17T12:41:22.0771185Z - Magma 2.6.1 2022-08-17T12:41:22.0774088Z - 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-08-17T12:41:22.0776137Z 2022-08-17T12:41:22.2919208Z + cd test 2022-08-17T12:41:22.2920045Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-08-17T12:41:23.6619835Z ATen/Parallel: 2022-08-17T12:41:23.6620314Z at::get_num_threads() : 8 2022-08-17T12:41:23.6620750Z at::get_num_interop_threads() : 8 2022-08-17T12:41:23.6621035Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-08-17T12:41:23.6621318Z omp_get_max_threads() : 8 2022-08-17T12:41:23.6622291Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:41:23.6622686Z mkl_get_max_threads() : 8 2022-08-17T12:41:23.6623463Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-08-17T12:41:23.6623866Z std::thread::hardware_concurrency() : 16 2022-08-17T12:41:23.6624162Z Environment variables: 2022-08-17T12:41:23.6624418Z OMP_NUM_THREADS : [not set] 2022-08-17T12:41:23.6624685Z MKL_NUM_THREADS : [not set] 2022-08-17T12:41:23.6624961Z ATen parallel backend: OpenMP 2022-08-17T12:41:23.6625134Z 2022-08-17T12:41:23.8731601Z + [[ functorch == *deploy* ]] 2022-08-17T12:41:23.8732238Z + [[ functorch == *backward* ]] 2022-08-17T12:41:23.8732855Z + [[ functorch == *xla* ]] 2022-08-17T12:41:23.8733283Z + [[ functorch == \j\i\t\_\l\e\g\a\c\y ]] 2022-08-17T12:41:23.8733826Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-08-17T12:41:23.8734161Z + [[ functorch == distributed ]] 2022-08-17T12:41:23.8734424Z + [[ functorch == *dynamo* ]] 2022-08-17T12:41:23.8734695Z + [[ functorch == *dynamo* ]] 2022-08-17T12:41:23.8734942Z + [[ 1 == 1 ]] 2022-08-17T12:41:23.8735209Z + [[ 1 -gt 1 ]] 2022-08-17T12:41:23.8735444Z + [[ 1 == 2 ]] 2022-08-17T12:41:23.8735703Z + [[ 1 -gt 2 ]] 2022-08-17T12:41:23.8736068Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *vulkan* ]] 2022-08-17T12:41:23.8736490Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-08-17T12:41:23.8736999Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-mobile-lightweight-dispatch* ]] 2022-08-17T12:41:23.8737369Z + [[ functorch = docs_test ]] 2022-08-17T12:41:23.8737904Z + [[ functorch == *functorch* ]] 2022-08-17T12:41:23.8738169Z + install_functorch 2022-08-17T12:41:23.8738417Z + pushd functorch 2022-08-17T12:41:23.8738671Z ~/workspace/functorch ~/workspace 2022-08-17T12:41:23.8738958Z + python setup.py develop 2022-08-17T12:41:25.7795104Z Building wheel functorch-0.3.0a0+ce6a3c6 2022-08-17T12:41:26.3639204Z running develop 2022-08-17T12:41:26.3642520Z /opt/conda/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2022-08-17T12:41:26.3643047Z warnings.warn( 2022-08-17T12:41:26.5242611Z /opt/conda/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-08-17T12:41:26.5243158Z warnings.warn( 2022-08-17T12:41:26.7772721Z running egg_info 2022-08-17T12:41:26.7773240Z creating functorch.egg-info 2022-08-17T12:41:26.8600534Z writing functorch.egg-info/PKG-INFO 2022-08-17T12:41:26.9337157Z writing dependency_links to functorch.egg-info/dependency_links.txt 2022-08-17T12:41:27.3052420Z writing requirements to functorch.egg-info/requires.txt 2022-08-17T12:41:27.3796113Z writing top-level names to functorch.egg-info/top_level.txt 2022-08-17T12:41:27.3796795Z writing manifest file 'functorch.egg-info/SOURCES.txt' 2022-08-17T12:41:27.5084441Z reading manifest file 'functorch.egg-info/SOURCES.txt' 2022-08-17T12:41:27.5084975Z adding license file 'LICENSE' 2022-08-17T12:41:27.5097814Z writing manifest file 'functorch.egg-info/SOURCES.txt' 2022-08-17T12:41:27.5098294Z running build_ext 2022-08-17T12:41:27.5119437Z building 'functorch._C' extension 2022-08-17T12:41:27.5123000Z creating /var/lib/jenkins/workspace/functorch/build 2022-08-17T12:41:27.5123664Z creating /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10 2022-08-17T12:41:27.5124607Z creating /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var 2022-08-17T12:41:27.5125810Z creating /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib 2022-08-17T12:41:27.5126356Z creating /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins 2022-08-17T12:41:27.5126929Z creating /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace 2022-08-17T12:41:27.5127515Z creating /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch 2022-08-17T12:41:27.5128356Z creating /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch 2022-08-17T12:41:27.5129048Z creating /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc 2022-08-17T12:41:27.5133259Z creating /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/dim 2022-08-17T12:41:27.5532586Z Emitting ninja build file /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/build.ninja... 2022-08-17T12:41:27.5535900Z Compiling objects... 2022-08-17T12:41:27.5536228Z Using envvar MAX_JOBS (14) as the number of workers... 2022-08-17T12:41:28.7052498Z [1/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/ADInterpreters.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/ADInterpreters.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/ADInterpreters.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:28.7069654Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/InferenceMode.h:4:0, 2022-08-17T12:41:28.7070952Z from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/TensorImpl.h:6, 2022-08-17T12:41:28.7072139Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:20, 2022-08-17T12:41:28.7073265Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/ivalue.h:4, 2022-08-17T12:41:28.7075217Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/stack.h:5, 2022-08-17T12:41:28.7076434Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/boxing/KernelFunction.h:4, 2022-08-17T12:41:28.7077661Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/dispatch/Dispatcher.h:4, 2022-08-17T12:41:28.7078795Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/Interpreter.h:5, 2022-08-17T12:41:28.7107251Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/ADInterpreters.h:2, 2022-08-17T12:41:28.7108539Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/ADInterpreters.cpp:1: 2022-08-17T12:41:28.7384914Z /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/GradMode.h: In function ‘void at::functorch::autogradBasedTransformSendToNext(const c10::OperatorHandle&, torch::jit::Stack*, int64_t, at::functorch::TransformType, c10::optional, c10::optional)’: 2022-08-17T12:41:28.7387503Z /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/GradMode.h:20:27: warning: ‘*((void*)& grad_guard +1)’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2022-08-17T12:41:28.7388776Z GradMode::set_enabled(prev_mode); 2022-08-17T12:41:28.7389436Z ^~~~~~~~~ 2022-08-17T12:41:28.7390970Z /var/lib/jenkins/workspace/functorch/functorch/csrc/ADInterpreters.cpp:125:31: note: ‘*((void*)& grad_guard +1)’ was declared here 2022-08-17T12:41:28.7392102Z optional grad_guard; 2022-08-17T12:41:28.7392875Z ^~~~~~~~~~ 2022-08-17T12:41:28.7393847Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/InferenceMode.h:4:0, 2022-08-17T12:41:28.7395043Z from /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/TensorImpl.h:6, 2022-08-17T12:41:28.7396194Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:20, 2022-08-17T12:41:28.7397312Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/ivalue.h:4, 2022-08-17T12:41:28.7398449Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/stack.h:5, 2022-08-17T12:41:28.7399632Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/boxing/KernelFunction.h:4, 2022-08-17T12:41:28.7400918Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/core/dispatch/Dispatcher.h:4, 2022-08-17T12:41:28.7402038Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/Interpreter.h:5, 2022-08-17T12:41:28.7403420Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/ADInterpreters.h:2, 2022-08-17T12:41:28.7404545Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/ADInterpreters.cpp:1: 2022-08-17T12:41:28.7406217Z /opt/conda/lib/python3.10/site-packages/torch/include/c10/core/GradMode.h:39:53: warning: ‘*((void*)& fw_grad_guard +1)’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2022-08-17T12:41:28.7407594Z AutogradState::get_tls_state().set_fw_grad_mode(prev_mode); 2022-08-17T12:41:28.7408434Z ^~~~~~~~~ 2022-08-17T12:41:28.7409637Z /var/lib/jenkins/workspace/functorch/functorch/csrc/ADInterpreters.cpp:129:33: note: ‘*((void*)& fw_grad_guard +1)’ was declared here 2022-08-17T12:41:28.7410781Z optional fw_grad_guard; 2022-08-17T12:41:28.7411527Z ^~~~~~~~~~~~~ 2022-08-17T12:41:28.7416510Z [2/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/FunctionalizeInterpreter.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/FunctionalizeInterpreter.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/FunctionalizeInterpreter.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.6164271Z [3/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesFactory.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesFactory.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesFactory.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.6561721Z [4/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesBinaryOps.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesBinaryOps.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesBinaryOps.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.7295893Z [5/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesDynamic.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesDynamic.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesDynamic.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.7416927Z [6/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesConvolution.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesConvolution.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesConvolution.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.7549668Z [7/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesPooling.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesPooling.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesPooling.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.7723477Z [8/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesLinearAlgebra.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesLinearAlgebra.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesLinearAlgebra.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.7894302Z [9/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesActivation.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesActivation.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesActivation.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.8074094Z [10/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesHelper.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesHelper.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesHelper.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.8234892Z [11/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesLoss.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesLoss.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesLoss.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.8398823Z [12/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesDecompositions.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesDecompositions.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesDecompositions.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.8587584Z [13/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesModules.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesModules.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesModules.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:29.9132224Z [14/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesNorm.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesNorm.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesNorm.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:30.3713658Z [15/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedTensorImpl.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedTensorImpl.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedTensorImpl.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:30.5211323Z [16/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/Interpreter.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/Interpreter.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/Interpreter.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:30.8091506Z [17/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesRandomness.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesRandomness.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesRandomness.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:30.9759677Z [18/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesReduceOps.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesReduceOps.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesReduceOps.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.1488472Z [19/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/PlumbingHelper.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/PlumbingHelper.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/PlumbingHelper.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.2373893Z [20/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.4290428Z [21/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/LegacyVmapTransforms.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/LegacyVmapTransforms.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/LegacyVmapTransforms.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.4861602Z [22/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/dim/dim.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/dim/dim.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/dim/dim.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.4864395Z /var/lib/jenkins/workspace/functorch/functorch/csrc/dim/dim.cpp: In function ‘int Dim_init(py::hdl, PyObject*, PyObject*)’: 2022-08-17T12:41:31.4865268Z /var/lib/jenkins/workspace/functorch/functorch/csrc/dim/dim.cpp:220:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2022-08-17T12:41:31.4865877Z static char* kwlist[] = {"name", "size", nullptr}; 2022-08-17T12:41:31.4866286Z ^ 2022-08-17T12:41:31.4866955Z /var/lib/jenkins/workspace/functorch/functorch/csrc/dim/dim.cpp:220:53: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2022-08-17T12:41:31.4867738Z /var/lib/jenkins/workspace/functorch/functorch/csrc/dim/dim.cpp: In function ‘int DimList_init(DimList*, PyObject*, PyObject*)’: 2022-08-17T12:41:31.4868765Z /var/lib/jenkins/workspace/functorch/functorch/csrc/dim/dim.cpp:558:60: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2022-08-17T12:41:31.4869412Z static char* kwlist[] = {"len_or_dims", "name", nullptr}; 2022-08-17T12:41:31.4869822Z ^ 2022-08-17T12:41:31.4870511Z /var/lib/jenkins/workspace/functorch/functorch/csrc/dim/dim.cpp:558:60: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 2022-08-17T12:41:31.5117515Z [23/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesUnaryOps.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesUnaryOps.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesUnaryOps.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.5214947Z [24/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesScatterOps.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesScatterOps.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesScatterOps.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.5844974Z [25/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesViews.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesViews.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesViews.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.6098909Z [26/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/DynamicLayer.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/DynamicLayer.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/DynamicLayer.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.6109110Z [27/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/TensorWrapper.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/TensorWrapper.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/TensorWrapper.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.6297676Z [28/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/LegacyBatchingRegistrations.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/LegacyBatchingRegistrations.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/LegacyBatchingRegistrations.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.6555740Z [29/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/CompileCache.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/CompileCache.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/CompileCache.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.6558190Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/utils/python_arg_parser.h:63:0, 2022-08-17T12:41:31.6559010Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/jit/python/pybind_utils.h:26, 2022-08-17T12:41:31.6559615Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/CompileCache.cpp:15: 2022-08-17T12:41:31.6561051Z /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/utils/python_strings.h:106:19: warning: ‘pybind11::object PyObject_FastGetAttrString(PyObject*, const char*)’ defined but not used [-Wunused-function] 2022-08-17T12:41:31.6562088Z static py::object PyObject_FastGetAttrString(PyObject* obj, const char* name) { 2022-08-17T12:41:31.6562747Z ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-08-17T12:41:31.6638496Z [30/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/VmapInterpreter.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/VmapInterpreter.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/VmapInterpreter.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.9075013Z [31/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/CustomFunction.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/CustomFunction.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/CustomFunction.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:31.9077220Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-08-17T12:41:31.9078047Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-08-17T12:41:31.9078683Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/extension.h:6, 2022-08-17T12:41:31.9079233Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/CustomFunction.h:4, 2022-08-17T12:41:31.9079806Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/CustomFunction.cpp:2: 2022-08-17T12:41:31.9080826Z /opt/conda/lib/python3.10/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-08-17T12:41:31.9081540Z /var/lib/jenkins/workspace/functorch/functorch/csrc/CustomFunction.cpp:257:70: required from here 2022-08-17T12:41:31.9082667Z /opt/conda/lib/python3.10/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than the type of its field ‘pybind11::class_::’ [-Wattributes] 2022-08-17T12:41:31.9083435Z class class_ : public detail::generic_type { 2022-08-17T12:41:31.9083786Z ^~~~~~ 2022-08-17T12:41:31.9084694Z /opt/conda/lib/python3.10/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-08-17T12:41:31.9085653Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/utils/python_arg_parser.h:63:0, 2022-08-17T12:41:31.9086312Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/jit/python/pybind_utils.h:26, 2022-08-17T12:41:31.9086908Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/CustomFunction.h:6, 2022-08-17T12:41:31.9087483Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/CustomFunction.cpp:2: 2022-08-17T12:41:31.9088467Z /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/utils/python_strings.h:106:19: warning: ‘pybind11::object PyObject_FastGetAttrString(PyObject*, const char*)’ defined but not used [-Wunused-function] 2022-08-17T12:41:31.9089251Z static py::object PyObject_FastGetAttrString(PyObject* obj, const char* name) { 2022-08-17T12:41:31.9089701Z ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-08-17T12:41:31.9631984Z [32/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/PyTorchOperatorHacks.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/PyTorchOperatorHacks.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/PyTorchOperatorHacks.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:32.3519953Z [33/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/VmapModeRegistrations.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/VmapModeRegistrations.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/VmapModeRegistrations.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:32.8709636Z [34/34] c++ -MMD -MF /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/init.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -DFUNCTORCH_BUILD_MAIN_LIB -I/var/lib/jenkins/workspace/functorch -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/functorch/functorch/csrc/init.cpp -o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/init.o -O3 -std=c++14 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 2022-08-17T12:41:32.8712009Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/utils/python_arg_parser.h:63:0, 2022-08-17T12:41:32.8712676Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/jit/python/pybind_utils.h:26, 2022-08-17T12:41:32.8713283Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/CustomFunction.h:6, 2022-08-17T12:41:32.8713816Z from /var/lib/jenkins/workspace/functorch/functorch/csrc/init.cpp:18: 2022-08-17T12:41:32.8715142Z /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/utils/python_strings.h:106:19: warning: ‘pybind11::object PyObject_FastGetAttrString(PyObject*, const char*)’ defined but not used [-Wunused-function] 2022-08-17T12:41:32.8715957Z static py::object PyObject_FastGetAttrString(PyObject* obj, const char* name) { 2022-08-17T12:41:32.8716418Z ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-08-17T12:41:32.8766574Z creating build/lib.linux-x86_64-3.10 2022-08-17T12:41:32.8766972Z creating build/lib.linux-x86_64-3.10/functorch 2022-08-17T12:41:32.8784924Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/ADInterpreters.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesActivation.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesBinaryOps.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesConvolution.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesDecompositions.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesDynamic.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesFactory.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesHelper.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesLinearAlgebra.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesLoss.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesModules.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesNorm.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesPooling.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesRandomness.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesReduceOps.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesScatterOps.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesUnaryOps.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchRulesViews.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedTensorImpl.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/CompileCache.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/CustomFunction.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/DynamicLayer.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/FunctionalizeInterpreter.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/Interpreter.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/LegacyBatchingRegistrations.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/LegacyVmapTransforms.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/PlumbingHelper.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/PyTorchOperatorHacks.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/TensorWrapper.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/VmapInterpreter.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/VmapModeRegistrations.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/dim/dim.o /var/lib/jenkins/workspace/functorch/build/temp.linux-x86_64-3.10/var/lib/jenkins/workspace/functorch/functorch/csrc/init.o -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.10/functorch/_C.so 2022-08-17T12:41:34.5177955Z copying build/lib.linux-x86_64-3.10/functorch/_C.so -> functorch 2022-08-17T12:41:34.5764633Z Creating /opt/conda/lib/python3.10/site-packages/functorch.egg-link (link to .) 2022-08-17T12:41:34.5767675Z Adding functorch 0.3.0a0+ce6a3c6 to easy-install.pth file 2022-08-17T12:41:34.5778887Z 2022-08-17T12:41:34.5779337Z Installed /var/lib/jenkins/workspace/functorch 2022-08-17T12:41:34.5790755Z Processing dependencies for functorch==0.3.0a0+ce6a3c6 2022-08-17T12:41:34.5833214Z Searching for torch==1.13.0a0+gitce6a3c6 2022-08-17T12:41:34.5834144Z Best match: torch 1.13.0a0+gitce6a3c6 2022-08-17T12:41:34.5834987Z Adding torch 1.13.0a0+gitce6a3c6 to easy-install.pth file 2022-08-17T12:41:34.5840536Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2022-08-17T12:41:34.5842845Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2022-08-17T12:41:34.5844514Z Installing torchrun script to /opt/conda/bin 2022-08-17T12:41:34.5846328Z 2022-08-17T12:41:34.5846637Z Using /opt/conda/lib/python3.10/site-packages 2022-08-17T12:41:34.5856051Z Searching for typing-extensions==4.3.0 2022-08-17T12:41:34.5857237Z Best match: typing-extensions 4.3.0 2022-08-17T12:41:34.5857838Z Adding typing-extensions 4.3.0 to easy-install.pth file 2022-08-17T12:41:34.5860530Z 2022-08-17T12:41:34.5860962Z Using /opt/conda/lib/python3.10/site-packages 2022-08-17T12:41:34.5861430Z Finished processing dependencies for functorch==0.3.0a0+ce6a3c6 2022-08-17T12:41:34.8614226Z 2022-08-17T12:41:34.8615049Z real 0m10.988s 2022-08-17T12:41:34.8615548Z user 0m6.457s 2022-08-17T12:41:34.8615937Z sys 0m1.754s 2022-08-17T12:41:34.8616348Z + popd 2022-08-17T12:41:34.8616731Z ~/workspace 2022-08-17T12:41:34.8617125Z + test_functorch 2022-08-17T12:41:34.8617936Z + python test/run_test.py --functorch --verbose 2022-08-17T12:41:36.8596628Z Ignoring disabled issues: [] 2022-08-17T12:41:36.8779752Z /var/lib/jenkins/workspace/test/run_test.py:839: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-08-17T12:41:36.8780802Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-08-17T12:41:36.8781613Z Selected tests: 2022-08-17T12:41:36.8782199Z /var/lib/jenkins/workspace/functorch/test/test_compile_cache 2022-08-17T12:41:36.8782570Z /var/lib/jenkins/workspace/functorch/test/test_dims 2022-08-17T12:41:36.8782944Z /var/lib/jenkins/workspace/functorch/test/test_eager_transforms 2022-08-17T12:41:36.8783307Z /var/lib/jenkins/workspace/functorch/test/test_functionalize 2022-08-17T12:41:36.8783700Z /var/lib/jenkins/workspace/functorch/test/test_memory_efficient_fusion 2022-08-17T12:41:36.8784090Z /var/lib/jenkins/workspace/functorch/test/test_minifier 2022-08-17T12:41:36.8784436Z /var/lib/jenkins/workspace/functorch/test/test_ops 2022-08-17T12:41:36.8784801Z /var/lib/jenkins/workspace/functorch/test/test_pythonkey 2022-08-17T12:41:36.8785158Z /var/lib/jenkins/workspace/functorch/test/test_vmap 2022-08-17T12:41:36.8815815Z Prioritized test from test file changes. 2022-08-17T12:41:36.8816345Z reordering tests for PR: 2022-08-17T12:41:36.8816922Z prioritized: [] 2022-08-17T12:41:36.8818687Z the rest: ['/var/lib/jenkins/workspace/functorch/test/test_compile_cache', '/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-08-17T12:41:36.8819590Z 2022-08-17T12:41:36.8820328Z 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-08-17T12:41:36.9045215Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-08-17T12:41:36.9475246Z Running /var/lib/jenkins/workspace/functorch/test/test_compile_cache ... [2022-08-17 12:41:36.947108] 2022-08-17T12:41:36.9476133Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_compile_cache.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:41:36.947165] 2022-08-17T12:41:39.5273787Z Test results will be stored in test-reports/python-unittest/functorch.test.test_compile_cache 2022-08-17T12:41:39.5292488Z 2022-08-17T12:41:39.5292844Z Running tests... 2022-08-17T12:41:39.5293719Z ---------------------------------------------------------------------- 2022-08-17T12:41:41.1983905Z test_compilation_for_dynamic_shape (__main__.TestCompileCache) ... ok (1.669s) 2022-08-17T12:41:41.2109160Z test_global_cache_no_recompilations (__main__.TestCompileCache) ... ok (0.013s) 2022-08-17T12:41:41.7763509Z test_high_number_of_args (__main__.TestCompileCache) ... ok (0.565s) 2022-08-17T12:41:41.7920844Z test_multiple_compiler (__main__.TestCompileCache) ... /var/lib/jenkins/workspace/functorch/functorch/_src/aot_autograd.py:175: 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-08-17T12:41:41.7921962Z warnings.warn( 2022-08-17T12:41:41.8063002Z ok (0.030s) 2022-08-17T12:41:41.8460780Z test_multiple_functions (__main__.TestCompileCache) ... ok (0.040s) 2022-08-17T12:41:41.8750948Z test_recompilation_on_broadcast (__main__.TestCompileCache) ... ok (0.029s) 2022-08-17T12:41:41.9192125Z test_arg_none (__main__.TestCompileCacheStaticArgs) ... ok (0.044s) 2022-08-17T12:41:41.9335620Z test_custom (__main__.TestCompileCacheStaticArgs) ... ok (0.014s) 2022-08-17T12:41:41.9560265Z test_dict (__main__.TestCompileCacheStaticArgs) ... ok (0.022s) 2022-08-17T12:41:41.9775920Z test_dict_with_static_arg_before_dict (__main__.TestCompileCacheStaticArgs) ... ok (0.021s) 2022-08-17T12:41:41.9920646Z test_dropout (__main__.TestCompileCacheStaticArgs) ... ok (0.014s) 2022-08-17T12:41:41.9932239Z test_failure (__main__.TestCompileCacheStaticArgs) ... ok (0.001s) 2022-08-17T12:41:42.0097475Z test_if_condition (__main__.TestCompileCacheStaticArgs) ... ok (0.016s) 2022-08-17T12:41:42.0250910Z test_interleaved_static_args (__main__.TestCompileCacheStaticArgs) ... ok (0.015s) 2022-08-17T12:41:42.0392766Z test_simple (__main__.TestCompileCacheStaticArgs) ... ok (0.014s) 2022-08-17T12:41:42.0530497Z test_static_arg_before_tensor_arg (__main__.TestCompileCacheStaticArgs) ... ok (0.014s) 2022-08-17T12:41:42.0751457Z test_tuple (__main__.TestCompileCacheStaticArgs) ... ok (0.022s) 2022-08-17T12:41:42.0924304Z test_tuple_static_args (__main__.TestCompileCacheStaticArgs) ... ok (0.017s) 2022-08-17T12:41:42.1134115Z test_tuple_with_first_arg_as_static (__main__.TestCompileCacheStaticArgs) ... ok (0.021s) 2022-08-17T12:41:42.1134422Z 2022-08-17T12:41:42.1134967Z ---------------------------------------------------------------------- 2022-08-17T12:41:42.1135497Z Ran 19 tests in 2.584s 2022-08-17T12:41:42.1135780Z 2022-08-17T12:41:42.1135890Z OK 2022-08-17T12:41:42.1136008Z 2022-08-17T12:41:42.1136138Z Generating XML reports... 2022-08-17T12:41:42.1178649Z Generated XML report: test-reports/python-unittest/functorch.test.test_compile_cache/TEST-TestCompileCache-20220817124139.xml 2022-08-17T12:41:42.1194153Z Generated XML report: test-reports/python-unittest/functorch.test.test_compile_cache/TEST-TestCompileCacheStaticArgs-20220817124139.xml 2022-08-17T12:41:42.4966282Z Running /var/lib/jenkins/workspace/functorch/test/test_dims ... [2022-08-17 12:41:42.496097] 2022-08-17T12:41:42.4967131Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_dims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:41:42.496174] 2022-08-17T12:41:44.2580942Z Test results will be stored in test-reports/python-unittest/functorch.test.test_dims 2022-08-17T12:41:44.2602846Z 2022-08-17T12:41:44.2603353Z Running tests... 2022-08-17T12:41:44.2603953Z ---------------------------------------------------------------------- 2022-08-17T12:41:44.3084842Z test_attn (__main__.TestMin) ... /opt/conda/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:191: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-08-17T12:41:44.3085417Z warnings.warn( 2022-08-17T12:41:44.4521264Z ok (0.192s) 2022-08-17T12:41:48.6556187Z test_attn_cuda (__main__.TestMin) ... ok (4.203s) 2022-08-17T12:41:48.8316515Z test_c (__main__.TestMin) ... ok (0.176s) 2022-08-17T12:41:49.0174631Z test_compare_dims (__main__.TestMin) ... ok (0.186s) 2022-08-17T12:41:49.1927811Z test_diag (__main__.TestMin) ... ok (0.175s) 2022-08-17T12:41:49.3645034Z test_dim_args (__main__.TestMin) ... ok (0.172s) 2022-08-17T12:41:49.5327285Z test_dims_with_size (__main__.TestMin) ... ok (0.168s) 2022-08-17T12:41:49.7064792Z test_dir (__main__.TestMin) ... ok (0.174s) 2022-08-17T12:41:49.8854968Z test_doc (__main__.TestMin) ... ok (0.179s) 2022-08-17T12:41:50.0694900Z test_embed (__main__.TestMin) ... ok (0.184s) 2022-08-17T12:41:50.2433590Z test_eq (__main__.TestMin) ... ok (0.174s) 2022-08-17T12:41:50.4127701Z test_expand (__main__.TestMin) ... ok (0.169s) 2022-08-17T12:41:50.5850683Z test_functorch (__main__.TestMin) ... ok (0.172s) 2022-08-17T12:41:50.7715161Z test_hello (__main__.TestMin) ... ok (0.186s) 2022-08-17T12:41:50.9602936Z test_index (__main__.TestMin) ... ok (0.189s) 2022-08-17T12:41:51.1444586Z test_index_placement (__main__.TestMin) ... ok (0.184s) 2022-08-17T12:41:51.3182678Z test_inplace (__main__.TestMin) ... ok (0.174s) 2022-08-17T12:41:51.4992118Z test_manual_stuff (__main__.TestMin) ... ok (0.181s) 2022-08-17T12:41:51.6719211Z test_mask (__main__.TestMin) ... ok (0.173s) 2022-08-17T12:41:51.8523740Z test_max (__main__.TestMin) ... ok (0.180s) 2022-08-17T12:41:52.0310529Z test_mm (__main__.TestMin) ... ok (0.179s) 2022-08-17T12:41:52.2075230Z test_mm_fuse (__main__.TestMin) ... ok (0.176s) 2022-08-17T12:41:52.3835372Z test_monkey (__main__.TestMin) ... ok (0.176s) 2022-08-17T12:41:52.5582703Z test_network (__main__.TestMin) ... skip: no torchvision (0.175s) 2022-08-17T12:41:52.7385501Z test_order (__main__.TestMin) ... ok (0.180s) 2022-08-17T12:41:52.9144306Z test_parse (__main__.TestMin) ... ok (0.176s) 2022-08-17T12:41:53.0916070Z test_seg (__main__.TestMin) ... ok (0.177s) 2022-08-17T12:41:53.2670380Z test_simple (__main__.TestMin) ... ok (0.175s) 2022-08-17T12:41:53.4447122Z test_softmax_split (__main__.TestMin) ... ok (0.177s) 2022-08-17T12:41:53.6222067Z test_stack (__main__.TestMin) ... ok (0.177s) 2022-08-17T12:41:53.7439509Z test_time_mm_fuse (__main__.TestMin) ... pp: 0.03371140599995214870 seconds 2022-08-17T12:41:53.7968988Z fc: 0.05294882199996209238 seconds 2022-08-17T12:41:53.9804925Z ok (0.358s) 2022-08-17T12:41:54.1610824Z test_with_dims_split (__main__.TestMin) ... ok (0.180s) 2022-08-17T12:41:54.3446256Z test_attn (__main__.TestMinFunctorchOnly) ... ok (0.183s) 2022-08-17T12:41:54.3449250Z test_attn_cuda (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-08-17T12:41:54.5168841Z test_c (__main__.TestMinFunctorchOnly) ... ok (0.172s) 2022-08-17T12:41:54.6872643Z test_compare_dims (__main__.TestMinFunctorchOnly) ... ok (0.170s) 2022-08-17T12:41:54.8622849Z test_diag (__main__.TestMinFunctorchOnly) ... ok (0.175s) 2022-08-17T12:41:55.0423805Z test_dim_args (__main__.TestMinFunctorchOnly) ... ok (0.180s) 2022-08-17T12:41:55.2240832Z test_dims_with_size (__main__.TestMinFunctorchOnly) ... ok (0.182s) 2022-08-17T12:41:55.3965311Z test_dir (__main__.TestMinFunctorchOnly) ... ok (0.172s) 2022-08-17T12:41:55.5657084Z test_doc (__main__.TestMinFunctorchOnly) ... ok (0.169s) 2022-08-17T12:41:55.7417284Z test_embed (__main__.TestMinFunctorchOnly) ... ok (0.176s) 2022-08-17T12:41:55.9141291Z test_eq (__main__.TestMinFunctorchOnly) ... ok (0.172s) 2022-08-17T12:41:56.0861540Z test_expand (__main__.TestMinFunctorchOnly) ... ok (0.172s) 2022-08-17T12:41:56.2702936Z test_functorch (__main__.TestMinFunctorchOnly) ... ok (0.184s) 2022-08-17T12:41:56.4469007Z test_hello (__main__.TestMinFunctorchOnly) ... ok (0.176s) 2022-08-17T12:41:56.6264779Z test_index (__main__.TestMinFunctorchOnly) ... ok (0.179s) 2022-08-17T12:41:56.8008744Z test_index_placement (__main__.TestMinFunctorchOnly) ... ok (0.174s) 2022-08-17T12:41:56.9714834Z test_inplace (__main__.TestMinFunctorchOnly) ... ok (0.170s) 2022-08-17T12:41:57.1472587Z test_manual_stuff (__main__.TestMinFunctorchOnly) ... ok (0.176s) 2022-08-17T12:41:57.3250384Z test_mask (__main__.TestMinFunctorchOnly) ... ok (0.178s) 2022-08-17T12:41:57.5010062Z test_max (__main__.TestMinFunctorchOnly) ... ok (0.176s) 2022-08-17T12:41:57.6755810Z test_mm (__main__.TestMinFunctorchOnly) ... ok (0.174s) 2022-08-17T12:41:57.8523013Z test_mm_fuse (__main__.TestMinFunctorchOnly) ... ok (0.177s) 2022-08-17T12:41:58.0318939Z test_monkey (__main__.TestMinFunctorchOnly) ... ok (0.179s) 2022-08-17T12:41:58.2031062Z test_network (__main__.TestMinFunctorchOnly) ... skip: no torchvision (0.171s) 2022-08-17T12:41:58.3813727Z test_order (__main__.TestMinFunctorchOnly) ... ok (0.178s) 2022-08-17T12:41:58.5535268Z test_parse (__main__.TestMinFunctorchOnly) ... ok (0.172s) 2022-08-17T12:41:58.7323762Z test_seg (__main__.TestMinFunctorchOnly) ... ok (0.179s) 2022-08-17T12:41:58.9093809Z test_simple (__main__.TestMinFunctorchOnly) ... ok (0.177s) 2022-08-17T12:41:59.0877455Z test_softmax_split (__main__.TestMinFunctorchOnly) ... ok (0.178s) 2022-08-17T12:41:59.2592404Z test_stack (__main__.TestMinFunctorchOnly) ... ok (0.171s) 2022-08-17T12:41:59.2595857Z test_time_mm_fuse (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-08-17T12:41:59.4393723Z test_with_dims_split (__main__.TestMinFunctorchOnly) ... ok (0.179s) 2022-08-17T12:41:59.4394274Z 2022-08-17T12:41:59.4394890Z ---------------------------------------------------------------------- 2022-08-17T12:41:59.4395475Z Ran 64 tests in 15.179s 2022-08-17T12:41:59.4395734Z 2022-08-17T12:41:59.4395924Z OK (skipped=4) 2022-08-17T12:41:59.4396229Z 2022-08-17T12:41:59.4396481Z Generating XML reports... 2022-08-17T12:41:59.4460458Z Generated XML report: test-reports/python-unittest/functorch.test.test_dims/TEST-TestMin-20220817124144.xml 2022-08-17T12:41:59.4494827Z Generated XML report: test-reports/python-unittest/functorch.test.test_dims/TEST-TestMinFunctorchOnly-20220817124144.xml 2022-08-17T12:41:59.7444335Z Running /var/lib/jenkins/workspace/functorch/test/test_eager_transforms ... [2022-08-17 12:41:59.743897] 2022-08-17T12:41:59.7445178Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_eager_transforms.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:41:59.743970] 2022-08-17T12:42:03.0390311Z /var/lib/jenkins/workspace/functorch/test/test_eager_transforms.py:48: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-08-17T12:42:03.0391144Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-08-17T12:42:03.0556661Z Test results will be stored in test-reports/python-unittest/functorch.test.test_eager_transforms 2022-08-17T12:42:03.0612486Z 2022-08-17T12:42:03.0612635Z Running tests... 2022-08-17T12:42:03.0614013Z ---------------------------------------------------------------------- 2022-08-17T12:42:03.0631247Z test_argnums_reorders (__main__.TestArgnumsPartial) ... ok (0.002s) 2022-08-17T12:42:03.0649108Z test_duplicate_argnums (__main__.TestArgnumsPartial) ... ok (0.002s) 2022-08-17T12:42:03.0663891Z test_flat_args_with_negative_int_argnum (__main__.TestArgnumsPartial) ... ok (0.001s) 2022-08-17T12:42:03.0678236Z test_flat_args_with_positive_int_argnum (__main__.TestArgnumsPartial) ... ok (0.001s) 2022-08-17T12:42:03.0694351Z test_flat_args_with_tuple_argnum (__main__.TestArgnumsPartial) ... ok (0.002s) 2022-08-17T12:42:03.0711063Z test_function_with_default_args (__main__.TestArgnumsPartial) ... ok (0.002s) 2022-08-17T12:42:03.0728742Z test_invalid_argnum_type (__main__.TestArgnumsPartial) ... ok (0.002s) 2022-08-17T12:42:03.0738883Z test_not_enough_argnums (__main__.TestArgnumsPartial) ... ok (0.001s) 2022-08-17T12:42:03.0751372Z test_out_of_bounds_argnum_values (__main__.TestArgnumsPartial) ... ok (0.001s) 2022-08-17T12:42:03.0772399Z test_pytree_args (__main__.TestArgnumsPartial) ... ok (0.002s) 2022-08-17T12:42:03.0804095Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:42:03.0806352Z arg if in_dim is None else torch._add_batch_dim(arg, in_dim, vmap_level) 2022-08-17T12:42:03.0925512Z ok (0.015s) 2022-08-17T12:42:03.0966178Z test_autograd_functional_jacrev_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-08-17T12:42:03.1007134Z test_autograd_functional_jvp_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-08-17T12:42:03.1046313Z test_autograd_functional_vjp_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-08-17T12:42:03.1087142Z test_grad_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-08-17T12:42:03.1121125Z test_grad_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-08-17T12:42:03.1143472Z test_grad_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.002s) 2022-08-17T12:42:03.1529473Z test_make_fx_jacrev_cuda (__main__.TestComposabilityCUDA) ... ok (0.038s) 2022-08-17T12:42:03.1589424Z test_make_fx_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.006s) 2022-08-17T12:42:03.1627876Z test_make_fx_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-08-17T12:42:03.1696357Z test_requires_grad_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.007s) 2022-08-17T12:42:03.1729047Z test_retain_grad_inside_transform_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-08-17T12:42:03.1761155Z test_vjp_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-08-17T12:42:03.1790822Z test_vjp_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-08-17T12:42:03.1817221Z test_vjp_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.003s) 2022-08-17T12:42:03.1838465Z test_vmap_grad_cuda (__main__.TestComposabilityCUDA) ... ok (0.002s) 2022-08-17T12:42:03.1880711Z test_vmap_vjp_cuda (__main__.TestComposabilityCUDA) ... ok (0.004s) 2022-08-17T12:42:03.1898221Z test_vmap_vmap_cuda (__main__.TestComposabilityCUDA) ... ok (0.002s) 2022-08-17T12:42:03.1915531Z test_basic_cuda (__main__.TestCustomFunctionCUDA) ... skip: Only runs on cpu (0.001s) 2022-08-17T12:42:03.6290724Z test_ensemble_regression_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.437s) 2022-08-17T12:42:03.6426556Z test_find_learning_rate_ensembling_dropout_layer__cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.013s) 2022-08-17T12:42:03.6552900Z test_find_learning_rate_ensembling_dropout_layer__cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.013s) 2022-08-17T12:42:03.6680831Z test_find_learning_rate_ensembling_dropout_layer__cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.013s) 2022-08-17T12:42:03.9607792Z test_lennard_jones_batched_jac_jac_jacfwd_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.293s) 2022-08-17T12:42:04.2448116Z test_lennard_jones_batched_jac_jac_jacrev_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.284s) 2022-08-17T12:42:05.8847646Z test_maml_omniglot_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (1.640s) 2022-08-17T12:42:05.8913330Z test_maml_regression_cuda (__main__.TestExamplesCorrectnessCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_eager_transforms.py:2516: 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-08-17T12:42:05.8915104Z return torch.tensor(xs, dtype=torch.float, device=device), \ 2022-08-17T12:42:05.9143390Z ok (0.030s) 2022-08-17T12:42:05.9158998Z test_resnet18_per_sample_grads_cuda (__main__.TestExamplesCorrectnessCUDA) ... skip: test requires torchvision (0.001s) 2022-08-17T12:42:05.9905612Z test_update_batch_norm_originally_track_running_stats_False_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.074s) 2022-08-17T12:42:06.0119951Z test_update_batch_norm_originally_track_running_stats_True_cuda (__main__.TestExamplesCorrectnessCUDA) ... ok (0.021s) 2022-08-17T12:42:06.0209734Z test_functionalize_fx_multi_out_op_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.009s) 2022-08-17T12:42:06.0285739Z test_functionalize_fx_out_op_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.007s) 2022-08-17T12:42:06.0354808Z test_functionalize_fx_reapply_views_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.007s) 2022-08-17T12:42:06.0421588Z test_functionalize_fx_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.007s) 2022-08-17T12:42:06.0465532Z test_functionalize_fx_transpose_simple_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-08-17T12:42:06.0501767Z test_functionalize_grad_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-08-17T12:42:06.0534963Z test_functionalize_nonfunctional_output_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.003s) 2022-08-17T12:42:06.0580245Z test_functionalize_opt_tensor_list_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-08-17T12:42:06.0621606Z test_functionalize_optional_tensorlist1_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-08-17T12:42:06.0671695Z test_functionalize_optional_tensorlist2_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.005s) 2022-08-17T12:42:06.0711217Z test_inplace_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-08-17T12:42:06.0735543Z test_linear_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.002s) 2022-08-17T12:42:06.0780946Z test_multioutput_inplace_slice_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-08-17T12:42:06.0820549Z test_multioutput_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.004s) 2022-08-17T12:42:06.0855887Z test_simple_view_cuda (__main__.TestFunctionalizeCUDA) ... ok (0.003s) 2022-08-17T12:42:06.0882575Z test_vmap_functionalize_jvp_cuda (__main__.TestFunctionalizeCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_eager_transforms.py:3049: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:42:06.0884222Z y.add_(1) 2022-08-17T12:42:06.0894790Z ok (0.004s) 2022-08-17T12:42:06.0932110Z test_advanced_indexing_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.0966707Z test_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.0989495Z test_composed_with_autograd_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.1015324Z test_composite_complicated_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.1034943Z test_composite_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.1061638Z test_composite_two_ops_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.1079403Z test_conj_bit_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.1093760Z test_dtype_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-08-17T12:42:06.1114849Z test_escaped_wrappers_are_ignored_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.1129767Z test_escaped_wrappers_are_marked_as_dead_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-08-17T12:42:06.1152774Z test_fn_with_kwargs_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.1773173Z test_functional_init_cuda (__main__.TestGradTransformCUDA) ... ok (0.062s) 2022-08-17T12:42:06.1895974Z test_functional_init_with_buffers_cuda (__main__.TestGradTransformCUDA) ... ok (0.012s) 2022-08-17T12:42:06.1951131Z test_grad_aux_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.005s) 2022-08-17T12:42:06.1981341Z test_grad_aux_tensor_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.2004005Z test_grad_of_vjp_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2030832Z test_grad_of_vjp_of_grad_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.2092594Z test_grad_pytree_inputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.006s) 2022-08-17T12:42:06.2111148Z test_inplace_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2143394Z test_inplace_on_captures_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.2167001Z test_inplace_on_view_base_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2192012Z test_inplace_on_view_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2211385Z test_invalid_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2224708Z test_is_cuda_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-08-17T12:42:06.2257369Z test_negative_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.2278581Z test_nesting_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2317825Z test_no_grad_inside_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-08-17T12:42:06.2337946Z test_no_grad_mixed_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2372197Z test_no_grad_nested_complicated_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.2405202Z test_no_grad_nested_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.2423826Z test_no_grad_outside_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2444377Z test_no_grad_outside_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2472343Z test_no_grad_outside_vjp_fn_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.2498176Z test_no_grad_outside_vjp_only_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2529760Z test_no_grad_value_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.2542268Z test_numel_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-08-17T12:42:06.2558937Z test_out_of_order_argnums_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2576595Z test_primitive_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.2590638Z test_shape_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-08-17T12:42:06.2604054Z test_tensor_ctor_inside_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-08-17T12:42:06.4809785Z test_tensor_print_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.220s) 2022-08-17T12:42:06.4903664Z test_tensor_print_grad_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.009s) 2022-08-17T12:42:06.6935021Z test_tensor_print_vmap_cuda (__main__.TestGradTransformCUDA) ... ok (0.203s) 2022-08-17T12:42:06.7053410Z test_tensor_print_vmap_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.012s) 2022-08-17T12:42:06.9134415Z test_tensor_print_vmap_vmap_cuda (__main__.TestGradTransformCUDA) ... ok (0.208s) 2022-08-17T12:42:06.9151937Z test_unrelated_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.9162918Z test_unrelated_hessian_cuda (__main__.TestGradTransformCUDA) ... skip: Only runs on cpu (0.001s) 2022-08-17T12:42:06.9181105Z test_unrelated_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.9205607Z test_unrelated_vjp_multiple_inputs_outputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.9227329Z test_view_inplace_simple_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.9257114Z test_views_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.9296655Z test_vjp_aux_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-08-17T12:42:06.9331526Z test_vjp_aux_tensor_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.9354273Z test_vjp_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.9377151Z test_vjp_of_grad_composition_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.9418077Z test_vjp_outputs_can_any_pytree_cuda (__main__.TestGradTransformCUDA) ... ok (0.004s) 2022-08-17T12:42:06.9433420Z test_vjp_pytree_error_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-08-17T12:42:06.9462204Z test_vjp_pytree_input_cuda (__main__.TestGradTransformCUDA) ... ok (0.003s) 2022-08-17T12:42:06.9481877Z test_vjp_pytree_output_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.9492688Z test_vjp_two_outputs_cuda (__main__.TestGradTransformCUDA) ... ok (0.001s) 2022-08-17T12:42:06.9514130Z test_zero_grad_cuda (__main__.TestGradTransformCUDA) ... ok (0.002s) 2022-08-17T12:42:06.9802008Z test_hessian_vectorize_correctness_multi_input_cuda (__main__.TestHessianCUDA) ... ok (0.028s) 2022-08-17T12:42:06.9925095Z test_hessian_vectorize_correctness_simple_cuda (__main__.TestHessianCUDA) ... ok (0.012s) 2022-08-17T12:42:07.0017328Z test_hessian_vectorize_correctness_unrelated_outputs_cuda (__main__.TestHessianCUDA) ... ok (0.009s) 2022-08-17T12:42:07.0091188Z test_jacfwd_different_levels_cuda (__main__.TestHessianCUDA) ... ok (0.007s) 2022-08-17T12:42:07.0132327Z test_against_reference_correctness_different_devices_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-08-17T12:42:07.0170396Z test_against_reference_correctness_different_devices_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-08-17T12:42:07.0234405Z test_against_reference_multi_input_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-08-17T12:42:07.0296625Z test_against_reference_multi_input_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-08-17T12:42:07.0489024Z test_against_reference_multi_input_multi_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.019s) 2022-08-17T12:42:07.0679238Z test_against_reference_multi_input_multi_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.019s) 2022-08-17T12:42:07.0774656Z test_against_reference_simple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.009s) 2022-08-17T12:42:07.0869007Z test_against_reference_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.009s) 2022-08-17T12:42:07.0935351Z test_against_reference_unrelated_outputs_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-08-17T12:42:07.1001469Z test_against_reference_unrelated_outputs_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-08-17T12:42:07.1105620Z test_against_reference_zero_dim_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-08-17T12:42:07.1211437Z test_against_reference_zero_dim_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-08-17T12:42:07.1236131Z test_argnums_defaults_to_zero_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.1258667Z test_argnums_defaults_to_zero_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.1291878Z test_argnums_effect_on_return_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-08-17T12:42:07.1323024Z test_argnums_effect_on_return_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-08-17T12:42:07.1346166Z test_argnums_tuple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.1368112Z test_argnums_tuple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.1421811Z test_aux_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-08-17T12:42:07.1458838Z test_aux_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-08-17T12:42:07.1483743Z test_aux_tensor_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.1510598Z test_diff_numel_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-08-17T12:42:07.1541401Z test_dimensionality_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-08-17T12:42:07.1573755Z test_dimensionality_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-08-17T12:42:07.1583343Z test_empty_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.1592403Z test_empty_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.1606664Z test_empty_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.1617345Z test_empty_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.1629063Z test_float_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.1640060Z test_float_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.1663759Z test_hessian_simple_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.1683118Z test_multiple_args_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.1701419Z test_multiple_args_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.1799571Z test_multiple_inputs_outputs_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.010s) 2022-08-17T12:42:07.1893488Z test_multiple_inputs_outputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.009s) 2022-08-17T12:42:07.1928992Z test_multiple_inputs_outputs_pytree_multidim_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-08-17T12:42:07.2010399Z test_multiple_inputs_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.008s) 2022-08-17T12:42:07.2082263Z test_multiple_inputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.007s) 2022-08-17T12:42:07.2129275Z test_multiple_outputs_multiple_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-08-17T12:42:07.2171636Z test_multiple_outputs_multiple_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-08-17T12:42:07.2211038Z test_multiple_outputs_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-08-17T12:42:07.2264009Z test_multiple_outputs_single_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-08-17T12:42:07.2313788Z test_multiple_outputs_single_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.005s) 2022-08-17T12:42:07.2323920Z test_negative_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.2333000Z test_negative_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.2360963Z test_nested_jac_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-08-17T12:42:07.2369970Z test_out_of_bounds_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.2379458Z test_out_of_bounds_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.2437692Z test_outputs_can_any_pytree_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.006s) 2022-08-17T12:42:07.2481718Z test_outputs_can_any_pytree_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.004s) 2022-08-17T12:42:07.2490808Z test_repeated_argnums_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.2500228Z test_repeated_argnums_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.001s) 2022-08-17T12:42:07.2517806Z test_simple_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.2536119Z test_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.2554631Z test_simple_not_flat_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.2573878Z test_simple_not_flat_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.2600272Z test_unrelated_input_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-08-17T12:42:07.2627251Z test_unrelated_input_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.003s) 2022-08-17T12:42:07.2647977Z test_unrelated_output_jacfwd_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.2668404Z test_unrelated_output_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.2690040Z test_vmap_on_jac_simple_jacrev_cuda (__main__.TestJacCUDA) ... ok (0.002s) 2022-08-17T12:42:07.2703222Z test_autograd_function_disables_fwd_grad_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-08-17T12:42:07.2744878Z test_aux_pytree_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-08-17T12:42:07.2782176Z test_aux_tensor_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-08-17T12:42:07.2815492Z test_disable_fwd_grad_inside_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-08-17T12:42:07.2835219Z test_disable_fwd_grad_mixed_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-08-17T12:42:07.2852957Z test_disable_fwd_grad_outside_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-08-17T12:42:07.2863644Z test_enable_fwd_grad_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-08-17T12:42:07.2873795Z test_fwd_grad_enabled_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-08-17T12:42:07.2907159Z test_inplace_on_captures_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-08-17T12:42:07.2925604Z test_inputs_are_tuples_of_tensors_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-08-17T12:42:07.2960492Z test_jvp_inside_autograd_function_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-08-17T12:42:07.2983510Z test_multiple_inputs_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-08-17T12:42:07.3019279Z test_multiple_inputs_outputs_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-08-17T12:42:07.3047647Z test_multiple_outputs_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-08-17T12:42:07.3056448Z test_nonempty_primals_and_tangents_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-08-17T12:42:07.3093997Z test_outputs_can_any_pytree_cuda (__main__.TestJvpCUDA) ... ok (0.004s) 2022-08-17T12:42:07.3106108Z test_primals_tangents_length_mismatch_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-08-17T12:42:07.3132859Z test_pytree_inputs_cuda (__main__.TestJvpCUDA) ... ok (0.003s) 2022-08-17T12:42:07.3149550Z test_pytree_inputs_error_cases_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-08-17T12:42:07.3170056Z test_simple_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-08-17T12:42:07.3183408Z test_strict_mode_cuda (__main__.TestJvpCUDA) ... ok (0.001s) 2022-08-17T12:42:07.3205293Z test_unrelated_input_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-08-17T12:42:07.3226868Z test_unrelated_output_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-08-17T12:42:07.3251854Z test_zerotensor_vmapjvp_interaction_cuda (__main__.TestJvpCUDA) ... ok (0.002s) 2022-08-17T12:42:07.3290936Z test_buffer_tying (__main__.TestMakeFunctional) ... ok (0.004s) 2022-08-17T12:42:07.3313860Z test_combine_state_for_ensemble_error (__main__.TestMakeFunctional) ... ok (0.002s) 2022-08-17T12:42:07.3331316Z test_combine_state_for_ensemble_smoke (__main__.TestMakeFunctional) ... ok (0.002s) 2022-08-17T12:42:07.3435986Z test_correctness_mnist (__main__.TestMakeFunctional) ... /var/lib/jenkins/workspace/functorch/test/test_eager_transforms.py:2430: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T12:42:07.3437140Z return F.log_softmax(x) 2022-08-17T12:42:07.3477501Z ok (0.014s) 2022-08-17T12:42:07.3495369Z test_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.002s) 2022-08-17T12:42:07.3512361Z test_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.002s) 2022-08-17T12:42:07.3543064Z test_parameter_tying (__main__.TestMakeFunctional) ... ok (0.003s) 2022-08-17T12:42:07.3599777Z test_parameter_tying_ensemble (__main__.TestMakeFunctional) ... ok (0.006s) 2022-08-17T12:42:07.3642523Z test_parameter_tying_grad (__main__.TestMakeFunctional) ... ok (0.004s) 2022-08-17T12:42:07.3663361Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.002s) 2022-08-17T12:42:07.3683889Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.002s) 2022-08-17T12:42:07.3709854Z test_log_softmax_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.002s) 2022-08-17T12:42:07.3730670Z test_new_empty_materializes_tensor_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.002s) 2022-08-17T12:42:07.3751744Z test_new_zeros_materializes_tensor_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.002s) 2022-08-17T12:42:07.4830379Z test_per_sample_grads_embeddingnet_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.108s) 2022-08-17T12:42:07.5140766Z test_per_sample_grads_inplace_view_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.031s) 2022-08-17T12:42:07.5534477Z test_per_sample_grads_simple_cuda (__main__.TestVmapOfGradCUDA) ... ok (0.039s) 2022-08-17T12:42:07.5534946Z 2022-08-17T12:42:07.5535632Z ---------------------------------------------------------------------- 2022-08-17T12:42:07.5536096Z Ran 223 tests in 4.492s 2022-08-17T12:42:07.5536377Z 2022-08-17T12:42:07.5536554Z OK (skipped=3) 2022-08-17T12:42:07.5537706Z 2022-08-17T12:42:07.5538608Z Generating XML reports... 2022-08-17T12:42:07.5585235Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestArgnumsPartial-20220817124203.xml 2022-08-17T12:42:07.5606039Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestComposabilityCUDA-20220817124203.xml 2022-08-17T12:42:07.5619788Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestExamplesCorrectnessCUDA-20220817124203.xml 2022-08-17T12:42:07.5638487Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestFunctionalizeCUDA-20220817124203.xml 2022-08-17T12:42:07.5698284Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestGradTransformCUDA-20220817124203.xml 2022-08-17T12:42:07.5704447Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestHessianCUDA-20220817124203.xml 2022-08-17T12:42:07.5763298Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestJacCUDA-20220817124203.xml 2022-08-17T12:42:07.5787521Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestJvpCUDA-20220817124203.xml 2022-08-17T12:42:07.5811658Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestMakeFunctional-20220817124203.xml 2022-08-17T12:42:07.5819308Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestVmapOfGradCUDA-20220817124203.xml 2022-08-17T12:42:07.5822989Z Generated XML report: test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestCustomFunctionCUDA-20220817124203.xml 2022-08-17T12:42:08.1760752Z Running /var/lib/jenkins/workspace/functorch/test/test_functionalize ... [2022-08-17 12:42:08.175488] 2022-08-17T12:42:08.1761639Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_functionalize.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:42:08.175565] 2022-08-17T12:42:12.1844861Z /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-08-17T12:42:12.1845552Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:12.1846424Z /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-08-17T12:42:12.1847040Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:12.1873266Z /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-08-17T12:42:12.1873894Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:12.1876325Z /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-08-17T12:42:12.1877037Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:12.1879226Z /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-08-17T12:42:12.1879977Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:12.1888183Z /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-08-17T12:42:12.1888956Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:12.1963847Z /var/lib/jenkins/workspace/functorch/test/test_pythonkey.py:43: 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-08-17T12:42:12.1964597Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-08-17T12:42:12.2744936Z Test results will be stored in test-reports/python-unittest/functorch.test.test_functionalize 2022-08-17T12:42:12.2774273Z 2022-08-17T12:42:12.2774677Z Running tests... 2022-08-17T12:42:12.2775595Z ---------------------------------------------------------------------- 2022-08-17T12:42:12.5136667Z test_compilation_for_dynamic_shape_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.236s) 2022-08-17T12:42:12.5303285Z test_global_cache_no_recompilations_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.017s) 2022-08-17T12:42:13.3652180Z test_high_number_of_args_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.835s) 2022-08-17T12:42:13.3915750Z test_multiple_compiler_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... /var/lib/jenkins/workspace/functorch/functorch/_src/aot_autograd.py:175: 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-08-17T12:42:13.3916634Z warnings.warn( 2022-08-17T12:42:13.4144962Z ok (0.049s) 2022-08-17T12:42:13.4769042Z test_multiple_functions_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.062s) 2022-08-17T12:42:13.5225160Z test_recompilation_on_broadcast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.046s) 2022-08-17T12:42:13.5901619Z test_arg_none_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.067s) 2022-08-17T12:42:13.6126085Z test_custom_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.022s) 2022-08-17T12:42:13.6475832Z test_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.035s) 2022-08-17T12:42:13.6817391Z test_dict_with_static_arg_before_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.034s) 2022-08-17T12:42:13.7058300Z test_dropout_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.024s) 2022-08-17T12:42:13.7070584Z test_failure_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.001s) 2022-08-17T12:42:13.7332372Z test_if_condition_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.026s) 2022-08-17T12:42:13.7576632Z test_interleaved_static_args_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.024s) 2022-08-17T12:42:13.7811949Z test_simple_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.023s) 2022-08-17T12:42:13.8028212Z test_static_arg_before_tensor_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.022s) 2022-08-17T12:42:13.8361581Z test_tuple_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.033s) 2022-08-17T12:42:13.8634545Z test_tuple_static_args_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.027s) 2022-08-17T12:42:13.8966547Z test_tuple_with_first_arg_as_static_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.033s) 2022-08-17T12:42:13.9215220Z test_batchnorm_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.025s) 2022-08-17T12:42:13.9361517Z test_grad_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.015s) 2022-08-17T12:42:13.9552215Z test_inner_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.019s) 2022-08-17T12:42:13.9839790Z test_list_codegen_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.029s) 2022-08-17T12:42:14.0148114Z test_module_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.031s) 2022-08-17T12:42:14.0314167Z test_multi_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.017s) 2022-08-17T12:42:14.0339023Z test_multi_output_list_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.002s) 2022-08-17T12:42:14.1057123Z test_no_grad_input_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.072s) 2022-08-17T12:42:14.1444170Z test_output_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.039s) 2022-08-17T12:42:14.1486241Z test_single_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83405 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-08-17T12:42:14.1595094Z test_contiguous_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.014s) 2022-08-17T12:42:14.1767540Z test_default_partitioner_getitem_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.017s) 2022-08-17T12:42:14.5331495Z test_meta_tensor_inplace_op_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.356s) 2022-08-17T12:42:14.6116795Z test_min_cut_partitioner_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.078s) 2022-08-17T12:42:14.6322231Z test_recompute_partitioning_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.021s) 2022-08-17T12:42:14.6378999Z test_preserve_random_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.006s) 2022-08-17T12:42:14.6380017Z 2022-08-17T12:42:14.6380440Z ---------------------------------------------------------------------- 2022-08-17T12:42:14.6380804Z Ran 35 tests in 2.361s 2022-08-17T12:42:14.6380967Z 2022-08-17T12:42:14.6381064Z OK (skipped=1) 2022-08-17T12:42:14.6381226Z 2022-08-17T12:42:14.6381351Z Generating XML reports... 2022-08-17T12:42:14.6422792Z Generated XML report: test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestCompileCache-20220817124212.xml 2022-08-17T12:42:14.6438850Z Generated XML report: test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestCompileCacheStaticArgs-20220817124212.xml 2022-08-17T12:42:14.6451180Z Generated XML report: test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestAOTAutograd-20220817124212.xml 2022-08-17T12:42:14.6455011Z Generated XML report: test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestContiguous-20220817124212.xml 2022-08-17T12:42:14.6461797Z Generated XML report: test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestPartitioning-20220817124212.xml 2022-08-17T12:42:14.6466060Z Generated XML report: test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestRandom-20220817124212.xml 2022-08-17T12:42:15.1509380Z Running /var/lib/jenkins/workspace/functorch/test/test_memory_efficient_fusion ... [2022-08-17 12:42:15.150435] 2022-08-17T12:42:15.1510267Z 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-08-17 12:42:15.150506] 2022-08-17T12:42:16.9121709Z Test results will be stored in test-reports/python-unittest/functorch.test.test_memory_efficient_fusion 2022-08-17T12:42:16.9141338Z 2022-08-17T12:42:16.9141570Z Running tests... 2022-08-17T12:42:16.9142338Z ---------------------------------------------------------------------- 2022-08-17T12:42:18.4073121Z test_empty (__main__.NoChangeTestCase) ... ok (1.493s) 2022-08-17T12:42:18.4238824Z test_nochange (__main__.NoChangeTestCase) ... ok (0.016s) 2022-08-17T12:42:18.4296022Z test_rand_like (__main__.NoChangeTestCase) ... ok (0.006s) 2022-08-17T12:42:18.4347388Z test_rand_n (__main__.NoChangeTestCase) ... ok (0.005s) 2022-08-17T12:42:18.5085080Z test_random (__main__.RandomOpTestCase) ... ok (0.073s) 2022-08-17T12:42:18.5173372Z test_immutable_list_multiple_entries (__main__.ReduceTestCase) ... ok (0.009s) 2022-08-17T12:42:18.5251814Z test_immutable_list_type (__main__.ReduceTestCase) ... ok (0.008s) 2022-08-17T12:42:18.5309931Z test_kwarg (__main__.ReduceTestCase) ... ok (0.006s) 2022-08-17T12:42:18.5363870Z test_nested_immutable_list_type (__main__.ReduceTestCase) ... ok (0.005s) 2022-08-17T12:42:18.5428875Z test_simple (__main__.ReduceTestCase) ... ok (0.006s) 2022-08-17T12:42:18.5501991Z test_simple_2 (__main__.ReduceTestCase) ... ok (0.007s) 2022-08-17T12:42:18.5576547Z test_simple_multiple_same_ops (__main__.ReduceTestCase) ... ok (0.007s) 2022-08-17T12:42:18.5657157Z test_two_args (__main__.ReduceTestCase) ... ok (0.008s) 2022-08-17T12:42:18.5740675Z test_two_args_default (__main__.ReduceTestCase) ... ok (0.008s) 2022-08-17T12:42:19.8378199Z test_gelu_bias (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.263s) 2022-08-17T12:42:20.5463612Z test_hard_sigmoid (__main__.TestMemoryEfficientOpAuthoring) ... ok (0.708s) 2022-08-17T12:42:21.5626571Z test_hard_swish (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.016s) 2022-08-17T12:42:23.5933630Z test_layer_norm (__main__.TestMemoryEfficientOpAuthoring) ... ok (2.030s) 2022-08-17T12:42:24.9103111Z test_mish (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.317s) 2022-08-17T12:42:26.6396338Z test_rmsnorm (__main__.TestMemoryEfficientOpAuthoring) ... ok (1.729s) 2022-08-17T12:42:27.3286312Z test_swish (__main__.TestMemoryEfficientOpAuthoring) ... ok (0.689s) 2022-08-17T12:42:27.3286868Z 2022-08-17T12:42:27.3287542Z ---------------------------------------------------------------------- 2022-08-17T12:42:27.3288100Z Ran 21 tests in 10.414s 2022-08-17T12:42:27.3288380Z 2022-08-17T12:42:27.3288538Z OK 2022-08-17T12:42:27.3288773Z 2022-08-17T12:42:27.3289003Z Generating XML reports... 2022-08-17T12:42:27.3344264Z Generated XML report: test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-NoChangeTestCase-20220817124216.xml 2022-08-17T12:42:27.3348271Z Generated XML report: test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-RandomOpTestCase-20220817124216.xml 2022-08-17T12:42:27.3361667Z Generated XML report: test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-ReduceTestCase-20220817124216.xml 2022-08-17T12:42:27.3374328Z Generated XML report: test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-TestMemoryEfficientOpAuthoring-20220817124216.xml 2022-08-17T12:42:27.7824375Z Running /var/lib/jenkins/workspace/functorch/test/test_minifier ... [2022-08-17 12:42:27.781911] 2022-08-17T12:42:27.7825211Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:42:27.781985] 2022-08-17T12:42:29.5925345Z Test results will be stored in test-reports/python-unittest/functorch.test.test_minifier 2022-08-17T12:42:29.5948771Z 2022-08-17T12:42:29.5949050Z Running tests... 2022-08-17T12:42:29.5949551Z ---------------------------------------------------------------------- 2022-08-17T12:42:31.1223882Z test_has_add_mul (__main__.TestMinifier) ... Started off with 9 nodes 2022-08-17T12:42:31.1224324Z Trying granularity 8 2022-08-17T12:42:31.1224508Z 2022-08-17T12:42:31.1224695Z Strategy: Eliminate dead code (G: 8) (9 nodes, 1 inputs) 2022-08-17T12:42:31.1227825Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1228015Z 2022-08-17T12:42:31.1228211Z Strategy: Remove unused inputs (G: 8) (9 nodes, 1 inputs) 2022-08-17T12:42:31.1232246Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1232440Z 2022-08-17T12:42:31.1232606Z Strategy: Truncate suffix (G: 8) (9 nodes, 1 inputs) 2022-08-17T12:42:31.1239115Z FAIL: Truncate suffix 2022-08-17T12:42:31.1239297Z 2022-08-17T12:42:31.1239463Z Strategy: Delta Debugging (G: 8) (9 nodes, 1 inputs) 2022-08-17T12:42:31.1259341Z FAIL: Delta Debugging 2022-08-17T12:42:31.1259640Z Trying granularity 4 2022-08-17T12:42:31.1259933Z 2022-08-17T12:42:31.1260205Z Strategy: Eliminate dead code (G: 4) (9 nodes, 1 inputs) 2022-08-17T12:42:31.1264493Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1264750Z 2022-08-17T12:42:31.1265052Z Strategy: Remove unused inputs (G: 4) (9 nodes, 1 inputs) 2022-08-17T12:42:31.1268347Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1268740Z 2022-08-17T12:42:31.1269076Z Strategy: Truncate suffix (G: 4) (9 nodes, 1 inputs) 2022-08-17T12:42:31.1285018Z FAIL: Truncate suffix 2022-08-17T12:42:31.1285329Z 2022-08-17T12:42:31.1286152Z Strategy: Delta Debugging (G: 4) (9 nodes, 1 inputs) 2022-08-17T12:42:31.1304253Z SUCCESS: Went from 9 to 6 nodes 2022-08-17T12:42:31.1318851Z 2022-08-17T12:42:31.1319335Z # Working Repro with 6 nodes 2022-08-17T12:42:31.1320453Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1321103Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1321419Z 2022-08-17T12:42:31.1321441Z 2022-08-17T12:42:31.1321461Z 2022-08-17T12:42:31.1321599Z def forward(self, cos_default): 2022-08-17T12:42:31.1321988Z sub_tensor = torch.ops.aten.sub.Tensor(cos_default, cos_default); cos_default = None 2022-08-17T12:42:31.1322824Z div_tensor = torch.ops.aten.div.Tensor(sub_tensor, sub_tensor); sub_tensor = None 2022-08-17T12:42:31.1323299Z add_tensor_1 = torch.ops.aten.add.Tensor(div_tensor, 3); div_tensor = None 2022-08-17T12:42:31.1323937Z mul_tensor_1 = torch.ops.aten.mul.Tensor(add_tensor_1, 2); add_tensor_1 = None 2022-08-17T12:42:31.1324357Z return (mul_tensor_1,) 2022-08-17T12:42:31.1324604Z 2022-08-17T12:42:31.1324743Z 2022-08-17T12:42:31.1324861Z Trying granularity 4 2022-08-17T12:42:31.1325012Z 2022-08-17T12:42:31.1325266Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-08-17T12:42:31.1325843Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1326079Z 2022-08-17T12:42:31.1326371Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-08-17T12:42:31.1327317Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1327567Z 2022-08-17T12:42:31.1327731Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-08-17T12:42:31.1332130Z FAIL: Truncate suffix 2022-08-17T12:42:31.1332484Z 2022-08-17T12:42:31.1332829Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-08-17T12:42:31.1353561Z FAIL: Delta Debugging 2022-08-17T12:42:31.1354117Z Trying granularity 2 2022-08-17T12:42:31.1354460Z 2022-08-17T12:42:31.1354788Z Strategy: Eliminate dead code (G: 2) (6 nodes, 1 inputs) 2022-08-17T12:42:31.1356984Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1357337Z 2022-08-17T12:42:31.1357701Z Strategy: Remove unused inputs (G: 2) (6 nodes, 1 inputs) 2022-08-17T12:42:31.1359838Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1360185Z 2022-08-17T12:42:31.1360687Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-08-17T12:42:31.1369880Z SUCCESS: Went from 6 to 4 nodes 2022-08-17T12:42:31.1379991Z 2022-08-17T12:42:31.1380404Z # Working Repro with 4 nodes 2022-08-17T12:42:31.1381178Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1382482Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1382985Z 2022-08-17T12:42:31.1383017Z 2022-08-17T12:42:31.1383048Z 2022-08-17T12:42:31.1383289Z def forward(self, cos_default): 2022-08-17T12:42:31.1383699Z sub_tensor = torch.ops.aten.sub.Tensor(cos_default, cos_default); cos_default = None 2022-08-17T12:42:31.1384179Z div_tensor = torch.ops.aten.div.Tensor(sub_tensor, sub_tensor); sub_tensor = None 2022-08-17T12:42:31.1384590Z return (div_tensor,) 2022-08-17T12:42:31.1385043Z 2022-08-17T12:42:31.1385239Z 2022-08-17T12:42:31.1385361Z Trying granularity 4 2022-08-17T12:42:31.1385512Z 2022-08-17T12:42:31.1385756Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-08-17T12:42:31.1386073Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1386252Z 2022-08-17T12:42:31.1386420Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-08-17T12:42:31.1386713Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1386887Z 2022-08-17T12:42:31.1387045Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-08-17T12:42:31.1389037Z FAIL: Truncate suffix 2022-08-17T12:42:31.1389219Z 2022-08-17T12:42:31.1389378Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-08-17T12:42:31.1398098Z FAIL: Delta Debugging 2022-08-17T12:42:31.1398714Z Trying granularity 2 2022-08-17T12:42:31.1399079Z 2022-08-17T12:42:31.1399547Z Strategy: Eliminate dead code (G: 2) (4 nodes, 1 inputs) 2022-08-17T12:42:31.1400223Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1400608Z 2022-08-17T12:42:31.1400975Z Strategy: Remove unused inputs (G: 2) (4 nodes, 1 inputs) 2022-08-17T12:42:31.1402104Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1402520Z 2022-08-17T12:42:31.1402868Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-08-17T12:42:31.1405726Z FAIL: Truncate suffix 2022-08-17T12:42:31.1406108Z 2022-08-17T12:42:31.1406453Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-08-17T12:42:31.1416575Z SUCCESS: Went from 4 to 3 nodes 2022-08-17T12:42:31.1425554Z 2022-08-17T12:42:31.1425955Z # Working Repro with 3 nodes 2022-08-17T12:42:31.1426756Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1427580Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1427888Z 2022-08-17T12:42:31.1427908Z 2022-08-17T12:42:31.1427927Z 2022-08-17T12:42:31.1428068Z def forward(self, sub_tensor): 2022-08-17T12:42:31.1428454Z div_tensor = torch.ops.aten.div.Tensor(sub_tensor, sub_tensor); sub_tensor = None 2022-08-17T12:42:31.1428797Z return (div_tensor,) 2022-08-17T12:42:31.1429039Z 2022-08-17T12:42:31.1429179Z 2022-08-17T12:42:31.1429297Z Trying granularity 2 2022-08-17T12:42:31.1429466Z 2022-08-17T12:42:31.1429617Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-08-17T12:42:31.1430100Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1430276Z 2022-08-17T12:42:31.1430446Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-08-17T12:42:31.1430756Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1430913Z 2022-08-17T12:42:31.1431072Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-08-17T12:42:31.1432686Z FAIL: Truncate suffix 2022-08-17T12:42:31.1432865Z 2022-08-17T12:42:31.1433027Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-08-17T12:42:31.1443316Z FAIL: Delta Debugging 2022-08-17T12:42:31.1443636Z Trying granularity 1 2022-08-17T12:42:31.1443930Z 2022-08-17T12:42:31.1444107Z Strategy: Eliminate dead code (G: 1) (3 nodes, 1 inputs) 2022-08-17T12:42:31.1446194Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1446352Z 2022-08-17T12:42:31.1446932Z Strategy: Remove unused inputs (G: 1) (3 nodes, 1 inputs) 2022-08-17T12:42:31.1447911Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1448292Z 2022-08-17T12:42:31.1448651Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-08-17T12:42:31.1452841Z FAIL: Truncate suffix 2022-08-17T12:42:31.1453104Z 2022-08-17T12:42:31.1453347Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-08-17T12:42:31.1464702Z FAIL: Delta Debugging 2022-08-17T12:42:31.1464986Z 2022-08-17T12:42:31.1465264Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-08-17T12:42:31.1467019Z FAIL: Remove outputs 2022-08-17T12:42:31.1472193Z Made 15 queries 2022-08-17T12:42:31.1476683Z 2022-08-17T12:42:31.1477041Z # Working Repro with 3 nodes 2022-08-17T12:42:31.1477874Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1478677Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1478949Z 2022-08-17T12:42:31.1478967Z 2022-08-17T12:42:31.1479005Z 2022-08-17T12:42:31.1479116Z def forward(self, sub_tensor): 2022-08-17T12:42:31.1479497Z div_tensor = torch.ops.aten.div.Tensor(sub_tensor, sub_tensor); sub_tensor = None 2022-08-17T12:42:31.1479864Z return (div_tensor,) 2022-08-17T12:42:31.1480088Z 2022-08-17T12:42:31.1480224Z 2022-08-17T12:42:31.1482230Z ok (1.553s) 2022-08-17T12:42:31.1552262Z test_has_mul_minifier (__main__.TestMinifier) ... Started off with 7 nodes 2022-08-17T12:42:31.1552806Z Trying granularity 4 2022-08-17T12:42:31.1552958Z 2022-08-17T12:42:31.1553130Z Strategy: Eliminate dead code (G: 4) (7 nodes, 2 inputs) 2022-08-17T12:42:31.1555873Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1556054Z 2022-08-17T12:42:31.1556349Z Strategy: Remove unused inputs (G: 4) (7 nodes, 2 inputs) 2022-08-17T12:42:31.1558929Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1559244Z 2022-08-17T12:42:31.1559429Z Strategy: Truncate suffix (G: 4) (7 nodes, 2 inputs) 2022-08-17T12:42:31.1568621Z SUCCESS: Went from 7 to 6 nodes 2022-08-17T12:42:31.1578638Z 2022-08-17T12:42:31.1578849Z # Working Repro with 6 nodes 2022-08-17T12:42:31.1579661Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1580654Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1581100Z 2022-08-17T12:42:31.1581133Z 2022-08-17T12:42:31.1581152Z 2022-08-17T12:42:31.1581285Z def forward(self, x_1, y_1): 2022-08-17T12:42:31.1581626Z div_tensor = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-08-17T12:42:31.1582271Z add_tensor = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-08-17T12:42:31.1582762Z mul_tensor = torch.ops.aten.mul.Tensor(add_tensor, div_tensor); add_tensor = div_tensor = None 2022-08-17T12:42:31.1583290Z return (mul_tensor,) 2022-08-17T12:42:31.1583537Z 2022-08-17T12:42:31.1583674Z 2022-08-17T12:42:31.1583773Z Trying granularity 4 2022-08-17T12:42:31.1583938Z 2022-08-17T12:42:31.1584105Z Strategy: Eliminate dead code (G: 4) (6 nodes, 2 inputs) 2022-08-17T12:42:31.1584422Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1584595Z 2022-08-17T12:42:31.1584902Z Strategy: Remove unused inputs (G: 4) (6 nodes, 2 inputs) 2022-08-17T12:42:31.1585386Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1585708Z 2022-08-17T12:42:31.1585921Z Strategy: Truncate suffix (G: 4) (6 nodes, 2 inputs) 2022-08-17T12:42:31.1591514Z FAIL: Truncate suffix 2022-08-17T12:42:31.1591689Z 2022-08-17T12:42:31.1591972Z Strategy: Delta Debugging (G: 4) (6 nodes, 2 inputs) 2022-08-17T12:42:31.1602292Z SUCCESS: Went from 6 to 4 nodes 2022-08-17T12:42:31.1610405Z 2022-08-17T12:42:31.1610891Z # Working Repro with 4 nodes 2022-08-17T12:42:31.1611828Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1612373Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1612677Z 2022-08-17T12:42:31.1612697Z 2022-08-17T12:42:31.1612716Z 2022-08-17T12:42:31.1612870Z def forward(self, div_tensor, add_tensor): 2022-08-17T12:42:31.1613275Z mul_tensor = torch.ops.aten.mul.Tensor(add_tensor, div_tensor); add_tensor = div_tensor = None 2022-08-17T12:42:31.1613969Z return (mul_tensor,) 2022-08-17T12:42:31.1614438Z 2022-08-17T12:42:31.1614642Z 2022-08-17T12:42:31.1614743Z Trying granularity 4 2022-08-17T12:42:31.1614916Z 2022-08-17T12:42:31.1615087Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1615411Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1615586Z 2022-08-17T12:42:31.1615768Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1616548Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1616767Z 2022-08-17T12:42:31.1616937Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1619457Z FAIL: Truncate suffix 2022-08-17T12:42:31.1619771Z 2022-08-17T12:42:31.1619948Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1629444Z FAIL: Delta Debugging 2022-08-17T12:42:31.1629880Z Trying granularity 2 2022-08-17T12:42:31.1630059Z 2022-08-17T12:42:31.1630231Z Strategy: Eliminate dead code (G: 2) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1632178Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1632476Z 2022-08-17T12:42:31.1632658Z Strategy: Remove unused inputs (G: 2) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1634524Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1634858Z 2022-08-17T12:42:31.1635057Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1637358Z FAIL: Truncate suffix 2022-08-17T12:42:31.1637623Z 2022-08-17T12:42:31.1637797Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1647450Z FAIL: Delta Debugging 2022-08-17T12:42:31.1648051Z Trying granularity 1 2022-08-17T12:42:31.1648225Z 2022-08-17T12:42:31.1648394Z Strategy: Eliminate dead code (G: 1) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1650274Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1650588Z 2022-08-17T12:42:31.1650764Z Strategy: Remove unused inputs (G: 1) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1651680Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1651977Z 2022-08-17T12:42:31.1652150Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1655534Z FAIL: Truncate suffix 2022-08-17T12:42:31.1655712Z 2022-08-17T12:42:31.1655873Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1675713Z FAIL: Delta Debugging 2022-08-17T12:42:31.1676095Z 2022-08-17T12:42:31.1676443Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-08-17T12:42:31.1677668Z FAIL: Remove outputs 2022-08-17T12:42:31.1681620Z Made 9 queries 2022-08-17T12:42:31.1685549Z 2022-08-17T12:42:31.1685985Z # Working Repro with 4 nodes 2022-08-17T12:42:31.1687052Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1687696Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1687979Z 2022-08-17T12:42:31.1687999Z 2022-08-17T12:42:31.1688018Z 2022-08-17T12:42:31.1688170Z def forward(self, div_tensor, add_tensor): 2022-08-17T12:42:31.1689057Z mul_tensor = torch.ops.aten.mul.Tensor(add_tensor, div_tensor); add_tensor = div_tensor = None 2022-08-17T12:42:31.1689877Z return (mul_tensor,) 2022-08-17T12:42:31.1690230Z 2022-08-17T12:42:31.1690372Z 2022-08-17T12:42:31.1690480Z ok (0.020s) 2022-08-17T12:42:31.1746204Z test_input_returned (__main__.TestMinifier) ... Started off with 7 nodes 2022-08-17T12:42:31.1746934Z Trying granularity 4 2022-08-17T12:42:31.1747292Z 2022-08-17T12:42:31.1747566Z Strategy: Eliminate dead code (G: 4) (7 nodes, 3 inputs) 2022-08-17T12:42:31.1750507Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1750901Z 2022-08-17T12:42:31.1751272Z Strategy: Remove unused inputs (G: 4) (7 nodes, 3 inputs) 2022-08-17T12:42:31.1754060Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1754409Z 2022-08-17T12:42:31.1754744Z Strategy: Truncate suffix (G: 4) (7 nodes, 3 inputs) 2022-08-17T12:42:31.1765326Z FAIL: Truncate suffix 2022-08-17T12:42:31.1765690Z 2022-08-17T12:42:31.1766027Z Strategy: Delta Debugging (G: 4) (7 nodes, 3 inputs) 2022-08-17T12:42:31.1780870Z SUCCESS: Went from 7 to 6 nodes 2022-08-17T12:42:31.1792068Z 2022-08-17T12:42:31.1792316Z # Working Repro with 6 nodes 2022-08-17T12:42:31.1793436Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1794539Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1794843Z 2022-08-17T12:42:31.1794861Z 2022-08-17T12:42:31.1794880Z 2022-08-17T12:42:31.1795043Z def forward(self, b_1, c_1, sin_default): 2022-08-17T12:42:31.1795400Z cos_default = torch.ops.aten.cos.default(c_1); c_1 = None 2022-08-17T12:42:31.1795785Z mul_tensor = torch.ops.aten.mul.Tensor(sin_default, cos_default) 2022-08-17T12:42:31.1796497Z return (sin_default, b_1, cos_default, mul_tensor) 2022-08-17T12:42:31.1797077Z 2022-08-17T12:42:31.1797364Z 2022-08-17T12:42:31.1797599Z Trying granularity 4 2022-08-17T12:42:31.1797844Z 2022-08-17T12:42:31.1798017Z Strategy: Eliminate dead code (G: 4) (6 nodes, 3 inputs) 2022-08-17T12:42:31.1798334Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1798507Z 2022-08-17T12:42:31.1798674Z Strategy: Remove unused inputs (G: 4) (6 nodes, 3 inputs) 2022-08-17T12:42:31.1799517Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1799865Z 2022-08-17T12:42:31.1800204Z Strategy: Truncate suffix (G: 4) (6 nodes, 3 inputs) 2022-08-17T12:42:31.1804489Z FAIL: Truncate suffix 2022-08-17T12:42:31.1804840Z 2022-08-17T12:42:31.1805180Z Strategy: Delta Debugging (G: 4) (6 nodes, 3 inputs) 2022-08-17T12:42:31.1817167Z SUCCESS: Went from 6 to 5 nodes 2022-08-17T12:42:31.1827245Z 2022-08-17T12:42:31.1827491Z # Working Repro with 5 nodes 2022-08-17T12:42:31.1828657Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1829675Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1829970Z 2022-08-17T12:42:31.1829989Z 2022-08-17T12:42:31.1830018Z 2022-08-17T12:42:31.1830178Z def forward(self, b_1, sin_default, cos_default): 2022-08-17T12:42:31.1830542Z mul_tensor = torch.ops.aten.mul.Tensor(sin_default, cos_default) 2022-08-17T12:42:31.1830923Z return (sin_default, b_1, cos_default, mul_tensor) 2022-08-17T12:42:31.1831353Z 2022-08-17T12:42:31.1831639Z 2022-08-17T12:42:31.1831848Z Trying granularity 4 2022-08-17T12:42:31.1832198Z 2022-08-17T12:42:31.1832511Z Strategy: Eliminate dead code (G: 4) (5 nodes, 3 inputs) 2022-08-17T12:42:31.1832877Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1833051Z 2022-08-17T12:42:31.1833220Z Strategy: Remove unused inputs (G: 4) (5 nodes, 3 inputs) 2022-08-17T12:42:31.1833917Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1834287Z 2022-08-17T12:42:31.1834629Z Strategy: Truncate suffix (G: 4) (5 nodes, 3 inputs) 2022-08-17T12:42:31.1839698Z FAIL: Truncate suffix 2022-08-17T12:42:31.1840238Z 2022-08-17T12:42:31.1840544Z Strategy: Delta Debugging (G: 4) (5 nodes, 3 inputs) 2022-08-17T12:42:31.1850711Z SUCCESS: Went from 3 to 4 inputs 2022-08-17T12:42:31.1858667Z 2022-08-17T12:42:31.1859054Z # Working Repro with 5 nodes 2022-08-17T12:42:31.1860162Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1861370Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1861639Z 2022-08-17T12:42:31.1861894Z 2022-08-17T12:42:31.1861915Z 2022-08-17T12:42:31.1862092Z def forward(self, b_1, sin_default, cos_default, mul_tensor): 2022-08-17T12:42:31.1862765Z return (sin_default, b_1, cos_default, mul_tensor) 2022-08-17T12:42:31.1863309Z 2022-08-17T12:42:31.1863599Z 2022-08-17T12:42:31.1863809Z Trying granularity 4 2022-08-17T12:42:31.1864139Z 2022-08-17T12:42:31.1864346Z Strategy: Eliminate dead code (G: 4) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1864665Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1864838Z 2022-08-17T12:42:31.1865128Z Strategy: Remove unused inputs (G: 4) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1865725Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1866096Z 2022-08-17T12:42:31.1866427Z Strategy: Truncate suffix (G: 4) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1868751Z FAIL: Truncate suffix 2022-08-17T12:42:31.1869106Z 2022-08-17T12:42:31.1869444Z Strategy: Delta Debugging (G: 4) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1875950Z FAIL: Delta Debugging 2022-08-17T12:42:31.1876484Z Trying granularity 2 2022-08-17T12:42:31.1876835Z 2022-08-17T12:42:31.1877180Z Strategy: Eliminate dead code (G: 2) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1878823Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1879188Z 2022-08-17T12:42:31.1879552Z Strategy: Remove unused inputs (G: 2) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1881568Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1881961Z 2022-08-17T12:42:31.1882296Z Strategy: Truncate suffix (G: 2) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1885325Z FAIL: Truncate suffix 2022-08-17T12:42:31.1885681Z 2022-08-17T12:42:31.1886020Z Strategy: Delta Debugging (G: 2) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1892529Z FAIL: Delta Debugging 2022-08-17T12:42:31.1893122Z Trying granularity 1 2022-08-17T12:42:31.1893440Z 2022-08-17T12:42:31.1893786Z Strategy: Eliminate dead code (G: 1) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1895104Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1895468Z 2022-08-17T12:42:31.1896035Z Strategy: Remove unused inputs (G: 1) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1897859Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1898204Z 2022-08-17T12:42:31.1898545Z Strategy: Truncate suffix (G: 1) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1901820Z FAIL: Truncate suffix 2022-08-17T12:42:31.1902162Z 2022-08-17T12:42:31.1902505Z Strategy: Delta Debugging (G: 1) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1913315Z FAIL: Delta Debugging 2022-08-17T12:42:31.1913646Z 2022-08-17T12:42:31.1913977Z Strategy: Remove outputs (G: 1) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1920154Z SUCCESS: Went from 4 to 1 outputs 2022-08-17T12:42:31.1924863Z Trying granularity 4 2022-08-17T12:42:31.1925253Z 2022-08-17T12:42:31.1925579Z Strategy: Eliminate dead code (G: 4) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1927595Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1927969Z 2022-08-17T12:42:31.1928321Z Strategy: Remove unused inputs (G: 4) (5 nodes, 4 inputs) 2022-08-17T12:42:31.1934349Z SUCCESS: Went from 5 to 2 nodes 2022-08-17T12:42:31.1941042Z 2022-08-17T12:42:31.1941418Z # Working Repro with 2 nodes 2022-08-17T12:42:31.1942216Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1943348Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1943767Z 2022-08-17T12:42:31.1943797Z 2022-08-17T12:42:31.1943816Z 2022-08-17T12:42:31.1944023Z def forward(self, b_1): 2022-08-17T12:42:31.1944660Z return [b_1] 2022-08-17T12:42:31.1945135Z 2022-08-17T12:42:31.1945420Z 2022-08-17T12:42:31.1945612Z Trying granularity 2 2022-08-17T12:42:31.1945794Z 2022-08-17T12:42:31.1945969Z Strategy: Eliminate dead code (G: 2) (2 nodes, 1 inputs) 2022-08-17T12:42:31.1946541Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1946922Z 2022-08-17T12:42:31.1947281Z Strategy: Remove unused inputs (G: 2) (2 nodes, 1 inputs) 2022-08-17T12:42:31.1947703Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1947876Z 2022-08-17T12:42:31.1948015Z Strategy: Truncate suffix (G: 2) (2 nodes, 1 inputs) 2022-08-17T12:42:31.1948750Z FAIL: Truncate suffix 2022-08-17T12:42:31.1949108Z 2022-08-17T12:42:31.1949453Z Strategy: Delta Debugging (G: 2) (2 nodes, 1 inputs) 2022-08-17T12:42:31.1953494Z FAIL: Delta Debugging 2022-08-17T12:42:31.1953984Z Trying granularity 1 2022-08-17T12:42:31.1954335Z 2022-08-17T12:42:31.1954683Z Strategy: Eliminate dead code (G: 1) (2 nodes, 1 inputs) 2022-08-17T12:42:31.1955379Z FAIL: Eliminate dead code 2022-08-17T12:42:31.1955742Z 2022-08-17T12:42:31.1956103Z Strategy: Remove unused inputs (G: 1) (2 nodes, 1 inputs) 2022-08-17T12:42:31.1957154Z FAIL: Remove unused inputs 2022-08-17T12:42:31.1957532Z 2022-08-17T12:42:31.1957868Z Strategy: Truncate suffix (G: 1) (2 nodes, 1 inputs) 2022-08-17T12:42:31.1960324Z FAIL: Truncate suffix 2022-08-17T12:42:31.1960690Z 2022-08-17T12:42:31.1960993Z Strategy: Delta Debugging (G: 1) (2 nodes, 1 inputs) 2022-08-17T12:42:31.1964169Z FAIL: Delta Debugging 2022-08-17T12:42:31.1964510Z 2022-08-17T12:42:31.1964852Z Strategy: Remove outputs (G: 1) (2 nodes, 1 inputs) 2022-08-17T12:42:31.1965476Z FAIL: Remove outputs 2022-08-17T12:42:31.1969638Z Made 13 queries 2022-08-17T12:42:31.1972922Z 2022-08-17T12:42:31.1973161Z # Working Repro with 2 nodes 2022-08-17T12:42:31.1973976Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-08-17T12:42:31.1974736Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-08-17T12:42:31.1975016Z 2022-08-17T12:42:31.1975053Z 2022-08-17T12:42:31.1975072Z 2022-08-17T12:42:31.1975174Z def forward(self, b_1): 2022-08-17T12:42:31.1975427Z return [b_1] 2022-08-17T12:42:31.1975652Z 2022-08-17T12:42:31.1975786Z 2022-08-17T12:42:31.1976223Z ok (0.029s) 2022-08-17T12:42:31.1977849Z 2022-08-17T12:42:31.1978733Z ---------------------------------------------------------------------- 2022-08-17T12:42:31.1979369Z Ran 3 tests in 1.603s 2022-08-17T12:42:31.1979677Z 2022-08-17T12:42:31.1979835Z OK 2022-08-17T12:42:31.1980092Z 2022-08-17T12:42:31.1980539Z Generating XML reports... 2022-08-17T12:42:31.2027801Z Generated XML report: test-reports/python-unittest/functorch.test.test_minifier/TEST-TestMinifier-20220817124229.xml 2022-08-17T12:42:31.5964366Z Running /var/lib/jenkins/workspace/functorch/test/test_ops ... [2022-08-17 12:42:31.595952] 2022-08-17T12:42:31.5965160Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:42:31.596026] 2022-08-17T12:42:35.3693538Z /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-08-17T12:42:35.3694936Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:35.3696742Z /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-08-17T12:42:35.3697999Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:35.3724181Z /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-08-17T12:42:35.3725914Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:35.3727590Z /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-08-17T12:42:35.3728729Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:35.3731758Z /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-08-17T12:42:35.3732633Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:35.3741361Z /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-08-17T12:42:35.3742813Z warnings.warn(msg, FutureWarning) 2022-08-17T12:42:36.0696841Z Test results will be stored in test-reports/python-unittest/functorch.test.test_ops 2022-08-17T12:42:36.1728232Z 2022-08-17T12:42:36.1729283Z Running tests... 2022-08-17T12:42:36.1730220Z ---------------------------------------------------------------------- 2022-08-17T12:42:36.3212088Z test_extremal_numerics_binary_cross_entropy_cuda (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-08-17T12:42:37.9869249Z test_extremal_numerics_cross_entropy_cuda (__main__.TestOperatorsCUDA) ... ok (1.666s) 2022-08-17T12:42:38.4546392Z test_extremal_numerics_l1_loss_cuda (__main__.TestOperatorsCUDA) ... ok (0.468s) 2022-08-17T12:42:38.4568507Z test_extremal_numerics_layer_norm_cuda (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-08-17T12:42:38.4584710Z test_extremal_numerics_log_softmax_cuda (__main__.TestOperatorsCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_ops.py:1257: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T12:42:38.4585976Z result = torch.nn.functional.log_softmax(input) 2022-08-17T12:42:38.4592482Z /var/lib/jenkins/workspace/functorch/functorch/_src/eager_transforms.py:270: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T12:42:38.4593583Z primals_out = func(*diff_primals) 2022-08-17T12:42:38.5253466Z ok (0.068s) 2022-08-17T12:42:39.0922630Z test_extremal_numerics_mse_loss_cuda (__main__.TestOperatorsCUDA) ... ok (0.567s) 2022-08-17T12:42:39.6814789Z test_extremal_numerics_nll_loss_cuda (__main__.TestOperatorsCUDA) ... ok (0.589s) 2022-08-17T12:42:39.6832604Z test_extremal_numerics_softmax_cuda (__main__.TestOperatorsCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_ops.py:1245: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T12:42:39.6834083Z result = torch.nn.functional.softmax(input) 2022-08-17T12:42:39.6840008Z /var/lib/jenkins/workspace/functorch/functorch/_src/eager_transforms.py:270: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-08-17T12:42:39.6841022Z primals_out = func(*diff_primals) 2022-08-17T12:42:39.7518647Z ok (0.070s) 2022-08-17T12:42:39.7570271Z test_grad_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:39.7619680Z test_grad_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:39.7943222Z test_grad___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:42:39.8434327Z test_grad___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:42:39.8616985Z test_grad___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:42:39.8850766Z test_grad___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:42:40.3339673Z test_grad___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.449s) 2022-08-17T12:42:40.3540049Z test_grad___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:42:40.3738184Z test_grad___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:42:40.3772215Z test_grad___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:850: 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-08-17T12:42:40.3773049Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-08-17T12:42:40.3973794Z ok (0.023s) 2022-08-17T12:42:40.4159661Z test_grad___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:42:40.5480205Z test_grad__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-08-17T12:42:40.6800813Z test_grad__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-08-17T12:42:40.6824486Z test_grad__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:40.6847738Z test_grad__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:40.7098021Z test_grad__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:42:40.7315031Z test_grad__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:42:40.7612884Z test_grad__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:42:40.7938951Z test_grad__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:42:40.9402660Z test_grad__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-08-17T12:42:41.0883701Z test_grad__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-08-17T12:42:41.1187787Z test_grad__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:42:41.8021114Z test_grad__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.683s) 2022-08-17T12:42:41.8692551Z test_grad__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:42:45.1608672Z test_grad__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.291s) 2022-08-17T12:42:45.1907704Z test_grad__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:42:45.2218262Z test_grad__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:42:45.4730514Z test_grad__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.251s) 2022-08-17T12:42:45.5893483Z test_grad__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-08-17T12:42:45.8302456Z test_grad__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.241s) 2022-08-17T12:42:45.8346229Z test_grad_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:45.8411176Z test_grad_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:42:45.8475299Z test_grad_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:45.8691511Z test_grad_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:42:45.8883839Z test_grad_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:45.9283157Z test_grad_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:42:45.9655178Z test_grad_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:42:45.9758358Z test_grad_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:42:45.9858023Z test_grad_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:42:46.0041819Z test_grad_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:42:46.0171469Z test_grad_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:42:46.0194035Z test_grad_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.0218090Z test_grad_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.0514046Z test_grad_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:42:46.0806976Z test_grad_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:42:46.0831645Z test_grad_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.0869802Z test_grad_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:46.0894419Z test_grad_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.0917049Z test_grad_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.0941150Z test_grad_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.0965001Z test_grad_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.0987010Z test_grad_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.1010973Z test_grad_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.1105523Z test_grad_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:42:46.1125563Z test_grad_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:42:46.1165199Z test_grad_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:46.1205453Z test_grad_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:46.1424528Z test_grad_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:42:46.1463186Z test_grad_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:46.1500980Z test_grad_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:46.1616188Z test_grad_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:42:46.1733498Z test_grad_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:42:46.1852543Z test_grad_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:42:46.2036277Z test_grad_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:42:46.2118359Z test_grad_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:46.2206359Z test_grad_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:42:46.2281303Z test_grad_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:42:46.2392949Z test_grad_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:42:46.2436541Z test_grad_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:46.2458622Z test_grad_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.2480764Z test_grad_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.2502356Z test_grad_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.2560821Z test_grad_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:46.2671107Z test_grad_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:42:46.2692866Z test_grad_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.2717139Z test_grad_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.2738681Z test_grad_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:46.2815847Z test_grad_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:46.2960131Z test_grad_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:42:46.8015197Z test_grad_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.505s) 2022-08-17T12:42:46.8054058Z test_grad_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:46.8112404Z test_grad_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:15579: 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-08-17T12:42:46.8113168Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-08-17T12:42:47.8622545Z ok (1.056s) 2022-08-17T12:42:47.8645888Z test_grad_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:47.8668884Z test_grad_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:48.0964868Z test_grad_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-08-17T12:42:48.0965538Z L = torch.cholesky(A) 2022-08-17T12:42:48.0965808Z should be replaced with 2022-08-17T12:42:48.0966339Z L = torch.linalg.cholesky(A) 2022-08-17T12:42:48.0966601Z and 2022-08-17T12:42:48.0966851Z U = torch.cholesky(A, upper=True) 2022-08-17T12:42:48.0967131Z should be replaced with 2022-08-17T12:42:48.0967400Z U = torch.linalg.cholesky(A).mH(). 2022-08-17T12:42:48.0967965Z 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:1816.) 2022-08-17T12:42:48.0968543Z return self.op(*args, **kwargs) 2022-08-17T12:42:48.1203029Z ok (0.253s) 2022-08-17T12:42:48.3258198Z test_grad_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.205s) 2022-08-17T12:42:48.3577929Z test_grad_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:42:48.3649524Z test_grad_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:42:48.3737668Z test_grad_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:42:48.3923510Z test_grad_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:42:48.4109149Z test_grad_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:42:48.4156040Z test_grad_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:48.4235555Z test_grad_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:48.4670931Z test_grad_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:42:48.4847634Z test_grad_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:42:48.4901082Z test_grad_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:48.4936514Z test_grad_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-08-17T12:42:48.5545054Z test_grad_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:42:48.5590743Z test_grad_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:48.5785780Z test_grad_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:48.5928119Z test_grad_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:42:48.5988357Z test_grad_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:48.6047009Z test_grad_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:48.6071852Z test_grad_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:48.7051067Z test_grad_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-08-17T12:42:48.7130125Z test_grad_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:48.7197765Z test_grad_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:42:48.7264335Z test_grad_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:42:48.7497268Z test_grad_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:42:48.7569316Z test_grad_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:42:48.7794798Z test_grad_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:42:48.7852051Z test_grad_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:48.8051326Z test_grad_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:42:48.8252047Z test_grad_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:42:48.8336534Z test_grad_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:48.8538846Z test_grad_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:42:48.8830741Z test_grad_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:42:49.0267866Z test_grad_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-08-17T12:42:49.8222886Z test_grad_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.795s) 2022-08-17T12:42:49.9434641Z test_grad_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-08-17T12:42:49.9640642Z test_grad_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:42:49.9860446Z test_grad_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:42:50.0063927Z test_grad_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:42:50.0104796Z test_grad_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:50.0187713Z test_grad_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:50.0257774Z test_grad_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:42:50.0314497Z test_grad_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:50.0383772Z test_grad_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:42:50.0444102Z test_grad_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-08-17T12:42:50.0445194Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-08-17T12:42:50.0445612Z L, _ = torch.eig(A) 2022-08-17T12:42:50.0445877Z should be replaced with 2022-08-17T12:42:50.0446181Z L_complex = torch.linalg.eigvals(A) 2022-08-17T12:42:50.0446456Z and 2022-08-17T12:42:50.0446699Z L, V = torch.eig(A, eigenvectors=True) 2022-08-17T12:42:50.0446996Z should be replaced with 2022-08-17T12:42:50.0447490Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3378.) 2022-08-17T12:42:50.0447950Z return self.op(*args, **kwargs) 2022-08-17T12:42:50.0496381Z ok (0.011s) 2022-08-17T12:42:50.0729505Z test_grad_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:42:50.0752956Z test_grad_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:50.0774402Z test_grad_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:50.0796147Z test_grad_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:50.0817924Z test_grad_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:50.0854906Z test_grad_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:50.2931872Z test_grad_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.207s) 2022-08-17T12:42:50.5044545Z test_grad_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.211s) 2022-08-17T12:42:50.6868104Z test_grad_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.182s) 2022-08-17T12:42:50.6925707Z test_grad_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:50.6987179Z test_grad_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:50.7116098Z test_grad_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:42:50.7151444Z test_grad_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-08-17T12:42:50.7497128Z test_grad_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:42:50.7662526Z test_grad_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:42:50.7818742Z test_grad_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:42:50.7911288Z test_grad_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:42:50.8063566Z test_grad_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:42:50.8275812Z test_grad_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:42:50.8437687Z test_grad_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:42:50.8552210Z test_grad_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:42:50.8684179Z test_grad_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:42:50.8826579Z test_grad_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:42:50.8911053Z test_grad_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:50.9060481Z test_grad_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:42:50.9202603Z test_grad_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:42:50.9361771Z test_grad_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:42:50.9494635Z test_grad_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:42:50.9632041Z test_grad_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:42:50.9783255Z test_grad_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:42:50.9901043Z test_grad_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:42:51.0025227Z test_grad_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:42:51.0164868Z test_grad_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:42:51.0222423Z test_grad_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:51.0311410Z test_grad_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:42:51.0444787Z test_grad_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:42:51.0488606Z test_grad_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:51.0534621Z test_grad_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:51.0611478Z test_grad_float_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:51.0676643Z test_grad_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:51.0918990Z test_grad_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:42:51.0953500Z test_grad_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-08-17T12:42:51.0975864Z test_grad_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:51.1168132Z test_grad_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:51.1363587Z test_grad_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:51.1576250Z test_grad_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:42:51.1630598Z test_grad_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:51.4482996Z test_grad_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.285s) 2022-08-17T12:42:51.4505313Z test_grad_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:51.4603466Z test_grad_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:42:51.4627622Z test_grad_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:51.4649524Z test_grad_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:51.5025206Z test_grad_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:42:51.5049990Z test_grad_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:42:51.5133671Z test_grad_half_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:51.5203754Z test_grad_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:42:51.5226497Z test_grad_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:51.5248241Z test_grad_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:51.5305208Z test_grad_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:51.5369577Z test_grad_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:51.5560114Z test_grad_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:52.1395225Z test_grad_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.583s) 2022-08-17T12:42:52.1417544Z test_grad_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.1441671Z test_grad_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.1631468Z test_grad_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:52.1710339Z test_grad_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:52.1777063Z test_grad_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:42:52.1883418Z test_grad_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:42:52.2051307Z test_grad_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:42:52.2079690Z test_grad_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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:882.) 2022-08-17T12:42:52.2080414Z return self.op(*args, **kwargs) 2022-08-17T12:42:52.2846650Z ok (0.079s) 2022-08-17T12:42:52.2910004Z test_grad_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:52.2973727Z test_grad_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:52.2996197Z test_grad_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3017880Z test_grad_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3182133Z test_grad_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:42:52.3204022Z test_grad_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3225996Z test_grad_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3247604Z test_grad_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3269487Z test_grad_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3291157Z test_grad_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3312924Z test_grad_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3336687Z test_grad_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3359258Z test_grad_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3393333Z test_grad_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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:979.) 2022-08-17T12:42:52.3394132Z return self.op(*args, **kwargs) 2022-08-17T12:42:52.3695213Z ok (0.033s) 2022-08-17T12:42:52.3717597Z test_grad_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3739542Z test_grad_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3761346Z test_grad_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3785857Z test_grad_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3807788Z test_grad_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.3850923Z test_grad_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:52.4015004Z test_grad_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:42:52.4217066Z test_grad_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:42:52.4239301Z test_grad_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:52.4546289Z test_grad_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:42:52.7851155Z test_grad_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.330s) 2022-08-17T12:42:52.8127260Z test_grad_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:42:52.8417811Z test_grad_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:42:52.8525052Z test_grad_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:42:52.8600849Z test_grad_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:42:52.8806021Z test_grad_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:42:53.3401083Z test_grad_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.459s) 2022-08-17T12:42:53.3629701Z test_grad_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:42:53.3832863Z test_grad_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:42:53.3996342Z test_grad_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:42:53.4482432Z test_grad_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:42:53.4654874Z test_grad_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:42:53.4833808Z test_grad_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:42:53.4855833Z test_grad_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:53.4878052Z test_grad_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:53.4899873Z test_grad_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:53.5566455Z test_grad_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:42:53.6207967Z test_grad_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:42:53.7009942Z test_grad_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-08-17T12:42:53.8420099Z test_grad_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-08-17T12:42:53.9262282Z test_grad_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:42:54.4515481Z test_grad_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.525s) 2022-08-17T12:42:54.5751299Z test_grad_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-08-17T12:42:54.6131509Z test_grad_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:42:54.6153480Z test_grad_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:54.6175628Z test_grad_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:54.6359341Z test_grad_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:42:54.6762938Z test_grad_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:42:54.7114511Z test_grad_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:42:54.7707905Z test_grad_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:42:54.7921191Z test_grad_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:42:54.7943081Z 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-08-17T12:42:54.8766393Z test_grad_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T12:42:54.8985441Z test_grad_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:42:54.9424217Z test_grad_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:42:54.9882017Z test_grad_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:42:55.5883074Z test_grad_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.600s) 2022-08-17T12:42:56.1388649Z test_grad_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.550s) 2022-08-17T12:42:56.1942192Z test_grad_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:42:56.2023366Z test_grad_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:56.2161558Z test_grad_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:42:56.2358464Z test_grad_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:42:56.3090804Z test_grad_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:42:56.5601851Z test_grad_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.251s) 2022-08-17T12:42:56.5625620Z test_grad_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:56.5683963Z test_grad_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:56.5720842Z test_grad_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:56.5780265Z test_grad_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:56.5837665Z test_grad_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:56.5936068Z test_grad_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:42:56.6040609Z test_grad_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:42:56.6086059Z test_grad_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:56.6128099Z test_grad_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:56.6251348Z test_grad_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:42:56.6484444Z test_grad_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:42:56.6508785Z test_grad_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:56.6530837Z test_grad_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:56.6554192Z test_grad_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:56.6576093Z test_grad_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:56.6658040Z test_grad_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:56.6680382Z test_grad_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:56.6928191Z test_grad_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:42:56.6951497Z test_grad_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:56.6974430Z test_grad_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:56.6998534Z test_grad_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:56.7033350Z test_grad_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1658: 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-08-17T12:42:56.7034437Z LU, pivots = torch.lu(A, compute_pivots) 2022-08-17T12:42:56.7034737Z should be replaced with 2022-08-17T12:42:56.7035042Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-08-17T12:42:56.7035334Z and 2022-08-17T12:42:56.7035633Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-08-17T12:42:56.7035960Z should be replaced with 2022-08-17T12:42:56.7036432Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2114.) 2022-08-17T12:42:56.7036978Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-08-17T12:42:56.8438557Z ok (0.144s) 2022-08-17T12:42:56.8475947Z test_grad_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-08-17T12:42:56.8476794Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-08-17T12:42:56.8477132Z X = torch.lu_solve(B, LU, pivots) 2022-08-17T12:42:56.8477417Z should be replaced with 2022-08-17T12:42:56.8477870Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2268.) 2022-08-17T12:42:56.8478345Z return self.op(*args, **kwargs) 2022-08-17T12:42:56.9831249Z ok (0.139s) 2022-08-17T12:42:57.0403146Z test_grad_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:42:57.0494289Z test_grad_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:42:57.0582405Z test_grad_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:42:57.0744064Z test_grad_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:42:57.0833597Z test_grad_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:42:57.0942532Z test_grad_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:42:57.1073544Z test_grad_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:42:57.1355981Z test_grad_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:42:57.1465792Z test_grad_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:42:57.1661250Z test_grad_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:57.1712247Z test_grad_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:57.1794950Z test_grad_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:57.1987983Z test_grad_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:57.2234078Z test_grad_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:42:57.2442053Z test_grad_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:42:57.2668799Z test_grad_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:42:57.2890137Z test_grad_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:42:57.3083706Z test_grad_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:57.3135958Z test_grad_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:57.3216085Z test_grad_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:57.3410292Z test_grad_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:57.3452890Z test_grad_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:57.3585894Z test_grad_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:42:57.3631925Z test_grad_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:57.3684882Z test_grad_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:57.3868753Z test_grad_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:42:57.3891150Z test_grad_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:57.3933337Z test_grad_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:42:57.4125933Z test_grad_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:57.4317832Z test_grad_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:57.4510760Z test_grad_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:42:57.4572547Z test_grad_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:57.5073516Z test_grad_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T12:42:57.5286024Z test_grad_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:42:57.6811646Z test_grad_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-08-17T12:42:57.7241500Z test_grad_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:42:57.7324942Z test_grad_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:42:57.7738182Z test_grad_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:42:57.7760778Z test_grad_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:57.7795146Z test_grad_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-08-17T12:42:57.7817383Z test_grad_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:57.7839161Z test_grad_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:57.7860734Z test_grad_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:57.7883208Z test_grad_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:57.7905070Z test_grad_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:42:57.8011034Z test_grad_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:42:57.8170098Z test_grad_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:42:57.8351164Z test_grad_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:42:57.8492413Z test_grad_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:42:57.8851185Z test_grad_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:42:57.9159867Z test_grad_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:42:57.9305773Z test_grad_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:42:57.9422705Z test_grad_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:42:57.9552018Z test_grad_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:42:58.2017551Z test_grad_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.246s) 2022-08-17T12:42:58.2306988Z test_grad_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:42:58.3002715Z test_grad_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:42:58.3262115Z test_grad_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:42:58.4017108Z test_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-08-17T12:42:58.4075118Z test_grad_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:59.0257674Z test_grad_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.618s) 2022-08-17T12:42:59.0728405Z test_grad_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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:885.) 2022-08-17T12:42:59.0729214Z return self.op(*args, **kwargs) 2022-08-17T12:42:59.1194258Z ok (0.094s) 2022-08-17T12:42:59.1243477Z test_grad_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:59.1299459Z test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:59.1355002Z test_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:59.1406434Z test_grad_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:59.1453689Z test_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:59.1504813Z test_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:59.1556142Z test_grad_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:59.1608359Z test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:59.1658587Z test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:59.1709425Z test_grad_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:42:59.2001843Z test_grad_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:42:59.2309726Z test_grad_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:42:59.2618151Z test_grad_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:42:59.2894739Z test_grad_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:42:59.3217064Z test_grad_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:42:59.3606612Z test_grad_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:42:59.3674836Z test_grad_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:42:59.3700265Z 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-08-17T12:42:59.3701461Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-08-17T12:42:59.3886872Z ok (0.021s) 2022-08-17T12:42:59.4104634Z test_grad_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:42:59.4396415Z test_grad_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:42:59.4454012Z test_grad_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:59.5039685Z test_grad_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:42:59.5101714Z test_grad_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:42:59.5206699Z test_grad_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:42:59.5336885Z test_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:42:59.5492519Z test_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:42:59.6137036Z test_grad_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:42:59.6956706Z test_grad_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T12:43:00.8243980Z test_grad_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.128s) 2022-08-17T12:43:00.8364897Z test_grad_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:00.8951287Z test_grad_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:43:00.9510892Z test_grad_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:43:00.9655005Z test_grad_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:00.9750484Z test_grad_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:00.9808283Z test_grad_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:00.9879876Z test_grad_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:00.9978033Z test_grad_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:01.0256836Z test_grad_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:43:01.0452448Z test_grad_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:01.0678131Z test_grad_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:43:01.0865366Z test_grad_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:01.1039786Z test_grad_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:01.1213890Z test_grad_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:01.1387132Z test_grad_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:01.1559339Z test_grad_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:01.1733591Z test_grad_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:01.1780862Z 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-08-17T12:43:01.1781979Z warnings.warn( 2022-08-17T12:43:01.2005421Z ok (0.027s) 2022-08-17T12:43:01.2149693Z test_grad_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:01.2303572Z test_grad_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:01.2433499Z test_grad_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:01.2802263Z test_grad_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:43:01.3074872Z test_grad_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:01.3132976Z test_grad_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:01.3595396Z test_grad_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:43:02.7172733Z test_grad_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.358s) 2022-08-17T12:43:04.8581658Z test_grad_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.141s) 2022-08-17T12:43:05.7246603Z test_grad_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.866s) 2022-08-17T12:43:06.0285448Z test_grad_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.304s) 2022-08-17T12:43:06.1689973Z test_grad_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-08-17T12:43:06.7339596Z test_grad_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.565s) 2022-08-17T12:43:06.9705254Z test_grad_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.236s) 2022-08-17T12:43:07.1671595Z test_grad_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.196s) 2022-08-17T12:43:07.2642421Z test_grad_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-08-17T12:43:07.2710175Z test_grad_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:07.2847183Z test_grad_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:07.3042096Z test_grad_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:07.3087767Z test_grad_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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-08-17T12:43:07.3089964Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:43:07.3114692Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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-08-17T12:43:07.3117054Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:43:07.3129054Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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-08-17T12:43:07.3131045Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:43:07.3136775Z ok (0.009s) 2022-08-17T12:43:07.3199943Z test_grad_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:07.3317974Z test_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:07.4191888Z test_grad_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:43:07.4385929Z test_grad_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:07.4568989Z test_grad_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:07.5183907Z test_grad_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:43:07.5359429Z test_grad_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:07.5532148Z test_grad_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:07.5701408Z test_grad_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:07.5838806Z test_grad_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:07.5887228Z test_grad_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:07.5932751Z test_grad_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:07.7775119Z test_grad_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.184s) 2022-08-17T12:43:07.8198338Z test_grad_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:43:07.8256174Z test_grad_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:07.8329010Z test_grad_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:07.8396025Z test_grad_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:07.8453663Z test_grad_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:07.8517003Z test_grad_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:07.8691976Z test_grad_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:07.8812162Z test_grad_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:07.8915012Z test_grad_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:07.9026372Z test_grad_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:07.9083903Z test_grad_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:07.9167317Z test_grad_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:07.9234091Z test_grad_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:07.9294640Z test_grad_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:07.9376910Z test_grad_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:07.9640333Z test_grad_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:07.9915552Z test_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:08.3033645Z test_grad_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.312s) 2022-08-17T12:43:08.3065212Z 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-08-17T12:43:08.3065997Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-08-17T12:43:08.3112182Z ok (0.008s) 2022-08-17T12:43:08.3148478Z 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-08-17T12:43:08.3149239Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-08-17T12:43:08.3284450Z ok (0.017s) 2022-08-17T12:43:08.3307159Z test_grad_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:08.3998670Z test_grad_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:43:08.4067910Z test_grad_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:08.4157313Z test_grad_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:08.4231834Z test_grad_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:08.4356559Z test_grad_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:08.4396398Z test_grad_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:08.4417828Z test_grad_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:08.4439532Z test_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:08.4855646Z test_grad_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:43:08.4877299Z test_grad_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:08.4919691Z test_grad_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:09.7605462Z test_grad_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.268s) 2022-08-17T12:43:09.7675411Z test_grad_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:09.7910870Z test_grad_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:09.8121136Z test_grad_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:43:11.1332684Z test_grad_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.321s) 2022-08-17T12:43:11.1486090Z test_grad_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:11.1637686Z test_grad_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:11.1788333Z test_grad_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:11.1938960Z test_grad_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:11.1992182Z test_grad_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:11.2226699Z test_grad_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:11.2795106Z test_grad_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:43:11.3186714Z test_grad_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:43:11.3222880Z test_grad_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T12:43:11.3224158Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T12:43:11.3224652Z Q, R = torch.qr(A, some) 2022-08-17T12:43:11.3224922Z should be replaced with 2022-08-17T12:43:11.3225565Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2544.) 2022-08-17T12:43:11.3226061Z return self.op(*args, **kwargs) 2022-08-17T12:43:11.4036155Z ok (0.085s) 2022-08-17T12:43:11.5571516Z test_grad_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-08-17T12:43:11.5629844Z test_grad_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:11.5653630Z test_grad_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:11.5675534Z test_grad_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:11.5696787Z test_grad_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:11.5755942Z test_grad_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:11.5811264Z test_grad_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:11.5870739Z test_grad_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:11.6088090Z test_grad_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:43:11.6190833Z test_grad_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:11.6489233Z test_grad_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:11.6577154Z test_grad_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:11.6649848Z test_grad_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:11.6800523Z test_grad_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:11.6821901Z test_grad_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:11.6843499Z test_grad_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:11.6886819Z test_grad_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:11.6930083Z test_grad_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:11.7134131Z test_grad_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:11.7588926Z test_grad_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:43:11.7624329Z test_grad_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:11.7680249Z test_grad_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:11.7735861Z test_grad_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:11.7791704Z test_grad_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:11.7852215Z test_grad_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:11.8062870Z test_grad_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:43:11.8236517Z test_grad_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:11.8427516Z test_grad_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:11.8483524Z test_grad_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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:1531.) 2022-08-17T12:43:11.8484491Z return self.op(*args, **kwargs) 2022-08-17T12:43:11.8789863Z ok (0.036s) 2022-08-17T12:43:11.9151335Z test_grad_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:43:11.9515986Z test_grad_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:43:12.0024395Z test_grad_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:43:12.0334260Z test_grad_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:43:12.0356780Z test_grad_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:12.1953505Z test_grad_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-08-17T12:43:12.3392320Z test_grad_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-08-17T12:43:12.3478726Z test_grad_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:12.3592741Z test_grad_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:12.3629647Z test_grad_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:12.3651278Z test_grad_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:12.3673418Z test_grad_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:12.3731766Z test_grad_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:12.3766444Z test_grad_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-08-17T12:43:12.3790228Z test_grad_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:12.3828369Z test_grad_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:12.6933237Z test_grad_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.310s) 2022-08-17T12:43:12.6969452Z test_grad_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:12.7166177Z test_grad_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:12.7264988Z test_grad_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:12.7373153Z test_grad_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:12.7864989Z test_grad_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:43:12.7892736Z test_grad_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:1226: 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:68.) 2022-08-17T12:43:12.7894051Z .to_sparse_csr() 2022-08-17T12:43:12.7941663Z expected failure (0.008s) 2022-08-17T12:43:12.7963757Z test_grad_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:12.7987711Z test_grad_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:12.8008511Z test_grad_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:12.8032194Z test_grad_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:12.8053824Z test_grad_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:12.8076113Z test_grad_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:12.8099467Z test_grad_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:12.8120200Z test_grad_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:12.8138055Z test_grad_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:13.0218352Z test_grad_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.208s) 2022-08-17T12:43:15.4145339Z test_grad_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.393s) 2022-08-17T12:43:15.4169862Z test_grad_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:15.4191881Z test_grad_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:15.9553668Z test_grad_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.536s) 2022-08-17T12:43:15.9626545Z test_grad_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:15.9698949Z test_grad_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:15.9722889Z test_grad_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:15.9741321Z test_grad_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:16.2804377Z test_grad_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.306s) 2022-08-17T12:43:16.2828909Z test_grad_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:16.2852627Z test_grad_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:16.2874442Z test_grad_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:16.2895993Z test_grad_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:16.2965111Z test_grad_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:16.6431574Z test_grad_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.346s) 2022-08-17T12:43:16.6582698Z test_grad_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:16.6605096Z test_grad_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:16.6627009Z test_grad_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:16.6647678Z test_grad_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:16.6665709Z test_grad_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:16.6683089Z test_grad_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:16.6701276Z test_grad_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:16.6725059Z test_grad_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:16.6924516Z test_grad_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:16.6946528Z test_grad_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:16.7000150Z test_grad_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:16.7068998Z test_grad_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:16.7158066Z test_grad_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:16.7196341Z test_grad_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:16.7257303Z test_grad_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:16.7360569Z test_grad_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:16.7526290Z test_grad_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:16.7658180Z test_grad_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:16.7810195Z test_grad_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:16.7840655Z test_grad_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:612: 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:803.) 2022-08-17T12:43:16.7841649Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-08-17T12:43:16.8036315Z ok (0.022s) 2022-08-17T12:43:16.8248073Z test_grad_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:43:16.8486352Z test_grad_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:16.8577316Z test_grad_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:17.4839403Z test_grad_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.626s) 2022-08-17T12:43:18.8973163Z test_grad_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.413s) 2022-08-17T12:43:18.9022004Z test_grad_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T12:43:18.9023444Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T12:43:18.9023908Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T12:43:18.9024199Z should be replaced with 2022-08-17T12:43:18.9024608Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T12:43:18.9024894Z and 2022-08-17T12:43:18.9025159Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T12:43:18.9025453Z should be replaced with 2022-08-17T12:43:18.9026059Z 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:2992.) 2022-08-17T12:43:18.9026540Z return self.op(*args, **kwargs) 2022-08-17T12:43:18.9282834Z ok (0.031s) 2022-08-17T12:43:18.9341816Z test_grad_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:18.9455918Z test_grad_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:18.9608252Z test_grad_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:18.9647240Z test_grad_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:18.9684893Z test_grad_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:18.9753913Z test_grad_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:43:18.9826684Z test_grad_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:19.0188697Z test_grad_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:43:19.0268288Z test_grad_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-08-17T12:43:19.0503797Z test_grad_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:19.0544213Z test_grad_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:19.0667574Z test_grad_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:19.0915976Z test_grad_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:43:19.1158931Z test_grad_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:19.1201223Z test_grad_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-08-17T12:43:19.1202192Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-08-17T12:43:19.1202596Z X = torch.triangular_solve(B, A).solution 2022-08-17T12:43:19.1202896Z should be replaced with 2022-08-17T12:43:19.1203369Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2310.) 2022-08-17T12:43:19.1203839Z return self.op(*args, **kwargs) 2022-08-17T12:43:19.1492759Z ok (0.033s) 2022-08-17T12:43:19.1580879Z test_grad_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:19.1668622Z test_grad_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:19.1909583Z test_grad_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:19.1946602Z test_grad_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:19.2075160Z test_grad_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:19.2221548Z test_grad_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:19.2530578Z test_grad_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:43:19.2552826Z test_grad_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:19.2573880Z test_grad_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:19.2703097Z test_grad_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:19.2829685Z test_grad_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:19.2979803Z test_grad_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:19.3021756Z test_grad_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:19.3056962Z test_grad_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-08-17T12:43:19.3120358Z test_grad_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:19.3229801Z test_grad_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:19.3291263Z test_grad_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:19.3360399Z test_grad_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:19.3489246Z test_grad_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:19.3719341Z test_grad_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:19.3782137Z test_grad_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:19.3804292Z test_grad_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:43:19.3855364Z test_jvp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:19.3903621Z test_jvp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:19.4201043Z test_jvp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:19.4655532Z test_jvp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:43:19.4828850Z test_jvp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:19.5033796Z test_jvp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:19.5309998Z test_jvp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:19.5486129Z test_jvp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:19.5657312Z test_jvp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:19.5891836Z test_jvp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:19.6061416Z test_jvp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:19.7587063Z test_jvp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-08-17T12:43:19.9115989Z test_jvp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-08-17T12:43:19.9136458Z test_jvp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:19.9158444Z test_jvp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:19.9430192Z test_jvp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:19.9656018Z test_jvp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:20.0008908Z test_jvp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:43:20.0303557Z test_jvp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:43:20.1918862Z test_jvp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-08-17T12:43:20.3691633Z test_jvp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.177s) 2022-08-17T12:43:20.4014195Z test_jvp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:43:21.1705648Z test_jvp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.769s) 2022-08-17T12:43:21.2485391Z test_jvp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T12:43:21.4394847Z test_jvp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-08-17T12:43:21.4751355Z test_jvp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:43:21.5124834Z test_jvp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:43:21.7768884Z test_jvp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.264s) 2022-08-17T12:43:21.9099980Z test_jvp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.133s) 2022-08-17T12:43:22.1694318Z test_jvp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.259s) 2022-08-17T12:43:22.1749717Z test_jvp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:22.1863619Z test_jvp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:22.1927175Z test_jvp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:22.2248539Z test_jvp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:43:22.2446694Z test_jvp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:22.2880833Z test_jvp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:43:22.3306610Z test_jvp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:43:22.3412554Z test_jvp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:22.3514015Z test_jvp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:22.3706437Z test_jvp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:22.3850256Z test_jvp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:22.3870207Z test_jvp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.3889509Z test_jvp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.4244725Z test_jvp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:43:22.4599800Z test_jvp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:43:22.4622497Z test_jvp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.4659373Z test_jvp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:22.4681286Z test_jvp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.4702804Z test_jvp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.4724243Z test_jvp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.4744565Z test_jvp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.4765765Z test_jvp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.4787452Z test_jvp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.4962563Z test_jvp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:22.5075396Z test_jvp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:22.5132192Z test_jvp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:22.5170791Z test_jvp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:22.5454807Z test_jvp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:43:22.5507756Z test_jvp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:22.5544773Z test_jvp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:22.5680867Z test_jvp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:22.5817908Z test_jvp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:22.5957142Z test_jvp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:22.6135140Z test_jvp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:22.6220075Z test_jvp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:22.6240135Z test_jvp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.6261518Z test_jvp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.6362927Z test_jvp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:22.6403170Z test_jvp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:22.6424571Z test_jvp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.6448005Z test_jvp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.6467910Z test_jvp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.6532421Z test_jvp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:22.6655673Z test_jvp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:22.6677705Z test_jvp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.6699462Z test_jvp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.6721211Z test_jvp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.6791987Z test_jvp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:22.6924850Z test_jvp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:22.6943941Z test_jvp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.6994928Z test_jvp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:22.7014607Z test_jvp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.7034348Z test_jvp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.7054062Z test_jvp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.7073566Z test_jvp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:22.7317463Z test_jvp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:22.7579646Z test_jvp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:22.7707975Z test_jvp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:22.7838813Z test_jvp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:22.8109343Z test_jvp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:22.8381261Z test_jvp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:22.8434585Z test_jvp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:22.8508790Z test_jvp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:22.8967338Z test_jvp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:43:23.1316291Z test_jvp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.235s) 2022-08-17T12:43:23.1377168Z test_jvp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:23.1427758Z test_jvp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:23.2173887Z test_jvp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T12:43:23.2221788Z test_jvp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:23.2492280Z test_jvp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:23.2630595Z test_jvp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:23.2736406Z test_jvp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:23.2840893Z test_jvp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:23.2860337Z test_jvp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:23.4154875Z test_jvp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-08-17T12:43:23.4228163Z test_jvp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:23.4297442Z test_jvp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:23.4365590Z test_jvp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:23.4771297Z test_jvp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:43:23.4918468Z test_jvp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:23.5110397Z test_jvp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:23.5213996Z test_jvp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:23.5451959Z test_jvp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:23.5714722Z test_jvp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:23.5811245Z test_jvp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:23.6052873Z test_jvp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:23.6339919Z test_jvp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:43:23.7565724Z test_jvp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-08-17T12:43:23.7674512Z test_jvp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:23.8690461Z test_jvp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-08-17T12:43:23.8983779Z test_jvp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:43:23.9279237Z test_jvp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:43:23.9567429Z test_jvp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:43:23.9606308Z test_jvp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:23.9697733Z test_jvp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:23.9774414Z test_jvp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:23.9852920Z test_jvp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:23.9911986Z test_jvp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:23.9931109Z test_jvp_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.0144595Z test_jvp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:43:24.0164180Z test_jvp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.0183513Z test_jvp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.0203241Z test_jvp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.0222383Z test_jvp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.0276651Z test_jvp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:24.0385884Z test_jvp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:24.0439209Z test_jvp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:24.0542158Z test_jvp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:24.0645173Z test_jvp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:24.0712041Z test_jvp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:24.0863014Z test_jvp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:24.0916073Z test_jvp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:24.1050952Z test_jvp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:24.1202473Z test_jvp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:24.1370540Z test_jvp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:24.1465891Z test_jvp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:24.1610331Z test_jvp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:24.1765903Z test_jvp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:24.1943579Z test_jvp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:24.2076842Z test_jvp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:24.2236894Z test_jvp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:24.2409976Z test_jvp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:24.2508449Z test_jvp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:24.2662540Z test_jvp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:24.2825013Z test_jvp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:24.3010374Z test_jvp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:24.3141309Z test_jvp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:24.3289260Z test_jvp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:24.3456405Z test_jvp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:24.3586482Z test_jvp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:24.3731544Z test_jvp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:24.3897910Z test_jvp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:24.4009542Z test_jvp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:24.4112300Z test_jvp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:24.4261925Z test_jvp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:24.4309598Z test_jvp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:24.4357811Z test_jvp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:24.4377515Z test_jvp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.4397076Z test_jvp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.4619228Z test_jvp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:43:24.4669835Z test_jvp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:24.4689463Z test_jvp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.4870201Z test_jvp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:24.5057048Z test_jvp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:24.5358177Z test_jvp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:24.5457133Z test_jvp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:24.5520533Z test_jvp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:24.5541882Z test_jvp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.5651391Z test_jvp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:24.5672851Z test_jvp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.5694223Z test_jvp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.6076442Z test_jvp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:43:24.6098319Z test_jvp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.6120106Z test_jvp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.6140995Z test_jvp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.6162747Z test_jvp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.6183563Z test_jvp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.6262814Z test_jvp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:24.6324214Z test_jvp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:24.6604129Z test_jvp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:43:24.6718477Z test_jvp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:24.6739993Z test_jvp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.6761519Z test_jvp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.7111323Z test_jvp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:43:24.7237509Z test_jvp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:24.7357962Z test_jvp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:24.7540281Z test_jvp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:24.7873014Z test_jvp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:24.7893046Z test_jvp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.7959932Z test_jvp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:24.8015879Z test_jvp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:24.8035740Z test_jvp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8055242Z test_jvp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8239872Z test_jvp_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:24.8259364Z test_jvp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8280998Z test_jvp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8300163Z test_jvp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8319573Z test_jvp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8340742Z test_jvp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8360420Z test_jvp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8379711Z test_jvp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8399408Z test_jvp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8789877Z test_jvp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:43:24.8810113Z test_jvp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8829778Z test_jvp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8849209Z test_jvp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8869109Z test_jvp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8887985Z test_jvp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.8926231Z test_jvp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:24.9102545Z test_jvp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:24.9289065Z test_jvp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:24.9308640Z test_jvp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:24.9703292Z test_jvp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:43:24.9812404Z test_jvp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:25.0114142Z test_jvp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:25.0401164Z test_jvp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:43:25.0544835Z test_jvp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:25.0619848Z test_jvp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:25.0838103Z test_jvp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:43:25.1107345Z test_jvp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:25.1365110Z test_jvp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:25.1617371Z test_jvp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:43:25.1819987Z test_jvp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:25.2271374Z test_jvp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:43:25.2465686Z test_jvp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:25.2651996Z test_jvp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:25.2672060Z test_jvp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:25.2691485Z test_jvp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:25.2712372Z test_jvp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:25.2733218Z test_jvp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:25.3577945Z test_jvp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:43:25.4840936Z test_jvp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-08-17T12:43:25.6627360Z test_jvp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-08-17T12:43:25.7512860Z test_jvp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-08-17T12:43:26.3415161Z test_jvp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.590s) 2022-08-17T12:43:26.5093642Z test_jvp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.168s) 2022-08-17T12:43:26.5479635Z test_jvp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:43:26.5499617Z test_jvp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:26.5519236Z test_jvp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:26.5670607Z test_jvp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:26.6135926Z test_jvp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:43:26.6550129Z test_jvp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:43:26.7160589Z test_jvp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:43:26.7373778Z test_jvp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:43:26.7394153Z 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-08-17T12:43:26.8358990Z test_jvp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T12:43:26.8637366Z test_jvp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:43:26.9039764Z test_jvp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:43:26.9428720Z test_jvp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:43:27.5868674Z test_jvp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.644s) 2022-08-17T12:43:28.2539147Z test_jvp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.667s) 2022-08-17T12:43:28.3369915Z test_jvp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T12:43:28.3455451Z test_jvp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:28.3575288Z test_jvp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:28.3818957Z test_jvp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:28.4563802Z test_jvp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T12:43:28.7551853Z test_jvp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.299s) 2022-08-17T12:43:28.7573601Z test_jvp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:28.7684413Z test_jvp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:28.7739544Z test_jvp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:28.7849171Z test_jvp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:28.7956586Z test_jvp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:28.8082484Z test_jvp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:28.8207350Z test_jvp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:28.8246895Z test_jvp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:28.8288210Z test_jvp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:28.8308719Z test_jvp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:28.8559348Z test_jvp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:43:28.8580726Z test_jvp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:28.8602155Z test_jvp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:28.8623641Z test_jvp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:28.8644759Z test_jvp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:28.8814647Z test_jvp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:28.8834959Z test_jvp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:28.9132298Z test_jvp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:28.9154440Z test_jvp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:28.9175879Z test_jvp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:28.9197443Z test_jvp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:29.0842316Z test_jvp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-08-17T12:43:29.2406398Z test_jvp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.156s) 2022-08-17T12:43:29.3249740Z test_jvp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:43:29.3360342Z test_jvp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:29.3470153Z test_jvp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:29.3767658Z test_jvp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:29.3937079Z test_jvp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:29.4093817Z test_jvp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:29.4248985Z test_jvp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:29.4521970Z test_jvp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:29.4640597Z test_jvp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:29.4831113Z test_jvp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:29.4887446Z test_jvp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:29.4974787Z test_jvp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:29.5171979Z test_jvp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:29.5477246Z test_jvp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:29.5705284Z test_jvp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:29.5980545Z test_jvp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:29.6254220Z test_jvp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:29.6444632Z test_jvp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:29.6497831Z test_jvp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:29.6581035Z test_jvp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:29.6772116Z test_jvp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:29.6810806Z test_jvp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:29.6958529Z test_jvp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:29.7009883Z test_jvp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:29.7063635Z test_jvp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:29.7326657Z test_jvp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:29.7346837Z test_jvp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:29.7386895Z test_jvp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:29.7821761Z test_jvp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:43:29.8263106Z test_jvp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:43:29.8671670Z test_jvp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:43:29.8782230Z test_jvp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:29.9480127Z test_jvp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:43:29.9714359Z test_jvp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:30.1432081Z test_jvp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-08-17T12:43:30.1992953Z test_jvp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:43:30.2081627Z test_jvp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:30.2101234Z test_jvp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:30.2120896Z test_jvp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:30.2170992Z test_jvp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:30.2190730Z test_jvp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:30.2210210Z test_jvp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:30.2229847Z test_jvp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:30.2249164Z test_jvp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:30.2268920Z test_jvp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:30.2377817Z test_jvp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:30.2550140Z test_jvp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:30.2750740Z test_jvp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:30.2902757Z test_jvp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:30.3318138Z test_jvp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:43:30.3677469Z test_jvp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:43:30.3838896Z test_jvp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:30.3971325Z test_jvp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:30.4116448Z test_jvp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:30.4421539Z test_jvp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:30.4719722Z test_jvp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:30.5401435Z test_jvp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:43:30.5661753Z test_jvp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:30.6451883Z test_jvp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:43:30.6556645Z test_jvp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:30.6798966Z test_jvp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:30.7492660Z test_jvp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:43:30.7534956Z test_jvp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:30.7581591Z test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:30.7627529Z test_jvp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:30.7674289Z test_jvp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:30.7718691Z test_jvp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:30.7765321Z test_jvp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:30.7811714Z test_jvp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:30.7856797Z test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:30.7901696Z test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:30.7946647Z test_jvp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:30.8215190Z test_jvp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:30.8481769Z test_jvp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:30.8757596Z test_jvp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:30.9010389Z test_jvp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:43:30.9340212Z test_jvp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:30.9808548Z test_jvp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:43:30.9830923Z test_jvp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:31.0362848Z test_jvp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:43:31.0899186Z test_jvp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:43:31.1636145Z test_jvp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T12:43:31.1743310Z test_jvp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:31.1765079Z test_jvp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:31.1836616Z test_jvp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:31.1954076Z test_jvp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:31.2271845Z test_jvp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:43:31.2639892Z test_jvp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:43:31.3358327Z test_jvp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:43:31.4274617Z test_jvp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-08-17T12:43:32.5294941Z test_jvp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.102s) 2022-08-17T12:43:32.5436533Z test_jvp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:32.6152084Z test_jvp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:43:32.6173085Z test_jvp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:32.6351279Z test_jvp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:32.6455957Z test_jvp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:32.6564650Z test_jvp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:32.6646771Z test_jvp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:32.6757763Z test_jvp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:32.7040572Z test_jvp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:43:32.7233646Z test_jvp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:32.7546339Z test_jvp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:43:32.7751721Z test_jvp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:32.7958543Z test_jvp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:43:32.8158634Z test_jvp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:32.8359309Z test_jvp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:32.8558728Z test_jvp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:32.8761593Z test_jvp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:32.9014298Z test_jvp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:43:32.9148955Z test_jvp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:32.9305246Z test_jvp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:32.9455450Z test_jvp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:32.9761345Z test_jvp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:33.0056442Z test_jvp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:43:33.0145828Z test_jvp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:33.0756935Z test_jvp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:43:34.5092244Z test_jvp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.433s) 2022-08-17T12:43:36.9024903Z test_jvp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.393s) 2022-08-17T12:43:37.8432414Z test_jvp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.941s) 2022-08-17T12:43:37.8449561Z test_jvp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:43:37.9896184Z test_jvp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-08-17T12:43:37.9913060Z test_jvp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:43:38.2523256Z test_jvp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.261s) 2022-08-17T12:43:38.2539738Z test_jvp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:43:38.3540931Z test_jvp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-08-17T12:43:38.3659909Z test_jvp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:38.3796326Z test_jvp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:38.3991168Z test_jvp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:38.4010935Z test_jvp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:38.4030230Z test_jvp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:38.4216974Z test_jvp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:38.5217479Z test_jvp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-08-17T12:43:38.5411040Z test_jvp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:38.5572835Z test_jvp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:38.6332220Z test_jvp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:43:38.6522301Z test_jvp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:38.6715303Z test_jvp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:38.6873103Z test_jvp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:38.6892501Z test_jvp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:38.6944923Z test_jvp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:38.6995665Z test_jvp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:38.8672807Z test_jvp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.167s) 2022-08-17T12:43:38.9109035Z test_jvp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:43:38.9172225Z test_jvp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:38.9254360Z test_jvp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:38.9352365Z test_jvp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T12:43:38.9458007Z test_jvp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:38.9569245Z test_jvp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:38.9747066Z test_jvp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:38.9886045Z test_jvp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:39.0012019Z test_jvp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:39.0138584Z test_jvp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:39.0199245Z test_jvp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:39.0289451Z test_jvp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:39.0360134Z test_jvp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:39.0421751Z test_jvp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:39.0511595Z test_jvp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:39.0749120Z test_jvp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:39.0999353Z test_jvp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:43:39.4714350Z test_jvp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.371s) 2022-08-17T12:43:39.4793163Z test_jvp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:39.4987991Z test_jvp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:39.5009461Z test_jvp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:39.5774440Z test_jvp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:43:39.5846045Z test_jvp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:39.5947606Z test_jvp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:39.6040135Z test_jvp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:39.6061649Z test_jvp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:39.6083012Z test_jvp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:39.6104615Z test_jvp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:39.6126276Z test_jvp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:39.6522486Z test_jvp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:43:39.6542169Z test_jvp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:39.6579700Z test_jvp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:40.7687994Z test_jvp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.110s) 2022-08-17T12:43:40.7767059Z test_jvp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:40.8002441Z test_jvp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:40.8204016Z test_jvp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:40.8533520Z test_jvp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:40.8863046Z test_jvp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:40.9201619Z test_jvp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:43:40.9539830Z test_jvp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:43:40.9879268Z test_jvp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:43:40.9939408Z test_jvp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:41.0156398Z test_jvp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:43:41.0868219Z test_jvp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:43:41.1609295Z test_jvp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T12:43:41.2567510Z test_jvp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T12:43:41.4169912Z test_jvp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.160s) 2022-08-17T12:43:41.4277593Z test_jvp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:41.4298761Z test_jvp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.4320062Z test_jvp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.4341043Z test_jvp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.4410117Z test_jvp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:41.4469691Z test_jvp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:41.4572715Z test_jvp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:41.4865978Z test_jvp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:43:41.4885107Z test_jvp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.5220222Z test_jvp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:41.5315761Z test_jvp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:41.5400861Z test_jvp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:41.5587454Z test_jvp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:41.5608514Z test_jvp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.5629457Z test_jvp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.5678720Z test_jvp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:41.5727790Z test_jvp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:41.5962808Z test_jvp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:41.6525895Z test_jvp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:43:41.6579001Z test_jvp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:41.6684488Z test_jvp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:41.6789981Z test_jvp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:41.6895299Z test_jvp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:41.7004616Z test_jvp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:41.7213837Z test_jvp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:43:41.7519746Z test_jvp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:41.7853657Z test_jvp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:41.7875464Z test_jvp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.7896514Z test_jvp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.7917736Z test_jvp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.7938675Z test_jvp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.7959855Z test_jvp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.7980904Z test_jvp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.8002486Z test_jvp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.8023210Z test_jvp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.8115164Z test_jvp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:41.8221212Z test_jvp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:41.8273111Z test_jvp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:41.8292413Z test_jvp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.8311871Z test_jvp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.8412154Z test_jvp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:41.8462218Z test_jvp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:41.8481595Z test_jvp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.8532512Z test_jvp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:41.8656631Z test_jvp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:41.8710921Z test_jvp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:41.8894624Z test_jvp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:41.9020465Z test_jvp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:41.9147053Z test_jvp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:41.9667936Z test_jvp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:43:41.9687597Z test_jvp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.9706949Z test_jvp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.9725920Z test_jvp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.9745663Z test_jvp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.9764642Z test_jvp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.9783723Z test_jvp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.9802906Z test_jvp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.9823067Z test_jvp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:41.9840860Z test_jvp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:41.9858352Z test_jvp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:41.9913523Z test_jvp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:41.9979457Z test_jvp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:42.0001370Z test_jvp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:42.0022683Z test_jvp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:42.0075545Z test_jvp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:42.0149289Z test_jvp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:42.0223188Z test_jvp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:42.0242718Z test_jvp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:42.0258576Z test_jvp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:43:42.0323330Z test_jvp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:42.0342756Z test_jvp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:42.0362783Z test_jvp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:42.0383548Z test_jvp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:42.0404913Z test_jvp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:42.0476612Z test_jvp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:42.0542779Z test_jvp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:42.0720407Z test_jvp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:42.0741804Z test_jvp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:42.0764390Z test_jvp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:42.0782066Z test_jvp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:42.0799298Z test_jvp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:42.0816795Z test_jvp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:43:42.0832281Z test_jvp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:43:42.0851672Z test_jvp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:42.1038348Z test_jvp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:42.1059630Z test_jvp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:42.1126176Z test_jvp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:42.1237983Z test_jvp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:42.1375860Z test_jvp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:42.1427445Z test_jvp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:42.1538471Z test_jvp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:42.1755781Z test_jvp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:43:42.1904071Z test_jvp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:42.2046369Z test_jvp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:42.2241601Z test_jvp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:42.2432303Z test_jvp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:42.2748879Z test_jvp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:43:42.3055941Z test_jvp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:43:42.3168457Z test_jvp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:42.9849335Z test_jvp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.668s) 2022-08-17T12:43:44.3315911Z test_jvp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.346s) 2022-08-17T12:43:44.3335840Z test_jvp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:44.3438395Z test_jvp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:44.3554168Z test_jvp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:44.3709860Z test_jvp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:44.3764573Z test_jvp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:44.3817255Z test_jvp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:44.3887867Z test_jvp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:43:44.3950506Z test_jvp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:44.4343014Z test_jvp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:43:44.4363191Z test_jvp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:44.4600924Z test_jvp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:44.4637757Z test_jvp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:44.4885159Z test_jvp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:43:44.5079780Z test_jvp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:44.5275231Z test_jvp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:44.5612890Z test_jvp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:43:44.5791102Z test_jvp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:44.5966304Z test_jvp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:44.6266737Z test_jvp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:44.6320158Z test_jvp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:43:44.6591489Z test_jvp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:44.6754752Z test_jvp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:44.7099806Z test_jvp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:43:44.7122249Z test_jvp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:44.7143378Z test_jvp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:44.7423308Z test_jvp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:43:44.7563943Z test_jvp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:44.7759750Z test_jvp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:44.7801210Z test_jvp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:44.7838444Z test_jvp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:43:44.7907993Z test_jvp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:44.8029678Z test_jvp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:44.8106066Z test_jvp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:44.8163207Z test_jvp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:44.8272831Z test_jvp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:44.8549060Z test_jvp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:44.8658201Z test_jvp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:44.8679963Z test_jvp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:43:44.8768930Z test_jvpvjp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:44.8852841Z test_jvpvjp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:44.9429229Z test_jvpvjp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:43:45.0338592Z test_jvpvjp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-08-17T12:43:45.0636793Z test_jvpvjp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:45.1046563Z test_jvpvjp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:43:45.1545271Z test_jvpvjp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T12:43:45.1896309Z test_jvpvjp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:43:45.2244150Z test_jvpvjp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:43:45.2700119Z test_jvpvjp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:43:45.3006374Z test_jvpvjp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:45.5854538Z test_jvpvjp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.285s) 2022-08-17T12:43:45.8545122Z test_jvpvjp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.269s) 2022-08-17T12:43:45.8592682Z test_jvpvjp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:45.8638690Z test_jvpvjp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:45.9117637Z test_jvpvjp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:43:45.9485566Z test_jvpvjp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:43:45.9615129Z test_jvpvjp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:43:46.0229014Z test_jvpvjp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:43:46.3004265Z test_jvpvjp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.277s) 2022-08-17T12:43:46.5804384Z test_jvpvjp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.280s) 2022-08-17T12:43:46.6330301Z test_jvpvjp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:43:48.0274949Z test_jvpvjp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.394s) 2022-08-17T12:43:48.1856247Z test_jvpvjp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.158s) 2022-08-17T12:43:48.5247335Z test_jvpvjp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.339s) 2022-08-17T12:43:48.5379055Z test_jvpvjp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:43:48.5508028Z test_jvpvjp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:43:49.0525940Z test_jvpvjp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.502s) 2022-08-17T12:43:49.2541151Z test_jvpvjp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.201s) 2022-08-17T12:43:49.7211102Z test_jvpvjp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.467s) 2022-08-17T12:43:49.7285369Z test_jvpvjp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:49.7389954Z test_jvpvjp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:49.7489789Z test_jvpvjp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:49.7835839Z test_jvpvjp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:43:49.8183216Z test_jvpvjp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:43:49.8906625Z test_jvpvjp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:43:49.9556345Z test_jvpvjp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T12:43:49.9745886Z test_jvpvjp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:49.9923229Z test_jvpvjp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:43:50.0254902Z test_jvpvjp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:50.0486369Z test_jvpvjp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:50.0528190Z test_jvpvjp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.0569950Z test_jvpvjp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.1198165Z test_jvpvjp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:43:50.1831579Z test_jvpvjp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:43:50.1873845Z test_jvpvjp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.1937857Z test_jvpvjp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:50.1979917Z test_jvpvjp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.2021068Z test_jvpvjp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.2064499Z test_jvpvjp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.2106672Z test_jvpvjp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.2153563Z test_jvpvjp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:50.2200352Z test_jvpvjp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:50.2361922Z test_jvpvjp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:50.2399877Z test_jvpvjp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-08-17T12:43:50.2472637Z test_jvpvjp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:50.2549262Z test_jvpvjp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:50.2949918Z test_jvpvjp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:43:50.3021613Z test_jvpvjp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:50.3093540Z test_jvpvjp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:50.3283760Z test_jvpvjp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:50.3477408Z test_jvpvjp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:50.3673580Z test_jvpvjp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:50.3997732Z test_jvpvjp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:43:50.4118768Z test_jvpvjp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:50.4268765Z test_jvpvjp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:50.4395621Z test_jvpvjp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:50.4598408Z test_jvpvjp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:50.4676283Z test_jvpvjp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:50.4717487Z test_jvpvjp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.4758701Z test_jvpvjp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.4799840Z test_jvpvjp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.4894169Z test_jvpvjp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:50.5080899Z test_jvpvjp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:50.5128134Z test_jvpvjp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:50.5169229Z test_jvpvjp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.5210698Z test_jvpvjp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.5351049Z test_jvpvjp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:50.5547356Z test_jvpvjp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:50.6124248Z test_jvpvjp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.057s) 2022-08-17T12:43:50.6190813Z test_jvpvjp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:50.6345160Z test_jvpvjp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:50.6387250Z test_jvpvjp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.6428629Z test_jvpvjp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:50.6547638Z test_jvpvjp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:43:50.6849311Z test_jvpvjp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:43:50.7244287Z test_jvpvjp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:43:50.7358574Z test_jvpvjp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:50.7523755Z test_jvpvjp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:50.7848577Z test_jvpvjp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:43:50.8167043Z test_jvpvjp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:43:50.8250527Z test_jvpvjp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:50.8382271Z test_jvpvjp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:50.9242259Z test_jvpvjp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-08-17T12:43:50.9549092Z test_jvpvjp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:43:50.9630689Z test_jvpvjp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:50.9691030Z test_jvpvjp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:51.0540156Z test_jvpvjp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-08-17T12:43:51.0618653Z test_jvpvjp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:51.0967091Z test_jvpvjp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:43:51.1301613Z test_jvpvjp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:51.1398288Z test_jvpvjp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:51.1492077Z test_jvpvjp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:51.1533918Z test_jvpvjp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:51.4069039Z test_jvpvjp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.253s) 2022-08-17T12:43:51.4215657Z test_jvpvjp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:51.4329517Z test_jvpvjp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:51.4444862Z test_jvpvjp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:43:51.5086310Z test_jvpvjp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:43:51.5216218Z test_jvpvjp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:51.5665737Z test_jvpvjp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:43:51.5757566Z test_jvpvjp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:51.6130357Z test_jvpvjp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:43:51.6500282Z test_jvpvjp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:43:51.6653617Z test_jvpvjp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:51.7008162Z test_jvpvjp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:43:51.7537696Z test_jvpvjp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:43:52.0233281Z test_jvpvjp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.269s) 2022-08-17T12:43:52.0328135Z test_jvpvjp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:52.3040966Z test_jvpvjp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.271s) 2022-08-17T12:43:52.3367183Z test_jvpvjp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:52.3755960Z test_jvpvjp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:43:52.4082473Z test_jvpvjp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:52.4160363Z test_jvpvjp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:52.4310559Z test_jvpvjp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:52.4438418Z test_jvpvjp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:52.4540905Z test_jvpvjp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:52.4665169Z test_jvpvjp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:52.4827834Z test_jvpvjp_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-08-17T12:43:52.5275572Z test_jvpvjp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:43:52.5318267Z test_jvpvjp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:52.5364502Z test_jvpvjp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:52.5410214Z test_jvpvjp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:52.5452271Z test_jvpvjp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:52.5527684Z test_jvpvjp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:52.5630310Z test_jvpvjp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:52.5709548Z test_jvpvjp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:52.5806010Z test_jvpvjp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:52.5900931Z test_jvpvjp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:52.6017600Z test_jvpvjp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:52.6248606Z test_jvpvjp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:52.6319469Z test_jvpvjp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:52.6535477Z test_jvpvjp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:43:52.6766721Z test_jvpvjp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:52.7035289Z test_jvpvjp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:52.7197358Z test_jvpvjp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:52.7472333Z test_jvpvjp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:52.7760151Z test_jvpvjp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:43:52.8092017Z test_jvpvjp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:52.8312627Z test_jvpvjp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:43:52.8577817Z test_jvpvjp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:52.8840042Z test_jvpvjp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:52.9001468Z test_jvpvjp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:52.9267994Z test_jvpvjp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:52.9548312Z test_jvpvjp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:43:52.9862141Z test_jvpvjp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:43:53.0101093Z test_jvpvjp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:53.0365853Z test_jvpvjp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:53.0656653Z test_jvpvjp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:43:53.0876862Z test_jvpvjp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:43:53.1112768Z test_jvpvjp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:43:53.1379270Z test_jvpvjp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:53.1477787Z test_jvpvjp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:53.1633028Z test_jvpvjp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:53.1793228Z test_jvpvjp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:53.1858190Z test_jvpvjp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:53.1923813Z test_jvpvjp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:53.2059999Z test_jvpvjp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:53.2176785Z test_jvpvjp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:53.2699790Z test_jvpvjp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:43:53.2763523Z test_jvpvjp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:43:53.2804618Z test_jvpvjp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.3133350Z test_jvpvjp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:53.3467514Z test_jvpvjp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:43:53.3824404Z test_jvpvjp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:43:53.3908615Z test_jvpvjp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:53.4001486Z test_jvpvjp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:53.4042497Z test_jvpvjp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.4211939Z test_jvpvjp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:53.4252935Z test_jvpvjp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.4293781Z test_jvpvjp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.5224804Z test_jvpvjp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-08-17T12:43:53.5267084Z test_jvpvjp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.5416540Z test_jvpvjp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:53.5543294Z test_jvpvjp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:53.5590018Z test_jvpvjp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:53.5636376Z test_jvpvjp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:53.5733120Z test_jvpvjp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:53.5850614Z test_jvpvjp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:53.6212989Z test_jvpvjp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:43:53.6338913Z test_jvpvjp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:43:53.6385615Z test_jvpvjp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:53.6431847Z test_jvpvjp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:53.6771684Z test_jvpvjp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:43:53.6912481Z test_jvpvjp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:53.7029202Z test_jvpvjp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:53.7219603Z test_jvpvjp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:53.7484941Z test_jvpvjp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:53.7594594Z test_jvpvjp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:43:53.7712040Z test_jvpvjp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:53.7830533Z test_jvpvjp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:43:53.7871110Z test_jvpvjp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.7917504Z test_jvpvjp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:53.8120840Z test_jvpvjp_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:53.8167154Z test_jvpvjp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:53.8212872Z test_jvpvjp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.8259005Z test_jvpvjp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:53.8305371Z test_jvpvjp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:53.8351446Z test_jvpvjp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:53.8397108Z test_jvpvjp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.8443381Z test_jvpvjp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:53.8489551Z test_jvpvjp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:53.9185097Z test_jvpvjp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:43:53.9226678Z test_jvpvjp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.9267756Z test_jvpvjp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.9308137Z test_jvpvjp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.9349026Z test_jvpvjp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.9389750Z test_jvpvjp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:53.9480399Z test_jvpvjp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:53.9763610Z test_jvpvjp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:43:54.0139917Z test_jvpvjp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:43:54.0186970Z test_jvpvjp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:54.0788292Z test_jvpvjp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:43:54.0888937Z test_jvpvjp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:43:54.1236872Z test_jvpvjp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:43:54.1577584Z test_jvpvjp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:43:54.1828573Z test_jvpvjp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:43:54.1974709Z test_jvpvjp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:43:54.2223888Z test_jvpvjp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:43:54.2605709Z test_jvpvjp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:43:54.2879121Z test_jvpvjp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:54.3142057Z test_jvpvjp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:43:54.3348341Z test_jvpvjp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:43:54.3385324Z test_jvpvjp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-08-17T12:43:54.3585332Z test_jvpvjp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:54.3777441Z test_jvpvjp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:43:54.3819102Z test_jvpvjp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:54.3860126Z test_jvpvjp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:54.3900728Z test_jvpvjp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:54.5380511Z test_jvpvjp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-08-17T12:43:54.6825825Z test_jvpvjp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-08-17T12:43:54.8894722Z test_jvpvjp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.207s) 2022-08-17T12:43:55.1474616Z test_jvpvjp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.258s) 2022-08-17T12:43:55.3381085Z test_jvpvjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.190s) 2022-08-17T12:43:56.0888748Z test_jvpvjp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.751s) 2022-08-17T12:43:56.3867082Z test_jvpvjp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.298s) 2022-08-17T12:43:56.4446376Z test_jvpvjp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:43:56.4487710Z test_jvpvjp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:56.4528847Z test_jvpvjp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:56.4842314Z test_jvpvjp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:43:56.5775539Z test_jvpvjp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-08-17T12:43:56.6627805Z test_jvpvjp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-08-17T12:43:56.7398560Z test_jvpvjp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T12:43:56.7673696Z test_jvpvjp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:56.7717303Z test_jvpvjp_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:43:56.8572413Z test_jvpvjp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-08-17T12:43:56.8827320Z test_jvpvjp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:43:56.9267883Z test_jvpvjp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:43:56.9697497Z test_jvpvjp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:43:57.5529128Z test_jvpvjp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.583s) 2022-08-17T12:43:58.1664587Z test_jvpvjp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.613s) 2022-08-17T12:43:58.2394507Z test_jvpvjp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:43:58.2530737Z test_jvpvjp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:43:58.2799265Z test_jvpvjp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:43:58.3221461Z test_jvpvjp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:43:58.4180227Z test_jvpvjp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T12:43:59.0265850Z test_jvpvjp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.608s) 2022-08-17T12:43:59.0307209Z test_jvpvjp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:59.0399870Z test_jvpvjp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:59.0472780Z test_jvpvjp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:43:59.0565204Z test_jvpvjp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:59.0655387Z test_jvpvjp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:59.1017795Z test_jvpvjp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:43:59.1362255Z test_jvpvjp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:43:59.1449288Z test_jvpvjp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:43:59.1531855Z test_jvpvjp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:43:59.1644439Z test_jvpvjp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:43:59.1927783Z test_jvpvjp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:43:59.1969461Z test_jvpvjp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:59.2011127Z test_jvpvjp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:59.2051704Z test_jvpvjp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:59.2093500Z test_jvpvjp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:59.2265003Z test_jvpvjp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:43:59.2306318Z test_jvpvjp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:59.2811192Z test_jvpvjp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T12:43:59.2853359Z test_jvpvjp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:59.2894604Z test_jvpvjp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:43:59.2941365Z test_jvpvjp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:43:59.5600111Z test_jvpvjp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.266s) 2022-08-17T12:43:59.7315679Z test_jvpvjp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-08-17T12:43:59.8251899Z test_jvpvjp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-08-17T12:43:59.8410993Z test_jvpvjp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:59.8568723Z test_jvpvjp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:59.8859555Z test_jvpvjp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:43:59.9021034Z test_jvpvjp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:43:59.9219303Z test_jvpvjp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:43:59.9463852Z test_jvpvjp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:43:59.9936781Z test_jvpvjp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:44:00.0180279Z test_jvpvjp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:00.0529454Z test_jvpvjp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:44:00.0631336Z test_jvpvjp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:00.0772447Z test_jvpvjp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:00.1120554Z test_jvpvjp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:44:00.1585232Z test_jvpvjp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:44:00.1965523Z test_jvpvjp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:44:00.2347204Z test_jvpvjp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:44:00.2725977Z test_jvpvjp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:44:00.3075388Z test_jvpvjp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:44:00.3177670Z test_jvpvjp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:00.3322182Z test_jvpvjp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:00.3672045Z test_jvpvjp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:44:00.3750436Z test_jvpvjp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:00.3976163Z test_jvpvjp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:00.4059225Z test_jvpvjp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:00.4157963Z test_jvpvjp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:00.4487834Z test_jvpvjp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:44:00.4534455Z test_jvpvjp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:44:00.4621787Z test_jvpvjp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:00.5017519Z test_jvpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:44:00.5410758Z test_jvpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:44:00.5805364Z test_jvpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:44:00.5910068Z test_jvpvjp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:00.7098356Z test_jvpvjp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-08-17T12:44:00.7485473Z test_jvpvjp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:44:01.0952545Z test_jvpvjp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.347s) 2022-08-17T12:44:01.1867832Z test_jvpvjp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-08-17T12:44:01.2015336Z test_jvpvjp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:01.2193205Z test_jvpvjp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-08-17T12:44:01.2240365Z test_jvpvjp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:44:01.2312698Z test_jvpvjp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:01.2353609Z test_jvpvjp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:01.2394236Z test_jvpvjp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:01.2435277Z test_jvpvjp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:01.2475761Z test_jvpvjp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:01.2516556Z test_jvpvjp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:01.2687858Z test_jvpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:01.2965000Z test_jvpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:44:01.3271302Z test_jvpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:44:01.3515083Z test_jvpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:01.4125204Z test_jvpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:44:01.4648873Z test_jvpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:44:01.4889118Z test_jvpvjp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:01.5093018Z test_jvpvjp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:01.5310601Z test_jvpvjp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:01.6692778Z test_jvpvjp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-08-17T12:44:01.8034843Z test_jvpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.134s) 2022-08-17T12:44:01.9860713Z test_jvpvjp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.182s) 2022-08-17T12:44:02.0528276Z test_jvpvjp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:44:02.2246420Z test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-08-17T12:44:02.2341089Z test_jvpvjp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:02.2908511Z test_jvpvjp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:44:02.4533595Z test_jvpvjp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-08-17T12:44:02.4623289Z test_jvpvjp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:02.4730875Z test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:02.4834338Z test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:02.4925954Z test_jvpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:02.5020847Z test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:02.5123756Z test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:02.5226592Z test_jvpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:02.5327808Z test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:02.5429016Z test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:02.5528233Z test_jvpvjp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:02.6115810Z test_jvpvjp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:44:02.6725409Z test_jvpvjp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:44:02.7350238Z test_jvpvjp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:44:02.7993499Z test_jvpvjp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:44:02.8804434Z test_jvpvjp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-08-17T12:44:03.0501171Z test_jvpvjp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.170s) 2022-08-17T12:44:03.0599940Z test_jvpvjp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T12:44:03.0986945Z test_jvpvjp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:44:03.1383389Z test_jvpvjp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:44:03.1896868Z test_jvpvjp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:44:03.1991975Z test_jvpvjp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:03.2115784Z test_jvpvjp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:44:03.2226088Z test_jvpvjp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:03.2409696Z test_jvpvjp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:44:03.2656188Z test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:03.2926588Z test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:03.3989585Z test_jvpvjp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T12:44:03.5252025Z test_jvpvjp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-08-17T12:44:06.0567689Z test_jvpvjp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.531s) 2022-08-17T12:44:06.0839593Z test_jvpvjp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:06.1885817Z test_jvpvjp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-08-17T12:44:06.2070091Z test_jvpvjp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-08-17T12:44:06.2417589Z test_jvpvjp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:44:06.2582632Z test_jvpvjp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:06.2686336Z test_jvpvjp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T12:44:06.2829493Z test_jvpvjp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:06.2994966Z test_jvpvjp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:06.3529778Z test_jvpvjp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:44:06.3649927Z test_jvpvjp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:44:06.3805933Z test_jvpvjp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-08-17T12:44:06.4146127Z test_jvpvjp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:44:06.4456959Z test_jvpvjp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:44:06.4761067Z test_jvpvjp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:44:06.5074648Z test_jvpvjp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:44:06.5375033Z test_jvpvjp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:44:06.5684260Z test_jvpvjp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:44:06.6234887Z test_jvpvjp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:44:06.6512266Z test_jvpvjp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:44:06.7209355Z test_jvpvjp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:44:06.7454747Z test_jvpvjp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:06.8026810Z test_jvpvjp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:44:06.8654965Z test_jvpvjp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:44:06.8772302Z test_jvpvjp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:44:06.9758351Z test_jvpvjp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-08-17T12:44:09.1885627Z test_jvpvjp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.213s) 2022-08-17T12:44:12.6885283Z test_jvpvjp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.500s) 2022-08-17T12:44:14.0955695Z test_jvpvjp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.407s) 2022-08-17T12:44:14.5492266Z test_jvpvjp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.453s) 2022-08-17T12:44:14.7099475Z test_jvpvjp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-08-17T12:44:15.5781288Z test_jvpvjp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.868s) 2022-08-17T12:44:15.8491484Z test_jvpvjp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.271s) 2022-08-17T12:44:16.1420161Z test_jvpvjp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.293s) 2022-08-17T12:44:16.2504429Z test_jvpvjp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-08-17T12:44:16.2625083Z test_jvpvjp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:44:16.2909771Z test_jvpvjp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:44:16.3315889Z test_jvpvjp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:44:16.3426502Z test_jvpvjp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:44:16.3542558Z test_jvpvjp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:44:16.3682465Z test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:44:16.6833460Z test_jvpvjp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.315s) 2022-08-17T12:44:16.7270543Z test_jvpvjp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:44:16.7542107Z test_jvpvjp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:16.8395407Z test_jvpvjp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-08-17T12:44:16.8653572Z test_jvpvjp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:16.8911821Z test_jvpvjp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:16.9264592Z test_jvpvjp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:44:16.9385069Z test_jvpvjp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:44:16.9470292Z test_jvpvjp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:16.9556491Z test_jvpvjp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:17.3512036Z test_jvpvjp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.395s) 2022-08-17T12:44:17.4385005Z test_jvpvjp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:44:17.4478386Z test_jvpvjp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:17.4616097Z test_jvpvjp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:17.4719563Z test_jvpvjp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:17.4815843Z test_jvpvjp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:17.4927671Z test_jvpvjp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:17.5339789Z test_jvpvjp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:44:17.5460267Z test_jvpvjp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:44:17.5586422Z test_jvpvjp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:44:17.5708746Z test_jvpvjp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:44:17.5805678Z test_jvpvjp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:17.5945877Z test_jvpvjp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:17.6065095Z test_jvpvjp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:44:17.6161644Z test_jvpvjp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:17.6313342Z test_jvpvjp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:17.6878484Z test_jvpvjp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:44:17.7467070Z test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:44:18.1625777Z test_jvpvjp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.416s) 2022-08-17T12:44:18.1760653Z test_jvpvjp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:18.2059253Z test_jvpvjp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:44:18.2106418Z test_jvpvjp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:44:18.3627027Z test_jvpvjp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-08-17T12:44:18.3762161Z test_jvpvjp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:18.3965966Z test_jvpvjp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:18.4139114Z test_jvpvjp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:18.4398268Z test_jvpvjp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.026s) 2022-08-17T12:44:18.4470811Z test_jvpvjp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:18.4517291Z test_jvpvjp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:44:18.4558202Z test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:18.5338015Z test_jvpvjp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T12:44:18.5380081Z test_jvpvjp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:18.5462925Z test_jvpvjp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:20.1771227Z test_jvpvjp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.631s) 2022-08-17T12:44:20.1898691Z test_jvpvjp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:20.2250038Z test_jvpvjp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:44:20.2687942Z test_jvpvjp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:44:20.2977229Z test_jvpvjp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:20.3266720Z test_jvpvjp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:20.3560436Z test_jvpvjp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:20.3850873Z test_jvpvjp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:20.4139580Z test_jvpvjp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:20.4220880Z test_jvpvjp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:20.4712561Z test_jvpvjp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:44:20.5911208Z test_jvpvjp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-08-17T12:44:20.6625280Z test_jvpvjp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:44:20.7514550Z test_jvpvjp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-08-17T12:44:21.0864847Z test_jvpvjp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.335s) 2022-08-17T12:44:21.0956733Z test_jvpvjp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:21.1003243Z test_jvpvjp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:44:21.1044151Z test_jvpvjp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.1090263Z test_jvpvjp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:44:21.1197223Z test_jvpvjp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:21.1277837Z test_jvpvjp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:21.1372959Z test_jvpvjp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:21.1737232Z test_jvpvjp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:44:21.1847574Z test_jvpvjp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:44:21.2300365Z test_jvpvjp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:44:21.2458023Z test_jvpvjp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:21.2585842Z test_jvpvjp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:21.2852382Z test_jvpvjp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:21.2894520Z test_jvpvjp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.2935815Z test_jvpvjp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.3018963Z test_jvpvjp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:21.3097239Z test_jvpvjp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:21.3328264Z test_jvpvjp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:21.4124668Z test_jvpvjp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:44:21.4194162Z test_jvpvjp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:21.4281234Z test_jvpvjp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:21.4368801Z test_jvpvjp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:21.4455859Z test_jvpvjp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:21.4552284Z test_jvpvjp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:21.4912597Z test_jvpvjp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:44:21.5199065Z test_jvpvjp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:21.5515909Z test_jvpvjp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:44:21.5655748Z test_jvpvjp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:44:21.5795412Z test_jvpvjp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:44:21.5935018Z test_jvpvjp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:44:21.6073070Z test_jvpvjp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:44:21.6215099Z test_jvpvjp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:44:21.6256845Z test_jvpvjp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.6372537Z test_jvpvjp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:44:21.6479733Z test_jvpvjp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:44:21.6629628Z test_jvpvjp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:21.6833800Z test_jvpvjp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:21.6899448Z test_jvpvjp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:21.6940908Z test_jvpvjp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.6982210Z test_jvpvjp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.7081660Z test_jvpvjp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:21.7150942Z test_jvpvjp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:21.7192600Z test_jvpvjp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.7263308Z test_jvpvjp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:21.7386240Z test_jvpvjp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:44:21.7453426Z test_jvpvjp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:21.7791000Z test_jvpvjp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:44:21.8158038Z test_jvpvjp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:44:21.8521572Z test_jvpvjp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:44:21.9337892Z test_jvpvjp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-08-17T12:44:21.9465336Z test_jvpvjp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:44:21.9507288Z test_jvpvjp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.9548013Z test_jvpvjp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.9589247Z test_jvpvjp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.9635523Z test_jvpvjp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:44:21.9676782Z test_jvpvjp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.9723739Z test_jvpvjp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:44:21.9765660Z test_jvpvjp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:21.9804076Z test_jvpvjp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-08-17T12:44:21.9841194Z test_jvpvjp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-08-17T12:44:21.9942423Z test_jvpvjp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:22.0041296Z test_jvpvjp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:22.0082322Z test_jvpvjp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:22.0124174Z test_jvpvjp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:22.0235799Z test_jvpvjp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:22.0387278Z test_jvpvjp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:22.0547727Z test_jvpvjp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:22.0594234Z test_jvpvjp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.005s) 2022-08-17T12:44:22.0632378Z test_jvpvjp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-08-17T12:44:22.0742853Z test_jvpvjp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:22.0784486Z test_jvpvjp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:22.0825644Z test_jvpvjp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:22.0866617Z test_jvpvjp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:22.0907212Z test_jvpvjp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:22.1034731Z test_jvpvjp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:22.1140487Z test_jvpvjp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:22.1434332Z test_jvpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:22.1476660Z test_jvpvjp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:22.1517550Z test_jvpvjp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:22.1555413Z test_jvpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-08-17T12:44:22.1592825Z test_jvpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-08-17T12:44:22.1635523Z test_jvpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-08-17T12:44:22.1678949Z test_jvpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-08-17T12:44:22.1720166Z test_jvpvjp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:22.2095247Z test_jvpvjp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:44:22.2138021Z test_jvpvjp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:22.2224887Z test_jvpvjp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:22.2336547Z test_jvpvjp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:22.2471559Z test_jvpvjp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:22.2538176Z test_jvpvjp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:22.2635959Z test_jvpvjp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:22.2815479Z test_jvpvjp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:44:22.3052446Z test_jvpvjp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:22.3328367Z test_jvpvjp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:22.3625069Z test_jvpvjp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:44:22.4001077Z test_jvpvjp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:44:22.4357909Z test_jvpvjp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:44:22.4806247Z test_jvpvjp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:44:22.4972834Z test_jvpvjp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:23.1957648Z test_jvpvjp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.698s) 2022-08-17T12:44:24.9555926Z test_jvpvjp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.760s) 2022-08-17T12:44:24.9695892Z test_jvpvjp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:44:24.9799358Z test_jvpvjp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:24.9981865Z test_jvpvjp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:44:25.0232959Z test_jvpvjp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:25.0302714Z test_jvpvjp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:25.0369349Z test_jvpvjp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:25.0459420Z test_jvpvjp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:44:25.0587097Z test_jvpvjp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:25.1095900Z test_jvpvjp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:44:25.1220679Z test_jvpvjp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:44:25.1593898Z test_jvpvjp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:44:25.1667571Z test_jvpvjp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:25.1868397Z test_jvpvjp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:25.2329050Z test_jvpvjp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:44:25.2787865Z test_jvpvjp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:44:25.3094690Z test_jvpvjp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:44:25.3242355Z test_jvpvjp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:25.3390283Z test_jvpvjp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:25.3776501Z test_jvpvjp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:44:25.3841482Z test_jvpvjp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:25.4008999Z test_jvpvjp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:25.4218610Z test_jvpvjp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:25.4733248Z test_jvpvjp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:44:25.4775276Z test_jvpvjp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:25.4817201Z test_jvpvjp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:25.5033873Z test_jvpvjp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:25.5269413Z test_jvpvjp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:25.5527611Z test_jvpvjp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:25.5604983Z test_jvpvjp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:25.5666669Z test_jvpvjp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:25.5770647Z test_jvpvjp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:25.5952215Z test_jvpvjp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:44:25.6047898Z test_jvpvjp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:25.6173593Z test_jvpvjp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:44:25.6388950Z test_jvpvjp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:25.6800902Z test_jvpvjp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:44:25.6910646Z test_jvpvjp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:25.6952296Z test_jvpvjp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T12:44:25.7004035Z test_vjp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:25.7054892Z test_vjp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:25.7436605Z test_vjp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:44:25.8020274Z test_vjp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:44:25.8226492Z test_vjp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:25.8478799Z test_vjp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:25.8819415Z test_vjp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:44:25.9038358Z test_vjp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:25.9257405Z test_vjp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:25.9509638Z test_vjp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:25.9718814Z test_vjp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:26.1333489Z test_vjp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-08-17T12:44:26.2949997Z test_vjp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-08-17T12:44:26.2970279Z test_vjp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:26.2989897Z test_vjp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:26.3277082Z test_vjp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:26.3534348Z test_vjp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:26.3891908Z test_vjp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:44:26.4257593Z test_vjp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:44:26.6083152Z test_vjp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.182s) 2022-08-17T12:44:26.7952194Z test_vjp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.187s) 2022-08-17T12:44:26.8311618Z test_vjp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:44:27.6658274Z test_vjp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.834s) 2022-08-17T12:44:27.7419356Z test_vjp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:44:27.9312702Z test_vjp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-08-17T12:44:27.9672691Z test_vjp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:44:28.0051097Z test_vjp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:44:28.2869626Z test_vjp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.282s) 2022-08-17T12:44:28.4348931Z test_vjp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-08-17T12:44:28.7052904Z test_vjp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.270s) 2022-08-17T12:44:28.7093002Z test_vjp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:28.7162321Z test_vjp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:28.7230003Z test_vjp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:28.7477851Z test_vjp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:28.7677437Z test_vjp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:28.8255826Z test_vjp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:44:28.8807718Z test_vjp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:44:28.8941531Z test_vjp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:28.9069819Z test_vjp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:28.9266363Z test_vjp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:28.9399392Z test_vjp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:28.9419792Z test_vjp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:28.9441177Z test_vjp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:28.9798727Z test_vjp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:44:29.0157983Z test_vjp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:44:29.0178574Z test_vjp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.0217292Z test_vjp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:29.0237354Z test_vjp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.0256936Z test_vjp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.0278643Z test_vjp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.0298144Z test_vjp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.0318170Z test_vjp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.0337794Z test_vjp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.0445024Z test_vjp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:29.0461256Z test_vjp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:44:29.0499813Z test_vjp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:29.0538025Z test_vjp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:29.0770997Z test_vjp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:29.0809275Z test_vjp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:29.0846962Z test_vjp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:29.0988515Z test_vjp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:29.1130281Z test_vjp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:29.1274326Z test_vjp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:29.1516844Z test_vjp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:29.1612852Z test_vjp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:29.1716482Z test_vjp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:29.1804197Z test_vjp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:29.1928925Z test_vjp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:44:29.1972042Z test_vjp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:29.1994291Z test_vjp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.2014049Z test_vjp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.2034031Z test_vjp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.2097187Z test_vjp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:29.2228168Z test_vjp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:29.2247729Z test_vjp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.2267670Z test_vjp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.2287084Z test_vjp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.2371726Z test_vjp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:29.2529756Z test_vjp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:29.8189111Z test_vjp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.566s) 2022-08-17T12:44:29.8230485Z test_vjp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:29.8337292Z test_vjp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:29.8357877Z test_vjp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.8378141Z test_vjp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:29.8683618Z test_vjp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:44:29.8949364Z test_vjp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:29.9274360Z test_vjp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:44:29.9379320Z test_vjp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:29.9619834Z test_vjp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:29.9838390Z test_vjp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:30.0055870Z test_vjp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:30.0108084Z test_vjp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:30.0190657Z test_vjp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:30.0726683Z test_vjp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:44:30.0943055Z test_vjp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:30.1004633Z test_vjp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:30.1039300Z test_vjp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-08-17T12:44:30.1845263Z test_vjp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-08-17T12:44:30.1895310Z test_vjp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:30.2123412Z test_vjp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:30.2287881Z test_vjp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:30.2357329Z test_vjp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:30.2424721Z test_vjp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:30.2446647Z test_vjp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:30.3701004Z test_vjp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.125s) 2022-08-17T12:44:30.3790803Z test_vjp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:30.3864068Z test_vjp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:30.3937126Z test_vjp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:30.4193644Z test_vjp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:30.4346473Z test_vjp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:30.4612493Z test_vjp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:30.4678445Z test_vjp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:30.4945112Z test_vjp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:30.5213037Z test_vjp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:30.5316719Z test_vjp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:30.5575665Z test_vjp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:30.5937561Z test_vjp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:44:30.7648845Z test_vjp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-08-17T12:44:30.7717347Z test_vjp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:30.9128354Z test_vjp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-08-17T12:44:30.9371043Z test_vjp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:30.9626653Z test_vjp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:30.9867744Z test_vjp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:30.9911208Z test_vjp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:31.0011922Z test_vjp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:31.0099583Z test_vjp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:31.0171635Z test_vjp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.0246345Z test_vjp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.0376598Z test_vjp_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:31.0653293Z test_vjp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:31.0675352Z test_vjp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.0696696Z test_vjp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.0717754Z test_vjp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.0740066Z test_vjp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.0779561Z test_vjp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:31.0852581Z test_vjp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.0893025Z test_vjp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:31.0961514Z test_vjp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.1029117Z test_vjp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.1101620Z test_vjp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.1268471Z test_vjp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:31.1307444Z test_vjp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:31.1449608Z test_vjp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:31.1606247Z test_vjp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:31.1785275Z test_vjp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:44:31.1887262Z test_vjp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:31.2053374Z test_vjp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:31.2225018Z test_vjp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:31.2428277Z test_vjp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:31.2574302Z test_vjp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:31.2752945Z test_vjp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:44:31.2941242Z test_vjp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:44:31.3044661Z test_vjp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:31.3212834Z test_vjp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:31.3391028Z test_vjp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:44:31.3599307Z test_vjp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:31.3748703Z test_vjp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:31.3915794Z test_vjp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:31.4106104Z test_vjp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:44:31.4249813Z test_vjp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:31.4409519Z test_vjp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:31.4593784Z test_vjp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:44:31.4661227Z test_vjp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.4770390Z test_vjp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:31.4932959Z test_vjp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:31.4985437Z test_vjp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:31.5033765Z test_vjp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:31.5128208Z test_vjp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:31.5208509Z test_vjp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:31.5484648Z test_vjp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:31.5521313Z test_vjp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:31.5540929Z test_vjp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.5769898Z test_vjp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:31.6000426Z test_vjp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:31.6250148Z test_vjp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:31.6314335Z test_vjp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:31.6381319Z test_vjp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.6401653Z test_vjp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.6517156Z test_vjp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:31.6536600Z test_vjp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.6556335Z test_vjp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.6991345Z test_vjp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:44:31.7013819Z test_vjp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.7116690Z test_vjp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:31.7202205Z test_vjp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:31.7221745Z test_vjp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.7241865Z test_vjp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.7314506Z test_vjp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.7385685Z test_vjp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.7611030Z test_vjp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:31.7778801Z test_vjp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:31.7798955Z test_vjp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.7818161Z test_vjp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.8046810Z test_vjp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:31.8136874Z test_vjp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:31.8215448Z test_vjp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:31.8437020Z test_vjp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:31.8822132Z test_vjp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:44:31.9768771Z test_vjp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-08-17T12:44:31.9842170Z test_vjp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.9911748Z test_vjp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:31.9932138Z test_vjp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:31.9953337Z test_vjp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0155232Z test_vjp_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:32.0174667Z test_vjp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0194080Z test_vjp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0213201Z test_vjp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0232615Z test_vjp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0251989Z test_vjp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0271597Z test_vjp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0290645Z test_vjp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0310352Z test_vjp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0719195Z test_vjp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:44:32.0741995Z test_vjp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0762055Z test_vjp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0781277Z test_vjp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0801676Z test_vjp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0822916Z test_vjp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.0869642Z test_vjp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:32.1064277Z test_vjp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:44:32.1305436Z test_vjp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:32.1327669Z test_vjp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.1855393Z test_vjp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:44:32.1926073Z test_vjp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:32.2258710Z test_vjp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:44:32.2572644Z test_vjp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:44:32.2720957Z test_vjp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:32.2811378Z test_vjp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:32.3067833Z test_vjp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:32.3408554Z test_vjp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:44:32.3678240Z test_vjp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:32.3932389Z test_vjp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:32.4135896Z test_vjp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:32.5009244Z test_vjp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:44:32.5227260Z test_vjp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:32.5432006Z test_vjp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:32.5452963Z test_vjp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.5473588Z test_vjp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.5494100Z test_vjp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:32.6376016Z test_vjp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-08-17T12:44:32.7179770Z test_vjp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-08-17T12:44:32.8204438Z test_vjp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-08-17T12:44:32.9871619Z test_vjp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.167s) 2022-08-17T12:44:33.0765282Z test_vjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-08-17T12:44:33.6862057Z test_vjp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.609s) 2022-08-17T12:44:33.8522363Z test_vjp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.166s) 2022-08-17T12:44:33.8980478Z test_vjp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:44:33.9001770Z test_vjp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:33.9021744Z test_vjp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:33.9228701Z test_vjp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:33.9737924Z test_vjp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:44:34.0193300Z test_vjp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:44:34.0915097Z test_vjp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:44:34.1156401Z test_vjp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:34.1177672Z 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-08-17T12:44:34.2149437Z test_vjp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-08-17T12:44:34.2435855Z test_vjp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:34.2954771Z test_vjp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:44:34.3455925Z test_vjp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T12:44:35.0753532Z test_vjp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.730s) 2022-08-17T12:44:35.7422748Z test_vjp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.667s) 2022-08-17T12:44:35.8153499Z test_vjp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:44:35.8247705Z test_vjp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:35.8409494Z test_vjp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:35.8656534Z test_vjp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:35.9576170Z test_vjp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-08-17T12:44:36.2836714Z test_vjp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.326s) 2022-08-17T12:44:36.2858180Z test_vjp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:36.2926575Z test_vjp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:36.2965478Z test_vjp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:36.3036075Z test_vjp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:36.3102646Z test_vjp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:36.3405889Z test_vjp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:44:36.3728682Z test_vjp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:44:36.3776004Z test_vjp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:36.3821081Z test_vjp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:36.3965691Z test_vjp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:36.4256272Z test_vjp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:36.4278406Z test_vjp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:36.4299357Z test_vjp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:36.4320524Z test_vjp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:36.4342051Z test_vjp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:36.4587937Z test_vjp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:36.4609403Z test_vjp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:36.5224492Z test_vjp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:44:36.5246312Z test_vjp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:36.5267249Z test_vjp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:36.5288020Z test_vjp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:36.6888129Z test_vjp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.160s) 2022-08-17T12:44:36.8498853Z test_vjp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-08-17T12:44:36.9297708Z test_vjp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-08-17T12:44:36.9410561Z test_vjp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:36.9524825Z test_vjp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:36.9727980Z test_vjp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:36.9839487Z test_vjp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:36.9967310Z test_vjp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:37.0133401Z test_vjp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:37.0766605Z test_vjp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:44:37.1013389Z test_vjp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:37.1241593Z test_vjp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:37.1300553Z test_vjp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:37.1393270Z test_vjp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:37.1620483Z test_vjp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:37.1955781Z test_vjp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:44:37.2212243Z test_vjp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:37.2510590Z test_vjp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:44:37.2805636Z test_vjp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:37.3033163Z test_vjp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:37.3092372Z test_vjp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:37.3184367Z test_vjp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:37.3409997Z test_vjp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:37.3454749Z test_vjp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:37.3614178Z test_vjp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:37.3697843Z test_vjp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:37.3757725Z test_vjp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:37.3977684Z test_vjp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:37.3999471Z test_vjp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:37.4044547Z test_vjp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:37.4291873Z test_vjp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:37.4535932Z test_vjp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:37.4782480Z test_vjp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:37.4852409Z test_vjp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:37.5542169Z test_vjp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:44:37.5808089Z test_vjp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:37.7754106Z test_vjp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.194s) 2022-08-17T12:44:37.8340952Z test_vjp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:44:37.8442070Z test_vjp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:37.9020385Z test_vjp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:44:37.9042366Z test_vjp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:37.9080686Z test_vjp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:37.9101728Z test_vjp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:37.9124536Z test_vjp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:37.9145542Z test_vjp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:37.9166346Z test_vjp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:37.9187327Z test_vjp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:37.9316486Z test_vjp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:37.9512880Z test_vjp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:37.9744916Z test_vjp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:37.9918681Z test_vjp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:38.0366114Z test_vjp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:44:38.0754184Z test_vjp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:44:38.0936789Z test_vjp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:44:38.1081169Z test_vjp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:38.1240787Z test_vjp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:38.1584195Z test_vjp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:44:38.1925077Z test_vjp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:44:38.2757544Z test_vjp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T12:44:38.3069824Z test_vjp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:44:38.3962247Z test_vjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-08-17T12:44:38.4030902Z test_vjp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:38.4357143Z test_vjp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:44:38.5299271Z test_vjp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-08-17T12:44:38.5349531Z test_vjp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:38.5407394Z test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:38.5463101Z test_vjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:38.5513327Z test_vjp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:38.5563533Z test_vjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:38.5620397Z test_vjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:38.5677592Z test_vjp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:38.5732533Z test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:38.5788441Z test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:38.5845953Z test_vjp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:38.6177138Z test_vjp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:44:38.6521000Z test_vjp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:44:38.6879466Z test_vjp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:44:38.7200791Z test_vjp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:44:38.7570864Z test_vjp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:44:38.8065156Z test_vjp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:44:38.8136417Z test_vjp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:44:38.8414336Z test_vjp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:44:38.8704561Z test_vjp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:38.9092373Z test_vjp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:44:38.9160773Z test_vjp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:38.9887053Z test_vjp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:44:38.9961419Z test_vjp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:39.0090649Z test_vjp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:39.0258838Z test_vjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:39.0460817Z test_vjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:39.1279018Z test_vjp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T12:44:39.2337712Z test_vjp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T12:44:40.5720884Z test_vjp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.338s) 2022-08-17T12:44:40.5874795Z test_vjp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:40.6647507Z test_vjp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T12:44:40.7331391Z test_vjp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:44:40.7486402Z test_vjp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:40.7604540Z test_vjp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:44:40.7673116Z test_vjp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:40.7760353Z test_vjp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:40.7882793Z test_vjp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:44:40.8215802Z test_vjp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:44:40.8454492Z test_vjp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:40.8734029Z test_vjp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:44:40.8972663Z test_vjp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:40.9198160Z test_vjp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:40.9418746Z test_vjp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:40.9640663Z test_vjp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:40.9861956Z test_vjp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:41.0084795Z test_vjp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:41.0412425Z test_vjp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:44:41.0584627Z test_vjp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:41.0764429Z test_vjp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:44:41.0936055Z test_vjp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:41.1359934Z test_vjp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:44:41.1690922Z test_vjp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:44:41.1759479Z test_vjp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:41.2348366Z test_vjp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:44:42.8511825Z test_vjp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.616s) 2022-08-17T12:44:45.4132314Z test_vjp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.562s) 2022-08-17T12:44:46.4549215Z test_vjp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.042s) 2022-08-17T12:44:46.8192908Z test_vjp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.364s) 2022-08-17T12:44:46.9563037Z test_vjp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.137s) 2022-08-17T12:44:47.6446039Z test_vjp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.688s) 2022-08-17T12:44:47.8932435Z test_vjp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.248s) 2022-08-17T12:44:48.1290527Z test_vjp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.236s) 2022-08-17T12:44:48.2252541Z test_vjp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T12:44:48.2328531Z test_vjp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:48.2491942Z test_vjp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:48.2730120Z test_vjp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:48.2843423Z test_vjp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:48.2921270Z test_vjp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:48.3065875Z test_vjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:48.4198993Z test_vjp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-08-17T12:44:48.4429617Z test_vjp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:44:48.4642615Z test_vjp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:48.5463334Z test_vjp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T12:44:48.5685940Z test_vjp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:48.5909230Z test_vjp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:48.6116537Z test_vjp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:48.6297155Z test_vjp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:44:48.6356128Z test_vjp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:48.6414703Z test_vjp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:48.8657339Z test_vjp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.224s) 2022-08-17T12:44:48.9167649Z test_vjp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:44:48.9236541Z test_vjp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:48.9325300Z test_vjp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:48.9405178Z test_vjp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:48.9474415Z test_vjp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:48.9546084Z test_vjp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:48.9757713Z test_vjp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:48.9907194Z test_vjp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:49.0035401Z test_vjp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:49.0172410Z test_vjp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:49.0240077Z test_vjp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:49.0339609Z test_vjp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:49.0417329Z test_vjp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:49.0489763Z test_vjp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:49.0588331Z test_vjp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:49.0888434Z test_vjp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:44:49.1204400Z test_vjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:44:49.5243120Z test_vjp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.404s) 2022-08-17T12:44:49.5331776Z test_vjp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:49.5547343Z test_vjp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:49.5568426Z test_vjp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:49.6430957Z test_vjp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-08-17T12:44:49.6510909Z test_vjp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:49.6613929Z test_vjp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:49.6708416Z test_vjp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:49.6861278Z test_vjp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:44:49.6907384Z test_vjp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:49.6928437Z test_vjp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:49.6949699Z test_vjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:49.7460618Z test_vjp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:44:49.7482213Z test_vjp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:49.7548786Z test_vjp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:51.1165932Z test_vjp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.361s) 2022-08-17T12:44:51.1264852Z test_vjp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:51.1559275Z test_vjp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:51.1828036Z test_vjp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:51.2039012Z test_vjp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:51.2247932Z test_vjp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:51.2456611Z test_vjp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:51.2667981Z test_vjp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:51.2879866Z test_vjp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:51.2948660Z test_vjp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:51.3222684Z test_vjp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:51.3969629Z test_vjp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-08-17T12:44:51.4492984Z test_vjp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:44:51.5522941Z test_vjp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-08-17T12:44:51.7521329Z test_vjp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.200s) 2022-08-17T12:44:51.7596632Z test_vjp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:51.7619396Z test_vjp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:51.7641391Z test_vjp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:51.7660932Z test_vjp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:51.7736569Z test_vjp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:51.7801510Z test_vjp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:51.7879432Z test_vjp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:51.8141838Z test_vjp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:51.8267521Z test_vjp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:44:51.8679083Z test_vjp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:44:51.8802661Z test_vjp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:44:51.8903684Z test_vjp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:51.9109124Z test_vjp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:51.9130014Z test_vjp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:51.9152273Z test_vjp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:51.9208333Z test_vjp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:51.9260844Z test_vjp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:51.9522888Z test_vjp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:52.0156786Z test_vjp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:44:52.0196601Z test_vjp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:52.0270791Z test_vjp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:52.0339710Z test_vjp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:52.0412590Z test_vjp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:52.0488260Z test_vjp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:52.0751523Z test_vjp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:52.1127065Z test_vjp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:44:52.1541283Z test_vjp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:44:52.1977487Z test_vjp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:44:52.2415708Z test_vjp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:44:52.2875853Z test_vjp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:44:52.3448783Z test_vjp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:44:52.3850013Z test_vjp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:44:52.3876321Z test_vjp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:44:52.6028945Z test_vjp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.215s) 2022-08-17T12:44:52.7924740Z test_vjp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-08-17T12:44:52.8042978Z test_vjp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:44:52.8184940Z test_vjp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:52.8227161Z test_vjp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:52.8249668Z test_vjp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:52.8272404Z test_vjp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:52.8343228Z test_vjp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:52.8380743Z test_vjp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:52.8402072Z test_vjp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:52.8444842Z test_vjp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:52.8528370Z test_vjp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:52.8567254Z test_vjp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:52.8805692Z test_vjp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:52.9137769Z test_vjp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:44:52.9488338Z test_vjp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:44:53.0112199Z test_vjp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:44:53.0192366Z test_vjp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-08-17T12:44:53.0214329Z test_vjp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0234676Z test_vjp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0254908Z test_vjp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0275107Z test_vjp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0294764Z test_vjp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0314650Z test_vjp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0335277Z test_vjp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0354484Z test_vjp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:44:53.0372289Z test_vjp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:44:53.0435309Z test_vjp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:53.0508010Z test_vjp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:53.0529916Z test_vjp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0551901Z test_vjp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0617823Z test_vjp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:44:53.0704697Z test_vjp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:53.0788746Z test_vjp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:53.0812500Z test_vjp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0828112Z test_vjp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:44:53.0908974Z test_vjp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:53.0928903Z test_vjp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0949150Z test_vjp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0969688Z test_vjp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.0992507Z test_vjp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.1079469Z test_vjp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:44:53.1152893Z test_vjp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:53.1362554Z test_vjp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:53.1383259Z test_vjp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.1405854Z test_vjp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.1424618Z test_vjp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:44:53.1442851Z test_vjp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:44:53.1461179Z test_vjp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:44:53.1479074Z test_vjp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:44:53.1499082Z test_vjp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.1740413Z test_vjp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:44:53.1761820Z test_vjp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:53.1833139Z test_vjp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:53.1936318Z test_vjp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:53.2058021Z test_vjp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:44:53.2099817Z test_vjp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:53.2178902Z test_vjp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:53.2314260Z test_vjp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:53.2526711Z test_vjp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:53.2699657Z test_vjp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:44:53.2908928Z test_vjp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:44:53.3161935Z test_vjp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:44:53.3436121Z test_vjp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:44:53.3786455Z test_vjp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:44:53.3916244Z test_vjp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:54.1626398Z test_vjp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.771s) 2022-08-17T12:44:55.6614269Z test_vjp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.499s) 2022-08-17T12:44:55.7005633Z test_vjp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:44:55.7132215Z test_vjp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:55.7277348Z test_vjp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:55.7473853Z test_vjp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:55.7516091Z test_vjp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:55.7558726Z test_vjp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:55.7627985Z test_vjp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:44:55.7706724Z test_vjp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:55.8180631Z test_vjp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:44:55.8264579Z test_vjp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-08-17T12:44:55.8544120Z test_vjp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:44:55.8588618Z test_vjp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:55.8750778Z test_vjp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:55.9047584Z test_vjp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:44:55.9329886Z test_vjp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:44:55.9717298Z test_vjp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:44:55.9831059Z test_vjp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:44:55.9936534Z test_vjp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:44:56.0214542Z test_vjp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:44:56.0256611Z test_vjp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:56.0474610Z test_vjp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:44:56.0662647Z test_vjp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:44:56.1073097Z test_vjp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:44:56.1094149Z test_vjp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:56.1116793Z test_vjp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:56.1429574Z test_vjp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:44:56.1592544Z test_vjp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:44:56.1793888Z test_vjp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:44:56.1841652Z test_vjp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:44:56.1882932Z test_vjp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:44:56.1959554Z test_vjp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:56.2094455Z test_vjp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:44:56.2178404Z test_vjp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:56.2258735Z test_vjp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:56.2403871Z test_vjp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:44:56.2665780Z test_vjp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:44:56.2748150Z test_vjp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:44:56.2770721Z test_vjp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:56.2840652Z test_vjpvjp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:56.2911445Z test_vjpvjp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:44:56.3582437Z test_vjpvjp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:44:56.4625330Z test_vjpvjp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-08-17T12:44:56.4950489Z test_vjpvjp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:44:56.5372649Z test_vjpvjp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:44:56.5957223Z test_vjpvjp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:44:56.6311459Z test_vjpvjp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:44:56.6650939Z test_vjpvjp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:44:56.7078740Z test_vjpvjp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:44:56.7410819Z test_vjpvjp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:44:57.0260562Z test_vjpvjp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.285s) 2022-08-17T12:44:57.3101724Z test_vjpvjp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-08-17T12:44:57.3124855Z test_vjpvjp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:57.3146792Z test_vjpvjp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:44:57.3692960Z test_vjpvjp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:44:57.4136515Z test_vjpvjp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:44:57.4785461Z test_vjpvjp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T12:44:57.5431973Z test_vjpvjp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T12:44:57.8799513Z test_vjpvjp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.336s) 2022-08-17T12:44:58.3449788Z test_vjpvjp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.465s) 2022-08-17T12:44:58.4063312Z test_vjpvjp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:44:59.8956185Z test_vjpvjp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.489s) 2022-08-17T12:45:00.0664074Z test_vjpvjp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-08-17T12:45:00.4638025Z test_vjpvjp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.397s) 2022-08-17T12:45:00.5293283Z test_vjpvjp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T12:45:00.5989536Z test_vjpvjp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:45:01.1471022Z test_vjpvjp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.548s) 2022-08-17T12:45:01.4042801Z test_vjpvjp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.257s) 2022-08-17T12:45:01.9014285Z test_vjpvjp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.497s) 2022-08-17T12:45:01.9067737Z test_vjpvjp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:01.9183269Z test_vjpvjp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:01.9288593Z test_vjpvjp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:01.9674872Z test_vjpvjp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:45:02.0014327Z test_vjpvjp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:45:02.1011875Z test_vjpvjp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-08-17T12:45:02.1895995Z test_vjpvjp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-08-17T12:45:02.2116326Z test_vjpvjp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:45:02.2322832Z test_vjpvjp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:45:02.2649226Z test_vjpvjp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:45:02.2869207Z test_vjpvjp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:45:02.2890412Z test_vjpvjp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.2912726Z test_vjpvjp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.3536046Z test_vjpvjp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:45:02.4157921Z test_vjpvjp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:45:02.4180193Z test_vjpvjp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.4231649Z test_vjpvjp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:02.4253546Z test_vjpvjp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.4275494Z test_vjpvjp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.4295121Z test_vjpvjp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.4315271Z test_vjpvjp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.4334978Z test_vjpvjp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.4354435Z test_vjpvjp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.4526539Z test_vjpvjp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:45:02.4748803Z test_vjpvjp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:45:02.4804309Z test_vjpvjp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:02.4861465Z test_vjpvjp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:02.5273930Z test_vjpvjp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:45:02.5327883Z test_vjpvjp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:02.5386300Z test_vjpvjp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:02.5587448Z test_vjpvjp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:45:02.5804142Z test_vjpvjp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:45:02.6019199Z test_vjpvjp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:45:02.6422042Z test_vjpvjp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:45:02.6567553Z test_vjpvjp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:45:02.6734705Z test_vjpvjp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:45:02.6864855Z test_vjpvjp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:02.7061440Z test_vjpvjp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:45:02.7120182Z test_vjpvjp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:02.7140469Z test_vjpvjp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.7160873Z test_vjpvjp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.7180922Z test_vjpvjp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.7263583Z test_vjpvjp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:02.7466626Z test_vjpvjp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:45:02.7486300Z test_vjpvjp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.7505639Z test_vjpvjp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.7524693Z test_vjpvjp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.7655115Z test_vjpvjp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:02.7900508Z test_vjpvjp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:45:02.7920643Z test_vjpvjp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-08-17T12:45:02.7965345Z test_vjpvjp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:45:02.8133609Z test_vjpvjp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:45:02.8153352Z test_vjpvjp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.8172593Z test_vjpvjp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:02.8851910Z test_vjpvjp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:45:02.9346217Z test_vjpvjp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:45:02.9963537Z test_vjpvjp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:45:03.0099918Z test_vjpvjp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:45:03.0378893Z test_vjpvjp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:45:03.0730138Z test_vjpvjp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:45:03.1079913Z test_vjpvjp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:45:03.1152556Z test_vjpvjp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:03.1279581Z test_vjpvjp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:03.2307188Z test_vjpvjp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-08-17T12:45:03.2651608Z test_vjpvjp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:45:03.2736440Z test_vjpvjp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:03.2779889Z test_vjpvjp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-08-17T12:45:03.4117885Z test_vjpvjp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.134s) 2022-08-17T12:45:03.4190869Z test_vjpvjp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:03.4569671Z test_vjpvjp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:45:03.4927742Z test_vjpvjp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:03.5031461Z test_vjpvjp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:03.5130321Z test_vjpvjp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:03.5150437Z test_vjpvjp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:03.7657360Z test_vjpvjp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.250s) 2022-08-17T12:45:03.7787000Z test_vjpvjp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:03.7894983Z test_vjpvjp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:03.8004752Z test_vjpvjp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:03.8737339Z test_vjpvjp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:45:03.8983042Z test_vjpvjp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:45:03.9468722Z test_vjpvjp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:45:03.9565503Z test_vjpvjp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:03.9995300Z test_vjpvjp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:45:04.0429525Z test_vjpvjp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:45:04.0593162Z test_vjpvjp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:45:04.1008626Z test_vjpvjp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:45:04.1577719Z test_vjpvjp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:45:04.4605677Z test_vjpvjp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.303s) 2022-08-17T12:45:04.4706309Z test_vjpvjp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:04.7828066Z test_vjpvjp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.312s) 2022-08-17T12:45:04.8157839Z test_vjpvjp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:45:04.8583101Z test_vjpvjp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:45:04.8910716Z test_vjpvjp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:45:04.8970081Z test_vjpvjp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:04.9124406Z test_vjpvjp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:45:04.9251717Z test_vjpvjp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:04.9350242Z test_vjpvjp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:04.9458503Z test_vjpvjp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:04.9664215Z test_vjpvjp_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:45:05.0141665Z test_vjpvjp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:45:05.0163198Z test_vjpvjp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:05.0184017Z test_vjpvjp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:05.0205119Z test_vjpvjp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:05.0226195Z test_vjpvjp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:05.0280892Z test_vjpvjp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:05.0390955Z test_vjpvjp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:05.0445663Z test_vjpvjp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:05.0549002Z test_vjpvjp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:05.0648653Z test_vjpvjp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:05.0752554Z test_vjpvjp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:05.1013994Z test_vjpvjp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:45:05.1065257Z test_vjpvjp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:05.1296170Z test_vjpvjp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:45:05.1551492Z test_vjpvjp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:45:05.1845799Z test_vjpvjp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:45:05.2002883Z test_vjpvjp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:45:05.2308520Z test_vjpvjp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:45:05.2621232Z test_vjpvjp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:45:05.2986291Z test_vjpvjp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:05.3225129Z test_vjpvjp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:45:05.3512518Z test_vjpvjp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:45:05.3816754Z test_vjpvjp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:45:05.3973665Z test_vjpvjp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:45:05.4264370Z test_vjpvjp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:45:05.4563040Z test_vjpvjp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:45:05.4921023Z test_vjpvjp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:05.5190482Z test_vjpvjp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:45:05.5485466Z test_vjpvjp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:45:05.5825115Z test_vjpvjp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:45:05.6069100Z test_vjpvjp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:45:05.6341220Z test_vjpvjp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:45:05.6655350Z test_vjpvjp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:45:05.6757806Z test_vjpvjp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:05.6924654Z test_vjpvjp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:45:05.7191218Z test_vjpvjp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:45:05.7260851Z test_vjpvjp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:05.7331046Z test_vjpvjp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:05.7472249Z test_vjpvjp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:45:05.7587419Z test_vjpvjp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:05.8166764Z test_vjpvjp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:45:05.8213728Z test_vjpvjp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:05.8235440Z test_vjpvjp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:05.8596289Z test_vjpvjp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:05.8958171Z test_vjpvjp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:05.9334009Z test_vjpvjp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:45:05.9425860Z test_vjpvjp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:45:05.9527009Z test_vjpvjp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:05.9548538Z test_vjpvjp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:05.9721295Z test_vjpvjp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:45:05.9742448Z test_vjpvjp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:05.9763753Z test_vjpvjp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.0637127Z test_vjpvjp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:45:06.0658523Z test_vjpvjp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.0814627Z test_vjpvjp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:45:06.0942247Z test_vjpvjp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:06.0962153Z test_vjpvjp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.0981466Z test_vjpvjp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.1080843Z test_vjpvjp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:06.1182969Z test_vjpvjp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:06.1581488Z test_vjpvjp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:45:06.1792228Z test_vjpvjp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:45:06.1811636Z test_vjpvjp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.1831339Z test_vjpvjp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.2186126Z test_vjpvjp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:45:06.2319576Z test_vjpvjp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:06.2433139Z test_vjpvjp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:06.2797818Z test_vjpvjp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:06.3458832Z test_vjpvjp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:45:06.5323867Z test_vjpvjp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.186s) 2022-08-17T12:45:06.5432845Z test_vjpvjp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:06.5534737Z test_vjpvjp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:06.5556698Z test_vjpvjp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.5577681Z test_vjpvjp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.5912859Z test_vjpvjp_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:45:06.5934233Z test_vjpvjp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.5955580Z test_vjpvjp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.5976625Z test_vjpvjp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.5997658Z test_vjpvjp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.6018603Z test_vjpvjp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.6041316Z test_vjpvjp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.6062509Z test_vjpvjp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.6083616Z test_vjpvjp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.6822565Z test_vjpvjp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T12:45:06.6844159Z test_vjpvjp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.6865775Z test_vjpvjp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.6886803Z test_vjpvjp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.6908075Z test_vjpvjp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.6929107Z test_vjpvjp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.6993074Z test_vjpvjp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:06.7308384Z test_vjpvjp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:45:06.7708512Z test_vjpvjp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:45:06.7729881Z test_vjpvjp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:06.8594153Z test_vjpvjp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-08-17T12:45:06.8694722Z test_vjpvjp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:06.9405745Z test_vjpvjp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:45:07.0084699Z test_vjpvjp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:45:07.0355287Z test_vjpvjp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:45:07.0484310Z test_vjpvjp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:07.0946653Z test_vjpvjp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:45:07.3614073Z test_vjpvjp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.266s) 2022-08-17T12:45:07.4142830Z test_vjpvjp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:45:07.4667193Z test_vjpvjp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:45:07.5017421Z test_vjpvjp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:45:07.6869400Z test_vjpvjp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-08-17T12:45:07.7230543Z test_vjpvjp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:07.7570133Z test_vjpvjp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:45:07.7592443Z test_vjpvjp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:07.7613462Z test_vjpvjp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:07.7634764Z test_vjpvjp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:07.9123646Z test_vjpvjp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.149s) 2022-08-17T12:45:08.0490857Z test_vjpvjp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-08-17T12:45:08.2692831Z test_vjpvjp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.220s) 2022-08-17T12:45:08.5704903Z test_vjpvjp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.301s) 2022-08-17T12:45:08.7910369Z test_vjpvjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.220s) 2022-08-17T12:45:10.2003842Z test_vjpvjp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.409s) 2022-08-17T12:45:10.5071340Z test_vjpvjp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.307s) 2022-08-17T12:45:10.5960525Z test_vjpvjp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-08-17T12:45:10.5982651Z test_vjpvjp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:10.6004034Z test_vjpvjp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:10.6352078Z test_vjpvjp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:45:10.7346335Z test_vjpvjp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-08-17T12:45:10.8253640Z test_vjpvjp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-08-17T12:45:10.9836717Z test_vjpvjp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.158s) 2022-08-17T12:45:11.0355826Z test_vjpvjp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:45:11.0377835Z 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-08-17T12:45:11.2365563Z test_vjpvjp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.199s) 2022-08-17T12:45:11.2824498Z test_vjpvjp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:45:11.3763700Z test_vjpvjp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-08-17T12:45:11.4676641Z test_vjpvjp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-08-17T12:45:12.8764986Z test_vjpvjp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.409s) 2022-08-17T12:45:14.3380207Z test_vjpvjp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.461s) 2022-08-17T12:45:14.4841553Z test_vjpvjp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-08-17T12:45:14.4979379Z test_vjpvjp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:45:14.5277746Z test_vjpvjp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:45:14.5746665Z test_vjpvjp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:45:14.7259974Z test_vjpvjp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.151s) 2022-08-17T12:45:15.3749190Z test_vjpvjp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.649s) 2022-08-17T12:45:15.3770646Z test_vjpvjp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:15.3874727Z test_vjpvjp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:15.3925346Z test_vjpvjp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:15.4029643Z test_vjpvjp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:15.4128377Z test_vjpvjp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:15.4327994Z test_vjpvjp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:45:15.4546555Z test_vjpvjp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:45:15.4614543Z test_vjpvjp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:15.4678576Z test_vjpvjp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:15.5000813Z test_vjpvjp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:45:15.5493596Z test_vjpvjp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:45:15.5515493Z test_vjpvjp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:15.5536646Z test_vjpvjp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:15.5558069Z test_vjpvjp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:15.5579267Z test_vjpvjp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:15.5883253Z test_vjpvjp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:45:15.5904302Z test_vjpvjp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:15.6478059Z test_vjpvjp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:45:15.6498982Z test_vjpvjp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:15.6520380Z test_vjpvjp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:15.6541410Z test_vjpvjp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:15.9597705Z test_vjpvjp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.305s) 2022-08-17T12:45:16.3133716Z test_vjpvjp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.353s) 2022-08-17T12:45:16.4367816Z test_vjpvjp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-08-17T12:45:16.4538325Z test_vjpvjp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:45:16.4708501Z test_vjpvjp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:45:16.5030096Z test_vjpvjp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:45:16.5203295Z test_vjpvjp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:45:16.5402149Z test_vjpvjp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:45:16.5674774Z test_vjpvjp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:45:16.6247549Z test_vjpvjp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:45:16.6479357Z test_vjpvjp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:45:16.6881799Z test_vjpvjp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:45:16.6966586Z test_vjpvjp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:16.7106683Z test_vjpvjp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:45:16.7504572Z test_vjpvjp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:45:16.8070326Z test_vjpvjp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:45:16.8488569Z test_vjpvjp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:45:16.8918703Z test_vjpvjp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:45:16.9351507Z test_vjpvjp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:45:16.9755617Z test_vjpvjp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:45:16.9839989Z test_vjpvjp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:16.9979801Z test_vjpvjp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:45:17.0378385Z test_vjpvjp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:45:17.0437283Z test_vjpvjp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:17.0688339Z test_vjpvjp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:45:17.0762926Z test_vjpvjp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:17.0847804Z test_vjpvjp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:17.1192401Z test_vjpvjp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:45:17.1212816Z test_vjpvjp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:17.1274134Z test_vjpvjp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:17.1675376Z test_vjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:45:17.2078041Z test_vjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:45:17.2479755Z test_vjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:45:17.2581016Z test_vjpvjp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:17.3787700Z test_vjpvjp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-08-17T12:45:17.4213149Z test_vjpvjp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:45:17.7757702Z test_vjpvjp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.354s) 2022-08-17T12:45:17.8766083Z test_vjpvjp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-08-17T12:45:17.8916755Z test_vjpvjp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:45:17.9089873Z test_vjpvjp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-08-17T12:45:17.9110513Z test_vjpvjp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:17.9158591Z test_vjpvjp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:17.9179096Z test_vjpvjp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:17.9199818Z test_vjpvjp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:17.9222270Z test_vjpvjp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:17.9242534Z test_vjpvjp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:17.9262908Z test_vjpvjp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:17.9458752Z test_vjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:45:17.9757496Z test_vjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:45:18.0115298Z test_vjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:18.0381824Z test_vjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:45:18.1080919Z test_vjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:45:18.1674732Z test_vjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:45:18.1954744Z test_vjpvjp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:45:18.2167591Z test_vjpvjp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:45:18.2408731Z test_vjpvjp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:45:18.3026490Z test_vjpvjp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:45:18.3644556Z test_vjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:45:18.5583519Z test_vjpvjp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.194s) 2022-08-17T12:45:18.6193356Z test_vjpvjp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:45:18.8139206Z test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.194s) 2022-08-17T12:45:18.8242385Z test_vjpvjp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:18.8803854Z test_vjpvjp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:45:19.0524352Z test_vjpvjp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-08-17T12:45:19.0595709Z test_vjpvjp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:19.0693018Z test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:19.0778177Z test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:19.0852497Z test_vjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:19.0925667Z test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:19.1007162Z test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:19.1088738Z test_vjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:19.1167806Z test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:19.1246623Z test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:19.1324947Z test_vjpvjp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:19.1891495Z test_vjpvjp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:45:19.2472661Z test_vjpvjp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:45:19.3084849Z test_vjpvjp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:45:19.3742955Z test_vjpvjp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:45:19.4639066Z test_vjpvjp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-08-17T12:45:19.5522106Z test_vjpvjp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-08-17T12:45:19.5593417Z test_vjpvjp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:45:19.6021439Z test_vjpvjp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:45:19.6468296Z test_vjpvjp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:45:19.7068078Z test_vjpvjp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:45:19.7170449Z test_vjpvjp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:19.7192006Z test_vjpvjp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-08-17T12:45:19.7299907Z test_vjpvjp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:19.7500905Z test_vjpvjp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:45:19.7755352Z test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:45:19.8057387Z test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:45:19.9336846Z test_vjpvjp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-08-17T12:45:20.1010067Z test_vjpvjp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.167s) 2022-08-17T12:45:22.6729906Z test_vjpvjp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.572s) 2022-08-17T12:45:22.7017071Z test_vjpvjp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:45:22.8494430Z test_vjpvjp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-08-17T12:45:22.8516350Z test_vjpvjp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-08-17T12:45:22.8854439Z test_vjpvjp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:45:22.9033387Z test_vjpvjp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:45:22.9054579Z test_vjpvjp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-08-17T12:45:22.9192142Z test_vjpvjp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:45:22.9371462Z test_vjpvjp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:45:22.9920998Z test_vjpvjp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:45:23.0343441Z test_vjpvjp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:45:23.0927240Z test_vjpvjp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:45:23.1293054Z test_vjpvjp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:23.1647245Z test_vjpvjp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:45:23.1994956Z test_vjpvjp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:45:23.2347840Z test_vjpvjp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:45:23.2694759Z test_vjpvjp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:45:23.3049911Z test_vjpvjp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:45:23.3606505Z test_vjpvjp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:45:23.3875702Z test_vjpvjp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:45:23.4220729Z test_vjpvjp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:45:23.4481380Z test_vjpvjp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:45:23.5181751Z test_vjpvjp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:45:23.5884710Z test_vjpvjp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:45:23.5988628Z test_vjpvjp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:23.6975737Z test_vjpvjp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-08-17T12:45:26.4147447Z test_vjpvjp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.717s) 2022-08-17T12:45:30.5595367Z test_vjpvjp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.145s) 2022-08-17T12:45:32.2512393Z test_vjpvjp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.692s) 2022-08-17T12:45:32.2530027Z test_vjpvjp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:45:32.4247892Z test_vjpvjp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-08-17T12:45:32.4266075Z test_vjpvjp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:45:32.7402764Z test_vjpvjp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.313s) 2022-08-17T12:45:33.1086851Z test_vjpvjp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.368s) 2022-08-17T12:45:33.2274921Z test_vjpvjp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-08-17T12:45:33.2401484Z test_vjpvjp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:33.2670731Z test_vjpvjp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:45:33.3062690Z test_vjpvjp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:45:33.3084496Z test_vjpvjp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-08-17T12:45:33.3105920Z test_vjpvjp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-08-17T12:45:33.3363374Z test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:45:33.5112934Z test_vjpvjp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.175s) 2022-08-17T12:45:33.5593187Z test_vjpvjp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:45:33.6006399Z test_vjpvjp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:45:33.7357473Z test_vjpvjp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-08-17T12:45:33.7690877Z test_vjpvjp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:45:33.8024980Z test_vjpvjp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:45:33.8383831Z test_vjpvjp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:33.8405846Z test_vjpvjp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-08-17T12:45:33.8482067Z test_vjpvjp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:33.8557744Z test_vjpvjp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:34.2792518Z test_vjpvjp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.423s) 2022-08-17T12:45:34.3659186Z test_vjpvjp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:45:34.3758295Z test_vjpvjp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:34.3891759Z test_vjpvjp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:34.4006834Z test_vjpvjp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:34.4108642Z test_vjpvjp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:34.4222452Z test_vjpvjp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:34.4613264Z test_vjpvjp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:45:34.4864699Z test_vjpvjp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:45:34.5084666Z test_vjpvjp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:45:34.5321625Z test_vjpvjp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:45:34.5426165Z test_vjpvjp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:34.5576530Z test_vjpvjp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:45:34.5715179Z test_vjpvjp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:45:34.5826783Z test_vjpvjp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:34.5970237Z test_vjpvjp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:45:34.6563965Z test_vjpvjp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:45:34.7177284Z test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:45:35.4003917Z test_vjpvjp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.682s) 2022-08-17T12:45:35.4135607Z test_vjpvjp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:35.4480150Z test_vjpvjp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:45:35.4501281Z test_vjpvjp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:35.6227335Z test_vjpvjp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-08-17T12:45:35.6362084Z test_vjpvjp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:35.6527661Z test_vjpvjp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:45:35.6684385Z test_vjpvjp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:45:35.6898484Z test_vjpvjp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:45:35.6956518Z test_vjpvjp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:35.6977755Z test_vjpvjp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:35.6999729Z test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:35.7872091Z test_vjpvjp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:45:35.7893785Z test_vjpvjp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:35.7956535Z test_vjpvjp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:39.8591825Z test_vjpvjp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.063s) 2022-08-17T12:45:39.8717756Z test_vjpvjp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:39.9336768Z test_vjpvjp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:45:39.9830392Z test_vjpvjp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:45:40.0136422Z test_vjpvjp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:45:40.0442445Z test_vjpvjp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:45:40.0747845Z test_vjpvjp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:45:40.1056973Z test_vjpvjp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:45:40.1366313Z test_vjpvjp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:45:40.1452820Z test_vjpvjp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:45:40.2001721Z test_vjpvjp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:45:40.3730527Z test_vjpvjp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-08-17T12:45:40.4528706Z test_vjpvjp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-08-17T12:45:40.6588318Z test_vjpvjp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.206s) 2022-08-17T12:45:41.0125338Z test_vjpvjp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.353s) 2022-08-17T12:45:41.0226816Z test_vjpvjp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:41.0247222Z test_vjpvjp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:41.0267675Z test_vjpvjp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:41.0287878Z test_vjpvjp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:41.0388509Z test_vjpvjp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:41.0475250Z test_vjpvjp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:41.0581485Z test_vjpvjp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:41.0966162Z test_vjpvjp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:45:41.1197397Z test_vjpvjp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:45:41.1831673Z test_vjpvjp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:45:41.2001602Z test_vjpvjp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:45:41.2130964Z test_vjpvjp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:41.2438644Z test_vjpvjp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:45:41.2459952Z test_vjpvjp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:41.2481077Z test_vjpvjp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:41.2549065Z test_vjpvjp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:41.2615420Z test_vjpvjp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:45:41.3026412Z test_vjpvjp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:45:41.4000689Z test_vjpvjp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-08-17T12:45:41.4048364Z test_vjpvjp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:41.4138956Z test_vjpvjp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:45:41.4230552Z test_vjpvjp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:45:41.4320895Z test_vjpvjp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:45:41.4431561Z test_vjpvjp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:41.4821345Z test_vjpvjp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:45:41.5355426Z test_vjpvjp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:45:41.5971479Z test_vjpvjp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:45:41.6639595Z test_vjpvjp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:45:41.7310756Z test_vjpvjp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:45:41.7991898Z test_vjpvjp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:45:41.9476212Z test_vjpvjp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-08-17T12:45:42.0043263Z test_vjpvjp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:45:42.0065267Z test_vjpvjp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.0086139Z test_vjpvjp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-08-17T12:45:42.0107203Z test_vjpvjp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Operation does not support gradgrad (0.002s) 2022-08-17T12:45:42.0261491Z test_vjpvjp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:45:42.0469142Z test_vjpvjp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:45:42.0515627Z test_vjpvjp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:42.0536622Z test_vjpvjp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.0558082Z test_vjpvjp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.0659993Z test_vjpvjp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:42.0707799Z test_vjpvjp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:42.0728641Z test_vjpvjp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.0779566Z test_vjpvjp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:42.0915432Z test_vjpvjp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:42.0966082Z test_vjpvjp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:42.1326115Z test_vjpvjp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:42.1531928Z test_vjpvjp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:45:42.1755926Z test_vjpvjp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:45:42.2732160Z test_vjpvjp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-08-17T12:45:42.2806873Z test_vjpvjp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:45:42.2828343Z test_vjpvjp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.2849379Z test_vjpvjp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.2871396Z test_vjpvjp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.2892282Z test_vjpvjp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.2913696Z test_vjpvjp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.2934777Z test_vjpvjp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.2956243Z test_vjpvjp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.2974396Z test_vjpvjp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:45:42.2992397Z test_vjpvjp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:45:42.3074090Z test_vjpvjp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:42.3185736Z test_vjpvjp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:42.3215652Z test_vjpvjp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:42.3238791Z test_vjpvjp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.3340235Z test_vjpvjp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:42.3486175Z test_vjpvjp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:45:42.3645031Z test_vjpvjp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:45:42.3666597Z test_vjpvjp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.3684712Z test_vjpvjp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:45:42.3807268Z test_vjpvjp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:45:42.3828602Z test_vjpvjp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.3849800Z test_vjpvjp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.3871055Z test_vjpvjp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.3892280Z test_vjpvjp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.4023834Z test_vjpvjp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:42.4140057Z test_vjpvjp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:42.4446868Z test_vjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:45:42.4467980Z test_vjpvjp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.4488929Z test_vjpvjp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.4507304Z test_vjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:45:42.4524884Z test_vjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:45:42.4542729Z test_vjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:45:42.4560653Z test_vjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:45:42.4581999Z test_vjpvjp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.4978010Z test_vjpvjp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:45:42.5000145Z test_vjpvjp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:42.5084154Z test_vjpvjp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:42.5209962Z test_vjpvjp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:45:42.5368246Z test_vjpvjp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:45:42.5421125Z test_vjpvjp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:42.5528743Z test_vjpvjp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:42.5724608Z test_vjpvjp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:45:42.6025451Z test_vjpvjp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:45:42.6342029Z test_vjpvjp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:45:42.6702452Z test_vjpvjp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:45:42.7142712Z test_vjpvjp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:45:42.7531583Z test_vjpvjp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:45:42.8074549Z test_vjpvjp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:45:42.8254142Z test_vjpvjp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:45:44.3933420Z test_vjpvjp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.568s) 2022-08-17T12:45:48.7123454Z test_vjpvjp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.319s) 2022-08-17T12:45:48.7779275Z test_vjpvjp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:45:48.7949514Z test_vjpvjp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:45:48.8142896Z test_vjpvjp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:45:48.8435839Z test_vjpvjp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:45:48.8490436Z test_vjpvjp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:48.8540442Z test_vjpvjp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:48.8607928Z test_vjpvjp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:45:48.8724544Z test_vjpvjp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:48.9445803Z test_vjpvjp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:45:48.9525968Z test_vjpvjp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-08-17T12:45:48.9951597Z test_vjpvjp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:45:49.0006173Z test_vjpvjp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:49.0229215Z test_vjpvjp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:45:49.0735416Z test_vjpvjp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T12:45:49.1243322Z test_vjpvjp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:45:49.1832735Z test_vjpvjp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:45:49.1987357Z test_vjpvjp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:45:49.2140679Z test_vjpvjp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:45:49.2576374Z test_vjpvjp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:45:49.2622838Z test_vjpvjp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:49.2888593Z test_vjpvjp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:45:49.3159043Z test_vjpvjp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:45:49.3772240Z test_vjpvjp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:45:49.3794285Z test_vjpvjp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:49.3815294Z test_vjpvjp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:49.4285536Z test_vjpvjp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:45:49.4545084Z test_vjpvjp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:45:49.4845628Z test_vjpvjp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:45:49.4903988Z test_vjpvjp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:49.4951396Z test_vjpvjp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:45:49.5051929Z test_vjpvjp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:49.5250663Z test_vjpvjp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:45:49.5350025Z test_vjpvjp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:49.5457329Z test_vjpvjp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:45:49.5674643Z test_vjpvjp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:45:49.6113476Z test_vjpvjp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:45:49.6213446Z test_vjpvjp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:45:49.6234748Z test_vjpvjp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:45:49.6314613Z test_vjpvmap_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:49.6395885Z test_vjpvmap_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:45:49.7192603Z test_vjpvmap___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.080s) 2022-08-17T12:45:50.1032543Z test_vjpvmap___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.384s) 2022-08-17T12:45:50.1744817Z test_vjpvmap___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:45:50.2617869Z test_vjpvmap___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:45:50.4012734Z test_vjpvmap___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-08-17T12:45:50.4789506Z test_vjpvmap___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T12:45:50.5567198Z test_vjpvmap___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T12:45:50.5640612Z test_vjpvmap___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:850: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:45:50.5642355Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-08-17T12:45:50.5643689Z expected failure (0.008s) 2022-08-17T12:45:50.6374810Z test_vjpvmap___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:45:50.9710568Z test_vjpvmap__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.333s) 2022-08-17T12:45:51.3043606Z test_vjpvmap__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.333s) 2022-08-17T12:45:51.3071188Z test_vjpvmap__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:51.3100883Z test_vjpvmap__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:51.3689355Z test_vjpvmap__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:45:51.4209938Z test_vjpvmap__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:45:51.4931768Z test_vjpvmap__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:45:51.6379045Z test_vjpvmap__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-08-17T12:45:52.0186772Z test_vjpvmap__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.381s) 2022-08-17T12:45:52.4293889Z test_vjpvmap__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.411s) 2022-08-17T12:45:52.5019557Z test_vjpvmap__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:45:54.2358405Z test_vjpvmap__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.734s) 2022-08-17T12:45:54.3998832Z test_vjpvmap__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-08-17T12:45:54.7980092Z test_vjpvmap__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.398s) 2022-08-17T12:45:54.8713709Z test_vjpvmap__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:45:54.9493329Z test_vjpvmap__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T12:45:55.5713375Z test_vjpvmap__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.622s) 2022-08-17T12:45:55.8734674Z test_vjpvmap__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.302s) 2022-08-17T12:45:56.4672945Z test_vjpvmap__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.594s) 2022-08-17T12:45:56.4733083Z test_vjpvmap_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:56.4852659Z test_vjpvmap_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:45:56.4972681Z test_vjpvmap_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:45:56.5843885Z test_vjpvmap_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:45:56.7517859Z test_vjpvmap_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.167s) 2022-08-17T12:45:57.0233267Z test_vjpvmap_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.271s) 2022-08-17T12:45:57.2810116Z test_vjpvmap_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.257s) 2022-08-17T12:45:57.3597829Z test_vjpvmap_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:45:57.4369922Z test_vjpvmap_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T12:45:57.5902105Z test_vjpvmap_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-08-17T12:45:57.7053388Z test_vjpvmap_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-08-17T12:45:57.7081142Z test_vjpvmap_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:57.7108069Z test_vjpvmap_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:57.7800746Z test_vjpvmap_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:45:57.8491282Z test_vjpvmap_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:45:57.8518901Z test_vjpvmap_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:57.8576652Z test_vjpvmap_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:57.8603896Z test_vjpvmap_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:57.8630972Z test_vjpvmap_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:57.8657907Z test_vjpvmap_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:57.8684845Z test_vjpvmap_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:57.8711693Z test_vjpvmap_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:57.8741354Z test_vjpvmap_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:57.8815065Z test_vjpvmap_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:45:57.8860541Z test_vjpvmap_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:12051: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:45:57.8862714Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-08-17T12:45:57.9028192Z expected failure (0.021s) 2022-08-17T12:45:57.9089267Z test_vjpvmap_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:57.9150057Z test_vjpvmap_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:57.9990316Z test_vjpvmap_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:45:58.0050094Z test_vjpvmap_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:58.0111200Z test_vjpvmap_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:45:58.1348803Z test_vjpvmap_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.124s) 2022-08-17T12:45:58.2603769Z test_vjpvmap_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.125s) 2022-08-17T12:45:58.3883502Z test_vjpvmap_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-08-17T12:45:58.5473083Z test_vjpvmap_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-08-17T12:45:58.5496340Z test_vjpvmap_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:45:58.5772158Z test_vjpvmap_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.027s) 2022-08-17T12:45:58.5922533Z test_vjpvmap_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:45:58.6932668Z test_vjpvmap_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-08-17T12:45:58.7061385Z test_vjpvmap_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:45:58.7088717Z test_vjpvmap_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:58.7115802Z test_vjpvmap_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:58.7142709Z test_vjpvmap_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:58.7684830Z test_vjpvmap_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:45:58.7928004Z test_vjpvmap_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:45:58.7956261Z test_vjpvmap_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:58.7982977Z test_vjpvmap_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:58.8010217Z test_vjpvmap_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:45:58.8420447Z test_vjpvmap_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:45:58.8995064Z test_vjpvmap_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:46:01.2931371Z test_vjpvmap_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.393s) 2022-08-17T12:46:01.2990181Z test_vjpvmap_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:46:01.3024263Z test_vjpvmap_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:15579: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:01.3026045Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-08-17T12:46:01.3242942Z ok (0.025s) 2022-08-17T12:46:01.3270114Z test_vjpvmap_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:01.3297090Z test_vjpvmap_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:01.3893242Z test_vjpvmap_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:46:01.4402094Z test_vjpvmap_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:46:01.5582476Z test_vjpvmap_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-08-17T12:46:01.5713524Z test_vjpvmap_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:46:01.6010625Z test_vjpvmap_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-08-17T12:46:01.6787032Z test_vjpvmap_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T12:46:01.7557599Z test_vjpvmap_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T12:46:01.7642661Z test_vjpvmap_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:46:01.7706451Z test_vjpvmap_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.006s) 2022-08-17T12:46:01.9074930Z test_vjpvmap_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.137s) 2022-08-17T12:46:01.9112066Z test_vjpvmap_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:01.9113759Z return self.op(*args, **kwargs) 2022-08-17T12:46:02.0069083Z ok (0.099s) 2022-08-17T12:46:02.0167635Z test_vjpvmap_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:46:02.0223799Z test_vjpvmap_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:46:02.1850164Z test_vjpvmap_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-08-17T12:46:02.1932804Z test_vjpvmap_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:46:02.1968596Z test_vjpvmap_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:02.1970722Z return self.op(*args, **kwargs) 2022-08-17T12:46:02.3032085Z ok (0.110s) 2022-08-17T12:46:02.3390745Z test_vjpvmap_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:46:02.3505152Z test_vjpvmap_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:02.3620263Z test_vjpvmap_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:02.3649938Z test_vjpvmap_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:02.6647867Z test_vjpvmap_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.299s) 2022-08-17T12:46:02.6934335Z test_vjpvmap_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:46:02.7064641Z test_vjpvmap_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:46:02.7194851Z test_vjpvmap_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:46:02.7682516Z test_vjpvmap_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:46:02.7838145Z test_vjpvmap_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:46:02.8763054Z test_vjpvmap_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-08-17T12:46:02.8877906Z test_vjpvmap_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:46:02.9415311Z test_vjpvmap_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:46:02.9904197Z test_vjpvmap_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:46:02.9943281Z test_vjpvmap_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:02.9944999Z return self.op(*args, **kwargs) 2022-08-17T12:46:03.0163563Z ok (0.026s) 2022-08-17T12:46:03.0630206Z test_vjpvmap_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:46:03.1954303Z test_vjpvmap_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-08-17T12:46:04.1829823Z test_vjpvmap_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.987s) 2022-08-17T12:46:04.1945209Z test_vjpvmap_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:46:04.7118315Z test_vjpvmap_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.517s) 2022-08-17T12:46:04.7887626Z test_vjpvmap_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T12:46:04.8726583Z test_vjpvmap_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:46:04.9502288Z test_vjpvmap_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T12:46:04.9628013Z test_vjpvmap_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:46:04.9896871Z test_vjpvmap_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.027s) 2022-08-17T12:46:05.0042141Z test_vjpvmap_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:46:05.0143410Z test_vjpvmap_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:46:05.0601548Z test_vjpvmap_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:46:05.0685666Z test_vjpvmap_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::eig. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:05.0687083Z return self.op(*args, **kwargs) 2022-08-17T12:46:05.0998522Z ok (0.040s) 2022-08-17T12:46:05.1928823Z test_vjpvmap_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-08-17T12:46:05.1954744Z test_vjpvmap_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:05.1979661Z test_vjpvmap_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:05.2005144Z test_vjpvmap_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:05.2033212Z test_vjpvmap_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:05.2094253Z test_vjpvmap_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:46:05.2210046Z test_vjpvmap_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:05.2268185Z test_vjpvmap_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:46:05.2376939Z test_vjpvmap_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:05.2482980Z test_vjpvmap_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:05.2671703Z test_vjpvmap_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:46:05.2963993Z test_vjpvmap_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:46:05.3020691Z test_vjpvmap_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:46:05.3277448Z test_vjpvmap_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:46:05.3561037Z test_vjpvmap_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:46:05.3873664Z test_vjpvmap_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:46:05.4046992Z test_vjpvmap_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:46:05.4365519Z test_vjpvmap_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:46:05.4684924Z test_vjpvmap_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:46:05.5055297Z test_vjpvmap_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:46:05.5310288Z test_vjpvmap_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:46:05.5613944Z test_vjpvmap_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:46:05.5936477Z test_vjpvmap_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:46:05.6109305Z test_vjpvmap_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:46:05.6149830Z test_vjpvmap_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:05.6151036Z return self.op(*args, **kwargs) 2022-08-17T12:46:05.6565014Z ok (0.045s) 2022-08-17T12:46:05.6880327Z test_vjpvmap_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:46:05.6924802Z test_vjpvmap_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:05.6925888Z return self.op(*args, **kwargs) 2022-08-17T12:46:05.7430950Z ok (0.055s) 2022-08-17T12:46:05.7716270Z test_vjpvmap_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:46:05.8019195Z test_vjpvmap_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:46:05.8366397Z test_vjpvmap_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:46:05.8622961Z test_vjpvmap_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:46:05.8901430Z test_vjpvmap_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:46:05.9218974Z test_vjpvmap_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:46:05.9335923Z test_vjpvmap_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:46:05.9516073Z test_vjpvmap_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:46:05.9799175Z test_vjpvmap_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:46:05.9876169Z test_vjpvmap_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:46:05.9953319Z test_vjpvmap_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:46:06.0199235Z test_vjpvmap_float_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.024s) 2022-08-17T12:46:06.0321583Z test_vjpvmap_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:46:06.1323823Z test_vjpvmap_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-08-17T12:46:06.1379094Z test_vjpvmap_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:46:06.1405120Z test_vjpvmap_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:06.2172000Z test_vjpvmap_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:46:06.2939773Z test_vjpvmap_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T12:46:06.3701251Z test_vjpvmap_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:46:06.3802099Z test_vjpvmap_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:46:06.3914052Z test_vjpvmap_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:06.3939331Z test_vjpvmap_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:06.4277205Z test_vjpvmap_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:46:06.4302498Z test_vjpvmap_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:06.4328341Z test_vjpvmap_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:06.5292015Z test_vjpvmap_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T12:46:06.5321333Z test_vjpvmap_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:06.5584034Z test_vjpvmap_half_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.026s) 2022-08-17T12:46:06.5722517Z test_vjpvmap_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:46:06.5748158Z test_vjpvmap_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:06.5773401Z test_vjpvmap_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:06.5871243Z test_vjpvmap_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:46:06.6277279Z test_vjpvmap_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:46:06.7043495Z test_vjpvmap_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T12:46:06.7157731Z test_vjpvmap_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:06.7186352Z test_vjpvmap_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:06.7211858Z test_vjpvmap_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:06.8912482Z test_vjpvmap_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.170s) 2022-08-17T12:46:06.9435066Z test_vjpvmap_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:46:06.9470723Z test_vjpvmap_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:06.9471690Z return self.op(*args, **kwargs) 2022-08-17T12:46:06.9728625Z ok (0.029s) 2022-08-17T12:46:06.9973969Z test_vjpvmap_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.024s) 2022-08-17T12:46:07.1608529Z test_vjpvmap_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-08-17T12:46:07.1644788Z test_vjpvmap_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:07.1645649Z return self.op(*args, **kwargs) 2022-08-17T12:46:08.1341517Z ok (0.973s) 2022-08-17T12:46:08.1558144Z test_vjpvmap_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:46:08.1767984Z test_vjpvmap_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:46:08.1794309Z test_vjpvmap_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:08.1819141Z test_vjpvmap_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:08.2113581Z test_vjpvmap_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:46:08.2138853Z test_vjpvmap_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:08.2163975Z test_vjpvmap_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:08.2192042Z test_vjpvmap_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:08.2217009Z test_vjpvmap_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:08.2242216Z test_vjpvmap_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:08.2270416Z test_vjpvmap_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:08.2295318Z test_vjpvmap_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:08.2323699Z test_vjpvmap_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:08.2363864Z test_vjpvmap_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:08.2364709Z return self.op(*args, **kwargs) 2022-08-17T12:46:08.3592208Z ok (0.127s) 2022-08-17T12:46:08.3618299Z test_vjpvmap_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:08.3643666Z test_vjpvmap_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:08.3669643Z test_vjpvmap_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:08.3694532Z test_vjpvmap_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:08.3719823Z test_vjpvmap_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:08.3839092Z test_vjpvmap_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:46:08.4196052Z test_vjpvmap_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:46:08.5017101Z test_vjpvmap_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T12:46:08.5045553Z test_vjpvmap_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:08.7081797Z test_vjpvmap_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.203s) 2022-08-17T12:46:08.7191271Z test_vjpvmap_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:08.7804842Z test_vjpvmap_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:46:08.8387103Z test_vjpvmap_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:46:08.8628128Z test_vjpvmap_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:46:08.8668012Z test_vjpvmap_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_cross. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:08.8669715Z return self.op(*args, **kwargs) 2022-08-17T12:46:08.8989020Z ok (0.036s) 2022-08-17T12:46:08.9416172Z test_vjpvmap_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:46:09.0026032Z test_vjpvmap_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:46:09.0076266Z test_vjpvmap_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:09.0078017Z return self.op(*args, **kwargs) 2022-08-17T12:46:09.0628037Z ok (0.060s) 2022-08-17T12:46:09.1061249Z test_vjpvmap_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:46:09.1378549Z test_vjpvmap_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:46:09.3227805Z test_vjpvmap_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-08-17T12:46:09.3593597Z test_vjpvmap_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:46:09.3935848Z test_vjpvmap_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:46:09.3962966Z test_vjpvmap_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:09.3990290Z test_vjpvmap_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:09.4016796Z test_vjpvmap_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:09.4226435Z test_vjpvmap_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lstsq. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:09.4228053Z return self.op(*args, **kwargs) 2022-08-17T12:46:09.8561039Z ok (0.454s) 2022-08-17T12:46:09.8757831Z test_vjpvmap_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:11084: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lstsq. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:09.8759632Z op=lambda a, b, driver: torch.linalg.lstsq(a, b, driver=driver)[0], 2022-08-17T12:46:10.2755067Z ok (0.419s) 2022-08-17T12:46:10.2795555Z test_vjpvmap_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:10.2797135Z return self.op(*args, **kwargs) 2022-08-17T12:46:10.5568086Z ok (0.281s) 2022-08-17T12:46:10.5613766Z test_vjpvmap_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:10.5615376Z return self.op(*args, **kwargs) 2022-08-17T12:46:10.8982988Z ok (0.341s) 2022-08-17T12:46:11.0644161Z test_vjpvmap_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.166s) 2022-08-17T12:46:11.0691590Z test_vjpvmap_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:11.0693211Z return self.op(*args, **kwargs) 2022-08-17T12:46:17.7712530Z ok (6.707s) 2022-08-17T12:46:18.0950723Z test_vjpvmap_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.324s) 2022-08-17T12:46:18.1789750Z test_vjpvmap_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:46:18.1816901Z test_vjpvmap_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:18.1843922Z test_vjpvmap_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:18.4331956Z test_vjpvmap_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.249s) 2022-08-17T12:46:18.5259763Z test_vjpvmap_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-08-17T12:46:18.6097112Z test_vjpvmap_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:46:18.6157018Z test_vjpvmap_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_pinv.atol_rtol_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:18.6158997Z return self.op(*args, **kwargs) 2022-08-17T12:46:18.7937488Z ok (0.184s) 2022-08-17T12:46:18.8570465Z test_vjpvmap_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:46:18.8597829Z 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-08-17T12:46:19.0149672Z test_vjpvmap_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.155s) 2022-08-17T12:46:19.0591386Z test_vjpvmap_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:46:19.0637749Z test_vjpvmap_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_solve_ex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:19.0639369Z return self.op(*args, **kwargs) 2022-08-17T12:46:19.3033718Z ok (0.244s) 2022-08-17T12:46:19.5412366Z test_vjpvmap_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.238s) 2022-08-17T12:46:22.3488507Z test_vjpvmap_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.807s) 2022-08-17T12:46:23.5560583Z test_vjpvmap_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.207s) 2022-08-17T12:46:23.6929363Z test_vjpvmap_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.137s) 2022-08-17T12:46:23.7078511Z test_vjpvmap_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:46:23.7117898Z test_vjpvmap_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:23.7119539Z return self.op(*args, **kwargs) 2022-08-17T12:46:23.7908921Z ok (0.083s) 2022-08-17T12:46:23.7944012Z test_vjpvmap_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:23.7946082Z return self.op(*args, **kwargs) 2022-08-17T12:46:23.8552307Z ok (0.064s) 2022-08-17T12:46:23.8586257Z test_vjpvmap_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:23.8587930Z return self.op(*args, **kwargs) 2022-08-17T12:46:24.2936579Z ok (0.438s) 2022-08-17T12:46:24.8995280Z test_vjpvmap_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.606s) 2022-08-17T12:46:24.9022431Z test_vjpvmap_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:24.9131340Z test_vjpvmap_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:24.9188494Z test_vjpvmap_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:46:24.9296459Z test_vjpvmap_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:24.9402450Z test_vjpvmap_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:24.9609462Z test_vjpvmap_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:46:24.9834033Z test_vjpvmap_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:46:24.9949120Z test_vjpvmap_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:25.0060307Z test_vjpvmap_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:25.0336769Z test_vjpvmap_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:46:25.0821150Z test_vjpvmap_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:46:25.0847949Z test_vjpvmap_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:25.0874532Z test_vjpvmap_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:25.0903128Z test_vjpvmap_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:25.0929485Z test_vjpvmap_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:25.1089139Z test_vjpvmap_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:46:25.1117613Z test_vjpvmap_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:25.1723637Z test_vjpvmap_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:46:25.1750397Z test_vjpvmap_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:25.1777090Z test_vjpvmap_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:25.1803613Z test_vjpvmap_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:25.4141992Z test_vjpvmap_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.234s) 2022-08-17T12:46:25.4187635Z test_vjpvmap_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:25.4188797Z return self.op(*args, **kwargs) 2022-08-17T12:46:27.0392685Z ok (1.625s) 2022-08-17T12:46:27.0432983Z test_vjpvmap_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:27.0433844Z return self.op(*args, **kwargs) 2022-08-17T12:46:27.3926406Z ok (0.353s) 2022-08-17T12:46:27.4103387Z test_vjpvmap_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:46:27.4280389Z test_vjpvmap_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:46:27.4377930Z test_vjpvmap_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:27.4378792Z return self.op(*args, **kwargs) 2022-08-17T12:46:27.5485752Z ok (0.120s) 2022-08-17T12:46:27.5825492Z test_vjpvmap_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:46:27.5859771Z test_vjpvmap_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:27.5860654Z return self.op(*args, **kwargs) 2022-08-17T12:46:27.6911396Z ok (0.108s) 2022-08-17T12:46:27.6980140Z test_vjpvmap_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:46:27.8287333Z test_vjpvmap_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-08-17T12:46:27.8337660Z test_vjpvmap_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:27.8338544Z return self.op(*args, **kwargs) 2022-08-17T12:46:27.8705412Z ok (0.042s) 2022-08-17T12:46:27.9453065Z test_vjpvmap_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-08-17T12:46:27.9541228Z test_vjpvmap_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:46:27.9695612Z test_vjpvmap_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:46:28.0448037Z test_vjpvmap_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-08-17T12:46:28.1049837Z test_vjpvmap_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:46:28.1484787Z test_vjpvmap_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:46:28.3235728Z test_vjpvmap_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.175s) 2022-08-17T12:46:28.4962597Z test_vjpvmap_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-08-17T12:46:28.5721173Z test_vjpvmap_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:46:28.5809620Z test_vjpvmap_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:46:28.5967754Z test_vjpvmap_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:46:28.6722816Z test_vjpvmap_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-08-17T12:46:28.6840974Z test_vjpvmap_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:46:28.7154104Z test_vjpvmap_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:46:28.7241589Z test_vjpvmap_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:46:28.7340497Z test_vjpvmap_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:46:28.8074176Z test_vjpvmap_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:46:28.8100241Z test_vjpvmap_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:28.8220603Z test_vjpvmap_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:46:28.8648089Z test_vjpvmap_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:46:28.9084447Z test_vjpvmap_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:46:28.9512039Z test_vjpvmap_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:46:28.9624373Z test_vjpvmap_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:28.9668139Z test_vjpvmap_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:28.9668996Z return self.op(*args, **kwargs) 2022-08-17T12:46:29.1555577Z ok (0.193s) 2022-08-17T12:46:29.1993612Z test_vjpvmap_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:46:29.2051079Z test_vjpvmap_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:29.2051987Z return self.op(*args, **kwargs) 2022-08-17T12:46:29.4839580Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:29.4840377Z return self.op(*args, **kwargs) 2022-08-17T12:46:30.1239365Z ok (0.924s) 2022-08-17T12:46:30.1288412Z test_vjpvmap_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:30.1289263Z return self.op(*args, **kwargs) 2022-08-17T12:46:30.2773323Z ok (0.153s) 2022-08-17T12:46:30.2943538Z test_vjpvmap_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:46:30.5169964Z test_vjpvmap_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.222s) 2022-08-17T12:46:30.5195671Z test_vjpvmap_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:46:30.5249711Z test_vjpvmap_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-08-17T12:46:30.5275005Z test_vjpvmap_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:30.5299722Z test_vjpvmap_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:30.5324847Z test_vjpvmap_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:30.5349768Z test_vjpvmap_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:30.5374510Z test_vjpvmap_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:46:30.5607018Z test_vjpvmap_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:46:30.5991818Z test_vjpvmap_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:46:30.6454734Z test_vjpvmap_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:46:30.6790516Z test_vjpvmap_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:46:30.7712479Z test_vjpvmap_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-08-17T12:46:30.8519073Z test_vjpvmap_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-08-17T12:46:30.8875300Z test_vjpvmap_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:46:30.9168856Z test_vjpvmap_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:46:30.9489861Z test_vjpvmap_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:46:31.8464391Z test_vjpvmap_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.897s) 2022-08-17T12:46:32.7251198Z test_vjpvmap_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.878s) 2022-08-17T12:46:32.7339637Z test_vjpvmap_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:32.7340524Z return self.op(*args, **kwargs) 2022-08-17T12:46:34.5005680Z ok (1.775s) 2022-08-17T12:46:34.6112486Z test_vjpvmap_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-08-17T12:46:35.0554890Z test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.444s) 2022-08-17T12:46:35.0662491Z test_vjpvmap_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:35.2743403Z test_vjpvmap_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.208s) 2022-08-17T12:46:35.9894087Z test_vjpvmap_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.715s) 2022-08-17T12:46:36.0051319Z test_vjpvmap_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:46:36.0406824Z test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:46:36.0745802Z test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:46:36.0902834Z test_vjpvmap_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:46:36.1063227Z test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:46:36.1387398Z test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:46:36.1702905Z test_vjpvmap_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:46:36.2028981Z test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:46:36.2350254Z test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:46:36.2650555Z test_vjpvmap_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:46:36.4796652Z test_vjpvmap_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.214s) 2022-08-17T12:46:36.7047469Z test_vjpvmap_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.225s) 2022-08-17T12:46:36.9523775Z test_vjpvmap_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.247s) 2022-08-17T12:46:37.1993366Z test_vjpvmap_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.247s) 2022-08-17T12:46:37.3418110Z test_vjpvmap_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-08-17T12:46:37.5470083Z test_vjpvmap_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.205s) 2022-08-17T12:46:37.5511357Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:37.5512509Z return torch.ctc_loss( 2022-08-17T12:46:37.5559607Z expected failure (0.009s) 2022-08-17T12:46:37.5691476Z test_vjpvmap_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:46:37.5829180Z test_vjpvmap_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:46:37.5857340Z test_vjpvmap_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:46:37.5966263Z test_vjpvmap_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:37.6002379Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:37.6003251Z ret, _, _, _ = torch.embedding_bag( 2022-08-17T12:46:37.9781180Z ok (0.381s) 2022-08-17T12:46:38.0013747Z test_vjpvmap_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:46:38.0466277Z test_vjpvmap_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:46:38.0487402Z test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:46:38.0509090Z test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:46:38.0530307Z test_vjpvmap_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:46:38.0551696Z test_vjpvmap_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:46:38.0587226Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:38.0588065Z if torch.any(var < 0): 2022-08-17T12:46:38.0614310Z expected failure (0.006s) 2022-08-17T12:46:38.0872442Z test_vjpvmap_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:46:38.2260991Z test_vjpvmap_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-08-17T12:46:38.5058874Z test_vjpvmap_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.280s) 2022-08-17T12:46:38.5357148Z test_vjpvmap_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:46:38.5552602Z test_vjpvmap_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:46:38.5660638Z test_vjpvmap_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:38.5803619Z test_vjpvmap_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:46:38.6002893Z test_vjpvmap_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:46:38.7303427Z test_vjpvmap_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-08-17T12:46:38.7337713Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:38.7338802Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-08-17T12:46:38.8388518Z ok (0.108s) 2022-08-17T12:46:38.8455929Z test_vjpvmap_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:46:38.8942645Z test_vjpvmap_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:46:38.9394451Z test_vjpvmap_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:46:38.9839231Z test_vjpvmap_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:46:39.0282950Z test_vjpvmap_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:46:39.0724722Z test_vjpvmap_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:46:39.1186186Z test_vjpvmap_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:46:39.1242579Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:39.1243747Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-08-17T12:46:39.2815672Z ok (0.163s) 2022-08-17T12:46:39.3402524Z test_vjpvmap_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:46:39.4548720Z test_vjpvmap_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.114s) 2022-08-17T12:46:39.4835126Z test_vjpvmap_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:46:39.7429367Z test_vjpvmap_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.259s) 2022-08-17T12:46:39.8123539Z test_vjpvmap_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:46:39.8230828Z test_vjpvmap_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:46:39.8266908Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:39.8267848Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-08-17T12:46:40.3814926Z ok (0.558s) 2022-08-17T12:46:40.3891751Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:40.3892702Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-08-17T12:46:44.1891441Z ok (3.807s) 2022-08-17T12:46:49.3262318Z test_vjpvmap_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.137s) 2022-08-17T12:46:49.3295208Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:49.3296178Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-08-17T12:46:49.3350043Z /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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:49.3350877Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-08-17T12:46:52.2633221Z ok (2.937s) 2022-08-17T12:46:52.2671465Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:52.2672982Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-08-17T12:46:53.7637119Z ok (1.500s) 2022-08-17T12:46:54.0095687Z test_vjpvmap_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.246s) 2022-08-17T12:46:54.0131333Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:54.0132259Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-08-17T12:46:56.8176986Z ok (2.808s) 2022-08-17T12:46:57.2553539Z test_vjpvmap_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.437s) 2022-08-17T12:46:57.2590891Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:57.2591832Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-08-17T12:46:58.2642840Z ok (1.009s) 2022-08-17T12:46:58.4433784Z test_vjpvmap_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-08-17T12:46:58.4554471Z test_vjpvmap_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:46:58.4631161Z test_vjpvmap_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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-08-17T12:46:58.4632344Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:46:58.4720990Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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-08-17T12:46:58.4722864Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:46:58.4996729Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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-08-17T12:46:58.4998953Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:46:58.5095407Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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-08-17T12:46:58.5097254Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:46:58.5135704Z ok (0.058s) 2022-08-17T12:46:58.5791145Z test_vjpvmap_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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-08-17T12:46:58.5793010Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:46:58.6024148Z ok (0.089s) 2022-08-17T12:46:58.6057464Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:58.6058428Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-08-17T12:46:58.6509115Z ok (0.048s) 2022-08-17T12:46:58.6541625Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:58.6542865Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-08-17T12:46:58.6807440Z ok (0.030s) 2022-08-17T12:46:58.7345645Z test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:46:59.2626393Z test_vjpvmap_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.528s) 2022-08-17T12:46:59.3063121Z test_vjpvmap_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:46:59.3471811Z test_vjpvmap_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:46:59.5023005Z test_vjpvmap_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.155s) 2022-08-17T12:46:59.5463298Z test_vjpvmap_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:46:59.5898944Z test_vjpvmap_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:46:59.6594500Z test_vjpvmap_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:46:59.6625464Z test_vjpvmap_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:46:59.6626338Z return self.op(*args, **kwargs) 2022-08-17T12:46:59.7020822Z ok (0.042s) 2022-08-17T12:46:59.7112466Z test_vjpvmap_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:46:59.7204466Z test_vjpvmap_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:47:00.6258259Z test_vjpvmap_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.905s) 2022-08-17T12:47:00.8237155Z test_vjpvmap_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.198s) 2022-08-17T12:47:00.8345062Z test_vjpvmap_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:00.8487379Z test_vjpvmap_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:00.8508890Z test_vjpvmap_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:47:00.8614389Z test_vjpvmap_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:00.8728309Z test_vjpvmap_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:00.8761424Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:00.8762516Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-08-17T12:47:00.9697814Z ok (0.097s) 2022-08-17T12:47:00.9732194Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:00.9733145Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-08-17T12:47:01.0378239Z ok (0.068s) 2022-08-17T12:47:01.0614585Z test_vjpvmap_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:47:01.0852192Z test_vjpvmap_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:47:01.0957991Z test_vjpvmap_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:01.1121374Z test_vjpvmap_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:47:01.1251751Z test_vjpvmap_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:47:01.1368311Z test_vjpvmap_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:47:01.1522796Z test_vjpvmap_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:01.1563216Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:01.1564510Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-08-17T12:47:01.4614970Z ok (0.309s) 2022-08-17T12:47:01.6950052Z test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.233s) 2022-08-17T12:47:02.5737429Z test_vjpvmap_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.879s) 2022-08-17T12:47:02.5896739Z test_vjpvmap_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:47:02.6316519Z test_vjpvmap_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:47:02.6342089Z test_vjpvmap_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:02.7904177Z test_vjpvmap_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.156s) 2022-08-17T12:47:02.8045294Z test_vjpvmap_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:02.8223147Z test_vjpvmap_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:02.8382054Z test_vjpvmap_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:47:02.8403915Z test_vjpvmap_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:47:02.8425808Z test_vjpvmap_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:47:02.8452099Z test_vjpvmap_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:02.8477966Z test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:47:03.8623624Z test_vjpvmap_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.014s) 2022-08-17T12:47:03.8651536Z test_vjpvmap_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:03.8777805Z test_vjpvmap_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:47:03.8849208Z test_vjpvmap_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:47:03.8995294Z test_vjpvmap_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:03.9530775Z test_vjpvmap_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:47:04.0487829Z test_vjpvmap_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T12:47:04.0885307Z test_vjpvmap_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:47:04.1266871Z test_vjpvmap_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:47:04.1635696Z test_vjpvmap_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:47:04.2000535Z test_vjpvmap_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:47:04.2366917Z test_vjpvmap_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:47:04.2472979Z test_vjpvmap_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:04.3478465Z test_vjpvmap_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-08-17T12:47:04.4912390Z test_vjpvmap_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.143s) 2022-08-17T12:47:04.4949307Z test_vjpvmap_put_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:04.4950122Z return self.op(*args, **kwargs) 2022-08-17T12:47:04.9482510Z ok (0.457s) 2022-08-17T12:47:05.1068210Z test_vjpvmap_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.158s) 2022-08-17T12:47:05.1128960Z test_vjpvmap_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:05.1129810Z return self.op(*args, **kwargs) 2022-08-17T12:47:05.3874552Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:05.3875354Z return self.op(*args, **kwargs) 2022-08-17T12:47:06.0043024Z ok (0.897s) 2022-08-17T12:47:06.0152563Z test_vjpvmap_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:06.0181764Z test_vjpvmap_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:06.0210070Z test_vjpvmap_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:06.0238544Z test_vjpvmap_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:06.0348760Z test_vjpvmap_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:06.0444964Z test_vjpvmap_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:47:06.0556363Z test_vjpvmap_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:06.1318497Z test_vjpvmap_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:47:06.1354085Z test_vjpvmap_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:06.1354948Z return self.op(*args, **kwargs) 2022-08-17T12:47:06.1615517Z ok (0.030s) 2022-08-17T12:47:06.2370514Z test_vjpvmap_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-08-17T12:47:06.2573597Z test_vjpvmap_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:47:06.2812504Z test_vjpvmap_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:47:06.3145603Z test_vjpvmap_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:47:06.3174881Z test_vjpvmap_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:06.3203640Z test_vjpvmap_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:06.3279860Z test_vjpvmap_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:06.3355380Z test_vjpvmap_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:06.3814190Z test_vjpvmap_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:47:06.4896748Z test_vjpvmap_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-08-17T12:47:06.4954851Z test_vjpvmap_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:47:06.5060699Z test_vjpvmap_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:06.5166318Z test_vjpvmap_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:06.5270632Z test_vjpvmap_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:06.5383922Z test_vjpvmap_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:06.6215338Z test_vjpvmap_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T12:47:06.7372053Z test_vjpvmap_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-08-17T12:47:06.8624346Z test_vjpvmap_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.125s) 2022-08-17T12:47:06.8690381Z test_vjpvmap_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:06.8691254Z return self.op(*args, **kwargs) 2022-08-17T12:47:07.2335916Z ok (0.371s) 2022-08-17T12:47:07.6170961Z test_vjpvmap_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.383s) 2022-08-17T12:47:08.0163934Z test_vjpvmap_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.399s) 2022-08-17T12:47:08.5994553Z test_vjpvmap_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.583s) 2022-08-17T12:47:08.9275869Z test_vjpvmap_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.328s) 2022-08-17T12:47:08.9304889Z test_vjpvmap_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:08.9346635Z test_vjpvmap_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:08.9347560Z return self.op(*args, **kwargs) 2022-08-17T12:47:09.5431739Z ok (0.612s) 2022-08-17T12:47:10.0280874Z test_vjpvmap_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.485s) 2022-08-17T12:47:10.0457385Z test_vjpvmap_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:10.0977782Z test_vjpvmap_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:47:10.1038894Z test_vjpvmap_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:47:10.1066129Z test_vjpvmap_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.1093384Z test_vjpvmap_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.1213506Z test_vjpvmap_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:47:10.1273517Z test_vjpvmap_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:47:10.1302230Z test_vjpvmap_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.1361450Z test_vjpvmap_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:47:10.1489639Z test_vjpvmap_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:47:10.1550428Z test_vjpvmap_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:47:10.2439422Z test_vjpvmap_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-08-17T12:47:10.2666455Z test_vjpvmap_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:47:10.2915102Z test_vjpvmap_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:47:10.4108680Z test_vjpvmap_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-08-17T12:47:10.4243756Z test_vjpvmap_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:47:10.4273028Z test_vjpvmap_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.4301561Z test_vjpvmap_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.4329470Z test_vjpvmap_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.4357773Z test_vjpvmap_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.4383000Z test_vjpvmap_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:47:10.4411460Z test_vjpvmap_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.4439809Z test_vjpvmap_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.4464943Z test_vjpvmap_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:47:10.4489348Z test_vjpvmap_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:47:10.4586900Z test_vjpvmap_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:10.4706385Z test_vjpvmap_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:47:10.4734324Z test_vjpvmap_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.4762566Z test_vjpvmap_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.4858541Z test_vjpvmap_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:47:10.4998749Z test_vjpvmap_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:10.5143282Z test_vjpvmap_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:10.5173024Z test_vjpvmap_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:10.5196450Z test_vjpvmap_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:47:10.5230156Z test_vjpvmap_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:10.5231585Z return self.op(*args, **kwargs) 2022-08-17T12:47:12.0219931Z ok (1.502s) 2022-08-17T12:47:12.0248615Z test_vjpvmap_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:12.0276841Z test_vjpvmap_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:12.0305228Z test_vjpvmap_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:12.0333560Z test_vjpvmap_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:12.0474350Z test_vjpvmap_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:12.0604617Z test_vjpvmap_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:47:12.0968956Z test_vjpvmap_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:47:12.0996884Z test_vjpvmap_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:12.1025281Z test_vjpvmap_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:12.1048709Z test_vjpvmap_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:47:12.1072011Z test_vjpvmap_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:47:12.1095334Z test_vjpvmap_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:47:12.1118977Z test_vjpvmap_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:47:12.1147487Z test_vjpvmap_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:12.2069787Z test_vjpvmap_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-08-17T12:47:12.2097740Z test_vjpvmap_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:12.2201977Z test_vjpvmap_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:12.2348642Z test_vjpvmap_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:12.2529169Z test_vjpvmap_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:12.2594884Z test_vjpvmap_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:47:12.2726452Z test_vjpvmap_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:47:12.2977180Z test_vjpvmap_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:47:12.4260559Z test_vjpvmap_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-08-17T12:47:12.4594853Z test_vjpvmap_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:47:12.4954580Z test_vjpvmap_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:47:12.4992894Z test_vjpvmap_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:612: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:12.4994491Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-08-17T12:47:12.5699960Z ok (0.074s) 2022-08-17T12:47:12.6590084Z test_vjpvmap_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-08-17T12:47:12.7202386Z test_vjpvmap_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:47:12.7414062Z test_vjpvmap_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:47:14.2101532Z test_vjpvmap_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.468s) 2022-08-17T12:47:14.2169036Z test_vjpvmap_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T12:47:14.3033685Z test_vjpvmap_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-08-17T12:47:14.3137727Z test_vjpvmap_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:14.3526247Z test_vjpvmap_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:47:14.3562727Z test_vjpvmap_take_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:14.3563576Z return self.op(*args, **kwargs) 2022-08-17T12:47:14.4341923Z ok (0.081s) 2022-08-17T12:47:14.4401940Z test_vjpvmap_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:47:14.4458944Z test_vjpvmap_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:47:14.4516139Z test_vjpvmap_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.006s) 2022-08-17T12:47:14.4768167Z test_vjpvmap_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:47:14.5640078Z test_vjpvmap_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:47:14.5756106Z test_vjpvmap_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:16406: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:14.5757040Z op=lambda x, *args: x.to_sparse(*args), 2022-08-17T12:47:14.5762894Z expected failure (0.012s) 2022-08-17T12:47:14.6286567Z test_vjpvmap_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:47:14.6352796Z test_vjpvmap_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:14.6601814Z test_vjpvmap_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:47:14.7512792Z test_vjpvmap_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-08-17T12:47:14.8421575Z test_vjpvmap_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-08-17T12:47:14.9521406Z test_vjpvmap_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.110s) 2022-08-17T12:47:14.9697428Z test_vjpvmap_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:14.9871739Z test_vjpvmap_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:47:15.0701051Z test_vjpvmap_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T12:47:15.0757742Z test_vjpvmap_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-08-17T12:47:15.0978345Z test_vjpvmap_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:47:15.1293405Z test_vjpvmap_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:47:15.1997369Z test_vjpvmap_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:47:15.2023291Z test_vjpvmap_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:15.2048868Z test_vjpvmap_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:47:15.2317276Z test_vjpvmap_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:47:15.2584919Z test_vjpvmap_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:47:15.2872348Z test_vjpvmap_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:47:15.2906188Z test_vjpvmap_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:15.2907038Z return self.op(*args, **kwargs) 2022-08-17T12:47:15.3016067Z ok (0.014s) 2022-08-17T12:47:15.3141832Z test_vjpvmap_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:47:15.3332232Z test_vjpvmap_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:47:15.3558512Z test_vjpvmap_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:47:15.3657444Z test_vjpvmap_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:15.4089899Z test_vjpvmap_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:47:15.4943441Z test_vjpvmap_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-08-17T12:47:15.5803638Z test_vjpvmap_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-08-17T12:47:15.5929836Z test_vjpvmap_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:47:15.5956019Z test_vjpvmap_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:15.6066555Z test_vmap_autograd_grad_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:15.6173594Z test_vmap_autograd_grad_H_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:15.6288242Z test_vmap_autograd_grad_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:15.6396721Z test_vmap_autograd_grad_T_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:15.7367578Z test_vmap_autograd_grad___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-08-17T12:47:15.8313286Z test_vmap_autograd_grad___getitem___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-08-17T12:47:15.9870556Z test_vmap_autograd_grad___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.156s) 2022-08-17T12:47:16.1388235Z test_vmap_autograd_grad___getitem___functorch_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-08-17T12:47:16.1949139Z test_vmap_autograd_grad___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:47:16.2479924Z test_vmap_autograd_grad___radd___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:47:16.3103388Z test_vmap_autograd_grad___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:47:16.3705234Z test_vmap_autograd_grad___rdiv___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:47:16.3731118Z test_vmap_autograd_grad___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:47:16.3758923Z test_vmap_autograd_grad___rmatmul___cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:47:16.4349548Z test_vmap_autograd_grad___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:47:16.4917798Z test_vmap_autograd_grad___rmod___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:47:16.5498923Z test_vmap_autograd_grad___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:47:16.6055908Z test_vmap_autograd_grad___rmul___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:47:16.6564557Z test_vmap_autograd_grad___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:47:16.7056991Z test_vmap_autograd_grad___rpow___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:47:16.7628313Z test_vmap_autograd_grad___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:47:16.8172350Z test_vmap_autograd_grad___rsub___cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:47:17.2071330Z test_vmap_autograd_grad__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.390s) 2022-08-17T12:47:17.5849921Z test_vmap_autograd_grad__masked_amax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.378s) 2022-08-17T12:47:17.9758516Z test_vmap_autograd_grad__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.391s) 2022-08-17T12:47:18.3529885Z test_vmap_autograd_grad__masked_amin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.377s) 2022-08-17T12:47:18.3561843Z test_vmap_autograd_grad__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:18.3593701Z test_vmap_autograd_grad__masked_argmax_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:18.3623349Z test_vmap_autograd_grad__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:18.3656342Z test_vmap_autograd_grad__masked_argmin_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:18.3717706Z test_vmap_autograd_grad__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:18.4366486Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:47:18.4366838Z ok (0.071s) 2022-08-17T12:47:18.5058509Z test_vmap_autograd_grad__masked_cumprod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:47:18.5632314Z test_vmap_autograd_grad__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:47:18.6189460Z test_vmap_autograd_grad__masked_cumsum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:47:18.7006411Z test_vmap_autograd_grad__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T12:47:18.7794227Z test_vmap_autograd_grad__masked_log_softmax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:47:18.8636631Z test_vmap_autograd_grad__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:47:18.9447666Z test_vmap_autograd_grad__masked_logaddexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-08-17T12:47:19.3157707Z test_vmap_autograd_grad__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.371s) 2022-08-17T12:47:19.6745477Z test_vmap_autograd_grad__masked_logsumexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.359s) 2022-08-17T12:47:20.0470484Z test_vmap_autograd_grad__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.372s) 2022-08-17T12:47:20.4073515Z test_vmap_autograd_grad__masked_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.360s) 2022-08-17T12:47:20.4920778Z test_vmap_autograd_grad__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-08-17T12:47:20.5740480Z test_vmap_autograd_grad__masked_median_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T12:47:22.3300360Z test_vmap_autograd_grad__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.756s) 2022-08-17T12:47:24.0391749Z test_vmap_autograd_grad__masked_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (1.709s) 2022-08-17T12:47:24.2311275Z test_vmap_autograd_grad__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.192s) 2022-08-17T12:47:24.4196583Z test_vmap_autograd_grad__masked_normalize_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.188s) 2022-08-17T12:47:24.8965801Z test_vmap_autograd_grad__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.477s) 2022-08-17T12:47:28.5481036Z test_vmap_autograd_grad__masked_prod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (3.651s) 2022-08-17T12:47:28.6319517Z test_vmap_autograd_grad__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:47:28.7131245Z test_vmap_autograd_grad__masked_softmax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-08-17T12:47:28.7995037Z test_vmap_autograd_grad__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-08-17T12:47:28.8834468Z test_vmap_autograd_grad__masked_softmin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:47:29.4029406Z test_vmap_autograd_grad__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.519s) 2022-08-17T12:47:29.9133738Z test_vmap_autograd_grad__masked_std_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.510s) 2022-08-17T12:47:30.2576092Z test_vmap_autograd_grad__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.344s) 2022-08-17T12:47:30.5884852Z test_vmap_autograd_grad__masked_sum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.331s) 2022-08-17T12:47:31.0799931Z test_vmap_autograd_grad__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.491s) 2022-08-17T12:47:31.5586853Z test_vmap_autograd_grad__masked_var_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.479s) 2022-08-17T12:47:31.5664749Z test_vmap_autograd_grad_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:47:31.5739320Z test_vmap_autograd_grad_abs_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:31.5897894Z test_vmap_autograd_grad_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:47:31.6051780Z test_vmap_autograd_grad_acos_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:31.6209230Z test_vmap_autograd_grad_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:47:31.6357725Z test_vmap_autograd_grad_acosh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:31.7035318Z test_vmap_autograd_grad_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:47:31.7692700Z test_vmap_autograd_grad_add_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:47:31.8257088Z test_vmap_autograd_grad_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:47:31.8794393Z test_vmap_autograd_grad_addbmm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:47:31.9901580Z test_vmap_autograd_grad_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-08-17T12:47:32.0958739Z test_vmap_autograd_grad_addcdiv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T12:47:32.2016163Z test_vmap_autograd_grad_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T12:47:32.3022556Z test_vmap_autograd_grad_addcmul_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-08-17T12:47:32.3313478Z test_vmap_autograd_grad_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:47:32.3592940Z test_vmap_autograd_grad_addmm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:47:32.3871080Z test_vmap_autograd_grad_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:47:32.4136990Z test_vmap_autograd_grad_addmm_decomposed_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:47:32.4674041Z test_vmap_autograd_grad_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:47:32.5185446Z test_vmap_autograd_grad_addmv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:47:32.5551555Z test_vmap_autograd_grad_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:47:32.5899491Z test_vmap_autograd_grad_addr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:47:32.5929675Z test_vmap_autograd_grad_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:32.5962242Z test_vmap_autograd_grad_all_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:32.5995530Z test_vmap_autograd_grad_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:32.6026729Z test_vmap_autograd_grad_allclose_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:32.6958620Z test_vmap_autograd_grad_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-08-17T12:47:32.7859591Z test_vmap_autograd_grad_amax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-08-17T12:47:32.8790654Z test_vmap_autograd_grad_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-08-17T12:47:32.9691508Z test_vmap_autograd_grad_amin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-08-17T12:47:32.9721284Z test_vmap_autograd_grad_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:32.9750493Z test_vmap_autograd_grad_aminmax_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:32.9819287Z test_vmap_autograd_grad_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:32.9887276Z test_vmap_autograd_grad_angle_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:32.9918627Z test_vmap_autograd_grad_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:32.9947756Z test_vmap_autograd_grad_any_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:32.9977748Z test_vmap_autograd_grad_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:33.0009254Z test_vmap_autograd_grad_arange_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:33.0038134Z test_vmap_autograd_grad_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:33.0066899Z test_vmap_autograd_grad_argmax_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:33.0098916Z test_vmap_autograd_grad_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:33.0129432Z test_vmap_autograd_grad_argmin_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:33.0160552Z test_vmap_autograd_grad_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:33.0189920Z test_vmap_autograd_grad_argsort_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:33.0218274Z test_vmap_autograd_grad_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:33.0249761Z test_vmap_autograd_grad_argwhere_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:33.0421900Z test_vmap_autograd_grad_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:33.0422890Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:47:33.0507143Z ok (0.026s) 2022-08-17T12:47:33.0752339Z test_vmap_autograd_grad_as_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:47:33.0889878Z test_vmap_autograd_grad_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:47:33.1018886Z test_vmap_autograd_grad_as_strided_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:47:33.1095713Z test_vmap_autograd_grad_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:47:33.1169887Z test_vmap_autograd_grad_asin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:33.1246891Z test_vmap_autograd_grad_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:47:33.1321798Z test_vmap_autograd_grad_asinh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:33.1916385Z test_vmap_autograd_grad_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:47:33.2488453Z test_vmap_autograd_grad_atan2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:47:33.2561289Z test_vmap_autograd_grad_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:33.2632467Z test_vmap_autograd_grad_atan_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:33.2709634Z test_vmap_autograd_grad_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:47:33.2785230Z test_vmap_autograd_grad_atanh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:33.4662014Z test_vmap_autograd_grad_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.187s) 2022-08-17T12:47:33.6416468Z test_vmap_autograd_grad_atleast_1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.175s) 2022-08-17T12:47:33.8308946Z test_vmap_autograd_grad_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-08-17T12:47:34.0077418Z test_vmap_autograd_grad_atleast_2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.177s) 2022-08-17T12:47:34.1972707Z test_vmap_autograd_grad_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-08-17T12:47:34.3757073Z test_vmap_autograd_grad_atleast_3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.178s) 2022-08-17T12:47:34.4276084Z test_vmap_autograd_grad_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:47:34.4767043Z test_vmap_autograd_grad_baddbmm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:47:34.4953046Z test_vmap_autograd_grad_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:34.5133076Z test_vmap_autograd_grad_bernoulli_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:34.5361873Z test_vmap_autograd_grad_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:47:34.5585145Z test_vmap_autograd_grad_bfloat16_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:47:34.5773163Z test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:47:34.5958170Z test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:34.6270144Z test_vmap_autograd_grad_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:47:34.6568508Z test_vmap_autograd_grad_block_diag_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:47:34.6660868Z test_vmap_autograd_grad_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:47:34.6752682Z test_vmap_autograd_grad_bmm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:47:34.6783588Z test_vmap_autograd_grad_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:34.6816149Z test_vmap_autograd_grad_bool_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:34.6848011Z test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:34.6879654Z test_vmap_autograd_grad_bool_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:34.6911017Z test_vmap_autograd_grad_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:34.7705098Z test_vmap_autograd_grad_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:47:34.8456607Z test_vmap_autograd_grad_broadcast_tensors_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-08-17T12:47:34.8767522Z test_vmap_autograd_grad_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:47:34.9072271Z test_vmap_autograd_grad_broadcast_to_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:47:34.9103989Z test_vmap_autograd_grad_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:34.9133651Z test_vmap_autograd_grad_bucketize_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:34.9165158Z test_vmap_autograd_grad_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:34.9195294Z test_vmap_autograd_grad_byte_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:34.9226101Z test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:34.9256209Z test_vmap_autograd_grad_byte_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:34.9462215Z test_vmap_autograd_grad_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:47:34.9661997Z test_vmap_autograd_grad_cartesian_prod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:47:35.0058715Z test_vmap_autograd_grad_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:47:35.0438511Z test_vmap_autograd_grad_cat_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:47:36.5780497Z test_vmap_autograd_grad_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.534s) 2022-08-17T12:47:38.0524268Z test_vmap_autograd_grad_cdist_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (1.474s) 2022-08-17T12:47:38.0598783Z test_vmap_autograd_grad_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:47:38.0670518Z test_vmap_autograd_grad_ceil_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:38.0912659Z test_vmap_autograd_grad_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:47:38.1144411Z test_vmap_autograd_grad_chalf_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:47:38.1174011Z test_vmap_autograd_grad_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:38.1206172Z test_vmap_autograd_grad_char_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:38.1237706Z test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:38.1269174Z test_vmap_autograd_grad_char_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:38.2049164Z test_vmap_autograd_grad_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T12:47:38.2814024Z test_vmap_autograd_grad_cholesky_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:47:38.3389094Z test_vmap_autograd_grad_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:47:38.3972941Z test_vmap_autograd_grad_cholesky_inverse_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:47:38.4763948Z test_vmap_autograd_grad_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:47:38.5557903Z test_vmap_autograd_grad_cholesky_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:47:38.7175780Z test_vmap_autograd_grad_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-08-17T12:47:38.8772497Z test_vmap_autograd_grad_chunk_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-08-17T12:47:38.9053012Z test_vmap_autograd_grad_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:47:38.9318134Z test_vmap_autograd_grad_clamp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:47:38.9942284Z test_vmap_autograd_grad_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:47:39.0540183Z test_vmap_autograd_grad_clamp_max_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:47:39.1160522Z test_vmap_autograd_grad_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:47:39.1753828Z test_vmap_autograd_grad_clamp_min_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:47:39.1863538Z test_vmap_autograd_grad_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:39.1973204Z test_vmap_autograd_grad_clone_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:39.2184798Z test_vmap_autograd_grad_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:47:39.2385200Z test_vmap_autograd_grad_column_stack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:47:39.3589975Z test_vmap_autograd_grad_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-08-17T12:47:39.4768839Z test_vmap_autograd_grad_combinations_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-08-17T12:47:39.5340067Z test_vmap_autograd_grad_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:47:39.5889823Z test_vmap_autograd_grad_complex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:47:39.6027316Z test_vmap_autograd_grad_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:39.6165550Z test_vmap_autograd_grad_conj_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:39.6237906Z test_vmap_autograd_grad_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:39.6307955Z test_vmap_autograd_grad_conj_physical_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:39.8334111Z test_vmap_autograd_grad_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.202s) 2022-08-17T12:47:40.0296658Z test_vmap_autograd_grad_constant_pad_nd_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.196s) 2022-08-17T12:47:40.0406349Z test_vmap_autograd_grad_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:47:40.0511421Z test_vmap_autograd_grad_contiguous_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:40.1116116Z test_vmap_autograd_grad_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:47:40.1696984Z test_vmap_autograd_grad_copysign_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:47:40.2060727Z test_vmap_autograd_grad_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:47:40.2422482Z test_vmap_autograd_grad_corrcoef_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:47:40.2574850Z test_vmap_autograd_grad_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:40.2723403Z test_vmap_autograd_grad_cos_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:40.2873063Z test_vmap_autograd_grad_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:40.3017083Z test_vmap_autograd_grad_cosh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:40.3046882Z test_vmap_autograd_grad_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:40.3078208Z test_vmap_autograd_grad_count_nonzero_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:40.5672888Z test_vmap_autograd_grad_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.259s) 2022-08-17T12:47:40.8238847Z test_vmap_autograd_grad_cov_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.256s) 2022-08-17T12:47:40.8287738Z test_vmap_autograd_grad_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_cross. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:40.8288720Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:47:40.8466042Z ok (0.023s) 2022-08-17T12:47:40.8685641Z test_vmap_autograd_grad_cross_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:47:40.8732174Z test_vmap_autograd_grad_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:40.8733146Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:47:40.8865466Z ok (0.018s) 2022-08-17T12:47:40.9037010Z test_vmap_autograd_grad_cummax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:47:40.9213929Z test_vmap_autograd_grad_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:40.9389842Z test_vmap_autograd_grad_cummin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:47:41.0223554Z test_vmap_autograd_grad_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T12:47:41.1043950Z test_vmap_autograd_grad_cumprod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T12:47:41.1252581Z test_vmap_autograd_grad_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:47:41.1452796Z test_vmap_autograd_grad_cumsum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:47:41.2150893Z test_vmap_autograd_grad_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:47:41.2825423Z test_vmap_autograd_grad_cumulative_trapezoid_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:47:41.2976712Z test_vmap_autograd_grad_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:41.3124478Z test_vmap_autograd_grad_deg2rad_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:41.3821943Z test_vmap_autograd_grad_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:47:41.4492535Z test_vmap_autograd_grad_diag_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:47:41.5144094Z test_vmap_autograd_grad_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T12:47:41.5770538Z test_vmap_autograd_grad_diag_embed_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:47:41.6018516Z test_vmap_autograd_grad_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:47:41.6258783Z test_vmap_autograd_grad_diagflat_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:47:41.6932766Z test_vmap_autograd_grad_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:47:41.7580969Z test_vmap_autograd_grad_diagonal_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T12:47:41.8570957Z test_vmap_autograd_grad_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-08-17T12:47:41.9520315Z test_vmap_autograd_grad_diagonal_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-08-17T12:47:42.4365998Z test_vmap_autograd_grad_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.484s) 2022-08-17T12:47:42.9052539Z test_vmap_autograd_grad_diff_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.468s) 2022-08-17T12:47:42.9203808Z test_vmap_autograd_grad_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:43.7645217Z test_vmap_autograd_grad_digamma_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.844s) 2022-08-17T12:47:44.1467347Z test_vmap_autograd_grad_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.382s) 2022-08-17T12:47:44.5142753Z test_vmap_autograd_grad_dist_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.367s) 2022-08-17T12:47:44.5751821Z test_vmap_autograd_grad_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:47:44.6336245Z test_vmap_autograd_grad_div_floor_rounding_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:47:44.6964653Z test_vmap_autograd_grad_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:47:44.7576395Z test_vmap_autograd_grad_div_no_rounding_mode_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:47:44.8188189Z test_vmap_autograd_grad_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:47:44.8775904Z test_vmap_autograd_grad_div_trunc_rounding_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:47:44.8867496Z test_vmap_autograd_grad_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:47:44.8957495Z test_vmap_autograd_grad_dot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:47:44.9202155Z test_vmap_autograd_grad_double_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:47:44.9428120Z test_vmap_autograd_grad_double_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:47:44.9626033Z test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:47:44.9806354Z test_vmap_autograd_grad_double_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:45.0408174Z test_vmap_autograd_grad_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:47:45.0991981Z test_vmap_autograd_grad_dsplit_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:47:45.1182608Z test_vmap_autograd_grad_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:47:45.1364874Z test_vmap_autograd_grad_dstack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:45.1459012Z test_vmap_autograd_grad_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_solve_ex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:45.1459969Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:47:45.1616259Z ok (0.025s) 2022-08-17T12:47:45.1862984Z test_vmap_autograd_grad_eig_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:47:45.2524362Z test_vmap_autograd_grad_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:47:45.3157704Z test_vmap_autograd_grad_einsum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:47:45.3186284Z test_vmap_autograd_grad_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:45.3214475Z test_vmap_autograd_grad_empty_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:45.3242925Z test_vmap_autograd_grad_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:45.3271731Z test_vmap_autograd_grad_empty_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:45.3299612Z test_vmap_autograd_grad_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:45.3327949Z test_vmap_autograd_grad_eq_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:45.3358239Z test_vmap_autograd_grad_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:45.3390231Z test_vmap_autograd_grad_equal_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:45.3467778Z test_vmap_autograd_grad_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:47:45.3539308Z test_vmap_autograd_grad_erf_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:45.3689655Z test_vmap_autograd_grad_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:45.6327838Z test_vmap_autograd_grad_erfc_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.264s) 2022-08-17T12:47:45.6401745Z test_vmap_autograd_grad_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:45.9327385Z test_vmap_autograd_grad_erfinv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.292s) 2022-08-17T12:47:45.9470286Z test_vmap_autograd_grad_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:46.1727255Z test_vmap_autograd_grad_exp2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.225s) 2022-08-17T12:47:46.1870384Z test_vmap_autograd_grad_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:46.2005613Z test_vmap_autograd_grad_exp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:47:46.2159927Z test_vmap_autograd_grad_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:46.2309755Z test_vmap_autograd_grad_expand_as_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:46.2699341Z test_vmap_autograd_grad_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:47:46.3077260Z test_vmap_autograd_grad_expand_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:47:46.3148085Z test_vmap_autograd_grad_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:46.3217082Z test_vmap_autograd_grad_expm1_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:46.3535183Z test_vmap_autograd_grad_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:47:46.3903363Z test_vmap_autograd_grad_fft_fft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:47:46.4250658Z test_vmap_autograd_grad_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:47:46.4617633Z test_vmap_autograd_grad_fft_fft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:47:46.5015332Z test_vmap_autograd_grad_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:47:46.5404040Z test_vmap_autograd_grad_fft_fftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:47:46.5640511Z test_vmap_autograd_grad_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:47:46.5869529Z test_vmap_autograd_grad_fft_fftshift_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:47:46.6256990Z test_vmap_autograd_grad_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:47:46.6655084Z test_vmap_autograd_grad_fft_hfft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:47:46.7046628Z test_vmap_autograd_grad_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:47:46.7502593Z test_vmap_autograd_grad_fft_hfft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:47:46.7963674Z test_vmap_autograd_grad_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:47:46.8416643Z test_vmap_autograd_grad_fft_hfftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:47:46.8734333Z test_vmap_autograd_grad_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:47:46.9045627Z test_vmap_autograd_grad_fft_ifft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:47:46.9425104Z test_vmap_autograd_grad_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:47:46.9799045Z test_vmap_autograd_grad_fft_ifft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:47:47.0204208Z test_vmap_autograd_grad_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:47:47.0601915Z test_vmap_autograd_grad_fft_ifftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:47:47.0836678Z test_vmap_autograd_grad_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:47:47.1064217Z test_vmap_autograd_grad_fft_ifftshift_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:47:47.1125214Z test_vmap_autograd_grad_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:47.1126444Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:47:47.1475131Z ok (0.041s) 2022-08-17T12:47:47.1878317Z test_vmap_autograd_grad_fft_ihfft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:47:47.2281775Z test_vmap_autograd_grad_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:47:47.2681321Z test_vmap_autograd_grad_fft_ihfft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:47:47.3168590Z test_vmap_autograd_grad_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:47:47.3647585Z test_vmap_autograd_grad_fft_ihfftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:47:47.3998052Z test_vmap_autograd_grad_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:47:47.4355086Z test_vmap_autograd_grad_fft_irfft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:47:47.4736326Z test_vmap_autograd_grad_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:47:47.5115590Z test_vmap_autograd_grad_fft_irfft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:47:47.5553842Z test_vmap_autograd_grad_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:47:47.5980973Z test_vmap_autograd_grad_fft_irfftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:47:47.6311982Z test_vmap_autograd_grad_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:47:47.6634709Z test_vmap_autograd_grad_fft_rfft2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:47:47.7000211Z test_vmap_autograd_grad_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:47:47.7358250Z test_vmap_autograd_grad_fft_rfft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:47:47.7773738Z test_vmap_autograd_grad_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:47:47.8178648Z test_vmap_autograd_grad_fft_rfftn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:47:47.8322579Z test_vmap_autograd_grad_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:47.8461961Z test_vmap_autograd_grad_fill_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:47:47.8713000Z test_vmap_autograd_grad_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:47:47.8956780Z test_vmap_autograd_grad_flatten_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:47:47.9340303Z test_vmap_autograd_grad_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:47:47.9716462Z test_vmap_autograd_grad_flip_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:47:47.9816394Z test_vmap_autograd_grad_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:47.9916700Z test_vmap_autograd_grad_fliplr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:48.0016284Z test_vmap_autograd_grad_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:48.0115719Z test_vmap_autograd_grad_flipud_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:47:48.0329646Z test_vmap_autograd_grad_float_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:47:48.0552883Z test_vmap_autograd_grad_float_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:47:48.0728636Z test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:47:48.0909135Z test_vmap_autograd_grad_float_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:48.1630434Z test_vmap_autograd_grad_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:47:48.2294777Z test_vmap_autograd_grad_float_power_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:47:48.2366462Z test_vmap_autograd_grad_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:48.2434151Z test_vmap_autograd_grad_floor_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:47:48.2463020Z test_vmap_autograd_grad_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:48.2493888Z test_vmap_autograd_grad_floor_divide_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:48.3119738Z test_vmap_autograd_grad_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:47:48.3717180Z test_vmap_autograd_grad_fmax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:47:48.4334218Z test_vmap_autograd_grad_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:47:48.4930105Z test_vmap_autograd_grad_fmin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:47:48.5517100Z test_vmap_autograd_grad_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:47:48.6078924Z test_vmap_autograd_grad_fmod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:47:48.6210618Z test_vmap_autograd_grad_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:47:48.6339768Z test_vmap_autograd_grad_frac_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:47:48.6488940Z test_vmap_autograd_grad_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:48.6637738Z test_vmap_autograd_grad_frexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:48.6668917Z test_vmap_autograd_grad_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:48.6700890Z test_vmap_autograd_grad_full_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:48.6954997Z test_vmap_autograd_grad_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:47:48.7197579Z test_vmap_autograd_grad_gather_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:47:48.7226648Z test_vmap_autograd_grad_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:48.7254910Z test_vmap_autograd_grad_ge_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:48.7283723Z test_vmap_autograd_grad_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:48.7314791Z test_vmap_autograd_grad_geqrf_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:48.9163339Z test_vmap_autograd_grad_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-08-17T12:47:49.1000086Z test_vmap_autograd_grad_gradient_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.184s) 2022-08-17T12:47:49.1029621Z test_vmap_autograd_grad_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:49.1057652Z test_vmap_autograd_grad_gt_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:49.1291263Z test_vmap_autograd_grad_half_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:47:49.1516220Z test_vmap_autograd_grad_half_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:47:49.1705304Z test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:47:49.1890613Z test_vmap_autograd_grad_half_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:47:49.1919966Z test_vmap_autograd_grad_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:49.1948333Z test_vmap_autograd_grad_heaviside_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:49.1979701Z test_vmap_autograd_grad_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:49.2011764Z test_vmap_autograd_grad_histc_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:49.2600993Z test_vmap_autograd_grad_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:47:49.3166594Z test_vmap_autograd_grad_hsplit_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:47:49.3339812Z test_vmap_autograd_grad_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:47:49.3502666Z test_vmap_autograd_grad_hstack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:47:49.4071490Z test_vmap_autograd_grad_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:47:49.4616385Z test_vmap_autograd_grad_hypot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:47:49.4766696Z test_vmap_autograd_grad_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:50.1614123Z test_vmap_autograd_grad_i0_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.684s) 2022-08-17T12:47:50.1644759Z test_vmap_autograd_grad_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:50.1676779Z test_vmap_autograd_grad_igamma_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:50.1708756Z test_vmap_autograd_grad_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:50.1740740Z test_vmap_autograd_grad_igammac_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:50.2312528Z test_vmap_autograd_grad_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:47:50.2858185Z test_vmap_autograd_grad_index_add_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:47:50.2905627Z test_vmap_autograd_grad_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:50.2906601Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:47:50.3085851Z ok (0.023s) 2022-08-17T12:47:50.3301235Z test_vmap_autograd_grad_index_copy_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:47:50.3472883Z test_vmap_autograd_grad_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:47:50.3637497Z test_vmap_autograd_grad_index_fill_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:47:50.3930931Z test_vmap_autograd_grad_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:47:50.4213650Z test_vmap_autograd_grad_index_put_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:47:50.4704410Z test_vmap_autograd_grad_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:47:50.5176984Z test_vmap_autograd_grad_index_put_functorch_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:47:50.7815838Z test_vmap_autograd_grad_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.264s) 2022-08-17T12:47:51.0357888Z test_vmap_autograd_grad_index_reduce_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.254s) 2022-08-17T12:47:51.0516421Z test_vmap_autograd_grad_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:47:51.0671900Z test_vmap_autograd_grad_index_select_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:51.0825516Z test_vmap_autograd_grad_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:51.0971646Z test_vmap_autograd_grad_inner_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:51.1006065Z test_vmap_autograd_grad_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.1038475Z test_vmap_autograd_grad_int_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.1068573Z test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.1099689Z test_vmap_autograd_grad_int_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.1494492Z test_vmap_autograd_grad_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:47:51.1917337Z test_vmap_autograd_grad_inverse_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:47:51.1950263Z test_vmap_autograd_grad_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.1982587Z test_vmap_autograd_grad_isclose_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2011005Z test_vmap_autograd_grad_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2039585Z test_vmap_autograd_grad_isfinite_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2068099Z test_vmap_autograd_grad_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2096758Z test_vmap_autograd_grad_isin_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2128505Z test_vmap_autograd_grad_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2160573Z test_vmap_autograd_grad_isinf_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2192497Z test_vmap_autograd_grad_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2224529Z test_vmap_autograd_grad_isnan_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2256161Z test_vmap_autograd_grad_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2285406Z test_vmap_autograd_grad_isneginf_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2317286Z test_vmap_autograd_grad_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2346039Z test_vmap_autograd_grad_isposinf_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2376514Z test_vmap_autograd_grad_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2406431Z test_vmap_autograd_grad_isreal_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.2469043Z test_vmap_autograd_grad_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:51.2469975Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:47:51.3242853Z ok (0.084s) 2022-08-17T12:47:51.4075614Z test_vmap_autograd_grad_istft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T12:47:51.4104985Z test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.4135824Z test_vmap_autograd_grad_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.4165750Z test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.4194242Z test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.4225563Z test_vmap_autograd_grad_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.4257255Z test_vmap_autograd_grad_jiterator_binary_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.4288688Z test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.4319783Z test_vmap_autograd_grad_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.4351988Z test_vmap_autograd_grad_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.4383948Z test_vmap_autograd_grad_jiterator_unary_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.4478564Z test_vmap_autograd_grad_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:47:51.4570792Z test_vmap_autograd_grad_kron_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:47:51.5041205Z test_vmap_autograd_grad_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:47:51.5499589Z test_vmap_autograd_grad_kthvalue_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:47:51.6077460Z test_vmap_autograd_grad_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:47:51.6635574Z test_vmap_autograd_grad_ldexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:47:51.6663845Z test_vmap_autograd_grad_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.6695447Z test_vmap_autograd_grad_le_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:51.7688332Z test_vmap_autograd_grad_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-08-17T12:47:51.8631435Z test_vmap_autograd_grad_lerp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-08-17T12:47:51.8777839Z test_vmap_autograd_grad_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:47:52.2264440Z test_vmap_autograd_grad_lgamma_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.348s) 2022-08-17T12:47:52.3059646Z test_vmap_autograd_grad_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:47:52.3835657Z test_vmap_autograd_grad_linalg_cholesky_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T12:47:52.4648732Z test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-08-17T12:47:52.5449422Z test_vmap_autograd_grad_linalg_cholesky_ex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-08-17T12:47:52.5687423Z test_vmap_autograd_grad_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:47:52.5943521Z test_vmap_autograd_grad_linalg_cond_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:47:52.6158807Z test_vmap_autograd_grad_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:47:52.6367867Z test_vmap_autograd_grad_linalg_cross_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:47:52.6412168Z test_vmap_autograd_grad_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:47:52.6413128Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:47:52.6912503Z ok (0.054s) 2022-08-17T12:47:52.7479630Z test_vmap_autograd_grad_linalg_det_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:47:52.9604535Z test_vmap_autograd_grad_linalg_det_singular_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.212s) 2022-08-17T12:47:52.9734429Z test_vmap_autograd_grad_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:47:53.2329138Z test_vmap_autograd_grad_linalg_eig_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.259s) 2022-08-17T12:47:53.3272983Z test_vmap_autograd_grad_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-08-17T12:47:53.4238729Z test_vmap_autograd_grad_linalg_eigh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T12:47:53.4757391Z test_vmap_autograd_grad_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:47:53.5303869Z test_vmap_autograd_grad_linalg_eigvals_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:47:53.5695290Z test_vmap_autograd_grad_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:47:53.6112695Z test_vmap_autograd_grad_linalg_eigvalsh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:47:53.6257300Z test_vmap_autograd_grad_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:47:53.6403485Z test_vmap_autograd_grad_linalg_householder_product_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-08-17T12:47:53.6808172Z test_vmap_autograd_grad_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:47:53.7239166Z test_vmap_autograd_grad_linalg_inv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:47:53.7651293Z test_vmap_autograd_grad_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:47:53.8092077Z test_vmap_autograd_grad_linalg_inv_ex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:47:53.8123892Z test_vmap_autograd_grad_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:53.8156255Z test_vmap_autograd_grad_linalg_ldl_factor_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:53.8188152Z test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:53.8219872Z test_vmap_autograd_grad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:53.8252003Z test_vmap_autograd_grad_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:53.8284356Z test_vmap_autograd_grad_linalg_ldl_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:47:54.6640367Z test_vmap_autograd_grad_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.835s) 2022-08-17T12:47:55.6309958Z test_vmap_autograd_grad_linalg_lstsq_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.967s) 2022-08-17T12:47:55.8189299Z test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.188s) 2022-08-17T12:47:56.0750482Z test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.256s) 2022-08-17T12:47:56.5179379Z test_vmap_autograd_grad_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.443s) 2022-08-17T12:47:56.9532477Z test_vmap_autograd_grad_linalg_lu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.435s) 2022-08-17T12:47:56.9559219Z test_vmap_autograd_grad_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:47:57.3092169Z test_vmap_autograd_grad_linalg_lu_factor_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.353s) 2022-08-17T12:47:57.3116631Z test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:47:57.5484584Z test_vmap_autograd_grad_linalg_lu_factor_ex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.236s) 2022-08-17T12:47:59.2960089Z test_vmap_autograd_grad_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.747s) 2022-08-17T12:48:01.0142068Z test_vmap_autograd_grad_linalg_lu_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (1.718s) 2022-08-17T12:48:01.3497404Z test_vmap_autograd_grad_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.335s) 2022-08-17T12:48:01.6795619Z test_vmap_autograd_grad_linalg_matrix_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.330s) 2022-08-17T12:48:01.7783119Z test_vmap_autograd_grad_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-08-17T12:48:01.8747030Z test_vmap_autograd_grad_linalg_matrix_power_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T12:48:01.8777933Z test_vmap_autograd_grad_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:01.8809915Z test_vmap_autograd_grad_linalg_matrix_rank_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:01.8842041Z test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:01.8870637Z test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:01.9405532Z test_vmap_autograd_grad_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:48:01.9918816Z test_vmap_autograd_grad_linalg_multi_dot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:48:02.1085302Z test_vmap_autograd_grad_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-08-17T12:48:02.2218030Z test_vmap_autograd_grad_linalg_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-08-17T12:48:02.3276237Z test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T12:48:02.4304859Z test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-08-17T12:48:02.5675317Z test_vmap_autograd_grad_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.137s) 2022-08-17T12:48:02.7174199Z test_vmap_autograd_grad_linalg_pinv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.150s) 2022-08-17T12:48:02.7678558Z test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T12:48:02.8211210Z test_vmap_autograd_grad_linalg_pinv_hermitian_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:48:02.8242004Z 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-08-17T12:48:02.8274164Z 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-08-17T12:48:03.2336537Z test_vmap_autograd_grad_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.406s) 2022-08-17T12:48:03.6412347Z test_vmap_autograd_grad_linalg_qr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.407s) 2022-08-17T12:48:03.7309874Z test_vmap_autograd_grad_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-08-17T12:48:03.8207600Z test_vmap_autograd_grad_linalg_slogdet_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-08-17T12:48:03.9305862Z test_vmap_autograd_grad_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.110s) 2022-08-17T12:48:04.0429357Z test_vmap_autograd_grad_linalg_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.112s) 2022-08-17T12:48:04.1556841Z test_vmap_autograd_grad_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-08-17T12:48:04.2708796Z test_vmap_autograd_grad_linalg_solve_ex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-08-17T12:48:06.1391269Z test_vmap_autograd_grad_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.868s) 2022-08-17T12:48:07.9571977Z test_vmap_autograd_grad_linalg_solve_triangular_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (1.818s) 2022-08-17T12:48:09.9144955Z test_vmap_autograd_grad_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.957s) 2022-08-17T12:48:11.9863184Z test_vmap_autograd_grad_linalg_svd_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (2.072s) 2022-08-17T12:48:12.1307968Z test_vmap_autograd_grad_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-08-17T12:48:12.2773456Z test_vmap_autograd_grad_linalg_svdvals_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-08-17T12:48:12.2935318Z test_vmap_autograd_grad_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:48:12.3138794Z test_vmap_autograd_grad_linalg_tensorinv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:48:12.3476442Z test_vmap_autograd_grad_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:48:12.3804595Z test_vmap_autograd_grad_linalg_tensorsolve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:48:12.4419607Z test_vmap_autograd_grad_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:48:12.5027300Z test_vmap_autograd_grad_linalg_vander_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:48:12.7295968Z test_vmap_autograd_grad_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.227s) 2022-08-17T12:48:12.9482289Z test_vmap_autograd_grad_linalg_vecdot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.218s) 2022-08-17T12:48:13.7232078Z test_vmap_autograd_grad_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.775s) 2022-08-17T12:48:14.4766280Z test_vmap_autograd_grad_linalg_vector_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.753s) 2022-08-17T12:48:14.4799140Z test_vmap_autograd_grad_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:14.4831667Z test_vmap_autograd_grad_linspace_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:14.4977676Z test_vmap_autograd_grad_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:14.5120758Z test_vmap_autograd_grad_log10_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:14.5194403Z test_vmap_autograd_grad_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:48:14.5267012Z test_vmap_autograd_grad_log1p_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:48:14.5408686Z test_vmap_autograd_grad_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:14.5550643Z test_vmap_autograd_grad_log2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:14.5691069Z test_vmap_autograd_grad_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:14.5826313Z test_vmap_autograd_grad_log_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:48:14.6100298Z test_vmap_autograd_grad_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:48:14.6363811Z test_vmap_autograd_grad_log_softmax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:48:14.6653060Z test_vmap_autograd_grad_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:48:14.6919246Z test_vmap_autograd_grad_log_softmax_dtype_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:48:14.7015404Z test_vmap_autograd_grad_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:48:14.7108302Z test_vmap_autograd_grad_logaddexp2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:48:14.7201165Z test_vmap_autograd_grad_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:48:14.7294048Z test_vmap_autograd_grad_logaddexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:48:14.7655043Z test_vmap_autograd_grad_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:48:14.8010808Z test_vmap_autograd_grad_logcumsumexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:48:14.8534838Z test_vmap_autograd_grad_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:48:14.9071275Z test_vmap_autograd_grad_logdet_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:48:14.9100550Z test_vmap_autograd_grad_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:14.9132513Z test_vmap_autograd_grad_logical_and_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:14.9164641Z test_vmap_autograd_grad_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:14.9196853Z test_vmap_autograd_grad_logical_not_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:14.9229185Z test_vmap_autograd_grad_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:14.9261102Z test_vmap_autograd_grad_logical_or_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:14.9293379Z test_vmap_autograd_grad_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:14.9325261Z test_vmap_autograd_grad_logical_xor_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:14.9515583Z test_vmap_autograd_grad_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:48:14.9698942Z test_vmap_autograd_grad_logit_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:48:14.9728197Z test_vmap_autograd_grad_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:14.9760310Z test_vmap_autograd_grad_logspace_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:15.0431685Z test_vmap_autograd_grad_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:48:15.1076899Z test_vmap_autograd_grad_logsumexp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:48:15.1108885Z test_vmap_autograd_grad_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:15.1138968Z test_vmap_autograd_grad_long_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:15.1171145Z test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:15.1206697Z test_vmap_autograd_grad_long_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:15.1239217Z test_vmap_autograd_grad_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:15.1271357Z test_vmap_autograd_grad_lt_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:15.4551794Z test_vmap_autograd_grad_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.328s) 2022-08-17T12:48:15.8555770Z test_vmap_autograd_grad_lu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.400s) 2022-08-17T12:48:16.2815628Z test_vmap_autograd_grad_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.426s) 2022-08-17T12:48:16.7018024Z test_vmap_autograd_grad_lu_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.420s) 2022-08-17T12:48:16.9923300Z test_vmap_autograd_grad_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.290s) 2022-08-17T12:48:17.2760771Z test_vmap_autograd_grad_lu_unpack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-08-17T12:48:17.3018707Z test_vmap_autograd_grad_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:48:17.3273007Z test_vmap_autograd_grad_mH_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:48:17.3533088Z test_vmap_autograd_grad_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:48:17.3781423Z test_vmap_autograd_grad_mT_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:48:17.4255266Z test_vmap_autograd_grad_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:48:17.4709265Z test_vmap_autograd_grad_masked_fill_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:48:17.4950369Z test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:48:17.5184933Z test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:48:17.5497041Z test_vmap_autograd_grad_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:48:17.5797943Z test_vmap_autograd_grad_masked_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:48:17.6012105Z test_vmap_autograd_grad_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.021s) 2022-08-17T12:48:17.6219281Z test_vmap_autograd_grad_masked_select_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.021s) 2022-08-17T12:48:17.6246034Z test_vmap_autograd_grad_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:48:17.6274654Z test_vmap_autograd_grad_matmul_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:48:17.6302895Z test_vmap_autograd_grad_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:48:17.6567146Z test_vmap_autograd_grad_matrix_exp_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:48:17.7189688Z test_vmap_autograd_grad_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:48:17.7785160Z test_vmap_autograd_grad_max_binary_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:48:17.7913892Z test_vmap_autograd_grad_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:48:17.8039433Z test_vmap_autograd_grad_max_reduction_no_dim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:48:17.8244265Z test_vmap_autograd_grad_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:48:17.8442627Z test_vmap_autograd_grad_max_reduction_with_dim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:48:17.9060780Z test_vmap_autograd_grad_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:48:17.9653779Z test_vmap_autograd_grad_maximum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:48:18.0471873Z test_vmap_autograd_grad_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T12:48:18.1261176Z test_vmap_autograd_grad_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:48:18.1876654Z test_vmap_autograd_grad_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:48:18.2475332Z test_vmap_autograd_grad_median_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:48:18.5038341Z test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.256s) 2022-08-17T12:48:18.7473667Z test_vmap_autograd_grad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.243s) 2022-08-17T12:48:19.0028116Z test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.255s) 2022-08-17T12:48:19.2459296Z test_vmap_autograd_grad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.243s) 2022-08-17T12:48:19.3081276Z test_vmap_autograd_grad_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:48:19.3675252Z test_vmap_autograd_grad_min_binary_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:48:19.3800877Z test_vmap_autograd_grad_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:19.3923600Z test_vmap_autograd_grad_min_reduction_no_dim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:19.4128839Z test_vmap_autograd_grad_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:48:19.4332089Z test_vmap_autograd_grad_min_reduction_with_dim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:48:19.4957419Z test_vmap_autograd_grad_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:48:19.5557024Z test_vmap_autograd_grad_minimum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:48:19.5646787Z test_vmap_autograd_grad_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:48:19.5736605Z test_vmap_autograd_grad_mm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:48:19.6079215Z test_vmap_autograd_grad_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:48:19.6413217Z test_vmap_autograd_grad_mode_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:48:19.6523871Z test_vmap_autograd_grad_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:48:19.6631682Z test_vmap_autograd_grad_movedim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:48:19.6750654Z test_vmap_autograd_grad_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:19.6862084Z test_vmap_autograd_grad_msort_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:48:19.7408301Z test_vmap_autograd_grad_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:48:19.7927601Z test_vmap_autograd_grad_mul_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:48:19.7958429Z test_vmap_autograd_grad_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:19.7990621Z test_vmap_autograd_grad_multinomial_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:19.8084688Z test_vmap_autograd_grad_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:48:19.8172228Z test_vmap_autograd_grad_mv_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:48:19.8652931Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:48:19.9122607Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:48:19.9602096Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:48:20.0071291Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:48:20.0554822Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:48:20.1024340Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:48:20.1175348Z test_vmap_autograd_grad_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:48:20.1319575Z test_vmap_autograd_grad_nan_to_num_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:20.2915918Z test_vmap_autograd_grad_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.160s) 2022-08-17T12:48:20.4491517Z test_vmap_autograd_grad_nanmean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.157s) 2022-08-17T12:48:20.5124424Z test_vmap_autograd_grad_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:48:20.5732401Z test_vmap_autograd_grad_nanmedian_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:48:20.9613830Z test_vmap_autograd_grad_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.388s) 2022-08-17T12:48:21.3414787Z test_vmap_autograd_grad_nanquantile_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.380s) 2022-08-17T12:48:21.4921934Z test_vmap_autograd_grad_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.151s) 2022-08-17T12:48:21.6389455Z test_vmap_autograd_grad_nansum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-08-17T12:48:21.6627146Z test_vmap_autograd_grad_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:48:21.6854378Z test_vmap_autograd_grad_narrow_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:48:22.1509348Z test_vmap_autograd_grad_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.465s) 2022-08-17T12:48:22.5964125Z test_vmap_autograd_grad_native_layer_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.445s) 2022-08-17T12:48:22.5995278Z test_vmap_autograd_grad_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6027564Z test_vmap_autograd_grad_ne_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6102080Z test_vmap_autograd_grad_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:48:22.6171156Z test_vmap_autograd_grad_neg_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:48:22.6202282Z test_vmap_autograd_grad_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6234046Z test_vmap_autograd_grad_new_empty_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6266552Z test_vmap_autograd_grad_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6298377Z test_vmap_autograd_grad_new_full_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6330417Z test_vmap_autograd_grad_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6362559Z test_vmap_autograd_grad_new_ones_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6394801Z test_vmap_autograd_grad_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6426990Z test_vmap_autograd_grad_new_zeros_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6459032Z test_vmap_autograd_grad_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6491103Z test_vmap_autograd_grad_nextafter_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:48:22.6784773Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:48:22.7063677Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:48:22.7527077Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:48:22.7975372Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:48:22.8531688Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:48:22.9067960Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:48:22.9470811Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:48:22.9860264Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:48:23.0953816Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.109s) 2022-08-17T12:48:23.2013540Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T12:48:23.2953297Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-08-17T12:48:23.3864465Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-08-17T12:48:23.4285088Z test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:48:23.4690892Z test_vmap_autograd_grad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:48:23.5021999Z test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:48:23.5345778Z test_vmap_autograd_grad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:48:23.5721515Z test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:48:23.6091208Z test_vmap_autograd_grad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:48:23.7059238Z test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-08-17T12:48:23.7976724Z test_vmap_autograd_grad_nn_functional_batch_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-08-17T12:48:23.8930255Z test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-08-17T12:48:23.9847024Z test_vmap_autograd_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-08-17T12:48:23.9970260Z test_vmap_autograd_grad_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:48:23.9971241Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:48:24.2510253Z ok (0.266s) 2022-08-17T12:48:24.5101713Z test_vmap_autograd_grad_nn_functional_bilinear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.259s) 2022-08-17T12:48:24.5843913Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T12:48:24.6560822Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:48:24.8272147Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-08-17T12:48:24.9921881Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.165s) 2022-08-17T12:48:25.0061450Z test_vmap_autograd_grad_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:25.0199856Z test_vmap_autograd_grad_nn_functional_celu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:25.1076418Z test_vmap_autograd_grad_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:48:25.1917761Z test_vmap_autograd_grad_nn_functional_conv1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:48:25.4537896Z test_vmap_autograd_grad_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.262s) 2022-08-17T12:48:25.7053708Z test_vmap_autograd_grad_nn_functional_conv2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.251s) 2022-08-17T12:48:25.7158923Z test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:48:25.7265322Z test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:48:25.7399816Z test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:48:25.7529594Z test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:48:25.7655338Z test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:25.7781627Z test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:48:25.7888687Z test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:48:25.7996090Z test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:48:25.8102668Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:48:25.8208491Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:48:25.8334007Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:25.8454875Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:25.8577044Z test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:25.8698090Z test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:25.8823222Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:25.8947880Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:25.9073301Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:25.9195068Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:25.9316665Z test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:25.9437844Z test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:48:25.9464618Z test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:48:25.9492496Z test_vmap_autograd_grad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:48:25.9521321Z test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:48:25.9549814Z test_vmap_autograd_grad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:48:25.9577971Z test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:48:25.9606691Z test_vmap_autograd_grad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:48:26.0261786Z test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T12:48:26.0897818Z test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:48:26.1810104Z test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-08-17T12:48:26.2706717Z test_vmap_autograd_grad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-08-17T12:48:26.3922543Z test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-08-17T12:48:26.5097503Z test_vmap_autograd_grad_nn_functional_cross_entropy_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-08-17T12:48:26.5156514Z test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:48:26.5157514Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:48:26.5610247Z ok (0.051s) 2022-08-17T12:48:26.6937984Z test_vmap_autograd_grad_nn_functional_ctc_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.133s) 2022-08-17T12:48:26.7487751Z test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:48:26.8021158Z test_vmap_autograd_grad_nn_functional_dropout2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:48:26.8600964Z test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:48:26.9158647Z test_vmap_autograd_grad_nn_functional_dropout3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:48:26.9276777Z test_vmap_autograd_grad_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:48:26.9277768Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:48:26.9933170Z ok (0.077s) 2022-08-17T12:48:27.0678910Z test_vmap_autograd_grad_nn_functional_dropout_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T12:48:27.0821890Z test_vmap_autograd_grad_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:27.0959561Z test_vmap_autograd_grad_nn_functional_elu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:27.1011792Z test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:48:27.1012817Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:48:27.2875033Z ok (0.191s) 2022-08-17T12:48:27.4750279Z test_vmap_autograd_grad_nn_functional_embedding_bag_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.187s) 2022-08-17T12:48:27.4913171Z test_vmap_autograd_grad_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:48:27.5073763Z test_vmap_autograd_grad_nn_functional_embedding_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:48:27.5383575Z test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:48:27.5681925Z test_vmap_autograd_grad_nn_functional_embedding_functorch_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:48:27.6006831Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:48:27.6322385Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:48:27.6726811Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:48:27.7115995Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:48:27.7198408Z test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:48:27.7199587Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:48:27.8848365Z ok (0.173s) 2022-08-17T12:48:28.0529601Z test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.168s) 2022-08-17T12:48:28.0622498Z test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:48:28.0623536Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:48:28.2819005Z ok (0.229s) 2022-08-17T12:48:28.5042931Z test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.222s) 2022-08-17T12:48:31.5816361Z test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.077s) 2022-08-17T12:48:34.5484095Z test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (2.967s) 2022-08-17T12:48:34.5835279Z test_vmap_autograd_grad_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:48:34.6172865Z test_vmap_autograd_grad_nn_functional_gelu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:48:34.7979941Z test_vmap_autograd_grad_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.180s) 2022-08-17T12:48:34.9728832Z test_vmap_autograd_grad_nn_functional_glu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.175s) 2022-08-17T12:48:35.1624055Z test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.189s) 2022-08-17T12:48:35.3444020Z test_vmap_autograd_grad_nn_functional_grid_sample_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.182s) 2022-08-17T12:48:35.3722320Z test_vmap_autograd_grad_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:48:35.3986886Z test_vmap_autograd_grad_nn_functional_group_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:48:35.4247862Z test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:48:35.4498629Z test_vmap_autograd_grad_nn_functional_hardshrink_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:48:35.4638512Z test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:35.4776739Z test_vmap_autograd_grad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:35.4968073Z test_vmap_autograd_grad_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:48:35.5150755Z test_vmap_autograd_grad_nn_functional_hardswish_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:48:35.5410363Z test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:48:35.5662495Z test_vmap_autograd_grad_nn_functional_hardtanh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:48:35.6280352Z test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:48:35.6884980Z test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:48:35.6933909Z test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:48:35.6935779Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:48:35.7499983Z ok (0.062s) 2022-08-17T12:48:35.8086427Z test_vmap_autograd_grad_nn_functional_huber_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:48:35.8680891Z test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:48:35.9261338Z test_vmap_autograd_grad_nn_functional_instance_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:48:35.9833331Z test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:48:36.0390411Z test_vmap_autograd_grad_nn_functional_interpolate_area_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:48:36.0931144Z test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:48:36.1498692Z test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:48:36.2039619Z test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:48:36.2557904Z test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:48:36.3083185Z test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:48:36.3597619Z test_vmap_autograd_grad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:48:36.4130271Z test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:48:36.4649062Z test_vmap_autograd_grad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:48:36.5202332Z test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:48:36.5736799Z test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:48:36.6529448Z test_vmap_autograd_grad_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:48:36.7290190Z test_vmap_autograd_grad_nn_functional_kl_div_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:48:36.7684736Z test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:48:36.8062825Z test_vmap_autograd_grad_nn_functional_l1_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:48:36.8517879Z test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:48:36.8953894Z test_vmap_autograd_grad_nn_functional_layer_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:48:36.9340914Z test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:48:36.9712604Z test_vmap_autograd_grad_nn_functional_leaky_relu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:48:37.0831596Z test_vmap_autograd_grad_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.112s) 2022-08-17T12:48:37.1897319Z test_vmap_autograd_grad_nn_functional_linear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T12:48:37.2637112Z test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T12:48:37.3355491Z test_vmap_autograd_grad_nn_functional_local_response_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:48:37.3500793Z test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:48:37.3643708Z test_vmap_autograd_grad_nn_functional_logsigmoid_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:48:37.4870930Z test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-08-17T12:48:37.6064264Z test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-08-17T12:48:41.6515157Z test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.045s) 2022-08-17T12:48:45.6121151Z test_vmap_autograd_grad_nn_functional_max_pool1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (3.960s) 2022-08-17T12:48:52.4607522Z test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.848s) 2022-08-17T12:48:59.1774033Z test_vmap_autograd_grad_nn_functional_max_pool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (6.716s) 2022-08-17T12:48:59.1822721Z test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:48:59.1823781Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:49:02.1220077Z ok (2.944s) 2022-08-17T12:49:04.9880768Z test_vmap_autograd_grad_nn_functional_max_pool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (2.866s) 2022-08-17T12:49:05.7684369Z test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.780s) 2022-08-17T12:49:06.5277311Z test_vmap_autograd_grad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.759s) 2022-08-17T12:49:06.7080802Z test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.180s) 2022-08-17T12:49:06.9158649Z test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.208s) 2022-08-17T12:49:07.1052953Z test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.189s) 2022-08-17T12:49:07.2902731Z test_vmap_autograd_grad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.185s) 2022-08-17T12:49:07.3592449Z test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.069s) 2022-08-17T12:49:07.4121080Z test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.053s) 2022-08-17T12:49:07.9316653Z test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.519s) 2022-08-17T12:49:08.4393440Z test_vmap_autograd_grad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.508s) 2022-08-17T12:49:08.5735838Z test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.134s) 2022-08-17T12:49:08.7179127Z test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-08-17T12:49:08.7220599Z test_vmap_autograd_grad_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:49:08.7221572Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:49:08.7335075Z ok (0.016s) 2022-08-17T12:49:08.7485541Z test_vmap_autograd_grad_nn_functional_mish_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:08.7968238Z test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:49:08.8429328Z test_vmap_autograd_grad_nn_functional_mse_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:49:08.9144948Z test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:49:08.9832587Z test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:49:08.9879010Z test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:49:08.9880049Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:49:09.0099070Z ok (0.027s) 2022-08-17T12:49:09.0353945Z test_vmap_autograd_grad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:49:09.0398212Z test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:49:09.0399243Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:49:09.0524116Z ok (0.017s) 2022-08-17T12:49:09.0688931Z test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:49:09.0975720Z test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:49:09.1253106Z test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:49:09.4127009Z test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.287s) 2022-08-17T12:49:09.6914248Z test_vmap_autograd_grad_nn_functional_nll_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.279s) 2022-08-17T12:49:09.7453339Z test_vmap_autograd_grad_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:49:09.7977387Z test_vmap_autograd_grad_nn_functional_normalize_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:49:09.8545609Z test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:49:09.9110969Z test_vmap_autograd_grad_nn_functional_pad_circular_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:49:10.1157479Z test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.204s) 2022-08-17T12:49:10.3132875Z test_vmap_autograd_grad_nn_functional_pad_constant_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.197s) 2022-08-17T12:49:10.3671920Z test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:49:10.4196964Z test_vmap_autograd_grad_nn_functional_pad_reflect_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:49:10.4734801Z test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:49:10.5255970Z test_vmap_autograd_grad_nn_functional_pad_replicate_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:49:10.5753690Z test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T12:49:10.6228919Z test_vmap_autograd_grad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:49:10.6269169Z test_vmap_autograd_grad_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:49:10.6270416Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:49:10.6671103Z ok (0.044s) 2022-08-17T12:49:10.7102549Z test_vmap_autograd_grad_nn_functional_pdist_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:49:10.7222671Z test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:49:10.7336345Z test_vmap_autograd_grad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:49:10.7453521Z test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:49:10.7569362Z test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:49:11.3202511Z test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.563s) 2022-08-17T12:49:11.8660781Z test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.546s) 2022-08-17T12:49:12.0137698Z test_vmap_autograd_grad_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.148s) 2022-08-17T12:49:12.1547494Z test_vmap_autograd_grad_nn_functional_prelu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-08-17T12:49:12.1699446Z test_vmap_autograd_grad_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:12.1843857Z test_vmap_autograd_grad_nn_functional_relu6_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:49:12.2047447Z test_vmap_autograd_grad_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:49:12.2242527Z test_vmap_autograd_grad_nn_functional_relu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:49:12.2285371Z test_vmap_autograd_grad_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:49:12.2286330Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:49:12.2401852Z ok (0.016s) 2022-08-17T12:49:12.2557210Z test_vmap_autograd_grad_nn_functional_rrelu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:12.2703919Z test_vmap_autograd_grad_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:12.2850042Z test_vmap_autograd_grad_nn_functional_selu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:12.2996492Z test_vmap_autograd_grad_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:12.3142838Z test_vmap_autograd_grad_nn_functional_silu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:12.3191316Z test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:49:12.3192307Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:49:12.3717546Z ok (0.057s) 2022-08-17T12:49:12.4268312Z test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:49:12.4316266Z test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:49:12.4317389Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:49:12.4624754Z ok (0.036s) 2022-08-17T12:49:12.4973650Z test_vmap_autograd_grad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:49:12.5278583Z test_vmap_autograd_grad_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:49:12.5573719Z test_vmap_autograd_grad_nn_functional_softmin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:49:12.5892533Z test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:49:12.6192907Z test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:49:12.6341477Z test_vmap_autograd_grad_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:12.6485593Z test_vmap_autograd_grad_nn_functional_softplus_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:49:12.6715019Z test_vmap_autograd_grad_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:49:12.6939135Z test_vmap_autograd_grad_nn_functional_softshrink_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:49:12.7108515Z test_vmap_autograd_grad_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:49:12.7273777Z test_vmap_autograd_grad_nn_functional_softsign_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:49:12.7430300Z test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:49:12.7584577Z test_vmap_autograd_grad_nn_functional_tanhshrink_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:12.7793090Z test_vmap_autograd_grad_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:49:12.7999831Z test_vmap_autograd_grad_nn_functional_threshold_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:49:12.8752458Z test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-08-17T12:49:12.9481081Z test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:49:13.0244352Z test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:49:13.0972417Z test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:49:14.1237215Z test_vmap_autograd_grad_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.026s) 2022-08-17T12:49:15.1178218Z test_vmap_autograd_grad_nn_functional_unfold_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.994s) 2022-08-17T12:49:15.1385685Z test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:49:15.1586349Z test_vmap_autograd_grad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:49:15.2143278Z test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:49:15.2678882Z test_vmap_autograd_grad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:49:15.2707804Z test_vmap_autograd_grad_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:15.2736553Z test_vmap_autograd_grad_nonzero_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:15.4743996Z test_vmap_autograd_grad_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.200s) 2022-08-17T12:49:15.6695087Z test_vmap_autograd_grad_norm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.195s) 2022-08-17T12:49:15.6867871Z test_vmap_autograd_grad_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:49:15.7035426Z test_vmap_autograd_grad_norm_fro_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:49:15.7278655Z test_vmap_autograd_grad_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:49:15.7515196Z test_vmap_autograd_grad_norm_inf_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:49:15.7665916Z test_vmap_autograd_grad_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:15.7832963Z test_vmap_autograd_grad_norm_nuc_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:49:15.8163169Z test_vmap_autograd_grad_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:49:15.8472673Z test_vmap_autograd_grad_normal_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:49:15.8548372Z test_vmap_autograd_grad_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:49:15.8624397Z test_vmap_autograd_grad_normal_number_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:49:15.8657204Z test_vmap_autograd_grad_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:15.8690375Z test_vmap_autograd_grad_ones_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:15.8723176Z 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-08-17T12:49:15.8755670Z 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-08-17T12:49:16.0193221Z test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.143s) 2022-08-17T12:49:16.1575601Z test_vmap_autograd_grad_ops_aten_index_put_functorch_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-08-17T12:49:16.1606400Z test_vmap_autograd_grad_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:16.1639261Z test_vmap_autograd_grad_ormqr_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:16.1737794Z test_vmap_autograd_grad_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:49:16.1829874Z test_vmap_autograd_grad_outer_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:49:27.4211002Z test_vmap_autograd_grad_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (11.238s) 2022-08-17T12:49:38.5729728Z test_vmap_autograd_grad_pca_lowrank_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (11.152s) 2022-08-17T12:49:38.5927647Z test_vmap_autograd_grad_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:49:38.6119862Z test_vmap_autograd_grad_permute_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:49:38.6647625Z test_vmap_autograd_grad_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:49:38.7232825Z test_vmap_autograd_grad_pinverse_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:49:38.7878357Z test_vmap_autograd_grad_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:49:38.8493409Z test_vmap_autograd_grad_polar_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T12:49:38.8948053Z test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:49:40.4211986Z test_vmap_autograd_grad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (1.526s) 2022-08-17T12:49:40.4670483Z test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:49:40.5114945Z test_vmap_autograd_grad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:49:40.5574953Z test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:49:40.6022013Z test_vmap_autograd_grad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:49:40.6480061Z test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:49:40.6925568Z test_vmap_autograd_grad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:49:40.7385986Z test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:49:40.7830767Z test_vmap_autograd_grad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:49:40.7967990Z test_vmap_autograd_grad_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:49:40.8102315Z test_vmap_autograd_grad_positive_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:49:40.8809023Z test_vmap_autograd_grad_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:49:40.9487062Z test_vmap_autograd_grad_pow_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:49:41.1322706Z test_vmap_autograd_grad_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.183s) 2022-08-17T12:49:41.3117926Z test_vmap_autograd_grad_prod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-08-17T12:49:41.3165204Z test_vmap_autograd_grad_put_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:49:41.3166498Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:49:41.3233957Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:49:41.3234833Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:49:41.4547674Z ok (0.143s) 2022-08-17T12:49:41.5911765Z test_vmap_autograd_grad_put_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-08-17T12:49:42.0077312Z test_vmap_autograd_grad_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.416s) 2022-08-17T12:49:42.4235336Z test_vmap_autograd_grad_qr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.416s) 2022-08-17T12:49:42.8169436Z test_vmap_autograd_grad_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.393s) 2022-08-17T12:49:43.2014993Z test_vmap_autograd_grad_quantile_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.384s) 2022-08-17T12:49:43.2166676Z test_vmap_autograd_grad_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:43.2309179Z test_vmap_autograd_grad_rad2deg_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:49:43.2339686Z test_vmap_autograd_grad_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:43.2372132Z test_vmap_autograd_grad_rand_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:43.2404883Z test_vmap_autograd_grad_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:43.2433519Z test_vmap_autograd_grad_randint_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:43.2463977Z test_vmap_autograd_grad_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:43.2496665Z test_vmap_autograd_grad_randn_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:43.2653204Z test_vmap_autograd_grad_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:49:43.2801747Z test_vmap_autograd_grad_ravel_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:43.2939716Z test_vmap_autograd_grad_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:49:43.3078336Z test_vmap_autograd_grad_real_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:49:43.3231589Z test_vmap_autograd_grad_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:43.3382529Z test_vmap_autograd_grad_reciprocal_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:43.4004836Z test_vmap_autograd_grad_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:49:43.4603296Z test_vmap_autograd_grad_remainder_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:49:43.4880525Z test_vmap_autograd_grad_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:49:43.5149484Z test_vmap_autograd_grad_renorm_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:49:43.6132237Z test_vmap_autograd_grad_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-08-17T12:49:43.7088021Z test_vmap_autograd_grad_repeat_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-08-17T12:49:43.7302665Z test_vmap_autograd_grad_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:49:43.7511720Z test_vmap_autograd_grad_repeat_interleave_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:49:43.7709296Z test_vmap_autograd_grad_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:49:43.7902260Z test_vmap_autograd_grad_reshape_as_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:49:43.8378802Z test_vmap_autograd_grad_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:49:43.8840306Z test_vmap_autograd_grad_reshape_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:49:43.8870514Z test_vmap_autograd_grad_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:43.8903045Z test_vmap_autograd_grad_resize__cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:43.8935558Z test_vmap_autograd_grad_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:43.8968248Z test_vmap_autograd_grad_resize_as__cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:43.9078018Z test_vmap_autograd_grad_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:49:43.9184286Z test_vmap_autograd_grad_resolve_conj_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:49:43.9290859Z test_vmap_autograd_grad_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:49:43.9394696Z test_vmap_autograd_grad_resolve_neg_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:49:44.0035420Z test_vmap_autograd_grad_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:49:44.0655999Z test_vmap_autograd_grad_roll_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:49:44.2166176Z test_vmap_autograd_grad_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.151s) 2022-08-17T12:49:44.3622464Z test_vmap_autograd_grad_rot90_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-08-17T12:49:44.3698203Z test_vmap_autograd_grad_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:49:44.3772658Z test_vmap_autograd_grad_round_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:49:44.3919903Z test_vmap_autograd_grad_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:44.4067433Z test_vmap_autograd_grad_round_decimals_0_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:44.4214894Z test_vmap_autograd_grad_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:44.4356907Z test_vmap_autograd_grad_round_decimals_3_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:49:44.4503969Z test_vmap_autograd_grad_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:44.4645803Z test_vmap_autograd_grad_round_decimals_neg_3_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:49:44.4798615Z test_vmap_autograd_grad_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:44.4950813Z test_vmap_autograd_grad_rsqrt_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:44.5640432Z test_vmap_autograd_grad_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:49:44.6298717Z test_vmap_autograd_grad_rsub_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:49:44.6782173Z test_vmap_autograd_grad_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:49:44.7248544Z test_vmap_autograd_grad_scatter_add_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:49:44.7786107Z test_vmap_autograd_grad_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:49:44.8301265Z test_vmap_autograd_grad_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:49:44.9394836Z test_vmap_autograd_grad_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.109s) 2022-08-17T12:49:45.0452603Z test_vmap_autograd_grad_scatter_reduce_amax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T12:49:45.1544134Z test_vmap_autograd_grad_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.109s) 2022-08-17T12:49:45.2598730Z test_vmap_autograd_grad_scatter_reduce_amin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-08-17T12:49:45.3674809Z test_vmap_autograd_grad_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.107s) 2022-08-17T12:49:45.4724640Z test_vmap_autograd_grad_scatter_reduce_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-08-17T12:49:45.6229953Z test_vmap_autograd_grad_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.150s) 2022-08-17T12:49:45.7683800Z test_vmap_autograd_grad_scatter_reduce_prod_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-08-17T12:49:45.8605423Z test_vmap_autograd_grad_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-08-17T12:49:45.9489086Z test_vmap_autograd_grad_scatter_reduce_sum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-08-17T12:49:45.9522013Z test_vmap_autograd_grad_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:45.9552824Z test_vmap_autograd_grad_searchsorted_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:45.9599473Z test_vmap_autograd_grad_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:49:45.9600487Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:49:46.4308840Z ok (0.475s) 2022-08-17T12:49:46.8945992Z test_vmap_autograd_grad_segment_reduce_lengths_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.464s) 2022-08-17T12:49:47.3482180Z test_vmap_autograd_grad_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.454s) 2022-08-17T12:49:47.7902924Z test_vmap_autograd_grad_segment_reduce_offsets_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.442s) 2022-08-17T12:49:47.8150663Z test_vmap_autograd_grad_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:49:47.8387918Z test_vmap_autograd_grad_select_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:49:47.8742841Z test_vmap_autograd_grad_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:49:47.9086148Z test_vmap_autograd_grad_select_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:49:47.9162266Z test_vmap_autograd_grad_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:49:47.9240376Z test_vmap_autograd_grad_sgn_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:49:47.9272528Z test_vmap_autograd_grad_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:47.9305733Z test_vmap_autograd_grad_short_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:47.9337946Z test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:47.9370714Z test_vmap_autograd_grad_short_functorch_no_channels_last_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:47.9522356Z test_vmap_autograd_grad_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:47.9665737Z test_vmap_autograd_grad_sigmoid_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:49:47.9737827Z test_vmap_autograd_grad_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:49:47.9810677Z test_vmap_autograd_grad_sign_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:49:47.9843704Z test_vmap_autograd_grad_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:47.9876603Z test_vmap_autograd_grad_signbit_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:47.9953968Z test_vmap_autograd_grad_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:49:48.0026072Z test_vmap_autograd_grad_sin_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:49:48.0203061Z test_vmap_autograd_grad_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:49:48.3350857Z test_vmap_autograd_grad_sinc_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.315s) 2022-08-17T12:49:48.3428443Z test_vmap_autograd_grad_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:49:48.3499786Z test_vmap_autograd_grad_sinh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:49:48.4125424Z test_vmap_autograd_grad_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:49:48.4720922Z test_vmap_autograd_grad_slice_scatter_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:49:48.5010446Z test_vmap_autograd_grad_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:49:48.5290697Z test_vmap_autograd_grad_softmax_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:49:48.5596814Z test_vmap_autograd_grad_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:49:48.5877433Z test_vmap_autograd_grad_softmax_with_dtype_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:49:48.7295559Z test_vmap_autograd_grad_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-08-17T12:49:48.8655867Z test_vmap_autograd_grad_sort_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-08-17T12:49:48.8683201Z test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:49:48.8708985Z test_vmap_autograd_grad_sparse_sampled_addmm_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:49:48.8741653Z test_vmap_autograd_grad_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.8773114Z test_vmap_autograd_grad_special_airy_ai_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.8804631Z test_vmap_autograd_grad_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.8833541Z test_vmap_autograd_grad_special_bessel_j0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.8862371Z test_vmap_autograd_grad_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.8891524Z test_vmap_autograd_grad_special_bessel_j1_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.8920628Z test_vmap_autograd_grad_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.8950006Z test_vmap_autograd_grad_special_bessel_y0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.8982657Z test_vmap_autograd_grad_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.9012061Z test_vmap_autograd_grad_special_bessel_y1_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.9041613Z test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.9072389Z test_vmap_autograd_grad_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.9101655Z test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.9131124Z test_vmap_autograd_grad_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:48.9159719Z test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T12:49:48.9184948Z test_vmap_autograd_grad_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:49:48.9210282Z test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:49:48.9238071Z test_vmap_autograd_grad_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T12:49:48.9356623Z test_vmap_autograd_grad_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:49:49.1818204Z test_vmap_autograd_grad_special_entr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.246s) 2022-08-17T12:49:49.1968968Z test_vmap_autograd_grad_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:51.4145765Z test_vmap_autograd_grad_special_erfcx_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (2.217s) 2022-08-17T12:49:51.4175446Z test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:51.4204464Z test_vmap_autograd_grad_special_hermite_polynomial_h_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:51.4235570Z test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:51.4266805Z test_vmap_autograd_grad_special_hermite_polynomial_he_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:51.4385639Z test_vmap_autograd_grad_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:49:52.0324352Z test_vmap_autograd_grad_special_i0e_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.594s) 2022-08-17T12:49:52.0504966Z test_vmap_autograd_grad_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:49:52.0678805Z test_vmap_autograd_grad_special_i1_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:49:52.0864079Z test_vmap_autograd_grad_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:49:52.1047456Z test_vmap_autograd_grad_special_i1e_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:49:52.1076421Z test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:52.1107832Z test_vmap_autograd_grad_special_laguerre_polynomial_l_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:52.1135413Z test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T12:49:52.1163799Z test_vmap_autograd_grad_special_legendre_polynomial_p_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T12:49:52.1319380Z test_vmap_autograd_grad_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:52.6416418Z test_vmap_autograd_grad_special_log_ndtr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.509s) 2022-08-17T12:49:52.6449253Z test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:52.6478621Z test_vmap_autograd_grad_special_modified_bessel_i0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:52.6507648Z test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:52.6538619Z test_vmap_autograd_grad_special_modified_bessel_i1_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:52.6567741Z test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:52.6596833Z test_vmap_autograd_grad_special_modified_bessel_k0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:52.6626155Z test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:52.6655159Z test_vmap_autograd_grad_special_modified_bessel_k1_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:52.6827108Z test_vmap_autograd_grad_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:49:52.6988311Z test_vmap_autograd_grad_special_ndtr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:49:52.7144306Z test_vmap_autograd_grad_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:53.1633324Z test_vmap_autograd_grad_special_ndtri_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.449s) 2022-08-17T12:49:53.2073168Z test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:49:53.2504226Z test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:49:53.2533663Z test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:53.2564639Z test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:53.2593837Z test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:53.2624601Z test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:53.2651525Z 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-08-17T12:49:53.2678122Z 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-08-17T12:49:53.2703303Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:49:53.2730317Z 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-08-17T12:49:53.2757089Z 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-08-17T12:49:53.2783061Z 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-08-17T12:49:53.2809223Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:49:53.2834008Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T12:49:53.2864765Z test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:53.2896618Z test_vmap_autograd_grad_special_spherical_bessel_j0_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:53.3482237Z test_vmap_autograd_grad_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:49:53.4043353Z test_vmap_autograd_grad_special_xlog1py_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:49:53.4073512Z test_vmap_autograd_grad_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:53.4102723Z test_vmap_autograd_grad_special_zeta_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:49:53.4356755Z test_vmap_autograd_grad_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:49:53.4603038Z test_vmap_autograd_grad_split_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:49:53.5161747Z test_vmap_autograd_grad_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:49:53.5703007Z test_vmap_autograd_grad_split_list_args_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:49:53.6435373Z test_vmap_autograd_grad_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:49:53.7141576Z test_vmap_autograd_grad_split_with_sizes_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:49:53.7216817Z test_vmap_autograd_grad_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:49:53.7287681Z test_vmap_autograd_grad_sqrt_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:49:53.7437865Z test_vmap_autograd_grad_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:49:53.7582105Z test_vmap_autograd_grad_square_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:49:53.7884188Z test_vmap_autograd_grad_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:49:53.8175942Z test_vmap_autograd_grad_squeeze_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:49:53.8687240Z test_vmap_autograd_grad_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:49:53.9177533Z test_vmap_autograd_grad_stack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:49:53.9551340Z test_vmap_autograd_grad_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:49:53.9913698Z test_vmap_autograd_grad_std_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:49:54.0706417Z test_vmap_autograd_grad_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:49:54.1479032Z test_vmap_autograd_grad_std_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T12:49:54.2053103Z test_vmap_autograd_grad_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:49:54.2623525Z test_vmap_autograd_grad_stft_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:49:54.3276978Z test_vmap_autograd_grad_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T12:49:54.3906439Z test_vmap_autograd_grad_sub_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:49:54.4687937Z test_vmap_autograd_grad_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T12:49:54.5442289Z test_vmap_autograd_grad_sum_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-08-17T12:49:54.5700987Z test_vmap_autograd_grad_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:49:54.5951103Z test_vmap_autograd_grad_sum_to_size_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:49:56.5595416Z test_vmap_autograd_grad_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.964s) 2022-08-17T12:49:58.6278598Z test_vmap_autograd_grad_svd_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (2.068s) 2022-08-17T12:50:10.3067973Z test_vmap_autograd_grad_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (11.679s) 2022-08-17T12:50:21.8698459Z test_vmap_autograd_grad_svd_lowrank_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (11.563s) 2022-08-17T12:50:21.9649858Z test_vmap_autograd_grad_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-08-17T12:50:22.0606457Z test_vmap_autograd_grad_symeig_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T12:50:22.0748284Z test_vmap_autograd_grad_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:50:22.0885662Z test_vmap_autograd_grad_t_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:50:22.1148134Z test_vmap_autograd_grad_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:50:22.1400146Z test_vmap_autograd_grad_take_along_dim_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:50:22.1860869Z test_vmap_autograd_grad_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:50:22.2310319Z test_vmap_autograd_grad_take_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:50:22.2383958Z test_vmap_autograd_grad_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:50:22.2454981Z test_vmap_autograd_grad_tan_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:50:22.2524432Z test_vmap_autograd_grad_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:50:22.2592967Z test_vmap_autograd_grad_tanh_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:50:22.5256279Z test_vmap_autograd_grad_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.266s) 2022-08-17T12:50:22.7856943Z test_vmap_autograd_grad_tensor_split_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.260s) 2022-08-17T12:50:22.8028881Z test_vmap_autograd_grad_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:50:22.8185287Z test_vmap_autograd_grad_tensordot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:50:22.9251493Z test_vmap_autograd_grad_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.107s) 2022-08-17T12:50:23.0287835Z test_vmap_autograd_grad_tile_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-08-17T12:50:23.0446957Z test_vmap_autograd_grad_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:50:23.0447932Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:50:23.0453864Z expected failure (0.017s) 2022-08-17T12:50:23.0612068Z test_vmap_autograd_grad_to_sparse_cuda_float64 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-08-17T12:50:23.1257560Z test_vmap_autograd_grad_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:50:23.1880755Z test_vmap_autograd_grad_topk_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:50:23.1957884Z test_vmap_autograd_grad_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:50:23.2031842Z test_vmap_autograd_grad_trace_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:50:23.2374694Z test_vmap_autograd_grad_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:50:23.2707155Z test_vmap_autograd_grad_transpose_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:50:23.3382036Z test_vmap_autograd_grad_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:50:23.4019345Z test_vmap_autograd_grad_trapezoid_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:50:23.4682461Z test_vmap_autograd_grad_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:50:23.5318373Z test_vmap_autograd_grad_trapz_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:50:23.6764024Z test_vmap_autograd_grad_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-08-17T12:50:23.8199279Z test_vmap_autograd_grad_triangular_solve_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.143s) 2022-08-17T12:50:23.8427498Z test_vmap_autograd_grad_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:50:23.8649466Z test_vmap_autograd_grad_tril_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:50:23.8877012Z test_vmap_autograd_grad_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:50:23.9098041Z test_vmap_autograd_grad_triu_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:50:23.9700002Z test_vmap_autograd_grad_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:50:24.0279012Z test_vmap_autograd_grad_true_divide_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:50:24.0349436Z test_vmap_autograd_grad_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:50:24.0418933Z test_vmap_autograd_grad_trunc_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:50:24.4646457Z test_vmap_autograd_grad_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.422s) 2022-08-17T12:50:24.8749135Z test_vmap_autograd_grad_unbind_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.410s) 2022-08-17T12:50:24.9151964Z test_vmap_autograd_grad_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:50:24.9539028Z test_vmap_autograd_grad_unflatten_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:50:24.9605748Z test_vmap_autograd_grad_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:50:24.9606815Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T12:50:25.0581048Z ok (0.104s) 2022-08-17T12:50:25.1595908Z test_vmap_autograd_grad_unfold_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-08-17T12:50:25.1627378Z test_vmap_autograd_grad_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:50:25.1659126Z test_vmap_autograd_grad_unique_consecutive_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:50:25.1691256Z test_vmap_autograd_grad_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:50:25.1721896Z test_vmap_autograd_grad_unique_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:50:25.2090739Z test_vmap_autograd_grad_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:50:25.2446404Z test_vmap_autograd_grad_unsqueeze_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:50:25.2785424Z test_vmap_autograd_grad_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:50:25.3110309Z test_vmap_autograd_grad_var_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:50:25.3838190Z test_vmap_autograd_grad_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:50:25.4547856Z test_vmap_autograd_grad_var_mean_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:50:25.4633460Z test_vmap_autograd_grad_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:50:25.4717319Z test_vmap_autograd_grad_vdot_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:50:25.4789582Z test_vmap_autograd_grad_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:50:25.4858757Z test_vmap_autograd_grad_view_as_complex_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:50:25.5005595Z test_vmap_autograd_grad_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:50:25.5149266Z test_vmap_autograd_grad_view_as_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:50:25.5444162Z test_vmap_autograd_grad_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:50:25.5733768Z test_vmap_autograd_grad_view_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:50:25.6311963Z test_vmap_autograd_grad_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:50:25.6872316Z test_vmap_autograd_grad_vsplit_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:50:25.7050370Z test_vmap_autograd_grad_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:50:25.7226172Z test_vmap_autograd_grad_vstack_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:50:25.7574078Z test_vmap_autograd_grad_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:50:25.7905706Z test_vmap_autograd_grad_where_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:50:25.8532267Z test_vmap_autograd_grad_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:50:25.9132819Z test_vmap_autograd_grad_xlogy_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:50:25.9286770Z test_vmap_autograd_grad_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:50:25.9433978Z test_vmap_autograd_grad_zero__cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:50:25.9464503Z test_vmap_autograd_grad_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:50:25.9496503Z test_vmap_autograd_grad_zeros_like_cuda_float64 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.003s) 2022-08-17T12:50:25.9772028Z test_vmapjvpall_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:50:26.0045187Z test_vmapjvpall_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:50:26.2568295Z test_vmapjvpall___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.252s) 2022-08-17T12:50:26.6552465Z test_vmapjvpall___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.398s) 2022-08-17T12:50:27.1655146Z test_vmapjvpall___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.510s) 2022-08-17T12:50:27.7477117Z test_vmapjvpall___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.582s) 2022-08-17T12:50:28.6920847Z test_vmapjvpall___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.944s) 2022-08-17T12:50:29.2404728Z test_vmapjvpall___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.548s) 2022-08-17T12:50:29.7785059Z test_vmapjvpall___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.538s) 2022-08-17T12:50:30.5561913Z test_vmapjvpall___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.778s) 2022-08-17T12:50:31.0805805Z test_vmapjvpall___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.524s) 2022-08-17T12:50:32.7991319Z test_vmapjvpall__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.718s) 2022-08-17T12:50:34.5197148Z test_vmapjvpall__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.720s) 2022-08-17T12:50:34.5212932Z test_vmapjvpall__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:50:34.5230579Z test_vmapjvpall__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:50:34.7423967Z test_vmapjvpall__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_masked/__init__.py:1167: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:50:34.7424919Z return torch.cumprod(mask_input, dim_, dtype=dtype).to(dtype=dtype) 2022-08-17T12:50:34.7591190Z ok (0.236s) 2022-08-17T12:50:34.9493194Z test_vmapjvpall__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.190s) 2022-08-17T12:50:35.2674718Z test_vmapjvpall__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.318s) 2022-08-17T12:50:36.2538451Z test_vmapjvpall__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.986s) 2022-08-17T12:50:38.0624228Z test_vmapjvpall__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.808s) 2022-08-17T12:50:38.7114841Z test_vmapjvpall__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.649s) 2022-08-17T12:50:38.9952727Z test_vmapjvpall__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-08-17T12:50:47.5892559Z test_vmapjvpall__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.594s) 2022-08-17T12:50:48.2970954Z test_vmapjvpall__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.708s) 2022-08-17T12:50:48.4275900Z test_vmapjvpall__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.130s) 2022-08-17T12:50:48.7460443Z test_vmapjvpall__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.318s) 2022-08-17T12:50:49.0755403Z test_vmapjvpall__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.329s) 2022-08-17T12:50:54.9197926Z test_vmapjvpall__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.844s) 2022-08-17T12:50:56.4024231Z test_vmapjvpall__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.483s) 2022-08-17T12:51:02.0375227Z test_vmapjvpall__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.635s) 2022-08-17T12:51:02.0535726Z test_vmapjvpall_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:51:02.0958811Z test_vmapjvpall_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:51:02.1382121Z test_vmapjvpall_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:51:02.7701220Z test_vmapjvpall_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.632s) 2022-08-17T12:51:04.7754652Z test_vmapjvpall_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.005s) 2022-08-17T12:51:08.1721224Z test_vmapjvpall_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.396s) 2022-08-17T12:51:11.4338081Z test_vmapjvpall_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.262s) 2022-08-17T12:51:12.3499553Z test_vmapjvpall_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.916s) 2022-08-17T12:51:13.2220631Z test_vmapjvpall_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.872s) 2022-08-17T12:51:15.0242017Z test_vmapjvpall_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.802s) 2022-08-17T12:51:16.8553217Z test_vmapjvpall_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.831s) 2022-08-17T12:51:16.8571507Z test_vmapjvpall_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:16.8626646Z test_vmapjvpall_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.005s) 2022-08-17T12:51:17.1866742Z test_vmapjvpall_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.324s) 2022-08-17T12:51:17.5093984Z test_vmapjvpall_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.323s) 2022-08-17T12:51:17.5119963Z test_vmapjvpall_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:51:17.5281736Z test_vmapjvpall_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:51:17.5299616Z test_vmapjvpall_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:17.5317305Z test_vmapjvpall_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:17.5334846Z test_vmapjvpall_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:17.5352541Z test_vmapjvpall_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:17.5398917Z test_vmapjvpall_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.005s) 2022-08-17T12:51:17.5416549Z test_vmapjvpall_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:17.5544667Z test_vmapjvpall_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:51:17.8810327Z test_vmapjvpall_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.326s) 2022-08-17T12:51:17.8977524Z test_vmapjvpall_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:51:17.9141636Z test_vmapjvpall_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:51:18.5062188Z test_vmapjvpall_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.592s) 2022-08-17T12:51:18.5230732Z test_vmapjvpall_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:51:18.5406289Z test_vmapjvpall_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:51:29.0850827Z test_vmapjvpall_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.544s) 2022-08-17T12:51:39.7369328Z test_vmapjvpall_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.652s) 2022-08-17T12:51:50.5166537Z test_vmapjvpall_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (10.780s) 2022-08-17T12:51:52.3565737Z test_vmapjvpall_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.840s) 2022-08-17T12:51:52.3577750Z test_vmapjvpall_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:51:52.3596277Z test_vmapjvpall_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:52.3613779Z test_vmapjvpall_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:53.3060596Z test_vmapjvpall_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.944s) 2022-08-17T12:51:53.3772278Z test_vmapjvpall_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:51:53.3789923Z test_vmapjvpall_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:53.3807513Z test_vmapjvpall_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:53.3824722Z test_vmapjvpall_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:55.6604689Z test_vmapjvpall_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.278s) 2022-08-17T12:51:55.7553952Z test_vmapjvpall_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-08-17T12:51:55.7640934Z test_vmapjvpall_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.009s) 2022-08-17T12:51:55.7658471Z test_vmapjvpall_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:55.7676187Z test_vmapjvpall_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:56.1724693Z test_vmapjvpall_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.405s) 2022-08-17T12:51:56.5644415Z test_vmapjvpall_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.392s) 2022-08-17T12:51:56.6113087Z test_vmapjvpall_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.047s) 2022-08-17T12:51:56.6267306Z test_vmapjvpall_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:51:56.6283925Z test_vmapjvpall_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:56.6301553Z test_vmapjvpall_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:56.6318811Z test_vmapjvpall_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:51:56.6349053Z test_vmapjvpall_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:51:56.8378276Z test_vmapjvpall_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.203s) 2022-08-17T12:51:57.6581122Z test_vmapjvpall_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.820s) 2022-08-17T12:51:57.7553137Z test_vmapjvpall_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-08-17T12:51:58.4047027Z test_vmapjvpall_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.649s) 2022-08-17T12:51:58.9436865Z test_vmapjvpall_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.539s) 2022-08-17T12:51:59.4825596Z test_vmapjvpall_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.539s) 2022-08-17T12:51:59.5124413Z test_vmapjvpall_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:51:59.6958641Z test_vmapjvpall_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.183s) 2022-08-17T12:52:00.1286968Z test_vmapjvpall_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.433s) 2022-08-17T12:52:00.6976444Z test_vmapjvpall_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.569s) 2022-08-17T12:52:00.7332979Z test_vmapjvpall_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:52:00.7476177Z test_vmapjvpall_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:52:01.4002289Z test_vmapjvpall_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.652s) 2022-08-17T12:52:01.4268773Z test_vmapjvpall_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:52:01.9976686Z test_vmapjvpall_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.571s) 2022-08-17T12:52:02.1135446Z test_vmapjvpall_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-08-17T12:52:02.1532975Z test_vmapjvpall_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:52:02.1929494Z test_vmapjvpall_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:52:02.1946228Z test_vmapjvpall_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:03.3717618Z test_vmapjvpall_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.177s) 2022-08-17T12:52:03.5764536Z test_vmapjvpall_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.205s) 2022-08-17T12:52:03.6211113Z test_vmapjvpall_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:52:03.6654078Z test_vmapjvpall_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:52:03.7236992Z test_vmapjvpall_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:52:03.7237865Z return self.op(*args, **kwargs) 2022-08-17T12:52:03.8396129Z ok (0.174s) 2022-08-17T12:52:03.8957182Z test_vmapjvpall_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:52:04.4082204Z test_vmapjvpall_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.512s) 2022-08-17T12:52:04.4468210Z test_vmapjvpall_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:52:04.6681418Z test_vmapjvpall_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.221s) 2022-08-17T12:52:04.8791194Z test_vmapjvpall_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.211s) 2022-08-17T12:52:04.9547143Z test_vmapjvpall_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:52:05.1512476Z test_vmapjvpall_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.196s) 2022-08-17T12:52:06.0673766Z test_vmapjvpall_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.916s) 2022-08-17T12:52:15.9700885Z test_vmapjvpall_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.903s) 2022-08-17T12:52:19.1994286Z test_vmapjvpall_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.229s) 2022-08-17T12:52:22.7253178Z test_vmapjvpall_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.526s) 2022-08-17T12:52:23.2622262Z test_vmapjvpall_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.537s) 2022-08-17T12:52:23.8055153Z test_vmapjvpall_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.543s) 2022-08-17T12:52:24.3385048Z test_vmapjvpall_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.533s) 2022-08-17T12:52:24.4048229Z test_vmapjvpall_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:52:24.4735714Z test_vmapjvpall_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.069s) 2022-08-17T12:52:24.5286702Z test_vmapjvpall_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:52:24.5834096Z test_vmapjvpall_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T12:52:25.1353667Z test_vmapjvpall_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.552s) 2022-08-17T12:52:25.1378032Z test_vmapjvpall_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:25.7389799Z test_vmapjvpall_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.601s) 2022-08-17T12:52:25.7406658Z test_vmapjvpall_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:25.7432140Z test_vmapjvpall_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:25.7449442Z test_vmapjvpall_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:25.7466800Z test_vmapjvpall_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:25.7640816Z test_vmapjvpall_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:52:27.1158811Z test_vmapjvpall_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.352s) 2022-08-17T12:52:28.2514983Z test_vmapjvpall_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.135s) 2022-08-17T12:52:29.5399547Z test_vmapjvpall_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.288s) 2022-08-17T12:52:29.5784104Z test_vmapjvpall_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:52:29.7433901Z test_vmapjvpall_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.165s) 2022-08-17T12:52:29.8641103Z test_vmapjvpall_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-08-17T12:52:29.8798853Z test_vmapjvpall_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:52:29.9838516Z test_vmapjvpall_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-08-17T12:52:30.1033983Z test_vmapjvpall_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-08-17T12:52:30.2414106Z test_vmapjvpall_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-08-17T12:52:30.3126297Z test_vmapjvpall_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:52:30.4281977Z test_vmapjvpall_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-08-17T12:52:30.5523316Z test_vmapjvpall_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.124s) 2022-08-17T12:52:30.7021020Z test_vmapjvpall_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.150s) 2022-08-17T12:52:30.8093185Z test_vmapjvpall_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.107s) 2022-08-17T12:52:30.9388364Z test_vmapjvpall_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-08-17T12:52:31.0789911Z test_vmapjvpall_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-08-17T12:52:31.1504884Z test_vmapjvpall_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:52:31.1554228Z test_vmapjvpall_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:52:31.1555193Z return self.op(*args, **kwargs) 2022-08-17T12:52:31.2758615Z ok (0.125s) 2022-08-17T12:52:31.4044279Z test_vmapjvpall_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-08-17T12:52:31.5580385Z test_vmapjvpall_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-08-17T12:52:31.6624502Z test_vmapjvpall_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-08-17T12:52:31.7840249Z test_vmapjvpall_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-08-17T12:52:31.9215457Z test_vmapjvpall_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.137s) 2022-08-17T12:52:32.0234702Z test_vmapjvpall_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-08-17T12:52:32.1389940Z test_vmapjvpall_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-08-17T12:52:32.2746431Z test_vmapjvpall_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-08-17T12:52:32.3208968Z test_vmapjvpall_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:52:32.4020255Z test_vmapjvpall_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-08-17T12:52:32.5247734Z test_vmapjvpall_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-08-17T12:52:32.5502533Z test_vmapjvpall_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:52:32.5756539Z test_vmapjvpall_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:52:32.5773617Z test_vmapjvpall_float_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:32.5792179Z test_vmapjvpall_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:33.3138722Z test_vmapjvpall_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.734s) 2022-08-17T12:52:33.3302958Z test_vmapjvpall_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:52:33.3320516Z test_vmapjvpall_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:33.9086370Z test_vmapjvpall_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.576s) 2022-08-17T12:52:34.4874372Z test_vmapjvpall_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.579s) 2022-08-17T12:52:35.0359115Z test_vmapjvpall_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.548s) 2022-08-17T12:52:35.0733474Z test_vmapjvpall_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:52:35.1146301Z test_vmapjvpall_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:52:35.1177292Z test_vmapjvpall_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:52:35.1860922Z test_vmapjvpall_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:52:35.1878038Z test_vmapjvpall_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:35.1895443Z test_vmapjvpall_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:35.5443338Z test_vmapjvpall_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.354s) 2022-08-17T12:52:35.5461026Z test_vmapjvpall_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:35.5478787Z test_vmapjvpall_half_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:35.5496146Z test_vmapjvpall_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:52:35.5607160Z test_vmapjvpall_has_batch_rule_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:52:35.5720465Z test_vmapjvpall_has_batch_rule_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:52:35.6650698Z test_vmapjvpall_has_batch_rule___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-08-17T12:52:35.8140385Z test_vmapjvpall_has_batch_rule___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.149s) 2022-08-17T12:52:35.9881715Z test_vmapjvpall_has_batch_rule___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.174s) 2022-08-17T12:52:36.2077245Z test_vmapjvpall_has_batch_rule___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.219s) 2022-08-17T12:52:36.5826383Z test_vmapjvpall_has_batch_rule___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.375s) 2022-08-17T12:52:36.7806372Z test_vmapjvpall_has_batch_rule___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.198s) 2022-08-17T12:52:36.9727954Z test_vmapjvpall_has_batch_rule___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.192s) 2022-08-17T12:52:37.2980530Z test_vmapjvpall_has_batch_rule___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.325s) 2022-08-17T12:52:37.4803551Z test_vmapjvpall_has_batch_rule___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.182s) 2022-08-17T12:52:38.1659292Z test_vmapjvpall_has_batch_rule__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.685s) 2022-08-17T12:52:38.8465233Z test_vmapjvpall_has_batch_rule__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.680s) 2022-08-17T12:52:38.8493993Z test_vmapjvpall_has_batch_rule__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:52:38.8525564Z test_vmapjvpall_has_batch_rule__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:52:38.9543187Z test_vmapjvpall_has_batch_rule__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.102s) 2022-08-17T12:52:39.0289875Z test_vmapjvpall_has_batch_rule__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-08-17T12:52:39.1575055Z test_vmapjvpall_has_batch_rule__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-08-17T12:52:39.5672401Z test_vmapjvpall_has_batch_rule__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.410s) 2022-08-17T12:52:40.2940030Z test_vmapjvpall_has_batch_rule__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.727s) 2022-08-17T12:52:40.2966878Z test_vmapjvpall_has_batch_rule__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:52:40.4036656Z test_vmapjvpall_has_batch_rule__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.107s) 2022-08-17T12:52:43.8133683Z test_vmapjvpall_has_batch_rule__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.409s) 2022-08-17T12:52:44.1182409Z test_vmapjvpall_has_batch_rule__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.305s) 2022-08-17T12:52:44.1729747Z test_vmapjvpall_has_batch_rule__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.055s) 2022-08-17T12:52:44.3025940Z test_vmapjvpall_has_batch_rule__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-08-17T12:52:44.4402485Z test_vmapjvpall_has_batch_rule__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.137s) 2022-08-17T12:52:47.0949982Z test_vmapjvpall_has_batch_rule__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.655s) 2022-08-17T12:52:47.6410181Z test_vmapjvpall_has_batch_rule__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.546s) 2022-08-17T12:52:50.1997945Z test_vmapjvpall_has_batch_rule__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.559s) 2022-08-17T12:52:50.2075833Z test_vmapjvpall_has_batch_rule_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:52:50.2257076Z test_vmapjvpall_has_batch_rule_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:52:50.2433413Z test_vmapjvpall_has_batch_rule_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:52:50.4598290Z test_vmapjvpall_has_batch_rule_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.216s) 2022-08-17T12:52:51.2853559Z test_vmapjvpall_has_batch_rule_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.825s) 2022-08-17T12:52:52.5620162Z test_vmapjvpall_has_batch_rule_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.277s) 2022-08-17T12:52:53.7641150Z test_vmapjvpall_has_batch_rule_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.202s) 2022-08-17T12:52:54.1386612Z test_vmapjvpall_has_batch_rule_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.374s) 2022-08-17T12:52:54.4903643Z test_vmapjvpall_has_batch_rule_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.352s) 2022-08-17T12:52:55.2168578Z test_vmapjvpall_has_batch_rule_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.726s) 2022-08-17T12:52:55.9830696Z test_vmapjvpall_has_batch_rule_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.766s) 2022-08-17T12:52:55.9858723Z test_vmapjvpall_has_batch_rule_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:52:55.9926332Z test_vmapjvpall_has_batch_rule_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.007s) 2022-08-17T12:52:56.1151779Z test_vmapjvpall_has_batch_rule_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-08-17T12:52:56.2377702Z test_vmapjvpall_has_batch_rule_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.122s) 2022-08-17T12:52:56.2414082Z test_vmapjvpall_has_batch_rule_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:52:56.2489321Z test_vmapjvpall_has_batch_rule_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:52:56.2521460Z test_vmapjvpall_has_batch_rule_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:52:56.2552958Z test_vmapjvpall_has_batch_rule_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:52:56.2583712Z test_vmapjvpall_has_batch_rule_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:52:56.2615240Z test_vmapjvpall_has_batch_rule_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:52:56.2673585Z test_vmapjvpall_has_batch_rule_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.006s) 2022-08-17T12:52:56.2702787Z test_vmapjvpall_has_batch_rule_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:52:56.2815526Z test_vmapjvpall_has_batch_rule_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:52:56.2913358Z test_vmapjvpall_has_batch_rule_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T12:52:56.3000181Z test_vmapjvpall_has_batch_rule_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:52:56.3085912Z test_vmapjvpall_has_batch_rule_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:52:56.5344690Z test_vmapjvpall_has_batch_rule_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.226s) 2022-08-17T12:52:56.5429592Z test_vmapjvpall_has_batch_rule_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:52:56.5518388Z test_vmapjvpall_has_batch_rule_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:52:58.6966892Z test_vmapjvpall_has_batch_rule_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.145s) 2022-08-17T12:53:00.8733065Z test_vmapjvpall_has_batch_rule_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.176s) 2022-08-17T12:53:03.1168297Z test_vmapjvpall_has_batch_rule_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.243s) 2022-08-17T12:53:03.8728093Z test_vmapjvpall_has_batch_rule_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.756s) 2022-08-17T12:53:03.8752755Z test_vmapjvpall_has_batch_rule_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:53:03.8785288Z test_vmapjvpall_has_batch_rule_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:03.8816685Z test_vmapjvpall_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:04.2812896Z test_vmapjvpall_has_batch_rule_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.399s) 2022-08-17T12:53:04.3115903Z test_vmapjvpall_has_batch_rule_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:53:04.3147198Z test_vmapjvpall_has_batch_rule_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:04.3178754Z test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:04.3210618Z test_vmapjvpall_has_batch_rule_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:04.8133719Z test_vmapjvpall_has_batch_rule_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.492s) 2022-08-17T12:53:04.8449995Z test_vmapjvpall_has_batch_rule_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:53:04.8548609Z test_vmapjvpall_has_batch_rule_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-08-17T12:53:04.8580095Z test_vmapjvpall_has_batch_rule_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:04.8611648Z test_vmapjvpall_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:05.0277151Z test_vmapjvpall_has_batch_rule_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.166s) 2022-08-17T12:53:05.1692253Z test_vmapjvpall_has_batch_rule_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-08-17T12:53:05.2176863Z test_vmapjvpall_has_batch_rule_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.048s) 2022-08-17T12:53:05.2251444Z test_vmapjvpall_has_batch_rule_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:53:05.2282806Z test_vmapjvpall_has_batch_rule_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:05.2314187Z test_vmapjvpall_has_batch_rule_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:05.2345579Z test_vmapjvpall_has_batch_rule_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:05.2389809Z test_vmapjvpall_has_batch_rule_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:53:05.3264391Z test_vmapjvpall_has_batch_rule_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:53:05.6610730Z test_vmapjvpall_has_batch_rule_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.334s) 2022-08-17T12:53:05.6823820Z test_vmapjvpall_has_batch_rule_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:53:05.9350275Z test_vmapjvpall_has_batch_rule_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.252s) 2022-08-17T12:53:06.1263542Z test_vmapjvpall_has_batch_rule_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-08-17T12:53:06.3179825Z test_vmapjvpall_has_batch_rule_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-08-17T12:53:06.3294868Z test_vmapjvpall_has_batch_rule_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:53:06.3950182Z test_vmapjvpall_has_batch_rule_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T12:53:06.5962349Z test_vmapjvpall_has_batch_rule_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.201s) 2022-08-17T12:53:06.6053948Z test_vmapjvpall_has_batch_rule_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:53:06.6191493Z test_vmapjvpall_has_batch_rule_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:53:06.6258600Z test_vmapjvpall_has_batch_rule_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-08-17T12:53:06.8630573Z test_vmapjvpall_has_batch_rule_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.237s) 2022-08-17T12:53:06.8743007Z test_vmapjvpall_has_batch_rule_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T12:53:06.8834889Z test_vmapjvpall_has_batch_rule_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:53:06.9418060Z test_vmapjvpall_has_batch_rule_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:53:06.9585941Z test_vmapjvpall_has_batch_rule_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:53:06.9750065Z test_vmapjvpall_has_batch_rule_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:53:06.9781684Z test_vmapjvpall_has_batch_rule_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:07.5328791Z test_vmapjvpall_has_batch_rule_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.554s) 2022-08-17T12:53:07.5438739Z test_vmapjvpall_has_batch_rule_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:53:07.5620514Z test_vmapjvpall_has_batch_rule_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:53:07.5799232Z test_vmapjvpall_has_batch_rule_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:53:07.6129544Z test_vmapjvpall_has_batch_rule_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.033s) 2022-08-17T12:53:07.6341998Z test_vmapjvpall_has_batch_rule_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:53:07.8433360Z test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.209s) 2022-08-17T12:53:07.8596513Z test_vmapjvpall_has_batch_rule_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:53:07.9392051Z test_vmapjvpall_has_batch_rule_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T12:53:08.0157559Z test_vmapjvpall_has_batch_rule_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T12:53:08.0440872Z test_vmapjvpall_has_batch_rule_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:53:08.1101946Z test_vmapjvpall_has_batch_rule_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:53:08.4314676Z test_vmapjvpall_has_batch_rule_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.321s) 2022-08-17T12:53:12.4238932Z test_vmapjvpall_has_batch_rule_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.992s) 2022-08-17T12:53:12.4404117Z test_vmapjvpall_has_batch_rule_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:53:13.8118157Z test_vmapjvpall_has_batch_rule_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.371s) 2022-08-17T12:53:14.0023231Z test_vmapjvpall_has_batch_rule_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.190s) 2022-08-17T12:53:14.1984067Z test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.196s) 2022-08-17T12:53:14.3948277Z test_vmapjvpall_has_batch_rule_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.196s) 2022-08-17T12:53:14.4234979Z test_vmapjvpall_has_batch_rule_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:53:14.4582613Z test_vmapjvpall_has_batch_rule_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.035s) 2022-08-17T12:53:14.4794014Z test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:53:14.4937836Z test_vmapjvpall_has_batch_rule_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:53:14.7057813Z test_vmapjvpall_has_batch_rule_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.212s) 2022-08-17T12:53:14.7093263Z test_vmapjvpall_has_batch_rule_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:53:14.9463491Z test_vmapjvpall_has_batch_rule_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.237s) 2022-08-17T12:53:14.9496067Z test_vmapjvpall_has_batch_rule_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:14.9537499Z test_vmapjvpall_has_batch_rule_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:53:14.9569325Z test_vmapjvpall_has_batch_rule_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:14.9600946Z test_vmapjvpall_has_batch_rule_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:14.9687625Z test_vmapjvpall_has_batch_rule_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:53:14.9865810Z test_vmapjvpall_has_batch_rule_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:53:14.9951344Z test_vmapjvpall_has_batch_rule_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:53:15.0106861Z test_vmapjvpall_has_batch_rule_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:53:15.0258502Z test_vmapjvpall_has_batch_rule_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:53:15.0772610Z test_vmapjvpall_has_batch_rule_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:53:15.1193526Z test_vmapjvpall_has_batch_rule_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:53:15.1276083Z test_vmapjvpall_has_batch_rule_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:53:15.1669792Z test_vmapjvpall_has_batch_rule_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:53:15.2097701Z test_vmapjvpall_has_batch_rule_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:53:15.2581783Z test_vmapjvpall_has_batch_rule_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:53:15.2852237Z test_vmapjvpall_has_batch_rule_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:53:15.3315448Z test_vmapjvpall_has_batch_rule_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:53:15.3797380Z test_vmapjvpall_has_batch_rule_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:53:15.4387050Z test_vmapjvpall_has_batch_rule_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:53:15.4794258Z test_vmapjvpall_has_batch_rule_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:53:15.5262887Z test_vmapjvpall_has_batch_rule_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:53:15.5784116Z test_vmapjvpall_has_batch_rule_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:53:15.6051200Z test_vmapjvpall_has_batch_rule_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:53:15.6178377Z test_vmapjvpall_has_batch_rule_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:53:15.6617328Z test_vmapjvpall_has_batch_rule_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:53:15.6746297Z test_vmapjvpall_has_batch_rule_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:53:15.7172258Z test_vmapjvpall_has_batch_rule_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:53:15.7650242Z test_vmapjvpall_has_batch_rule_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:53:15.8176917Z test_vmapjvpall_has_batch_rule_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:53:15.8544073Z test_vmapjvpall_has_batch_rule_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:53:15.8961919Z test_vmapjvpall_has_batch_rule_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:53:15.9438282Z test_vmapjvpall_has_batch_rule_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:53:15.9640604Z test_vmapjvpall_has_batch_rule_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:53:15.9920574Z test_vmapjvpall_has_batch_rule_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:53:16.0366497Z test_vmapjvpall_has_batch_rule_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:53:16.0484581Z test_vmapjvpall_has_batch_rule_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:53:16.0601475Z test_vmapjvpall_has_batch_rule_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:53:16.0632915Z test_vmapjvpall_has_batch_rule_float_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:16.0664666Z test_vmapjvpall_has_batch_rule_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:16.3850076Z test_vmapjvpall_has_batch_rule_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.318s) 2022-08-17T12:53:16.3929146Z test_vmapjvpall_has_batch_rule_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:53:16.3961347Z test_vmapjvpall_has_batch_rule_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:16.6117858Z test_vmapjvpall_has_batch_rule_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.215s) 2022-08-17T12:53:16.8268223Z test_vmapjvpall_has_batch_rule_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.215s) 2022-08-17T12:53:17.0259211Z test_vmapjvpall_has_batch_rule_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.199s) 2022-08-17T12:53:17.0410877Z test_vmapjvpall_has_batch_rule_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:53:17.0581010Z test_vmapjvpall_has_batch_rule_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:53:17.0622838Z test_vmapjvpall_has_batch_rule_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:53:17.0897499Z test_vmapjvpall_has_batch_rule_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:53:17.0929444Z test_vmapjvpall_has_batch_rule_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:17.0960854Z test_vmapjvpall_has_batch_rule_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:17.2588218Z test_vmapjvpall_has_batch_rule_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-08-17T12:53:17.2620683Z test_vmapjvpall_has_batch_rule_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:17.2652507Z test_vmapjvpall_has_batch_rule_half_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:17.2684316Z test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:17.2716132Z test_vmapjvpall_has_batch_rule_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:17.2840000Z test_vmapjvpall_has_batch_rule_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.012s) 2022-08-17T12:53:17.2984525Z test_vmapjvpall_has_batch_rule_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:53:17.4899700Z test_vmapjvpall_has_batch_rule_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-08-17T12:53:17.6975488Z test_vmapjvpall_has_batch_rule_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.207s) 2022-08-17T12:53:17.7092917Z test_vmapjvpall_has_batch_rule_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:53:17.7122725Z test_vmapjvpall_has_batch_rule_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:17.7155040Z test_vmapjvpall_has_batch_rule_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:17.9068016Z test_vmapjvpall_has_batch_rule_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-08-17T12:53:17.9724685Z test_vmapjvpall_has_batch_rule_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:53:17.9810033Z test_vmapjvpall_has_batch_rule_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:53:18.0943394Z test_vmapjvpall_has_batch_rule_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-08-17T12:53:18.3066489Z test_vmapjvpall_has_batch_rule_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.212s) 2022-08-17T12:53:18.3095219Z test_vmapjvpall_has_batch_rule_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.3263850Z test_vmapjvpall_has_batch_rule_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:53:18.3791345Z test_vmapjvpall_has_batch_rule_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:53:18.3819994Z test_vmapjvpall_has_batch_rule_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.3851438Z test_vmapjvpall_has_batch_rule_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4415723Z test_vmapjvpall_has_batch_rule_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:53:18.4447596Z test_vmapjvpall_has_batch_rule_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4479221Z test_vmapjvpall_has_batch_rule_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4510795Z test_vmapjvpall_has_batch_rule_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4539017Z test_vmapjvpall_has_batch_rule_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4568479Z test_vmapjvpall_has_batch_rule_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4599723Z test_vmapjvpall_has_batch_rule_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4631276Z test_vmapjvpall_has_batch_rule_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4662878Z test_vmapjvpall_has_batch_rule_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4772335Z test_vmapjvpall_has_batch_rule_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:53:18.4804487Z test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4835640Z test_vmapjvpall_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4867848Z test_vmapjvpall_has_batch_rule_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4899238Z test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.4930622Z test_vmapjvpall_has_batch_rule_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:18.5214416Z test_vmapjvpall_has_batch_rule_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:53:18.5736294Z test_vmapjvpall_has_batch_rule_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:53:18.7997688Z test_vmapjvpall_has_batch_rule_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.226s) 2022-08-17T12:53:18.8029865Z test_vmapjvpall_has_batch_rule_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:19.6841287Z test_vmapjvpall_has_batch_rule_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.881s) 2022-08-17T12:53:19.7007451Z test_vmapjvpall_has_batch_rule_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:53:19.8182962Z test_vmapjvpall_has_batch_rule_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-08-17T12:53:19.9266760Z test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-08-17T12:53:19.9807801Z test_vmapjvpall_has_batch_rule_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:53:19.9902528Z test_vmapjvpall_has_batch_rule_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:53:20.0022845Z test_vmapjvpall_has_batch_rule_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:53:20.0177283Z test_vmapjvpall_has_batch_rule_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-08-17T12:53:20.0894807Z test_vmapjvpall_has_batch_rule_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:53:20.1059221Z test_vmapjvpall_has_batch_rule_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-08-17T12:53:20.1723785Z test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:53:20.3222399Z test_vmapjvpall_has_batch_rule_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.150s) 2022-08-17T12:53:20.3819298Z test_vmapjvpall_has_batch_rule_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:53:20.4386472Z test_vmapjvpall_has_batch_rule_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:53:20.4417429Z test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:20.4448813Z test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:20.4480731Z test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:20.4717851Z test_vmapjvpall_has_batch_rule_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.024s) 2022-08-17T12:53:20.5006760Z test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.029s) 2022-08-17T12:53:20.5092733Z test_vmapjvpall_has_batch_rule_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:53:20.5227108Z test_vmapjvpall_has_batch_rule_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:53:20.5336710Z test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:53:20.5439721Z test_vmapjvpall_has_batch_rule_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T12:53:21.2555598Z test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.711s) 2022-08-17T12:53:21.4019755Z test_vmapjvpall_has_batch_rule_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-08-17T12:53:21.4051638Z test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:21.4083104Z test_vmapjvpall_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:25.0825329Z test_vmapjvpall_has_batch_rule_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.674s) 2022-08-17T12:53:25.2436832Z test_vmapjvpall_has_batch_rule_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-08-17T12:53:25.3912079Z test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-08-17T12:53:25.4011888Z test_vmapjvpall_has_batch_rule_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T12:53:25.4110754Z test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T12:53:25.4143087Z 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-08-17T12:53:25.7068170Z test_vmapjvpall_has_batch_rule_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.292s) 2022-08-17T12:53:25.7195071Z test_vmapjvpall_has_batch_rule_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:53:25.7325683Z test_vmapjvpall_has_batch_rule_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:53:25.7442871Z test_vmapjvpall_has_batch_rule_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:53:29.0198722Z test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.275s) 2022-08-17T12:53:31.8991806Z test_vmapjvpall_has_batch_rule_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.879s) 2022-08-17T12:53:32.3049421Z test_vmapjvpall_has_batch_rule_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.406s) 2022-08-17T12:53:32.3274246Z test_vmapjvpall_has_batch_rule_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:53:32.3412812Z test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:53:32.4363535Z test_vmapjvpall_has_batch_rule_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-08-17T12:53:32.4465142Z test_vmapjvpall_has_batch_rule_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T12:53:33.5470484Z test_vmapjvpall_has_batch_rule_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.100s) 2022-08-17T12:53:33.5502872Z test_vmapjvpall_has_batch_rule_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:33.5676832Z test_vmapjvpall_has_batch_rule_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:53:33.5763143Z test_vmapjvpall_has_batch_rule_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:53:33.5932611Z test_vmapjvpall_has_batch_rule_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:53:33.6089707Z test_vmapjvpall_has_batch_rule_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:53:33.6504499Z test_vmapjvpall_has_batch_rule_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:53:33.6953360Z test_vmapjvpall_has_batch_rule_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:53:33.7282320Z test_vmapjvpall_has_batch_rule_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:53:33.7577188Z test_vmapjvpall_has_batch_rule_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:53:33.7618592Z test_vmapjvpall_has_batch_rule_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:53:33.7765522Z test_vmapjvpall_has_batch_rule_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:53:33.7794599Z test_vmapjvpall_has_batch_rule_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:33.7822975Z test_vmapjvpall_has_batch_rule_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:33.7853396Z test_vmapjvpall_has_batch_rule_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:33.7885191Z test_vmapjvpall_has_batch_rule_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:33.8174049Z test_vmapjvpall_has_batch_rule_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:53:33.8206872Z test_vmapjvpall_has_batch_rule_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:33.9229313Z test_vmapjvpall_has_batch_rule_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-08-17T12:53:33.9260513Z test_vmapjvpall_has_batch_rule_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:33.9290378Z test_vmapjvpall_has_batch_rule_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:33.9322542Z test_vmapjvpall_has_batch_rule_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:33.9465196Z test_vmapjvpall_has_batch_rule_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:53:33.9586355Z test_vmapjvpall_has_batch_rule_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:53:33.9679930Z test_vmapjvpall_has_batch_rule_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:53:33.9968842Z test_vmapjvpall_has_batch_rule_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:53:34.0244545Z test_vmapjvpall_has_batch_rule_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T12:53:34.0390661Z test_vmapjvpall_has_batch_rule_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:53:34.0678648Z test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:53:34.0773704Z test_vmapjvpall_has_batch_rule_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:53:34.1241397Z test_vmapjvpall_has_batch_rule_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:53:34.4930442Z test_vmapjvpall_has_batch_rule_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.369s) 2022-08-17T12:53:34.5372614Z test_vmapjvpall_has_batch_rule_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:53:34.7802788Z test_vmapjvpall_has_batch_rule_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.243s) 2022-08-17T12:53:34.7961024Z test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:53:34.8189471Z test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:53:35.0558516Z test_vmapjvpall_has_batch_rule_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.237s) 2022-08-17T12:53:35.1496381Z test_vmapjvpall_has_batch_rule_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-08-17T12:53:35.2210763Z test_vmapjvpall_has_batch_rule_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:53:36.5184494Z test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.297s) 2022-08-17T12:53:37.8173084Z test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.299s) 2022-08-17T12:53:38.0558720Z test_vmapjvpall_has_batch_rule_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.238s) 2022-08-17T12:53:38.0713377Z test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:53:38.0944963Z test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:53:38.3339149Z test_vmapjvpall_has_batch_rule_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.239s) 2022-08-17T12:53:38.3633543Z test_vmapjvpall_has_batch_rule_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:53:38.4111332Z test_vmapjvpall_has_batch_rule_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:53:38.4234429Z test_vmapjvpall_has_batch_rule_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T12:53:38.4381504Z test_vmapjvpall_has_batch_rule_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:53:38.6326426Z test_vmapjvpall_has_batch_rule_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.194s) 2022-08-17T12:53:38.6365402Z test_vmapjvpall_has_batch_rule_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:53:38.6653754Z test_vmapjvpall_has_batch_rule_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:53:38.7312676Z test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:53:38.7972236Z test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:53:38.8640944Z test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:53:38.8825840Z test_vmapjvpall_has_batch_rule_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:53:38.8940168Z test_vmapjvpall_has_batch_rule_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:53:38.9660376Z test_vmapjvpall_has_batch_rule_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:53:38.9806976Z test_vmapjvpall_has_batch_rule_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:53:38.9910140Z test_vmapjvpall_has_batch_rule_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T12:53:39.0162611Z test_vmapjvpall_has_batch_rule_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:53:39.0193791Z test_vmapjvpall_has_batch_rule_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:39.0226134Z test_vmapjvpall_has_batch_rule_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:39.0307632Z test_vmapjvpall_has_batch_rule_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:53:39.0349824Z test_vmapjvpall_has_batch_rule_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:53:39.0395611Z test_vmapjvpall_has_batch_rule_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:53:39.0437614Z test_vmapjvpall_has_batch_rule_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:53:39.0479057Z test_vmapjvpall_has_batch_rule_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:53:39.0511701Z test_vmapjvpall_has_batch_rule_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:39.0857886Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T12:53:39.1399237Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T12:53:39.2042852Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:53:39.2531513Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T12:53:39.3881763Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-08-17T12:53:39.5045905Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-08-17T12:53:39.5564332Z test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T12:53:39.5960208Z test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:53:39.6414017Z test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:53:41.8511448Z test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (2.209s) 2022-08-17T12:53:43.9460536Z test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (2.095s) 2022-08-17T12:53:43.9627961Z test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-08-17T12:53:44.2791041Z test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.316s) 2022-08-17T12:53:45.8304561Z test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.551s) 2022-08-17T12:53:45.8461599Z test_vmapjvpall_has_batch_rule_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:53:46.8789695Z test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.033s) 2022-08-17T12:53:50.6817511Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.803s) 2022-08-17T12:53:50.7214675Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:53:50.9065826Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-08-17T12:53:51.0844308Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.178s) 2022-08-17T12:53:51.1291741Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:53:51.1723733Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:53:51.3517243Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-08-17T12:53:51.5333303Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.181s) 2022-08-17T12:53:51.6992480Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.166s) 2022-08-17T12:53:51.8697852Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.170s) 2022-08-17T12:53:52.0341677Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-08-17T12:53:53.1267498Z test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.092s) 2022-08-17T12:53:54.2666980Z test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.140s) 2022-08-17T12:53:55.4845194Z test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.218s) 2022-08-17T12:53:57.1385938Z test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.654s) 2022-08-17T12:53:57.6762451Z test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.537s) 2022-08-17T12:53:58.1492812Z test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.473s) 2022-08-17T12:53:58.1522759Z test_vmapjvpall_has_batch_rule_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:58.1550863Z test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:53:58.1578748Z test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:53:58.1607116Z test_vmapjvpall_has_batch_rule_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:53:58.1771861Z test_vmapjvpall_has_batch_rule_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:53:58.1804035Z test_vmapjvpall_has_batch_rule_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:53:58.1831744Z test_vmapjvpall_has_batch_rule_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:53:58.2198298Z test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:53:58.2222381Z test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:53:58.2248807Z test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:53:58.2364037Z test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:53:58.2487785Z test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T12:53:58.2580269Z test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:53:58.3001874Z test_vmapjvpall_has_batch_rule_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:53:58.3171290Z test_vmapjvpall_has_batch_rule_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-08-17T12:53:58.3264614Z test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.009s) 2022-08-17T12:53:58.3911053Z test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:53:58.4205989Z test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:53:58.4365008Z test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:53:58.4587777Z test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:53:58.4905031Z test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:53:58.8693654Z test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.379s) 2022-08-17T12:53:58.8787803Z test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:53:58.9383624Z test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:53:59.0055847Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:53:59.0725701Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:53:59.1372017Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:53:59.2025618Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T12:53:59.2671451Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:53:59.3331379Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T12:53:59.6744246Z test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.341s) 2022-08-17T12:53:59.8282155Z test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.154s) 2022-08-17T12:54:00.5873647Z test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.759s) 2022-08-17T12:54:00.6322973Z test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:54:01.7982850Z test_vmapjvpall_has_batch_rule_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.166s) 2022-08-17T12:54:01.9185077Z test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-08-17T12:54:01.9477226Z test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:54:05.1786847Z test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.231s) 2022-08-17T12:54:05.1813553Z test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:54:13.1111078Z test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.929s) 2022-08-17T12:54:13.1198475Z test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:54:13.1226470Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:54:13.1319418Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:54:13.1349510Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:54:13.1440034Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:54:13.1468098Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:54:13.1597871Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:54:13.1800268Z test_vmapjvpall_has_batch_rule_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:54:13.3949621Z test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.215s) 2022-08-17T12:54:13.7248040Z test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.330s) 2022-08-17T12:54:13.7277134Z test_vmapjvpall_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:13.7308142Z test_vmapjvpall_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:14.0912475Z test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.360s) 2022-08-17T12:54:14.5065243Z test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.415s) 2022-08-17T12:54:14.5784021Z test_vmapjvpall_has_batch_rule_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:54:14.6373040Z test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:54:14.8733490Z test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.236s) 2022-08-17T12:54:14.9354381Z test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:54:14.9960434Z test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T12:54:15.1997139Z test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.204s) 2022-08-17T12:54:15.2028988Z test_vmapjvpall_has_batch_rule_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:15.2158809Z test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:54:15.2289362Z test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:54:17.9187957Z test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.690s) 2022-08-17T12:54:18.2361879Z test_vmapjvpall_has_batch_rule_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.317s) 2022-08-17T12:54:18.2519497Z test_vmapjvpall_has_batch_rule_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:54:18.2726656Z test_vmapjvpall_has_batch_rule_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:54:18.2750885Z test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:54:18.2909430Z test_vmapjvpall_has_batch_rule_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:54:18.3096415Z test_vmapjvpall_has_batch_rule_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:54:18.3187263Z test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:54:18.3273871Z test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:54:18.3704811Z test_vmapjvpall_has_batch_rule_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:54:18.4166915Z test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T12:54:18.4327540Z test_vmapjvpall_has_batch_rule_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:54:18.4579034Z test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:54:18.4794304Z test_vmapjvpall_has_batch_rule_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:54:18.4958197Z test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:54:18.5180021Z test_vmapjvpall_has_batch_rule_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T12:54:19.8997819Z test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.382s) 2022-08-17T12:54:21.3866461Z test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.487s) 2022-08-17T12:54:22.6556160Z test_vmapjvpall_has_batch_rule_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.269s) 2022-08-17T12:54:22.6789091Z test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:54:22.7427488Z test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T12:54:22.7459102Z test_vmapjvpall_has_batch_rule_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:23.0000788Z test_vmapjvpall_has_batch_rule_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.254s) 2022-08-17T12:54:23.0205276Z test_vmapjvpall_has_batch_rule_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:54:23.0539989Z test_vmapjvpall_has_batch_rule_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:54:23.0895554Z test_vmapjvpall_has_batch_rule_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:54:23.0935856Z test_vmapjvpall_has_batch_rule_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:54:23.0970469Z test_vmapjvpall_has_batch_rule_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:23.1007762Z test_vmapjvpall_has_batch_rule_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:54:23.1053167Z 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-08-17T12:54:23.5741588Z test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.469s) 2022-08-17T12:54:23.6058159Z test_vmapjvpall_has_batch_rule_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.032s) 2022-08-17T12:54:23.6319548Z test_vmapjvpall_has_batch_rule_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:54:23.6344195Z test_vmapjvpall_has_batch_rule_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.002s) 2022-08-17T12:54:23.6540354Z test_vmapjvpall_has_batch_rule_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:54:23.6682298Z test_vmapjvpall_has_batch_rule_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:54:23.6788690Z test_vmapjvpall_has_batch_rule_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:54:23.7265702Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:54:23.7742817Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:54:23.8220753Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:54:23.8698163Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:54:23.9173580Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:54:23.9306216Z test_vmapjvpall_has_batch_rule_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:54:24.2163580Z test_vmapjvpall_has_batch_rule_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.286s) 2022-08-17T12:54:24.2275856Z test_vmapjvpall_has_batch_rule_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:54:24.2360320Z test_vmapjvpall_has_batch_rule_put_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-08-17T12:54:24.5316313Z test_vmapjvpall_has_batch_rule_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.295s) 2022-08-17T12:54:24.5454731Z test_vmapjvpall_has_batch_rule_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T12:54:24.5612101Z test_vmapjvpall_has_batch_rule_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:54:24.5653238Z test_vmapjvpall_has_batch_rule_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:54:24.5693851Z test_vmapjvpall_has_batch_rule_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:54:24.5731150Z test_vmapjvpall_has_batch_rule_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:54:24.5888317Z test_vmapjvpall_has_batch_rule_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:54:24.6022370Z test_vmapjvpall_has_batch_rule_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:54:24.6180500Z test_vmapjvpall_has_batch_rule_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:54:24.8188018Z test_vmapjvpall_has_batch_rule_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.201s) 2022-08-17T12:54:24.8220600Z test_vmapjvpall_has_batch_rule_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:24.9905562Z test_vmapjvpall_has_batch_rule_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.168s) 2022-08-17T12:54:25.0185332Z test_vmapjvpall_has_batch_rule_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T12:54:25.0895947Z test_vmapjvpall_has_batch_rule_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:54:25.1381352Z test_vmapjvpall_has_batch_rule_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:54:25.1413426Z test_vmapjvpall_has_batch_rule_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:25.1442340Z test_vmapjvpall_has_batch_rule_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:25.1545838Z test_vmapjvpall_has_batch_rule_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:54:25.1649270Z test_vmapjvpall_has_batch_rule_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T12:54:25.2352846Z test_vmapjvpall_has_batch_rule_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:54:25.3990672Z test_vmapjvpall_has_batch_rule_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-08-17T12:54:25.4068842Z test_vmapjvpall_has_batch_rule_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:54:25.4222430Z test_vmapjvpall_has_batch_rule_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:54:25.4374546Z test_vmapjvpall_has_batch_rule_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:54:25.4530378Z test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:54:25.4695624Z test_vmapjvpall_has_batch_rule_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:54:25.6944638Z test_vmapjvpall_has_batch_rule_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.225s) 2022-08-17T12:54:25.8469215Z test_vmapjvpall_has_batch_rule_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-08-17T12:54:25.8801211Z test_vmapjvpall_has_batch_rule_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.033s) 2022-08-17T12:54:25.8832820Z test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:25.8864497Z test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:25.8894020Z test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:25.8926389Z test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:25.8955052Z test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:25.9159567Z test_vmapjvpall_has_batch_rule_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.020s) 2022-08-17T12:54:25.9191735Z test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:25.9223773Z test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:25.9462529Z test_vmapjvpall_has_batch_rule_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:54:26.0698376Z test_vmapjvpall_has_batch_rule_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-08-17T12:54:26.0780129Z test_vmapjvpall_has_batch_rule_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:54:26.0810896Z test_vmapjvpall_has_batch_rule_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.0839846Z test_vmapjvpall_has_batch_rule_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.0994152Z test_vmapjvpall_has_batch_rule_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:54:26.1071295Z test_vmapjvpall_has_batch_rule_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:54:26.1099935Z test_vmapjvpall_has_batch_rule_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.1180203Z test_vmapjvpall_has_batch_rule_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:54:26.1388874Z test_vmapjvpall_has_batch_rule_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-08-17T12:54:26.1465140Z test_vmapjvpall_has_batch_rule_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:54:26.3681252Z test_vmapjvpall_has_batch_rule_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.221s) 2022-08-17T12:54:26.4080151Z test_vmapjvpall_has_batch_rule_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:54:26.4508841Z test_vmapjvpall_has_batch_rule_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:54:26.6234127Z test_vmapjvpall_has_batch_rule_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.172s) 2022-08-17T12:54:26.6291281Z test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.006s) 2022-08-17T12:54:26.6323611Z test_vmapjvpall_has_batch_rule_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.6355706Z test_vmapjvpall_has_batch_rule_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.6387748Z test_vmapjvpall_has_batch_rule_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.6419420Z test_vmapjvpall_has_batch_rule_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.6448757Z test_vmapjvpall_has_batch_rule_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.6481093Z test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.6512742Z test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.6537305Z 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-08-17T12:54:26.6563882Z test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T12:54:26.6691945Z test_vmapjvpall_has_batch_rule_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:54:26.6862462Z test_vmapjvpall_has_batch_rule_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:54:26.6894227Z test_vmapjvpall_has_batch_rule_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.6926693Z test_vmapjvpall_has_batch_rule_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.7053509Z test_vmapjvpall_has_batch_rule_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:54:26.7204882Z test_vmapjvpall_has_batch_rule_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:54:26.7364705Z test_vmapjvpall_has_batch_rule_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:54:26.7396740Z test_vmapjvpall_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.7421229Z 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-08-17T12:54:26.7504737Z test_vmapjvpall_has_batch_rule_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-08-17T12:54:26.7533641Z test_vmapjvpall_has_batch_rule_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.7565646Z test_vmapjvpall_has_batch_rule_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.7596240Z test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.7628392Z test_vmapjvpall_has_batch_rule_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.7831670Z test_vmapjvpall_has_batch_rule_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T12:54:26.8002711Z test_vmapjvpall_has_batch_rule_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:54:26.8486113Z test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:54:26.8518033Z test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.8546769Z test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:26.8576623Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T12:54:26.8603061Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T12:54:26.8629535Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T12:54:26.8657553Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T12:54:26.8686704Z test_vmapjvpall_has_batch_rule_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:27.0818468Z test_vmapjvpall_has_batch_rule_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.213s) 2022-08-17T12:54:27.0850877Z test_vmapjvpall_has_batch_rule_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:27.0980115Z test_vmapjvpall_has_batch_rule_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T12:54:27.1168408Z test_vmapjvpall_has_batch_rule_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T12:54:27.1411152Z test_vmapjvpall_has_batch_rule_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T12:54:27.1487951Z test_vmapjvpall_has_batch_rule_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:54:27.1657755Z test_vmapjvpall_has_batch_rule_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T12:54:27.1970281Z test_vmapjvpall_has_batch_rule_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T12:54:27.6714853Z test_vmapjvpall_has_batch_rule_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.474s) 2022-08-17T12:54:27.7194601Z test_vmapjvpall_has_batch_rule_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:54:27.7705188Z test_vmapjvpall_has_batch_rule_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:54:27.7932174Z test_vmapjvpall_has_batch_rule_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.023s) 2022-08-17T12:54:28.0089628Z test_vmapjvpall_has_batch_rule_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.216s) 2022-08-17T12:54:28.1005674Z test_vmapjvpall_has_batch_rule_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-08-17T12:54:28.1301723Z test_vmapjvpall_has_batch_rule_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:54:31.0973719Z test_vmapjvpall_has_batch_rule_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.967s) 2022-08-17T12:54:31.1001846Z test_vmapjvpall_has_batch_rule_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T12:54:31.1034959Z test_vmapjvpall_has_batch_rule_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:31.1180950Z test_vmapjvpall_has_batch_rule_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:54:31.1474648Z test_vmapjvpall_has_batch_rule_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:54:31.1562959Z test_vmapjvpall_has_batch_rule_take_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:54:31.1644639Z test_vmapjvpall_has_batch_rule_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:54:31.1721945Z test_vmapjvpall_has_batch_rule_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:54:31.1800784Z test_vmapjvpall_has_batch_rule_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-08-17T12:54:31.2431791Z test_vmapjvpall_has_batch_rule_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:54:31.4680787Z test_vmapjvpall_has_batch_rule_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.225s) 2022-08-17T12:54:31.4717403Z test_vmapjvpall_has_batch_rule_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:54:31.5416259Z test_vmapjvpall_has_batch_rule_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:54:31.5502820Z test_vmapjvpall_has_batch_rule_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T12:54:31.5857620Z test_vmapjvpall_has_batch_rule_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:54:31.7962952Z test_vmapjvpall_has_batch_rule_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.210s) 2022-08-17T12:54:32.0064599Z test_vmapjvpall_has_batch_rule_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.210s) 2022-08-17T12:54:32.3070488Z test_vmapjvpall_has_batch_rule_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.300s) 2022-08-17T12:54:32.3320829Z test_vmapjvpall_has_batch_rule_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:54:32.3573196Z test_vmapjvpall_has_batch_rule_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T12:54:32.5532949Z test_vmapjvpall_has_batch_rule_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.196s) 2022-08-17T12:54:32.5611161Z test_vmapjvpall_has_batch_rule_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T12:54:32.6006126Z test_vmapjvpall_has_batch_rule_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:54:32.6450289Z test_vmapjvpall_has_batch_rule_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:54:32.7413187Z test_vmapjvpall_has_batch_rule_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T12:54:32.7445940Z test_vmapjvpall_has_batch_rule_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:54:32.7800973Z test_vmapjvpall_has_batch_rule_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.035s) 2022-08-17T12:54:32.8192014Z test_vmapjvpall_has_batch_rule_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:54:32.8622674Z test_vmapjvpall_has_batch_rule_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:54:32.9093557Z test_vmapjvpall_has_batch_rule_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:54:32.9183456Z test_vmapjvpall_has_batch_rule_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T12:54:32.9350740Z test_vmapjvpall_has_batch_rule_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-08-17T12:54:32.9861598Z test_vmapjvpall_has_batch_rule_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T12:54:33.0177589Z test_vmapjvpall_has_batch_rule_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:54:33.0314991Z test_vmapjvpall_has_batch_rule_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:54:33.2273147Z test_vmapjvpall_has_batch_rule_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.196s) 2022-08-17T12:54:33.3275616Z test_vmapjvpall_has_batch_rule_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-08-17T12:54:33.5451873Z test_vmapjvpall_has_batch_rule_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.217s) 2022-08-17T12:54:33.5630370Z test_vmapjvpall_has_batch_rule_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T12:54:33.5669670Z test_vmapjvpall_has_batch_rule_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:54:33.5687376Z test_vmapjvpall_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:33.5797991Z test_vmapjvpall_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.011s) 2022-08-17T12:54:33.6325467Z test_vmapjvpall_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:54:34.1521007Z test_vmapjvpall_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.519s) 2022-08-17T12:54:34.7141648Z test_vmapjvpall_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.562s) 2022-08-17T12:54:37.5983554Z test_vmapjvpall_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.884s) 2022-08-17T12:54:37.6000382Z test_vmapjvpall_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:37.6016532Z test_vmapjvpall_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:38.1591549Z test_vmapjvpall_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.557s) 2022-08-17T12:54:38.3379114Z test_vmapjvpall_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-08-17T12:54:38.3851408Z test_vmapjvpall_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:54:38.6783827Z test_vmapjvpall_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.293s) 2022-08-17T12:54:39.2213013Z test_vmapjvpall_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.543s) 2022-08-17T12:54:39.2230036Z test_vmapjvpall_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.2665731Z test_vmapjvpall_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T12:54:39.4049912Z test_vmapjvpall_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-08-17T12:54:39.4068464Z test_vmapjvpall_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.4085928Z test_vmapjvpall_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.5357974Z test_vmapjvpall_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.127s) 2022-08-17T12:54:39.5376416Z test_vmapjvpall_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.5394003Z test_vmapjvpall_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.5411465Z test_vmapjvpall_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.5429164Z test_vmapjvpall_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.5446530Z test_vmapjvpall_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.5464133Z test_vmapjvpall_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.5481588Z test_vmapjvpall_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.5499047Z test_vmapjvpall_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.5566729Z test_vmapjvpall_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:54:39.5568327Z return self.op(*args, **kwargs) 2022-08-17T12:54:39.8876532Z ok (0.337s) 2022-08-17T12:54:39.8893227Z test_vmapjvpall_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.8909172Z test_vmapjvpall_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.8935104Z test_vmapjvpall_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.8940904Z test_vmapjvpall_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:54:39.8957165Z test_vmapjvpall_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:39.9642002Z test_vmapjvpall_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:54:40.1091269Z test_vmapjvpall_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-08-17T12:54:40.7038694Z test_vmapjvpall_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.595s) 2022-08-17T12:54:40.7055196Z test_vmapjvpall_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:43.0692390Z test_vmapjvpall_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.363s) 2022-08-17T12:54:44.6236173Z test_vmapjvpall_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.554s) 2022-08-17T12:54:44.8942644Z test_vmapjvpall_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.270s) 2022-08-17T12:54:45.1557087Z test_vmapjvpall_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.261s) 2022-08-17T12:54:45.2595373Z test_vmapjvpall_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-08-17T12:54:45.4666991Z test_vmapjvpall_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.207s) 2022-08-17T12:54:45.6188446Z test_vmapjvpall_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-08-17T12:54:45.6262287Z test_vmapjvpall_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_linalg_solve_ex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:54:45.6263560Z return self.op(*args, **kwargs) 2022-08-17T12:54:45.8367783Z ok (0.218s) 2022-08-17T12:54:46.0228273Z test_vmapjvpall_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.186s) 2022-08-17T12:54:46.2316555Z test_vmapjvpall_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.209s) 2022-08-17T12:54:46.3720748Z test_vmapjvpall_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.140s) 2022-08-17T12:54:46.6255619Z test_vmapjvpall_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.253s) 2022-08-17T12:54:46.7577249Z test_vmapjvpall_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-08-17T12:54:46.8869149Z test_vmapjvpall_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-08-17T12:54:46.8886444Z test_vmapjvpall_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:46.8902197Z test_vmapjvpall_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:46.8918337Z test_vmapjvpall_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:54:46.9104099Z test_vmapjvpall_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.018s) 2022-08-17T12:54:46.9349418Z test_vmapjvpall_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:11084: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_pinv.atol_rtol_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:54:46.9350416Z op=lambda a, b, driver: torch.linalg.lstsq(a, b, driver=driver)[0], 2022-08-17T12:54:49.0734174Z ok (2.163s) 2022-08-17T12:54:50.2986465Z test_vmapjvpall_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.225s) 2022-08-17T12:54:51.2385620Z test_vmapjvpall_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.940s) 2022-08-17T12:54:52.0989591Z test_vmapjvpall_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.860s) 2022-08-17T12:55:00.5601069Z test_vmapjvpall_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.461s) 2022-08-17T12:55:02.0923286Z test_vmapjvpall_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.532s) 2022-08-17T12:55:02.4235659Z test_vmapjvpall_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.331s) 2022-08-17T12:55:02.4252284Z test_vmapjvpall_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:02.4268450Z test_vmapjvpall_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:10.4521366Z test_vmapjvpall_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.025s) 2022-08-17T12:55:10.8804797Z test_vmapjvpall_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.428s) 2022-08-17T12:55:11.2747733Z test_vmapjvpall_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.394s) 2022-08-17T12:55:11.9342232Z test_vmapjvpall_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.659s) 2022-08-17T12:55:12.1214099Z test_vmapjvpall_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.187s) 2022-08-17T12:55:12.1231268Z 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-08-17T12:55:12.9131505Z test_vmapjvpall_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.790s) 2022-08-17T12:55:13.1181335Z test_vmapjvpall_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.205s) 2022-08-17T12:55:14.3814478Z test_vmapjvpall_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.263s) 2022-08-17T12:55:15.6041824Z test_vmapjvpall_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.223s) 2022-08-17T12:55:23.7176001Z test_vmapjvpall_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.113s) 2022-08-17T12:55:29.7937760Z test_vmapjvpall_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.076s) 2022-08-17T12:55:30.6260121Z test_vmapjvpall_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.832s) 2022-08-17T12:55:30.6714244Z test_vmapjvpall_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:55:31.0746213Z test_vmapjvpall_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.403s) 2022-08-17T12:55:31.2873171Z test_vmapjvpall_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.213s) 2022-08-17T12:55:33.9101397Z test_vmapjvpall_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.623s) 2022-08-17T12:55:36.8265818Z test_vmapjvpall_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.916s) 2022-08-17T12:55:36.8282471Z test_vmapjvpall_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:36.8677759Z test_vmapjvpall_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:55:36.8836843Z test_vmapjvpall_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:55:36.9233326Z test_vmapjvpall_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:55:36.9616470Z test_vmapjvpall_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:55:37.0619732Z test_vmapjvpall_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-08-17T12:55:37.1653947Z test_vmapjvpall_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-08-17T12:55:37.2397771Z test_vmapjvpall_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T12:55:37.3111067Z test_vmapjvpall_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.071s) 2022-08-17T12:55:37.3135846Z test_vmapjvpall_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:37.4907412Z test_vmapjvpall_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.177s) 2022-08-17T12:55:37.4924926Z test_vmapjvpall_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:37.4940840Z test_vmapjvpall_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:37.4958559Z test_vmapjvpall_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:37.4975980Z test_vmapjvpall_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:37.5646397Z test_vmapjvpall_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:55:37.5663273Z test_vmapjvpall_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:37.8281537Z test_vmapjvpall_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.262s) 2022-08-17T12:55:37.8300053Z test_vmapjvpall_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:37.8317706Z test_vmapjvpall_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:37.8335211Z test_vmapjvpall_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:37.8402766Z test_vmapjvpall_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1658: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:55:37.8404248Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-08-17T12:55:38.8241292Z ok (0.990s) 2022-08-17T12:55:40.7719169Z test_vmapjvpall_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.948s) 2022-08-17T12:55:41.4519706Z test_vmapjvpall_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.680s) 2022-08-17T12:55:41.5334002Z test_vmapjvpall_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-08-17T12:55:41.6152530Z test_vmapjvpall_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T12:55:41.9491334Z test_vmapjvpall_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.334s) 2022-08-17T12:55:42.0211294Z test_vmapjvpall_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T12:55:42.3081335Z test_vmapjvpall_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.287s) 2022-08-17T12:55:42.4235946Z test_vmapjvpall_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-08-17T12:55:43.3668270Z test_vmapjvpall_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.943s) 2022-08-17T12:55:43.4511704Z test_vmapjvpall_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T12:55:44.0652334Z test_vmapjvpall_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.614s) 2022-08-17T12:55:44.0982407Z test_vmapjvpall_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:55:44.1567108Z test_vmapjvpall_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:55:44.7670013Z test_vmapjvpall_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.610s) 2022-08-17T12:55:45.0378332Z test_vmapjvpall_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.271s) 2022-08-17T12:55:45.2327527Z test_vmapjvpall_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.195s) 2022-08-17T12:55:50.9864999Z test_vmapjvpall_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.754s) 2022-08-17T12:55:56.7194164Z test_vmapjvpall_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.733s) 2022-08-17T12:55:57.3355636Z test_vmapjvpall_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.616s) 2022-08-17T12:55:57.3685411Z test_vmapjvpall_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T12:55:57.4273265Z test_vmapjvpall_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:55:58.0391797Z test_vmapjvpall_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.612s) 2022-08-17T12:55:58.1063535Z test_vmapjvpall_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:55:58.2220721Z test_vmapjvpall_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-08-17T12:55:58.2516099Z test_vmapjvpall_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T12:55:58.2840683Z test_vmapjvpall_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T12:55:58.8226824Z test_vmapjvpall_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.538s) 2022-08-17T12:55:58.8251750Z test_vmapjvpall_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:55:58.8929529Z test_vmapjvpall_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:55:59.0637507Z test_vmapjvpall_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-08-17T12:55:59.2364171Z test_vmapjvpall_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-08-17T12:55:59.4072158Z test_vmapjvpall_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.171s) 2022-08-17T12:55:59.4494111Z test_vmapjvpall_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T12:56:00.1245135Z test_vmapjvpall_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.675s) 2022-08-17T12:56:00.3234396Z test_vmapjvpall_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.199s) 2022-08-17T12:56:00.3306740Z test_vmapjvpall_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:56:00.3308027Z return self.op(*args, **kwargs) 2022-08-17T12:56:01.2234248Z expected failure (0.900s) 2022-08-17T12:56:01.7625161Z test_vmapjvpall_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.539s) 2022-08-17T12:56:01.8254855Z test_vmapjvpall_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T12:56:01.8271657Z test_vmapjvpall_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:56:01.8287356Z test_vmapjvpall_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:56:01.8446576Z test_vmapjvpall_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:56:01.8473833Z test_vmapjvpall_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:56:01.8506263Z test_vmapjvpall_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:56:01.8532544Z test_vmapjvpall_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:56:01.8559511Z test_vmapjvpall_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:56:01.8577049Z test_vmapjvpall_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:56:01.9447453Z test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T12:56:02.0892449Z test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-08-17T12:56:02.2641479Z test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.175s) 2022-08-17T12:56:02.3896532Z test_vmapjvpall_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.125s) 2022-08-17T12:56:02.7527775Z test_vmapjvpall_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.363s) 2022-08-17T12:56:03.0657603Z test_vmapjvpall_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.313s) 2022-08-17T12:56:03.1973295Z test_vmapjvpall_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-08-17T12:56:03.3007735Z test_vmapjvpall_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-08-17T12:56:03.4180255Z test_vmapjvpall_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-08-17T12:56:08.0808535Z test_vmapjvpall_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (4.663s) 2022-08-17T12:56:12.5344514Z test_vmapjvpall_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (4.453s) 2022-08-17T12:56:12.5489870Z test_vmapjvpall_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:56:12.5490763Z return self.op(*args, **kwargs) 2022-08-17T12:56:48.7249252Z ok (36.190s) 2022-08-17T12:56:49.5349276Z test_vmapjvpall_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.810s) 2022-08-17T12:56:52.8384695Z test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.303s) 2022-08-17T12:56:52.8773539Z test_vmapjvpall_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:56:55.2954996Z test_vmapjvpall_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.418s) 2022-08-17T12:57:04.1997776Z test_vmapjvpall_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (8.904s) 2022-08-17T12:57:04.2876009Z test_vmapjvpall_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.088s) 2022-08-17T12:57:04.6921939Z test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.404s) 2022-08-17T12:57:05.0858464Z test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.393s) 2022-08-17T12:57:05.1822127Z test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T12:57:05.2767164Z test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-08-17T12:57:05.6806421Z test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.404s) 2022-08-17T12:57:06.0880807Z test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.407s) 2022-08-17T12:57:06.4683940Z test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.380s) 2022-08-17T12:57:06.8509918Z test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.382s) 2022-08-17T12:57:07.2280422Z test_vmapjvpall_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.377s) 2022-08-17T12:57:09.7836542Z test_vmapjvpall_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.555s) 2022-08-17T12:57:12.4068749Z test_vmapjvpall_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.623s) 2022-08-17T12:57:15.2097154Z test_vmapjvpall_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.803s) 2022-08-17T12:57:18.6249848Z test_vmapjvpall_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.415s) 2022-08-17T12:57:19.7589753Z test_vmapjvpall_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.134s) 2022-08-17T12:57:20.8312550Z test_vmapjvpall_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.072s) 2022-08-17T12:57:20.8329398Z test_vmapjvpall_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:57:20.8341799Z test_vmapjvpall_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:57:20.8353629Z test_vmapjvpall_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:57:20.8365953Z test_vmapjvpall_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:57:20.8757341Z test_vmapjvpall_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:57:20.8774117Z test_vmapjvpall_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:57:20.8786065Z test_vmapjvpall_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:57:20.9693411Z test_vmapjvpall_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-08-17T12:57:20.9705666Z test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:57:20.9717855Z test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:57:20.9820373Z test_vmapjvpall_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T12:57:20.9933775Z test_vmapjvpall_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:57:21.0064342Z test_vmapjvpall_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T12:57:21.1227588Z test_vmapjvpall_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-08-17T12:57:21.1326376Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:57:21.1327235Z return torch._C._nn.glu(input, dim) 2022-08-17T12:57:21.8126476Z ok (0.690s) 2022-08-17T12:57:21.8206169Z test_vmapjvpall_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.008s) 2022-08-17T12:57:21.9517792Z test_vmapjvpall_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.131s) 2022-08-17T12:57:22.0335483Z test_vmapjvpall_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T12:57:22.0737278Z test_vmapjvpall_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:57:22.1329683Z test_vmapjvpall_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:57:22.2159964Z test_vmapjvpall_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T12:57:23.0975699Z test_vmapjvpall_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.881s) 2022-08-17T12:57:23.1014847Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:57:23.1016214Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-08-17T12:57:23.7650056Z ok (0.667s) 2022-08-17T12:57:23.8892947Z test_vmapjvpall_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.124s) 2022-08-17T12:57:24.0724627Z test_vmapjvpall_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.183s) 2022-08-17T12:57:24.2499094Z test_vmapjvpall_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.177s) 2022-08-17T12:57:24.4240650Z test_vmapjvpall_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.174s) 2022-08-17T12:57:24.5981359Z test_vmapjvpall_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.174s) 2022-08-17T12:57:24.7742751Z test_vmapjvpall_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.176s) 2022-08-17T12:57:24.9537215Z test_vmapjvpall_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-08-17T12:57:25.8157539Z test_vmapjvpall_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.862s) 2022-08-17T12:57:26.2210381Z test_vmapjvpall_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.405s) 2022-08-17T12:57:27.9814643Z test_vmapjvpall_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.760s) 2022-08-17T12:57:28.1096516Z test_vmapjvpall_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-08-17T12:57:30.9376276Z test_vmapjvpall_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.828s) 2022-08-17T12:57:31.2105944Z test_vmapjvpall_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.273s) 2022-08-17T12:57:31.2730491Z test_vmapjvpall_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T12:57:39.1805027Z test_vmapjvpall_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.907s) 2022-08-17T12:57:39.1816577Z test_vmapjvpall_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.2781521Z test_vmapjvpall_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (22.096s) 2022-08-17T12:58:01.2988588Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:58:01.2989579Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-08-17T12:58:10.7427613Z ok (9.464s) 2022-08-17T12:58:10.7439301Z test_vmapjvpall_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:58:11.0497234Z test_vmapjvpall_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.305s) 2022-08-17T12:58:11.0509528Z test_vmapjvpall_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:58:11.6053628Z test_vmapjvpall_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.554s) 2022-08-17T12:58:11.6066947Z test_vmapjvpall_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:58:11.8600042Z test_vmapjvpall_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.253s) 2022-08-17T12:58:11.9053014Z test_vmapjvpall_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:58:12.3751289Z test_vmapjvpall_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.470s) 2022-08-17T12:58:13.0893239Z test_vmapjvpall_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.714s) 2022-08-17T12:58:13.0909887Z test_vmapjvpall_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:13.0925635Z test_vmapjvpall_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:58:13.8078528Z test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.715s) 2022-08-17T12:58:14.7618015Z test_vmapjvpall_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.954s) 2022-08-17T12:58:14.9269668Z test_vmapjvpall_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.165s) 2022-08-17T12:58:15.0611577Z test_vmapjvpall_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.134s) 2022-08-17T12:58:15.7205850Z test_vmapjvpall_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.659s) 2022-08-17T12:58:15.8816111Z test_vmapjvpall_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-08-17T12:58:16.0401250Z test_vmapjvpall_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.158s) 2022-08-17T12:58:16.5493920Z test_vmapjvpall_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.509s) 2022-08-17T12:58:16.5510940Z test_vmapjvpall_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:16.5810572Z test_vmapjvpall_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:58:16.6111881Z test_vmapjvpall_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T12:58:22.9221115Z test_vmapjvpall_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.311s) 2022-08-17T12:58:23.7765296Z test_vmapjvpall_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.854s) 2022-08-17T12:58:23.8174692Z test_vmapjvpall_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:58:23.8733610Z test_vmapjvpall_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T12:58:23.8745193Z test_vmapjvpall_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:58:23.9147622Z test_vmapjvpall_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:58:23.9597122Z test_vmapjvpall_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T12:58:23.9640125Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T12:58:23.9641113Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-08-17T12:58:24.5601435Z ok (0.600s) 2022-08-17T12:58:24.5681036Z test_vmapjvpall_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-08-17T12:58:24.6712151Z test_vmapjvpall_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-08-17T12:58:24.7761467Z test_vmapjvpall_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-08-17T12:58:24.8152625Z test_vmapjvpall_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:58:24.8820988Z test_vmapjvpall_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:58:24.9304799Z test_vmapjvpall_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T12:58:24.9708499Z test_vmapjvpall_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:58:25.0287222Z test_vmapjvpall_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T12:58:28.0887286Z test_vmapjvpall_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.060s) 2022-08-17T12:58:31.3708189Z test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.282s) 2022-08-17T12:58:34.9201907Z test_vmapjvpall_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.549s) 2022-08-17T12:58:34.9796428Z test_vmapjvpall_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T12:58:35.1561056Z test_vmapjvpall_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.176s) 2022-08-17T12:58:35.1577968Z test_vmapjvpall_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:35.8327694Z test_vmapjvpall_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.675s) 2022-08-17T12:58:35.8825316Z test_vmapjvpall_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T12:58:35.9596121Z test_vmapjvpall_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T12:58:36.0329391Z test_vmapjvpall_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T12:58:36.0358150Z test_vmapjvpall_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:58:36.0377976Z test_vmapjvpall_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:36.0403451Z test_vmapjvpall_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:36.0437208Z test_vmapjvpall_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:58:37.4064421Z test_vmapjvpall_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.362s) 2022-08-17T12:58:37.4367027Z test_vmapjvpall_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.030s) 2022-08-17T12:58:37.5042752Z test_vmapjvpall_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T12:58:37.5056453Z test_vmapjvpall_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:58:37.5632004Z test_vmapjvpall_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T12:58:37.7766941Z test_vmapjvpall_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.213s) 2022-08-17T12:58:38.4758437Z test_vmapjvpall_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.699s) 2022-08-17T12:58:41.2201295Z test_vmapjvpall_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.744s) 2022-08-17T12:58:41.3590971Z test_vmapjvpall_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-08-17T12:58:41.4976201Z test_vmapjvpall_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-08-17T12:58:41.6365501Z test_vmapjvpall_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-08-17T12:58:41.7752333Z test_vmapjvpall_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-08-17T12:58:41.8109442Z test_vmapjvpall_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T12:58:42.5152581Z test_vmapjvpall_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.704s) 2022-08-17T12:58:42.5259569Z test_vmapjvpall_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T12:58:43.8957985Z test_vmapjvpall_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.370s) 2022-08-17T12:58:44.6823651Z test_vmapjvpall_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.786s) 2022-08-17T12:58:45.5652821Z test_vmapjvpall_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.883s) 2022-08-17T12:58:45.6059158Z test_vmapjvpall_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:58:45.6085770Z test_vmapjvpall_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:58:45.6114463Z test_vmapjvpall_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:58:45.6142419Z test_vmapjvpall_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-08-17T12:58:45.6554556Z test_vmapjvpall_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:58:45.6923559Z test_vmapjvpall_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T12:58:45.7330269Z test_vmapjvpall_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:58:46.2883623Z test_vmapjvpall_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.555s) 2022-08-17T12:58:46.2900231Z test_vmapjvpall_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:46.7613839Z test_vmapjvpall_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.471s) 2022-08-17T12:58:46.8317150Z test_vmapjvpall_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:58:47.0560033Z test_vmapjvpall_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.224s) 2022-08-17T12:58:47.2033251Z test_vmapjvpall_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-08-17T12:58:47.2049478Z test_vmapjvpall_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:47.2065618Z test_vmapjvpall_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:58:47.2326379Z test_vmapjvpall_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:58:47.2588748Z test_vmapjvpall_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T12:58:47.4525971Z test_vmapjvpall_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.193s) 2022-08-17T12:58:47.9359790Z test_vmapjvpall_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.483s) 2022-08-17T12:58:47.9515125Z test_vmapjvpall_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:58:47.9897297Z test_vmapjvpall_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:58:48.0283610Z test_vmapjvpall_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:58:48.0666711Z test_vmapjvpall_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:58:48.1065908Z test_vmapjvpall_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T12:58:48.7560848Z test_vmapjvpall_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.649s) 2022-08-17T12:58:49.1817111Z test_vmapjvpall_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.425s) 2022-08-17T12:58:49.2531588Z test_vmapjvpall_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.071s) 2022-08-17T12:58:49.2547758Z test_vmapjvpall_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:49.2563419Z test_vmapjvpall_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:58:49.2579075Z test_vmapjvpall_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:58:49.2594937Z test_vmapjvpall_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:58:49.2610599Z test_vmapjvpall_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:58:49.2803484Z test_vmapjvpall_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.019s) 2022-08-17T12:58:49.2819436Z test_vmapjvpall_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:49.2835433Z test_vmapjvpall_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:49.3516623Z test_vmapjvpall_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:58:49.6753773Z test_vmapjvpall_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.324s) 2022-08-17T12:58:49.6917722Z test_vmapjvpall_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:58:49.6933988Z test_vmapjvpall_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:49.6949761Z test_vmapjvpall_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:58:49.7330650Z test_vmapjvpall_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:58:49.7482907Z test_vmapjvpall_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:58:49.7498907Z test_vmapjvpall_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:49.7656640Z test_vmapjvpall_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:58:51.2846200Z test_vmapjvpall_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.519s) 2022-08-17T12:58:51.3008110Z test_vmapjvpall_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:58:51.8744197Z test_vmapjvpall_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.573s) 2022-08-17T12:58:51.9747451Z test_vmapjvpall_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-08-17T12:58:52.0763859Z test_vmapjvpall_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-08-17T12:58:52.5549839Z test_vmapjvpall_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.478s) 2022-08-17T12:58:52.5594726Z test_vmapjvpall_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-08-17T12:58:52.5610605Z test_vmapjvpall_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:52.5626690Z test_vmapjvpall_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:52.5642549Z test_vmapjvpall_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:58:52.5658284Z test_vmapjvpall_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:58:52.5674380Z test_vmapjvpall_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:52.5690141Z test_vmapjvpall_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:58:52.5706185Z test_vmapjvpall_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:52.5719117Z test_vmapjvpall_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:58:52.5731060Z test_vmapjvpall_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:58:53.9244548Z test_vmapjvpall_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.351s) 2022-08-17T12:58:57.5964938Z test_vmapjvpall_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.672s) 2022-08-17T12:58:57.5982498Z test_vmapjvpall_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:58:57.5999909Z test_vmapjvpall_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:59:00.4033124Z test_vmapjvpall_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.803s) 2022-08-17T12:59:00.4381880Z test_vmapjvpall_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:59:00.4737505Z test_vmapjvpall_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T12:59:00.4753779Z test_vmapjvpall_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:59:00.4766223Z test_vmapjvpall_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:59:00.5208662Z test_vmapjvpall_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:59:00.5224848Z test_vmapjvpall_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:59:00.5240714Z test_vmapjvpall_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:59:00.5256576Z test_vmapjvpall_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:59:00.5272340Z test_vmapjvpall_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:59:00.5743396Z test_vmapjvpall_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T12:59:02.1118963Z test_vmapjvpall_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.537s) 2022-08-17T12:59:02.2541556Z test_vmapjvpall_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-08-17T12:59:02.2557981Z test_vmapjvpall_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:59:02.2573467Z test_vmapjvpall_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-08-17T12:59:02.2586350Z test_vmapjvpall_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:59:02.2598307Z test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:59:02.2611655Z test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:59:02.2625792Z test_vmapjvpall_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T12:59:02.2643008Z test_vmapjvpall_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:59:02.8425861Z test_vmapjvpall_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.578s) 2022-08-17T12:59:02.8442006Z test_vmapjvpall_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:59:02.8848468Z test_vmapjvpall_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:59:02.9633176Z test_vmapjvpall_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T12:59:03.0653148Z test_vmapjvpall_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-08-17T12:59:03.0810917Z test_vmapjvpall_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:59:03.1217970Z test_vmapjvpall_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T12:59:03.2139095Z test_vmapjvpall_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-08-17T12:59:04.4765265Z test_vmapjvpall_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.262s) 2022-08-17T12:59:04.5950453Z test_vmapjvpall_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-08-17T12:59:04.7549493Z test_vmapjvpall_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.160s) 2022-08-17T12:59:04.7912939Z test_vmapjvpall_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.036s) 2022-08-17T12:59:05.4280934Z test_vmapjvpall_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.637s) 2022-08-17T12:59:05.6995791Z test_vmapjvpall_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.271s) 2022-08-17T12:59:05.7852603Z test_vmapjvpall_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-08-17T12:59:11.9473637Z test_vmapjvpall_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.162s) 2022-08-17T12:59:11.9485120Z test_vmapjvpall_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T12:59:11.9502527Z test_vmapjvpall_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:59:11.9895593Z test_vmapjvpall_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:59:12.0636221Z test_vmapjvpall_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T12:59:12.1921164Z test_vmapjvpall_take_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-08-17T12:59:12.2081100Z test_vmapjvpall_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:59:12.2234471Z test_vmapjvpall_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:59:12.2297228Z test_vmapjvpall_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.006s) 2022-08-17T12:59:12.3830200Z test_vmapjvpall_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-08-17T12:59:13.0073251Z test_vmapjvpall_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.624s) 2022-08-17T12:59:13.0093248Z test_vmapjvpall_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:59:13.2083651Z test_vmapjvpall_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.199s) 2022-08-17T12:59:13.2247949Z test_vmapjvpall_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T12:59:13.3304323Z test_vmapjvpall_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T12:59:13.8485858Z test_vmapjvpall_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.518s) 2022-08-17T12:59:14.3659725Z test_vmapjvpall_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.517s) 2022-08-17T12:59:15.2741871Z test_vmapjvpall_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.908s) 2022-08-17T12:59:15.3429765Z test_vmapjvpall_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T12:59:15.4108391Z test_vmapjvpall_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T12:59:15.9540008Z test_vmapjvpall_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.543s) 2022-08-17T12:59:15.9693475Z test_vmapjvpall_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:59:16.1755564Z test_vmapjvpall_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.206s) 2022-08-17T12:59:16.3043585Z test_vmapjvpall_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.129s) 2022-08-17T12:59:16.6035236Z test_vmapjvpall_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.299s) 2022-08-17T12:59:16.6051600Z test_vmapjvpall_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:59:16.6389176Z test_vmapjvpall_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.034s) 2022-08-17T12:59:16.7558749Z test_vmapjvpall_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-08-17T12:59:16.8664120Z test_vmapjvpall_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.110s) 2022-08-17T12:59:17.0166431Z test_vmapjvpall_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.150s) 2022-08-17T12:59:17.0869419Z test_vmapjvpall_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T12:59:17.1035164Z test_vmapjvpall_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-08-17T12:59:17.2665742Z test_vmapjvpall_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-08-17T12:59:17.3586858Z test_vmapjvpall_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.092s) 2022-08-17T12:59:17.4117187Z test_vmapjvpall_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T12:59:17.9386326Z test_vmapjvpall_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.527s) 2022-08-17T12:59:18.2319960Z test_vmapjvpall_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.293s) 2022-08-17T12:59:18.8105713Z test_vmapjvpall_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.578s) 2022-08-17T12:59:18.8542175Z test_vmapjvpall_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T12:59:18.8567265Z test_vmapjvpall_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Forward AD not supported. (0.002s) 2022-08-17T12:59:18.8795099Z test_vmapvjp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:59:18.9032243Z test_vmapvjp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T12:59:19.2019239Z test_vmapvjp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.298s) 2022-08-17T12:59:20.6524126Z test_vmapvjp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.450s) 2022-08-17T12:59:20.9219507Z test_vmapvjp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.269s) 2022-08-17T12:59:21.2506625Z test_vmapvjp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.329s) 2022-08-17T12:59:21.7632010Z test_vmapvjp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.512s) 2022-08-17T12:59:22.0604195Z test_vmapvjp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.297s) 2022-08-17T12:59:22.3589149Z test_vmapvjp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.298s) 2022-08-17T12:59:22.7120210Z test_vmapvjp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.353s) 2022-08-17T12:59:22.9863416Z test_vmapvjp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.274s) 2022-08-17T12:59:24.2186033Z test_vmapvjp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.232s) 2022-08-17T12:59:25.4545366Z test_vmapvjp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.236s) 2022-08-17T12:59:25.4561946Z test_vmapvjp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:59:25.4577792Z test_vmapvjp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:59:25.6796040Z test_vmapvjp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.222s) 2022-08-17T12:59:25.8605814Z test_vmapvjp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.181s) 2022-08-17T12:59:26.1220940Z test_vmapvjp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.261s) 2022-08-17T12:59:26.6446469Z test_vmapvjp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.522s) 2022-08-17T12:59:28.0071429Z test_vmapvjp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.362s) 2022-08-17T12:59:29.4147379Z test_vmapvjp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.407s) 2022-08-17T12:59:29.6786821Z test_vmapvjp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.264s) 2022-08-17T12:59:36.1637405Z test_vmapvjp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.485s) 2022-08-17T12:59:36.7756951Z test_vmapvjp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.612s) 2022-08-17T12:59:36.8862000Z test_vmapvjp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.110s) 2022-08-17T12:59:37.1503951Z test_vmapvjp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.264s) 2022-08-17T12:59:37.4278964Z test_vmapvjp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.277s) 2022-08-17T12:59:39.4428883Z test_vmapvjp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.015s) 2022-08-17T12:59:40.5514929Z test_vmapvjp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.108s) 2022-08-17T12:59:42.4488458Z test_vmapvjp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.897s) 2022-08-17T12:59:42.4632140Z test_vmapvjp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:59:42.5019210Z test_vmapvjp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T12:59:42.5396539Z test_vmapvjp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T12:59:42.8712197Z test_vmapvjp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.331s) 2022-08-17T12:59:43.4612092Z test_vmapvjp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.590s) 2022-08-17T12:59:44.5440010Z test_vmapvjp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.083s) 2022-08-17T12:59:45.5552126Z test_vmapvjp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.011s) 2022-08-17T12:59:45.8350599Z test_vmapvjp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.280s) 2022-08-17T12:59:46.1043289Z test_vmapvjp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.269s) 2022-08-17T12:59:46.6510800Z test_vmapvjp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.547s) 2022-08-17T12:59:47.0250975Z test_vmapvjp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.374s) 2022-08-17T12:59:47.0267345Z test_vmapvjp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:59:47.0283179Z test_vmapvjp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:59:47.2959712Z test_vmapvjp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.267s) 2022-08-17T12:59:47.5637868Z test_vmapvjp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.268s) 2022-08-17T12:59:47.5655267Z test_vmapvjp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:59:47.5792111Z test_vmapvjp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T12:59:47.5808089Z test_vmapvjp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:59:47.5824362Z test_vmapvjp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.001s) 2022-08-17T12:59:47.5840080Z test_vmapvjp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.001s) 2022-08-17T12:59:47.5855936Z test_vmapvjp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:59:47.5872035Z test_vmapvjp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T12:59:47.5887844Z test_vmapvjp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.001s) 2022-08-17T12:59:47.5935275Z test_vmapvjp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.005s) 2022-08-17T12:59:47.6096201Z test_vmapvjp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-08-17T12:59:47.6248469Z test_vmapvjp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:59:47.6397893Z test_vmapvjp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:59:47.9700469Z test_vmapvjp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.330s) 2022-08-17T12:59:47.9848526Z test_vmapvjp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:59:48.0001300Z test_vmapvjp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T12:59:54.5098670Z test_vmapvjp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.509s) 2022-08-17T13:00:01.1489079Z test_vmapvjp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.639s) 2022-08-17T13:00:08.0077627Z test_vmapvjp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (6.859s) 2022-08-17T13:00:08.5776885Z test_vmapvjp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.570s) 2022-08-17T13:00:08.5789399Z test_vmapvjp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:00:08.6465362Z test_vmapvjp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.067s) 2022-08-17T13:00:08.6949992Z test_vmapvjp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T13:00:08.9870620Z test_vmapvjp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.292s) 2022-08-17T13:00:09.0255699Z test_vmapvjp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T13:00:09.0272188Z test_vmapvjp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:09.0288182Z test_vmapvjp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:09.0304394Z test_vmapvjp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:10.6053658Z test_vmapvjp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.575s) 2022-08-17T13:00:10.6942688Z test_vmapvjp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-08-17T13:00:10.6959222Z test_vmapvjp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:10.6975041Z test_vmapvjp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.001s) 2022-08-17T13:00:10.6991250Z test_vmapvjp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:10.8488060Z test_vmapvjp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.149s) 2022-08-17T13:00:11.0594764Z test_vmapvjp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.211s) 2022-08-17T13:00:20.6692334Z test_vmapvjp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.610s) 2022-08-17T13:00:20.6828031Z test_vmapvjp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:00:20.7491455Z test_vmapvjp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.066s) 2022-08-17T13:00:20.7507609Z test_vmapvjp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:20.7523552Z test_vmapvjp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:20.9885035Z test_vmapvjp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.236s) 2022-08-17T13:00:21.1740660Z test_vmapvjp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-08-17T13:00:21.6284277Z test_vmapvjp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.454s) 2022-08-17T13:00:22.0572130Z test_vmapvjp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.429s) 2022-08-17T13:00:22.2755104Z test_vmapvjp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.218s) 2022-08-17T13:00:22.5765927Z test_vmapvjp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.301s) 2022-08-17T13:00:22.8785563Z test_vmapvjp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.302s) 2022-08-17T13:00:22.9029010Z test_vmapvjp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T13:00:22.9986803Z test_vmapvjp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T13:00:23.4302104Z test_vmapvjp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.431s) 2022-08-17T13:00:23.7208628Z test_vmapvjp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.291s) 2022-08-17T13:00:23.7512907Z test_vmapvjp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T13:00:23.7632662Z test_vmapvjp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T13:00:24.3941727Z test_vmapvjp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.631s) 2022-08-17T13:00:24.4165912Z test_vmapvjp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T13:00:24.7394243Z test_vmapvjp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.323s) 2022-08-17T13:00:24.8566032Z test_vmapvjp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-08-17T13:00:24.8935337Z test_vmapvjp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T13:00:24.9299757Z test_vmapvjp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:00:24.9316907Z test_vmapvjp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:25.9547202Z test_vmapvjp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.023s) 2022-08-17T13:00:26.0667934Z test_vmapvjp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.112s) 2022-08-17T13:00:26.1097298Z test_vmapvjp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T13:00:26.1527159Z test_vmapvjp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T13:00:26.3632504Z test_vmapvjp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.210s) 2022-08-17T13:00:26.4147277Z test_vmapvjp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T13:00:26.7593593Z test_vmapvjp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.344s) 2022-08-17T13:00:26.7955822Z test_vmapvjp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:00:26.9898807Z test_vmapvjp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.194s) 2022-08-17T13:00:27.1687008Z test_vmapvjp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-08-17T13:00:27.2337410Z test_vmapvjp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T13:00:27.4064631Z test_vmapvjp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-08-17T13:00:27.9130177Z test_vmapvjp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.506s) 2022-08-17T13:00:31.7393076Z test_vmapvjp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.826s) 2022-08-17T13:00:31.7761007Z test_vmapvjp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T13:00:34.0577884Z test_vmapvjp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.281s) 2022-08-17T13:00:34.3431183Z test_vmapvjp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.285s) 2022-08-17T13:00:34.6619985Z test_vmapvjp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.319s) 2022-08-17T13:00:34.9463929Z test_vmapvjp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-08-17T13:00:34.9822039Z test_vmapvjp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:00:35.0463974Z test_vmapvjp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.064s) 2022-08-17T13:00:35.0950453Z test_vmapvjp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T13:00:35.2467074Z test_vmapvjp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.151s) 2022-08-17T13:00:35.4082031Z test_vmapvjp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-08-17T13:00:35.4312185Z test_vmapvjp_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.023s) 2022-08-17T13:00:35.8125680Z test_vmapvjp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.381s) 2022-08-17T13:00:35.8143763Z test_vmapvjp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:35.8160602Z test_vmapvjp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:35.8177441Z test_vmapvjp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:35.8194611Z test_vmapvjp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:35.8357169Z test_vmapvjp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T13:00:35.8765225Z test_vmapvjp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T13:00:35.8928404Z test_vmapvjp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T13:00:35.9319171Z test_vmapvjp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T13:00:35.9701077Z test_vmapvjp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T13:00:36.0445082Z test_vmapvjp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T13:00:36.1631225Z test_vmapvjp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-08-17T13:00:36.1785700Z test_vmapvjp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T13:00:36.2737609Z test_vmapvjp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-08-17T13:00:36.3794694Z test_vmapvjp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T13:00:36.5030668Z test_vmapvjp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-08-17T13:00:36.5693609Z test_vmapvjp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T13:00:36.6867500Z test_vmapvjp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-08-17T13:00:36.8076782Z test_vmapvjp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-08-17T13:00:36.9539855Z test_vmapvjp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-08-17T13:00:37.0520639Z test_vmapvjp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-08-17T13:00:37.1685049Z test_vmapvjp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-08-17T13:00:37.2960838Z test_vmapvjp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.127s) 2022-08-17T13:00:37.3625003Z test_vmapvjp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T13:00:37.4853186Z test_vmapvjp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-08-17T13:00:37.6032693Z test_vmapvjp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-08-17T13:00:37.7493747Z test_vmapvjp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.146s) 2022-08-17T13:00:37.8524450Z test_vmapvjp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.103s) 2022-08-17T13:00:37.9690108Z test_vmapvjp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-08-17T13:00:38.1032534Z test_vmapvjp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.134s) 2022-08-17T13:00:38.1982547Z test_vmapvjp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-08-17T13:00:38.3048944Z test_vmapvjp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.107s) 2022-08-17T13:00:38.4288254Z test_vmapvjp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.124s) 2022-08-17T13:00:38.4687923Z test_vmapvjp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T13:00:38.5348379Z test_vmapvjp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T13:00:38.6456993Z test_vmapvjp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-08-17T13:00:38.6691084Z test_vmapvjp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T13:00:38.6922917Z test_vmapvjp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T13:00:38.7500993Z test_vmapvjp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.058s) 2022-08-17T13:00:38.7923400Z test_vmapvjp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T13:00:39.1982137Z test_vmapvjp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.406s) 2022-08-17T13:00:39.2118985Z test_vmapvjp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:00:39.2135857Z test_vmapvjp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:39.5268324Z test_vmapvjp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.313s) 2022-08-17T13:00:39.8391566Z test_vmapvjp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.312s) 2022-08-17T13:00:40.1392871Z test_vmapvjp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.300s) 2022-08-17T13:00:40.1722297Z test_vmapvjp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T13:00:40.2083084Z test_vmapvjp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:00:40.2100114Z test_vmapvjp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:40.3361213Z test_vmapvjp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-08-17T13:00:40.3378654Z test_vmapvjp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:40.3395303Z test_vmapvjp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:40.9417170Z test_vmapvjp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.602s) 2022-08-17T13:00:40.9434639Z test_vmapvjp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:00:41.0079987Z test_vmapvjp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.064s) 2022-08-17T13:00:41.0565537Z test_vmapvjp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T13:00:41.0684893Z test_vmapvjp_has_batch_rule_H_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T13:00:41.0807385Z test_vmapvjp_has_batch_rule_T_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T13:00:41.2234018Z test_vmapvjp_has_batch_rule___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.142s) 2022-08-17T13:00:41.8994246Z test_vmapvjp_has_batch_rule___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.676s) 2022-08-17T13:00:41.9971735Z test_vmapvjp_has_batch_rule___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-08-17T13:00:42.1233233Z test_vmapvjp_has_batch_rule___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-08-17T13:00:42.3227263Z test_vmapvjp_has_batch_rule___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.199s) 2022-08-17T13:00:42.4338863Z test_vmapvjp_has_batch_rule___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-08-17T13:00:42.5420590Z test_vmapvjp_has_batch_rule___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-08-17T13:00:42.6836750Z test_vmapvjp_has_batch_rule___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.141s) 2022-08-17T13:00:42.7838072Z test_vmapvjp_has_batch_rule___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-08-17T13:00:43.3403200Z test_vmapvjp_has_batch_rule__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.556s) 2022-08-17T13:00:43.8972999Z test_vmapvjp_has_batch_rule__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.557s) 2022-08-17T13:00:43.9011298Z test_vmapvjp_has_batch_rule__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:43.9048821Z test_vmapvjp_has_batch_rule__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:43.9161601Z test_vmapvjp_has_batch_rule__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T13:00:44.0015606Z test_vmapvjp_has_batch_rule__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-08-17T13:00:44.1180825Z test_vmapvjp_has_batch_rule__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-08-17T13:00:44.3294443Z test_vmapvjp_has_batch_rule__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.211s) 2022-08-17T13:00:44.9403445Z test_vmapvjp_has_batch_rule__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.611s) 2022-08-17T13:00:45.5940445Z test_vmapvjp_has_batch_rule__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.654s) 2022-08-17T13:00:45.7156104Z test_vmapvjp_has_batch_rule__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-08-17T13:00:48.5926484Z test_vmapvjp_has_batch_rule__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.877s) 2022-08-17T13:00:48.8860179Z test_vmapvjp_has_batch_rule__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.293s) 2022-08-17T13:00:48.9388587Z test_vmapvjp_has_batch_rule__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.053s) 2022-08-17T13:00:49.0568224Z test_vmapvjp_has_batch_rule__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-08-17T13:00:49.1834608Z test_vmapvjp_has_batch_rule__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.127s) 2022-08-17T13:00:50.2045128Z test_vmapvjp_has_batch_rule__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.021s) 2022-08-17T13:00:50.6885113Z test_vmapvjp_has_batch_rule__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.484s) 2022-08-17T13:00:51.6428982Z test_vmapvjp_has_batch_rule__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.954s) 2022-08-17T13:00:51.6566106Z test_vmapvjp_has_batch_rule_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:00:51.6908762Z test_vmapvjp_has_batch_rule_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T13:00:51.7235815Z test_vmapvjp_has_batch_rule_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T13:00:51.8408085Z test_vmapvjp_has_batch_rule_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-08-17T13:00:52.0578052Z test_vmapvjp_has_batch_rule_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.217s) 2022-08-17T13:00:52.4288958Z test_vmapvjp_has_batch_rule_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.371s) 2022-08-17T13:00:52.7565978Z test_vmapvjp_has_batch_rule_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.328s) 2022-08-17T13:00:52.8603282Z test_vmapvjp_has_batch_rule_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-08-17T13:00:52.9575169Z test_vmapvjp_has_batch_rule_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-08-17T13:00:53.1483847Z test_vmapvjp_has_batch_rule_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-08-17T13:00:53.2920952Z test_vmapvjp_has_batch_rule_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-08-17T13:00:53.2959582Z test_vmapvjp_has_batch_rule_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:53.2997016Z test_vmapvjp_has_batch_rule_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:53.4180265Z test_vmapvjp_has_batch_rule_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-08-17T13:00:53.5357833Z test_vmapvjp_has_batch_rule_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-08-17T13:00:53.5396677Z test_vmapvjp_has_batch_rule_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:53.5481932Z test_vmapvjp_has_batch_rule_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T13:00:53.5519681Z test_vmapvjp_has_batch_rule_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:53.5557187Z test_vmapvjp_has_batch_rule_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:53.5594635Z test_vmapvjp_has_batch_rule_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:53.5631951Z test_vmapvjp_has_batch_rule_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:53.5669337Z test_vmapvjp_has_batch_rule_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:53.5706959Z test_vmapvjp_has_batch_rule_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:53.5830341Z test_vmapvjp_has_batch_rule_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:00:53.5932164Z test_vmapvjp_has_batch_rule_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:00:53.6078090Z test_vmapvjp_has_batch_rule_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:00:53.6220892Z test_vmapvjp_has_batch_rule_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:00:53.8695236Z test_vmapvjp_has_batch_rule_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.247s) 2022-08-17T13:00:53.8838227Z test_vmapvjp_has_batch_rule_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:00:53.8988289Z test_vmapvjp_has_batch_rule_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T13:00:55.4925466Z test_vmapvjp_has_batch_rule_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.593s) 2022-08-17T13:00:57.1571689Z test_vmapvjp_has_batch_rule_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.664s) 2022-08-17T13:00:58.9018855Z test_vmapvjp_has_batch_rule_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.745s) 2022-08-17T13:00:59.1051326Z test_vmapvjp_has_batch_rule_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.203s) 2022-08-17T13:00:59.1084884Z test_vmapvjp_has_batch_rule_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T13:00:59.1462229Z test_vmapvjp_has_batch_rule_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.038s) 2022-08-17T13:00:59.1689704Z test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T13:00:59.2705915Z test_vmapvjp_has_batch_rule_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-08-17T13:00:59.2885103Z test_vmapvjp_has_batch_rule_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:00:59.2922514Z test_vmapvjp_has_batch_rule_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:59.2959733Z test_vmapvjp_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:59.2996835Z test_vmapvjp_has_batch_rule_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:59.7562507Z test_vmapvjp_has_batch_rule_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.456s) 2022-08-17T13:00:59.7954122Z test_vmapvjp_has_batch_rule_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T13:00:59.7996553Z test_vmapvjp_has_batch_rule_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:59.8033843Z test_vmapvjp_has_batch_rule_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:59.8071304Z test_vmapvjp_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:00:59.8629786Z test_vmapvjp_has_batch_rule_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T13:01:00.0058148Z test_vmapvjp_has_batch_rule_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.143s) 2022-08-17T13:01:03.7043205Z test_vmapvjp_has_batch_rule_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.698s) 2022-08-17T13:01:03.7135595Z test_vmapvjp_has_batch_rule_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T13:01:03.7534703Z test_vmapvjp_has_batch_rule_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.040s) 2022-08-17T13:01:03.7573540Z test_vmapvjp_has_batch_rule_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:03.7611901Z test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:03.8751375Z test_vmapvjp_has_batch_rule_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.114s) 2022-08-17T13:01:03.9688804Z test_vmapvjp_has_batch_rule_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-08-17T13:01:04.1594868Z test_vmapvjp_has_batch_rule_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.190s) 2022-08-17T13:01:04.3361422Z test_vmapvjp_has_batch_rule_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.176s) 2022-08-17T13:01:04.4986501Z test_vmapvjp_has_batch_rule_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-08-17T13:01:04.6174471Z test_vmapvjp_has_batch_rule_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-08-17T13:01:04.7358802Z test_vmapvjp_has_batch_rule_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-08-17T13:01:04.7488655Z test_vmapvjp_has_batch_rule_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T13:01:04.7850779Z test_vmapvjp_has_batch_rule_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:01:05.0118652Z test_vmapvjp_has_batch_rule_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.227s) 2022-08-17T13:01:05.0216594Z test_vmapvjp_has_batch_rule_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:05.0367549Z test_vmapvjp_has_batch_rule_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T13:01:05.0446576Z test_vmapvjp_has_batch_rule_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T13:01:05.3238485Z test_vmapvjp_has_batch_rule_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.279s) 2022-08-17T13:01:05.3358643Z test_vmapvjp_has_batch_rule_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-08-17T13:01:05.3456492Z test_vmapvjp_has_batch_rule_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:05.4114442Z test_vmapvjp_has_batch_rule_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T13:01:05.4302036Z test_vmapvjp_has_batch_rule_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:01:05.4483769Z test_vmapvjp_has_batch_rule_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:01:05.4522782Z test_vmapvjp_has_batch_rule_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:05.9795655Z test_vmapvjp_has_batch_rule_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.527s) 2022-08-17T13:01:05.9913656Z test_vmapvjp_has_batch_rule_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:01:06.0018441Z test_vmapvjp_has_batch_rule_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:06.0121943Z test_vmapvjp_has_batch_rule_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:06.0220558Z test_vmapvjp_has_batch_rule_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:06.0470893Z test_vmapvjp_has_batch_rule_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T13:01:06.1973781Z test_vmapvjp_has_batch_rule_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.150s) 2022-08-17T13:01:06.2154242Z test_vmapvjp_has_batch_rule_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:01:06.3005087Z test_vmapvjp_has_batch_rule_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-08-17T13:01:06.3769127Z test_vmapvjp_has_batch_rule_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T13:01:06.4082892Z test_vmapvjp_has_batch_rule_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T13:01:06.5472842Z test_vmapvjp_has_batch_rule_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.139s) 2022-08-17T13:01:06.7316904Z test_vmapvjp_has_batch_rule_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.184s) 2022-08-17T13:01:08.2630127Z test_vmapvjp_has_batch_rule_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.531s) 2022-08-17T13:01:08.3082294Z test_vmapvjp_has_batch_rule_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T13:01:09.2571505Z test_vmapvjp_has_batch_rule_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.949s) 2022-08-17T13:01:09.4568649Z test_vmapvjp_has_batch_rule_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.200s) 2022-08-17T13:01:09.6864244Z test_vmapvjp_has_batch_rule_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.229s) 2022-08-17T13:01:09.8851946Z test_vmapvjp_has_batch_rule_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.199s) 2022-08-17T13:01:09.9009068Z test_vmapvjp_has_batch_rule_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T13:01:09.9382319Z test_vmapvjp_has_batch_rule_double_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.037s) 2022-08-17T13:01:09.9606890Z test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T13:01:10.0294269Z test_vmapvjp_has_batch_rule_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T13:01:10.0834607Z test_vmapvjp_has_batch_rule_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T13:01:10.0961191Z test_vmapvjp_has_batch_rule_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T13:01:10.2645903Z test_vmapvjp_has_batch_rule_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.168s) 2022-08-17T13:01:10.2715885Z test_vmapvjp_has_batch_rule_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.007s) 2022-08-17T13:01:10.2787116Z test_vmapvjp_has_batch_rule_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.007s) 2022-08-17T13:01:10.2826651Z test_vmapvjp_has_batch_rule_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:10.2864822Z test_vmapvjp_has_batch_rule_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:10.3024537Z test_vmapvjp_has_batch_rule_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T13:01:10.3382304Z test_vmapvjp_has_batch_rule_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:01:10.3535286Z test_vmapvjp_has_batch_rule_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T13:01:10.3867898Z test_vmapvjp_has_batch_rule_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T13:01:10.4054129Z test_vmapvjp_has_batch_rule_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:01:10.4376804Z test_vmapvjp_has_batch_rule_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T13:01:10.4901407Z test_vmapvjp_has_batch_rule_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T13:01:10.5045129Z test_vmapvjp_has_batch_rule_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:01:10.5491652Z test_vmapvjp_has_batch_rule_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T13:01:10.5969208Z test_vmapvjp_has_batch_rule_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T13:01:10.6539910Z test_vmapvjp_has_batch_rule_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T13:01:10.6844190Z test_vmapvjp_has_batch_rule_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T13:01:10.7412637Z test_vmapvjp_has_batch_rule_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T13:01:10.7984663Z test_vmapvjp_has_batch_rule_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T13:01:10.8676690Z test_vmapvjp_has_batch_rule_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T13:01:10.9140096Z test_vmapvjp_has_batch_rule_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T13:01:10.9676258Z test_vmapvjp_has_batch_rule_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T13:01:11.0265028Z test_vmapvjp_has_batch_rule_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T13:01:11.0570715Z test_vmapvjp_has_batch_rule_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T13:01:11.0711490Z test_vmapvjp_has_batch_rule_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T13:01:11.1263190Z test_vmapvjp_has_batch_rule_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:01:11.1401251Z test_vmapvjp_has_batch_rule_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T13:01:11.1893160Z test_vmapvjp_has_batch_rule_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T13:01:11.2442779Z test_vmapvjp_has_batch_rule_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:01:11.3078226Z test_vmapvjp_has_batch_rule_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T13:01:11.3528915Z test_vmapvjp_has_batch_rule_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T13:01:11.4024272Z test_vmapvjp_has_batch_rule_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T13:01:11.4603341Z test_vmapvjp_has_batch_rule_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.058s) 2022-08-17T13:01:11.4803336Z test_vmapvjp_has_batch_rule_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T13:01:11.5101892Z test_vmapvjp_has_batch_rule_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T13:01:11.5619587Z test_vmapvjp_has_batch_rule_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T13:01:11.5755577Z test_vmapvjp_has_batch_rule_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T13:01:11.5889171Z test_vmapvjp_has_batch_rule_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T13:01:11.6242852Z test_vmapvjp_has_batch_rule_float_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.035s) 2022-08-17T13:01:11.6445953Z test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T13:01:11.8236980Z test_vmapvjp_has_batch_rule_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-08-17T13:01:11.8326445Z test_vmapvjp_has_batch_rule_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T13:01:11.8364513Z test_vmapvjp_has_batch_rule_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:11.9663571Z test_vmapvjp_has_batch_rule_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-08-17T13:01:12.0963697Z test_vmapvjp_has_batch_rule_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-08-17T13:01:12.2158466Z test_vmapvjp_has_batch_rule_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-08-17T13:01:12.2332683Z test_vmapvjp_has_batch_rule_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T13:01:12.2524216Z test_vmapvjp_has_batch_rule_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:01:12.2567022Z test_vmapvjp_has_batch_rule_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:12.3159322Z test_vmapvjp_has_batch_rule_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T13:01:12.3198021Z test_vmapvjp_has_batch_rule_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:12.3236143Z test_vmapvjp_has_batch_rule_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:12.6586340Z test_vmapvjp_has_batch_rule_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.335s) 2022-08-17T13:01:12.6627575Z test_vmapvjp_has_batch_rule_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:12.7019409Z test_vmapvjp_has_batch_rule_half_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.039s) 2022-08-17T13:01:12.7259912Z test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T13:01:12.7298577Z test_vmapvjp_has_batch_rule_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:12.7337066Z test_vmapvjp_has_batch_rule_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:12.8034195Z test_vmapvjp_has_batch_rule_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T13:01:12.8538658Z test_vmapvjp_has_batch_rule_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T13:01:12.9727419Z test_vmapvjp_has_batch_rule_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-08-17T13:01:13.0064009Z test_vmapvjp_has_batch_rule_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T13:01:13.0101896Z test_vmapvjp_has_batch_rule_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.0139954Z test_vmapvjp_has_batch_rule_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.2500695Z test_vmapvjp_has_batch_rule_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.236s) 2022-08-17T13:01:13.2605362Z test_vmapvjp_has_batch_rule_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:13.2701665Z test_vmapvjp_has_batch_rule_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:13.3076133Z test_vmapvjp_has_batch_rule_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.037s) 2022-08-17T13:01:13.5606865Z test_vmapvjp_has_batch_rule_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.253s) 2022-08-17T13:01:13.5706054Z test_vmapvjp_has_batch_rule_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:13.6100174Z test_vmapvjp_has_batch_rule_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T13:01:13.6425066Z test_vmapvjp_has_batch_rule_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T13:01:13.6464473Z test_vmapvjp_has_batch_rule_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.6501912Z test_vmapvjp_has_batch_rule_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7117688Z test_vmapvjp_has_batch_rule_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T13:01:13.7156044Z test_vmapvjp_has_batch_rule_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7193994Z test_vmapvjp_has_batch_rule_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7232185Z test_vmapvjp_has_batch_rule_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7270362Z test_vmapvjp_has_batch_rule_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7308362Z test_vmapvjp_has_batch_rule_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7346068Z test_vmapvjp_has_batch_rule_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7383731Z test_vmapvjp_has_batch_rule_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7421501Z test_vmapvjp_has_batch_rule_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7540709Z test_vmapvjp_has_batch_rule_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:01:13.7578817Z test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7616876Z test_vmapvjp_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7654436Z test_vmapvjp_has_batch_rule_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7692183Z test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7730223Z test_vmapvjp_has_batch_rule_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:13.7917582Z test_vmapvjp_has_batch_rule_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:01:13.8564647Z test_vmapvjp_has_batch_rule_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.065s) 2022-08-17T13:01:13.9877446Z test_vmapvjp_has_batch_rule_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.131s) 2022-08-17T13:01:13.9916094Z test_vmapvjp_has_batch_rule_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:14.2858060Z test_vmapvjp_has_batch_rule_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.294s) 2022-08-17T13:01:14.3187174Z test_vmapvjp_has_batch_rule_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T13:01:14.4428745Z test_vmapvjp_has_batch_rule_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.124s) 2022-08-17T13:01:14.5594556Z test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.116s) 2022-08-17T13:01:14.6066144Z test_vmapvjp_has_batch_rule_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T13:01:14.6167129Z test_vmapvjp_has_batch_rule_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:14.6200541Z test_vmapvjp_has_batch_rule_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T13:01:14.6329731Z test_vmapvjp_has_batch_rule_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T13:01:14.7839822Z test_vmapvjp_has_batch_rule_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.151s) 2022-08-17T13:01:14.7980931Z test_vmapvjp_has_batch_rule_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T13:01:14.8571038Z test_vmapvjp_has_batch_rule_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T13:01:14.8727261Z test_vmapvjp_has_batch_rule_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-08-17T13:01:14.9421349Z test_vmapvjp_has_batch_rule_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T13:01:15.0063433Z test_vmapvjp_has_batch_rule_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T13:01:15.0101055Z test_vmapvjp_has_batch_rule_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:15.0138721Z test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:15.0176371Z test_vmapvjp_has_batch_rule_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:15.0481909Z test_vmapvjp_has_batch_rule_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-08-17T13:01:15.0783278Z test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.030s) 2022-08-17T13:01:15.0881753Z test_vmapvjp_has_batch_rule_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:15.1000470Z test_vmapvjp_has_batch_rule_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:01:15.1106266Z test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:15.1215704Z test_vmapvjp_has_batch_rule_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T13:01:15.7700718Z test_vmapvjp_has_batch_rule_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.648s) 2022-08-17T13:01:16.1147561Z test_vmapvjp_has_batch_rule_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.345s) 2022-08-17T13:01:16.1185520Z test_vmapvjp_has_batch_rule_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:16.1222932Z test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:16.4922603Z test_vmapvjp_has_batch_rule_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.370s) 2022-08-17T13:01:16.6686977Z test_vmapvjp_has_batch_rule_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.176s) 2022-08-17T13:01:16.8303508Z test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-08-17T13:01:16.8424843Z test_vmapvjp_has_batch_rule_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:01:16.8533511Z test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T13:01:16.8571830Z 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.004s) 2022-08-17T13:01:17.4769943Z test_vmapvjp_has_batch_rule_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.620s) 2022-08-17T13:01:17.4894468Z test_vmapvjp_has_batch_rule_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:01:17.5033284Z test_vmapvjp_has_batch_rule_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T13:01:17.5157228Z test_vmapvjp_has_batch_rule_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:01:22.7958751Z test_vmapvjp_has_batch_rule_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.280s) 2022-08-17T13:01:26.6564076Z test_vmapvjp_has_batch_rule_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.860s) 2022-08-17T13:01:26.6597529Z test_vmapvjp_has_batch_rule_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T13:01:26.6842408Z test_vmapvjp_has_batch_rule_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T13:01:26.6984834Z test_vmapvjp_has_batch_rule_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T13:01:26.7085569Z test_vmapvjp_has_batch_rule_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:26.7191213Z test_vmapvjp_has_batch_rule_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:27.8774730Z test_vmapvjp_has_batch_rule_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.158s) 2022-08-17T13:01:27.8813320Z test_vmapvjp_has_batch_rule_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:27.9002997Z test_vmapvjp_has_batch_rule_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:01:27.9146038Z test_vmapvjp_has_batch_rule_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:01:27.9333719Z test_vmapvjp_has_batch_rule_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:01:27.9517497Z test_vmapvjp_has_batch_rule_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:01:28.0504290Z test_vmapvjp_has_batch_rule_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.098s) 2022-08-17T13:01:28.1606690Z test_vmapvjp_has_batch_rule_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.110s) 2022-08-17T13:01:28.1792726Z test_vmapvjp_has_batch_rule_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:01:28.1966722Z test_vmapvjp_has_batch_rule_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T13:01:28.2467308Z test_vmapvjp_has_batch_rule_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T13:01:28.2592965Z test_vmapvjp_has_batch_rule_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T13:01:28.2630993Z test_vmapvjp_has_batch_rule_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:28.2668460Z test_vmapvjp_has_batch_rule_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:28.2706103Z test_vmapvjp_has_batch_rule_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:28.2743404Z test_vmapvjp_has_batch_rule_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:28.3295836Z test_vmapvjp_has_batch_rule_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:01:28.3334433Z test_vmapvjp_has_batch_rule_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:28.5433684Z test_vmapvjp_has_batch_rule_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.210s) 2022-08-17T13:01:28.5472574Z test_vmapvjp_has_batch_rule_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:28.5510223Z test_vmapvjp_has_batch_rule_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:28.5548114Z test_vmapvjp_has_batch_rule_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:28.5664189Z test_vmapvjp_has_batch_rule_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T13:01:28.5785148Z test_vmapvjp_has_batch_rule_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:01:28.5883955Z test_vmapvjp_has_batch_rule_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:28.6435781Z test_vmapvjp_has_batch_rule_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:01:28.6739927Z test_vmapvjp_has_batch_rule_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T13:01:28.6952248Z test_vmapvjp_has_batch_rule_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.021s) 2022-08-17T13:01:28.7554280Z test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T13:01:28.7652367Z test_vmapvjp_has_batch_rule_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:28.7757353Z test_vmapvjp_has_batch_rule_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:29.1811106Z test_vmapvjp_has_batch_rule_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.405s) 2022-08-17T13:01:29.2664646Z test_vmapvjp_has_batch_rule_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-08-17T13:01:29.5228800Z test_vmapvjp_has_batch_rule_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.256s) 2022-08-17T13:01:29.5403037Z test_vmapvjp_has_batch_rule_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T13:01:29.5682016Z test_vmapvjp_has_batch_rule_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T13:01:29.7007719Z test_vmapvjp_has_batch_rule_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.132s) 2022-08-17T13:01:29.8089991Z test_vmapvjp_has_batch_rule_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-08-17T13:01:29.8931463Z test_vmapvjp_has_batch_rule_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T13:01:31.2161913Z test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.323s) 2022-08-17T13:01:32.5313799Z test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.315s) 2022-08-17T13:01:32.7884158Z test_vmapvjp_has_batch_rule_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.257s) 2022-08-17T13:01:32.8057190Z test_vmapvjp_has_batch_rule_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T13:01:32.8336751Z test_vmapvjp_has_batch_rule_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T13:01:32.9666407Z test_vmapvjp_has_batch_rule_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.133s) 2022-08-17T13:01:32.9846526Z test_vmapvjp_has_batch_rule_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:01:33.0400169Z test_vmapvjp_has_batch_rule_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:01:33.0663749Z test_vmapvjp_has_batch_rule_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T13:01:33.0829503Z test_vmapvjp_has_batch_rule_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T13:01:33.3000123Z test_vmapvjp_has_batch_rule_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.217s) 2022-08-17T13:01:33.3038925Z test_vmapvjp_has_batch_rule_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:33.3214577Z test_vmapvjp_has_batch_rule_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T13:01:33.4703721Z test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.149s) 2022-08-17T13:01:33.6199448Z test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.149s) 2022-08-17T13:01:33.7688872Z test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.149s) 2022-08-17T13:01:33.7888669Z test_vmapvjp_has_batch_rule_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T13:01:33.8016414Z test_vmapvjp_has_batch_rule_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T13:01:33.8865448Z test_vmapvjp_has_batch_rule_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-08-17T13:01:33.9017584Z test_vmapvjp_has_batch_rule_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-08-17T13:01:33.9123324Z test_vmapvjp_has_batch_rule_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:33.9426914Z test_vmapvjp_has_batch_rule_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T13:01:35.2313698Z test_vmapvjp_has_batch_rule_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.288s) 2022-08-17T13:01:35.2352186Z test_vmapvjp_has_batch_rule_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:35.2486145Z test_vmapvjp_has_batch_rule_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T13:01:35.2524668Z test_vmapvjp_has_batch_rule_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:35.2562422Z test_vmapvjp_has_batch_rule_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:35.2600019Z test_vmapvjp_has_batch_rule_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:35.2637448Z test_vmapvjp_has_batch_rule_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:35.2675129Z test_vmapvjp_has_batch_rule_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:01:35.3095308Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T13:01:35.3776876Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T13:01:35.4610648Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T13:01:35.5215650Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T13:01:35.6837351Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.162s) 2022-08-17T13:01:35.8257991Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-08-17T13:01:35.8893881Z test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.063s) 2022-08-17T13:01:35.9423455Z test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.053s) 2022-08-17T13:01:35.9986469Z test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.056s) 2022-08-17T13:01:37.4766259Z test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.478s) 2022-08-17T13:01:38.9363211Z test_vmapvjp_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.460s) 2022-08-17T13:01:38.9534253Z test_vmapvjp_has_batch_rule_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-08-17T13:01:39.1324151Z test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-08-17T13:01:39.8707358Z test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.738s) 2022-08-17T13:01:39.8893936Z test_vmapvjp_has_batch_rule_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:01:40.5268449Z test_vmapvjp_has_batch_rule_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.637s) 2022-08-17T13:01:42.6953327Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.168s) 2022-08-17T13:01:42.7190842Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T13:01:42.7734615Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T13:01:42.8253379Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T13:01:42.8502110Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T13:01:42.8757141Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T13:01:42.9251156Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T13:01:42.9734267Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T13:01:43.0227908Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T13:01:43.0719610Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T13:01:43.1178590Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T13:01:43.7670180Z test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.649s) 2022-08-17T13:01:44.4523142Z test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.685s) 2022-08-17T13:01:45.1714863Z test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.719s) 2022-08-17T13:01:45.6120717Z test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.440s) 2022-08-17T13:01:45.8769371Z test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.265s) 2022-08-17T13:01:46.2199906Z test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.343s) 2022-08-17T13:01:46.2293177Z test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T13:01:46.2327388Z test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T13:01:46.2360226Z test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T13:01:46.2394285Z test_vmapvjp_has_batch_rule_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T13:01:46.2580068Z test_vmapvjp_has_batch_rule_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:01:46.2690067Z test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T13:01:46.3097733Z test_vmapvjp_has_batch_rule_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T13:01:46.3911542Z test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-08-17T13:01:46.3945241Z test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T13:01:46.3978860Z test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T13:01:46.4098402Z test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:01:46.4227867Z test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T13:01:46.4328993Z test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:46.4774512Z test_vmapvjp_has_batch_rule_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T13:01:46.7273908Z test_vmapvjp_has_batch_rule_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.250s) 2022-08-17T13:01:47.1632252Z test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.436s) 2022-08-17T13:01:47.2723419Z test_vmapvjp_has_batch_rule_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.109s) 2022-08-17T13:01:47.3063694Z test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T13:01:47.3248469Z test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:01:47.3490380Z test_vmapvjp_has_batch_rule_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T13:01:47.3837435Z test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T13:01:47.6004988Z test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.217s) 2022-08-17T13:01:47.6107716Z test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:01:47.6717687Z test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T13:01:47.7617415Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-08-17T13:01:47.8432794Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-08-17T13:01:47.9235523Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-08-17T13:01:48.0035137Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-08-17T13:01:48.0828320Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T13:01:48.1658286Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T13:01:48.3557539Z test_vmapvjp_has_batch_rule_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.190s) 2022-08-17T13:01:48.4444917Z test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-08-17T13:01:48.7807235Z test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.336s) 2022-08-17T13:01:48.8303395Z test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T13:01:49.2188035Z test_vmapvjp_has_batch_rule_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.388s) 2022-08-17T13:01:49.3535812Z test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-08-17T13:01:49.3610884Z test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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-08-17T13:01:49.3612266Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T13:01:49.3711159Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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-08-17T13:01:49.3712146Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T13:01:49.3731823Z ok (0.020s) 2022-08-17T13:01:50.1231961Z test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.750s) 2022-08-17T13:01:56.0635965Z test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.940s) 2022-08-17T13:02:05.2494300Z test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.186s) 2022-08-17T13:02:05.2587553Z test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T13:02:05.2686516Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:05.2786222Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:05.2884362Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:05.2983890Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:05.3082305Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:05.3221558Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T13:02:05.3444386Z test_vmapvjp_has_batch_rule_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T13:02:05.4597117Z test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-08-17T13:02:05.6326524Z test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-08-17T13:02:05.6426461Z test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:05.6531377Z test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:05.7182635Z 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:294: 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-08-17T13:02:05.7184105Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T13:02:05.7513995Z ok (0.098s) 2022-08-17T13:02:06.6072942Z test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.855s) 2022-08-17T13:02:06.6882344Z test_vmapvjp_has_batch_rule_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-08-17T13:02:06.7749070Z test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T13:02:07.0589768Z test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-08-17T13:02:07.1362014Z test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-08-17T13:02:07.2119097Z test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.075s) 2022-08-17T13:02:07.3164885Z test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.104s) 2022-08-17T13:02:07.3273813Z test_vmapvjp_has_batch_rule_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T13:02:07.3413146Z test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:02:07.3552417Z test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:02:08.7903782Z test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.435s) 2022-08-17T13:02:09.0681022Z test_vmapvjp_has_batch_rule_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.278s) 2022-08-17T13:02:09.0859869Z test_vmapvjp_has_batch_rule_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:02:09.1092863Z test_vmapvjp_has_batch_rule_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T13:02:09.1132595Z test_vmapvjp_has_batch_rule_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-08-17T13:02:09.1309460Z test_vmapvjp_has_batch_rule_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:02:09.1511245Z test_vmapvjp_has_batch_rule_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T13:02:09.1609988Z test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:09.1704724Z test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T13:02:09.2087983Z test_vmapvjp_has_batch_rule_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T13:02:09.2508704Z test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T13:02:09.2687393Z test_vmapvjp_has_batch_rule_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:02:09.2958369Z test_vmapvjp_has_batch_rule_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T13:02:09.3193139Z test_vmapvjp_has_batch_rule_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T13:02:09.3391376Z test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-08-17T13:02:09.3646038Z test_vmapvjp_has_batch_rule_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T13:02:09.7000428Z test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.335s) 2022-08-17T13:02:10.0521418Z test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.352s) 2022-08-17T13:02:11.5930908Z test_vmapvjp_has_batch_rule_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.541s) 2022-08-17T13:02:11.6191000Z test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T13:02:11.6869992Z test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T13:02:11.6909100Z test_vmapvjp_has_batch_rule_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:11.9725745Z test_vmapvjp_has_batch_rule_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.281s) 2022-08-17T13:02:11.9959056Z test_vmapvjp_has_batch_rule_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T13:02:12.0279323Z test_vmapvjp_has_batch_rule_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T13:02:12.0565235Z test_vmapvjp_has_batch_rule_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T13:02:12.0599788Z test_vmapvjp_has_batch_rule_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T13:02:12.0634698Z test_vmapvjp_has_batch_rule_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-08-17T13:02:12.0673409Z test_vmapvjp_has_batch_rule_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:12.0711835Z test_vmapvjp_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:13.6460978Z test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.575s) 2022-08-17T13:02:13.6500486Z test_vmapvjp_has_batch_rule_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:13.6792239Z test_vmapvjp_has_batch_rule_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T13:02:13.6880299Z test_vmapvjp_has_batch_rule_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T13:02:13.7111532Z test_vmapvjp_has_batch_rule_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T13:02:13.7269536Z test_vmapvjp_has_batch_rule_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.016s) 2022-08-17T13:02:13.8523605Z test_vmapvjp_has_batch_rule_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.125s) 2022-08-17T13:02:13.9078947Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:02:13.9627306Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:02:14.0178890Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:02:14.0729277Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:02:14.1279910Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:02:14.1431267Z test_vmapvjp_has_batch_rule_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T13:02:14.2952167Z test_vmapvjp_has_batch_rule_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-08-17T13:02:14.3058182Z test_vmapvjp_has_batch_rule_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T13:02:14.3152035Z test_vmapvjp_has_batch_rule_put_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T13:02:14.9122382Z test_vmapvjp_has_batch_rule_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.597s) 2022-08-17T13:02:14.9278096Z test_vmapvjp_has_batch_rule_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.015s) 2022-08-17T13:02:14.9460458Z test_vmapvjp_has_batch_rule_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:02:14.9499583Z test_vmapvjp_has_batch_rule_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:14.9538870Z test_vmapvjp_has_batch_rule_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:14.9577362Z test_vmapvjp_has_batch_rule_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:14.9752298Z test_vmapvjp_has_batch_rule_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T13:02:14.9902610Z test_vmapvjp_has_batch_rule_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T13:02:15.0085768Z test_vmapvjp_has_batch_rule_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-08-17T13:02:15.1214417Z test_vmapvjp_has_batch_rule_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-08-17T13:02:15.1312279Z test_vmapvjp_has_batch_rule_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:15.2568616Z test_vmapvjp_has_batch_rule_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.125s) 2022-08-17T13:02:15.2893701Z test_vmapvjp_has_batch_rule_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T13:02:15.3277369Z test_vmapvjp_has_batch_rule_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T13:02:15.3830106Z test_vmapvjp_has_batch_rule_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:02:15.3869337Z test_vmapvjp_has_batch_rule_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:15.3907706Z test_vmapvjp_has_batch_rule_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:15.4021785Z test_vmapvjp_has_batch_rule_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T13:02:15.4136236Z test_vmapvjp_has_batch_rule_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-08-17T13:02:15.4963214Z test_vmapvjp_has_batch_rule_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T13:02:15.6827328Z test_vmapvjp_has_batch_rule_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.186s) 2022-08-17T13:02:15.6956840Z test_vmapvjp_has_batch_rule_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T13:02:15.7251747Z test_vmapvjp_has_batch_rule_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T13:02:15.7544126Z test_vmapvjp_has_batch_rule_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T13:02:15.7836756Z test_vmapvjp_has_batch_rule_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T13:02:15.8024301Z test_vmapvjp_has_batch_rule_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:02:15.9222843Z test_vmapvjp_has_batch_rule_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-08-17T13:02:16.0851427Z test_vmapvjp_has_batch_rule_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-08-17T13:02:16.2647018Z test_vmapvjp_has_batch_rule_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.179s) 2022-08-17T13:02:16.2776548Z test_vmapvjp_has_batch_rule_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T13:02:16.2903989Z test_vmapvjp_has_batch_rule_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T13:02:16.3033527Z test_vmapvjp_has_batch_rule_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T13:02:16.3160511Z test_vmapvjp_has_batch_rule_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T13:02:16.3286585Z test_vmapvjp_has_batch_rule_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T13:02:16.3325815Z test_vmapvjp_has_batch_rule_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:16.3421978Z test_vmapvjp_has_batch_rule_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T13:02:16.3517010Z test_vmapvjp_has_batch_rule_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T13:02:16.3798847Z test_vmapvjp_has_batch_rule_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T13:02:16.4496148Z test_vmapvjp_has_batch_rule_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.070s) 2022-08-17T13:02:16.4581119Z test_vmapvjp_has_batch_rule_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T13:02:16.4619960Z test_vmapvjp_has_batch_rule_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:16.4658559Z test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:16.4793242Z 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-08-17T13:02:16.4794587Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-08-17T13:02:16.5091370Z ok (0.043s) 2022-08-17T13:02:16.5177316Z test_vmapvjp_has_batch_rule_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-08-17T13:02:16.5216026Z test_vmapvjp_has_batch_rule_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:16.5305338Z test_vmapvjp_has_batch_rule_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T13:02:16.5701340Z test_vmapvjp_has_batch_rule_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T13:02:16.5790745Z test_vmapvjp_has_batch_rule_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T13:02:16.7048865Z test_vmapvjp_has_batch_rule_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-08-17T13:02:16.7986869Z test_vmapvjp_has_batch_rule_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.094s) 2022-08-17T13:02:16.9045247Z test_vmapvjp_has_batch_rule_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T13:02:17.0973973Z test_vmapvjp_has_batch_rule_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.193s) 2022-08-17T13:02:17.1110487Z test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T13:02:17.1149183Z test_vmapvjp_has_batch_rule_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.1187244Z test_vmapvjp_has_batch_rule_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.1225698Z test_vmapvjp_has_batch_rule_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.1263693Z test_vmapvjp_has_batch_rule_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.1302555Z test_vmapvjp_has_batch_rule_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.1340770Z test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.1379155Z test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.1414514Z 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-08-17T13:02:17.1449572Z 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-08-17T13:02:17.1592606Z test_vmapvjp_has_batch_rule_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:02:17.1783399Z test_vmapvjp_has_batch_rule_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:02:17.1821870Z test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.1860432Z test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.2007757Z test_vmapvjp_has_batch_rule_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T13:02:17.2239611Z test_vmapvjp_has_batch_rule_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-08-17T13:02:17.2478698Z test_vmapvjp_has_batch_rule_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T13:02:17.2517441Z test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.2552787Z 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-08-17T13:02:17.2647133Z test_vmapvjp_has_batch_rule_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T13:02:17.2685840Z test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.2724023Z test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.2761988Z test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.2800257Z test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.3036963Z test_vmapvjp_has_batch_rule_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-08-17T13:02:17.3230004Z test_vmapvjp_has_batch_rule_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:02:17.3780230Z test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:02:17.3819159Z test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.3857556Z test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.3893081Z 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-08-17T13:02:17.3928064Z 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-08-17T13:02:17.3963124Z 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-08-17T13:02:17.3998343Z 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-08-17T13:02:17.4036730Z test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.5205536Z test_vmapvjp_has_batch_rule_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-08-17T13:02:17.5244593Z test_vmapvjp_has_batch_rule_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:17.5518224Z test_vmapvjp_has_batch_rule_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T13:02:17.6161726Z test_vmapvjp_has_batch_rule_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-08-17T13:02:17.6998506Z test_vmapvjp_has_batch_rule_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T13:02:17.7089449Z test_vmapvjp_has_batch_rule_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T13:02:17.7277672Z test_vmapvjp_has_batch_rule_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:02:17.7617944Z test_vmapvjp_has_batch_rule_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T13:02:17.9003948Z test_vmapvjp_has_batch_rule_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.138s) 2022-08-17T13:02:17.9498378Z test_vmapvjp_has_batch_rule_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T13:02:18.0472468Z test_vmapvjp_has_batch_rule_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.097s) 2022-08-17T13:02:18.0582455Z test_vmapvjp_has_batch_rule_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T13:02:18.2871672Z test_vmapvjp_has_batch_rule_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.229s) 2022-08-17T13:02:18.3832650Z test_vmapvjp_has_batch_rule_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.096s) 2022-08-17T13:02:18.4161623Z test_vmapvjp_has_batch_rule_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-08-17T13:02:22.3457922Z test_vmapvjp_has_batch_rule_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.929s) 2022-08-17T13:02:22.3545972Z test_vmapvjp_has_batch_rule_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T13:02:22.5881610Z test_vmapvjp_has_batch_rule_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.233s) 2022-08-17T13:02:22.6046840Z test_vmapvjp_has_batch_rule_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-08-17T13:02:22.6656877Z test_vmapvjp_has_batch_rule_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T13:02:22.6753425Z test_vmapvjp_has_batch_rule_take_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:22.6845111Z test_vmapvjp_has_batch_rule_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-08-17T13:02:22.6935794Z 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-08-17T13:02:22.6937492Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-08-17T13:02:22.6980668Z ok (0.013s) 2022-08-17T13:02:22.7068740Z test_vmapvjp_has_batch_rule_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T13:02:22.7436431Z test_vmapvjp_has_batch_rule_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T13:02:22.8883397Z test_vmapvjp_has_batch_rule_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.144s) 2022-08-17T13:02:22.8982681Z test_vmapvjp_has_batch_rule_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:22.9842364Z test_vmapvjp_has_batch_rule_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-08-17T13:02:22.9944265Z test_vmapvjp_has_batch_rule_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-08-17T13:02:23.1010662Z test_vmapvjp_has_batch_rule_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.106s) 2022-08-17T13:02:23.2461635Z test_vmapvjp_has_batch_rule_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-08-17T13:02:23.3911341Z test_vmapvjp_has_batch_rule_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.145s) 2022-08-17T13:02:23.7051811Z test_vmapvjp_has_batch_rule_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.314s) 2022-08-17T13:02:23.7326358Z test_vmapvjp_has_batch_rule_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T13:02:23.7599092Z test_vmapvjp_has_batch_rule_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T13:02:23.8799535Z test_vmapvjp_has_batch_rule_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.120s) 2022-08-17T13:02:23.8928429Z test_vmapvjp_has_batch_rule_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T13:02:24.3572544Z test_vmapvjp_has_batch_rule_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.464s) 2022-08-17T13:02:24.4093261Z test_vmapvjp_has_batch_rule_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T13:02:24.4214836Z test_vmapvjp_has_batch_rule_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:02:24.4254315Z test_vmapvjp_has_batch_rule_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:24.4293213Z test_vmapvjp_has_batch_rule_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:24.4726207Z test_vmapvjp_has_batch_rule_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T13:02:24.5167012Z test_vmapvjp_has_batch_rule_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-08-17T13:02:24.6034012Z test_vmapvjp_has_batch_rule_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T13:02:24.6132501Z test_vmapvjp_has_batch_rule_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:02:24.6311444Z test_vmapvjp_has_batch_rule_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.018s) 2022-08-17T13:02:24.6601340Z test_vmapvjp_has_batch_rule_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-08-17T13:02:24.6962238Z test_vmapvjp_has_batch_rule_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:02:24.7640171Z test_vmapvjp_has_batch_rule_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T13:02:24.8588463Z test_vmapvjp_has_batch_rule_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.095s) 2022-08-17T13:02:24.9804358Z test_vmapvjp_has_batch_rule_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-08-17T13:02:25.2407302Z test_vmapvjp_has_batch_rule_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.260s) 2022-08-17T13:02:25.2598014Z test_vmapvjp_has_batch_rule_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-08-17T13:02:25.2637515Z test_vmapvjp_has_batch_rule_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.004s) 2022-08-17T13:02:25.2654951Z test_vmapvjp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:25.2672864Z test_vmapvjp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:25.4162941Z test_vmapvjp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.149s) 2022-08-17T13:02:25.5659260Z test_vmapvjp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.149s) 2022-08-17T13:02:25.8743184Z test_vmapvjp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.308s) 2022-08-17T13:02:25.9128493Z test_vmapvjp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T13:02:25.9146735Z test_vmapvjp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:25.9164400Z test_vmapvjp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:26.5157847Z test_vmapvjp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.599s) 2022-08-17T13:02:26.7233927Z test_vmapvjp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.207s) 2022-08-17T13:02:26.8105098Z test_vmapvjp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T13:02:26.8900466Z test_vmapvjp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.079s) 2022-08-17T13:02:27.4687862Z test_vmapvjp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.579s) 2022-08-17T13:02:27.4818480Z test_vmapvjp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:02:27.4820392Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T13:02:27.4823535Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:02:27.4825309Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T13:02:27.4826064Z expected failure (0.014s) 2022-08-17T13:02:27.5611584Z test_vmapvjp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T13:02:27.6372955Z test_vmapvjp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.076s) 2022-08-17T13:02:27.6392373Z test_vmapvjp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:27.6410200Z test_vmapvjp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:27.7548464Z test_vmapvjp_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.114s) 2022-08-17T13:02:27.7566700Z test_vmapvjp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:27.7584845Z test_vmapvjp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:27.7602405Z test_vmapvjp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:27.7620460Z test_vmapvjp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:27.7638148Z test_vmapvjp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:27.7655681Z test_vmapvjp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:27.7673591Z test_vmapvjp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:27.7691410Z test_vmapvjp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:28.0740789Z test_vmapvjp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.305s) 2022-08-17T13:02:28.0759568Z test_vmapvjp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:28.0777485Z test_vmapvjp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:28.0795431Z test_vmapvjp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:28.0813086Z test_vmapvjp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:28.0831004Z test_vmapvjp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:28.1220757Z test_vmapvjp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T13:02:28.2572855Z test_vmapvjp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-08-17T13:02:28.5858361Z test_vmapvjp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.328s) 2022-08-17T13:02:28.5875700Z test_vmapvjp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:29.4282222Z test_vmapvjp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.840s) 2022-08-17T13:02:29.4644197Z test_vmapvjp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:02:29.7125840Z test_vmapvjp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.248s) 2022-08-17T13:02:29.9492642Z test_vmapvjp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.237s) 2022-08-17T13:02:30.0303479Z test_vmapvjp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.081s) 2022-08-17T13:02:30.1418178Z test_vmapvjp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-08-17T13:02:30.3057806Z test_vmapvjp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-08-17T13:02:30.3195834Z test_vmapvjp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.014s) 2022-08-17T13:02:30.6024334Z test_vmapvjp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.283s) 2022-08-17T13:02:30.7614932Z test_vmapvjp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-08-17T13:02:30.8731235Z test_vmapvjp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-08-17T13:02:30.8861192Z test_vmapvjp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:02:30.8862514Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T13:02:30.9375456Z expected failure (0.064s) 2022-08-17T13:02:31.0634774Z test_vmapvjp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.126s) 2022-08-17T13:02:31.1830394Z test_vmapvjp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-08-17T13:02:31.1848701Z test_vmapvjp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:31.1866656Z test_vmapvjp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:31.1884138Z test_vmapvjp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:02:31.2128204Z test_vmapvjp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_pinv.atol_rtol_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:02:31.2130031Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T13:02:35.4033406Z ok (4.215s) 2022-08-17T13:02:36.4735564Z test_vmapvjp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.070s) 2022-08-17T13:02:37.8910727Z test_vmapvjp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.417s) 2022-08-17T13:02:37.8979652Z test_vmapvjp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:02:37.8981443Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T13:02:38.6881703Z ok (0.797s) 2022-08-17T13:02:39.4010445Z test_vmapvjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.713s) 2022-08-17T13:03:02.2631347Z test_vmapvjp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (22.862s) 2022-08-17T13:03:03.5316631Z test_vmapvjp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.268s) 2022-08-17T13:03:03.8726215Z test_vmapvjp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.341s) 2022-08-17T13:03:03.8744600Z test_vmapvjp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:03.8762599Z test_vmapvjp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:04.8356318Z test_vmapvjp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.959s) 2022-08-17T13:03:05.2165494Z test_vmapvjp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.381s) 2022-08-17T13:03:05.5686131Z test_vmapvjp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.352s) 2022-08-17T13:03:06.2067469Z test_vmapvjp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.638s) 2022-08-17T13:03:06.3891335Z test_vmapvjp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.182s) 2022-08-17T13:03:06.3910133Z 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-08-17T13:03:07.5916439Z test_vmapvjp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.200s) 2022-08-17T13:03:07.9044557Z test_vmapvjp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.313s) 2022-08-17T13:03:08.6632817Z test_vmapvjp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.759s) 2022-08-17T13:03:09.3985942Z test_vmapvjp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.735s) 2022-08-17T13:03:21.2427625Z test_vmapvjp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (11.844s) 2022-08-17T13:03:28.5240977Z test_vmapvjp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.281s) 2022-08-17T13:03:28.5254602Z test_vmapvjp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:03:28.5673207Z test_vmapvjp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T13:03:28.8033828Z test_vmapvjp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.236s) 2022-08-17T13:03:28.9903301Z test_vmapvjp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.187s) 2022-08-17T13:03:30.3832411Z test_vmapvjp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.393s) 2022-08-17T13:03:32.9953228Z test_vmapvjp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.612s) 2022-08-17T13:03:32.9971389Z test_vmapvjp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:33.0334866Z test_vmapvjp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:03:33.0478687Z test_vmapvjp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:03:33.0841538Z test_vmapvjp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:03:33.1196721Z test_vmapvjp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T13:03:33.1973966Z test_vmapvjp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T13:03:33.2816323Z test_vmapvjp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.084s) 2022-08-17T13:03:33.3210124Z test_vmapvjp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T13:03:33.3594133Z test_vmapvjp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T13:03:33.4594310Z test_vmapvjp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.100s) 2022-08-17T13:03:33.6434225Z test_vmapvjp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.184s) 2022-08-17T13:03:33.6453057Z test_vmapvjp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:33.6471360Z test_vmapvjp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:33.6488712Z test_vmapvjp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:33.6506631Z test_vmapvjp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:33.7105603Z test_vmapvjp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T13:03:33.7123318Z test_vmapvjp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:33.9464633Z test_vmapvjp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.234s) 2022-08-17T13:03:33.9482983Z test_vmapvjp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:33.9500617Z test_vmapvjp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:33.9518517Z test_vmapvjp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:34.7776682Z test_vmapvjp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.826s) 2022-08-17T13:03:40.2990270Z test_vmapvjp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.521s) 2022-08-17T13:03:42.1626075Z test_vmapvjp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.863s) 2022-08-17T13:03:42.2291600Z test_vmapvjp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.067s) 2022-08-17T13:03:42.2955556Z test_vmapvjp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T13:03:42.7005878Z test_vmapvjp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.405s) 2022-08-17T13:03:42.8305498Z test_vmapvjp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-08-17T13:03:42.8415426Z test_vmapvjp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T13:03:42.8510862Z test_vmapvjp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.009s) 2022-08-17T13:03:43.3632155Z test_vmapvjp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.512s) 2022-08-17T13:03:43.4448671Z test_vmapvjp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.082s) 2022-08-17T13:03:43.7608523Z test_vmapvjp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.316s) 2022-08-17T13:03:43.7912270Z test_vmapvjp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T13:03:43.8469209Z test_vmapvjp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:03:44.1678782Z test_vmapvjp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.321s) 2022-08-17T13:03:44.4083910Z test_vmapvjp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.240s) 2022-08-17T13:03:44.5853200Z test_vmapvjp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.177s) 2022-08-17T13:03:48.6009290Z test_vmapvjp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.015s) 2022-08-17T13:03:52.6149918Z test_vmapvjp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.014s) 2022-08-17T13:03:52.9366404Z test_vmapvjp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.322s) 2022-08-17T13:03:52.9673101Z test_vmapvjp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-08-17T13:03:53.0227076Z test_vmapvjp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-08-17T13:03:53.3449926Z test_vmapvjp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.322s) 2022-08-17T13:03:53.3841322Z test_vmapvjp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T13:03:53.4951315Z test_vmapvjp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.111s) 2022-08-17T13:03:53.5248425Z test_vmapvjp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T13:03:53.5549600Z test_vmapvjp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T13:03:53.8561030Z test_vmapvjp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.301s) 2022-08-17T13:03:53.8579424Z test_vmapvjp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:03:53.8957178Z test_vmapvjp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T13:03:54.0595216Z test_vmapvjp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-08-17T13:03:54.2226113Z test_vmapvjp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-08-17T13:03:54.3861379Z test_vmapvjp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.163s) 2022-08-17T13:03:54.4229901Z test_vmapvjp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T13:03:54.9764908Z test_vmapvjp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.553s) 2022-08-17T13:03:55.1566770Z test_vmapvjp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.180s) 2022-08-17T13:03:57.6412664Z test_vmapvjp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.484s) 2022-08-17T13:03:58.1017238Z test_vmapvjp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.460s) 2022-08-17T13:03:58.1642171Z test_vmapvjp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T13:04:01.5956716Z test_vmapvjp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.431s) 2022-08-17T13:04:01.5975150Z test_vmapvjp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:04:01.6116019Z test_vmapvjp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:04:01.6134520Z test_vmapvjp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:04:01.6153113Z test_vmapvjp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:04:01.6170661Z test_vmapvjp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:04:01.6189327Z test_vmapvjp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:04:01.6207131Z test_vmapvjp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:04:01.7072164Z test_vmapvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.086s) 2022-08-17T13:04:01.8490496Z test_vmapvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.142s) 2022-08-17T13:04:02.0222007Z test_vmapvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.173s) 2022-08-17T13:04:02.1435739Z test_vmapvjp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.121s) 2022-08-17T13:04:02.4871757Z test_vmapvjp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.343s) 2022-08-17T13:04:02.7859412Z test_vmapvjp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.299s) 2022-08-17T13:04:02.9154872Z test_vmapvjp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.130s) 2022-08-17T13:04:03.0227455Z test_vmapvjp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.107s) 2022-08-17T13:04:03.1396084Z test_vmapvjp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.117s) 2022-08-17T13:04:06.4098088Z test_vmapvjp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.270s) 2022-08-17T13:04:09.6397807Z test_vmapvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.230s) 2022-08-17T13:04:14.7531450Z test_vmapvjp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (5.113s) 2022-08-17T13:04:15.1929006Z test_vmapvjp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.440s) 2022-08-17T13:04:16.7555611Z test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.562s) 2022-08-17T13:04:16.7914881Z test_vmapvjp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:04:17.5895189Z test_vmapvjp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.798s) 2022-08-17T13:04:20.3475040Z test_vmapvjp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.758s) 2022-08-17T13:04:20.3947799Z test_vmapvjp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-08-17T13:04:20.5176728Z test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.123s) 2022-08-17T13:04:20.6356601Z test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.118s) 2022-08-17T13:04:20.6852073Z test_vmapvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-08-17T13:04:20.7358755Z test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-08-17T13:04:20.8513124Z test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-08-17T13:04:20.9643478Z test_vmapvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.113s) 2022-08-17T13:04:21.0799294Z test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-08-17T13:04:21.1953179Z test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.115s) 2022-08-17T13:04:21.3039481Z test_vmapvjp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.109s) 2022-08-17T13:04:22.1168381Z test_vmapvjp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.813s) 2022-08-17T13:04:22.9663482Z test_vmapvjp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.849s) 2022-08-17T13:04:23.8564847Z test_vmapvjp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.890s) 2022-08-17T13:04:24.8005504Z test_vmapvjp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.944s) 2022-08-17T13:04:25.3548398Z test_vmapvjp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.554s) 2022-08-17T13:04:26.1143320Z test_vmapvjp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.759s) 2022-08-17T13:04:26.1216352Z test_vmapvjp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T13:04:26.1230737Z test_vmapvjp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:04:26.1244247Z test_vmapvjp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:04:26.1257657Z test_vmapvjp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:04:26.1632333Z test_vmapvjp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T13:04:26.1677509Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:04:26.1678409Z ret, _, _, _ = torch.embedding_bag( 2022-08-17T13:04:27.3284654Z ok (1.165s) 2022-08-17T13:04:27.4082359Z test_vmapvjp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-08-17T13:04:27.5738805Z test_vmapvjp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.165s) 2022-08-17T13:04:27.5751134Z test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:04:27.5763491Z test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:04:27.5873611Z test_vmapvjp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T13:04:27.5993485Z test_vmapvjp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:04:27.6123117Z test_vmapvjp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.013s) 2022-08-17T13:04:27.7116510Z test_vmapvjp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-08-17T13:04:28.2794403Z test_vmapvjp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.568s) 2022-08-17T13:04:29.3648134Z test_vmapvjp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.085s) 2022-08-17T13:04:29.4703417Z test_vmapvjp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.105s) 2022-08-17T13:04:29.5429544Z test_vmapvjp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-08-17T13:04:29.5789112Z test_vmapvjp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:04:29.6294366Z test_vmapvjp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T13:04:29.7028800Z test_vmapvjp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.073s) 2022-08-17T13:04:30.1731679Z test_vmapvjp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.470s) 2022-08-17T13:04:30.5258588Z test_vmapvjp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.353s) 2022-08-17T13:04:30.6274306Z test_vmapvjp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.101s) 2022-08-17T13:04:30.8123860Z test_vmapvjp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.185s) 2022-08-17T13:04:30.9803023Z test_vmapvjp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.168s) 2022-08-17T13:04:31.1455179Z test_vmapvjp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.165s) 2022-08-17T13:04:31.3093633Z test_vmapvjp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-08-17T13:04:31.4741427Z test_vmapvjp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.165s) 2022-08-17T13:04:31.6444133Z test_vmapvjp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.170s) 2022-08-17T13:04:32.1158934Z test_vmapvjp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.471s) 2022-08-17T13:04:32.3422464Z test_vmapvjp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.226s) 2022-08-17T13:04:32.8062376Z test_vmapvjp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.464s) 2022-08-17T13:04:32.9182245Z test_vmapvjp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.112s) 2022-08-17T13:04:33.9537189Z test_vmapvjp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.035s) 2022-08-17T13:04:34.2080412Z test_vmapvjp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.254s) 2022-08-17T13:04:34.2445687Z test_vmapvjp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:04:35.8224910Z test_vmapvjp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.578s) 2022-08-17T13:04:48.6327813Z test_vmapvjp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (12.810s) 2022-08-17T13:05:09.3590195Z test_vmapvjp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (20.726s) 2022-08-17T13:05:18.4555556Z test_vmapvjp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (9.096s) 2022-08-17T13:05:22.9733687Z test_vmapvjp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.518s) 2022-08-17T13:05:23.4248870Z test_vmapvjp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.451s) 2022-08-17T13:05:24.4740744Z test_vmapvjp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (1.049s) 2022-08-17T13:05:24.7198455Z test_vmapvjp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.246s) 2022-08-17T13:05:27.6269978Z test_vmapvjp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.907s) 2022-08-17T13:05:28.0034723Z test_vmapvjp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.376s) 2022-08-17T13:05:28.0452697Z test_vmapvjp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-08-17T13:05:28.2912706Z test_vmapvjp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.246s) 2022-08-17T13:05:28.6658938Z test_vmapvjp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.374s) 2022-08-17T13:05:28.8134890Z test_vmapvjp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.147s) 2022-08-17T13:05:28.8173183Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:05:28.8174167Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-08-17T13:05:28.9040814Z ok (0.090s) 2022-08-17T13:05:29.0927227Z test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.188s) 2022-08-17T13:05:30.8400350Z test_vmapvjp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.747s) 2022-08-17T13:05:30.9993807Z test_vmapvjp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.159s) 2022-08-17T13:05:31.1605527Z test_vmapvjp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-08-17T13:05:31.7972517Z test_vmapvjp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.637s) 2022-08-17T13:05:31.9609204Z test_vmapvjp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.164s) 2022-08-17T13:05:32.1222278Z test_vmapvjp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.161s) 2022-08-17T13:05:32.3923039Z test_vmapvjp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.270s) 2022-08-17T13:05:32.3956570Z test_vmapvjp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:05:32.3957518Z return self.op(*args, **kwargs) 2022-08-17T13:05:32.5189541Z ok (0.127s) 2022-08-17T13:05:32.5446323Z test_vmapvjp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-08-17T13:05:32.5700377Z test_vmapvjp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-08-17T13:05:36.0472892Z test_vmapvjp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.477s) 2022-08-17T13:05:36.7696852Z test_vmapvjp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.722s) 2022-08-17T13:05:36.8056479Z test_vmapvjp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:05:36.8559115Z test_vmapvjp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-08-17T13:05:36.8571103Z test_vmapvjp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:05:36.8925826Z test_vmapvjp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T13:05:36.9324842Z test_vmapvjp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T13:05:37.2466982Z test_vmapvjp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.314s) 2022-08-17T13:05:37.4507079Z test_vmapvjp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.204s) 2022-08-17T13:05:37.5342345Z test_vmapvjp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T13:05:37.6241465Z test_vmapvjp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.090s) 2022-08-17T13:05:37.6599685Z test_vmapvjp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:05:37.7200654Z test_vmapvjp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.060s) 2022-08-17T13:05:37.7653618Z test_vmapvjp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T13:05:37.8050396Z test_vmapvjp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T13:05:37.8592202Z test_vmapvjp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.054s) 2022-08-17T13:05:38.7222829Z test_vmapvjp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.863s) 2022-08-17T13:05:39.6141885Z test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.892s) 2022-08-17T13:05:42.9963906Z test_vmapvjp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (3.382s) 2022-08-17T13:05:43.0484111Z test_vmapvjp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T13:05:43.2004360Z test_vmapvjp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-08-17T13:05:43.2020002Z test_vmapvjp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:05:43.8692137Z test_vmapvjp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.667s) 2022-08-17T13:05:43.9264734Z test_vmapvjp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-08-17T13:05:43.9956320Z test_vmapvjp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.069s) 2022-08-17T13:05:44.0546321Z test_vmapvjp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-08-17T13:05:44.0558754Z test_vmapvjp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:05:44.0573458Z test_vmapvjp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:05:44.0591060Z test_vmapvjp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:05:44.0608924Z test_vmapvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:05:48.0760591Z test_vmapvjp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (4.015s) 2022-08-17T13:05:48.0778067Z test_vmapvjp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:05:48.1175537Z test_vmapvjp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-08-17T13:05:48.1298134Z test_vmapvjp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:05:48.1824517Z test_vmapvjp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.052s) 2022-08-17T13:05:48.4147229Z test_vmapvjp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.232s) 2022-08-17T13:05:48.7678214Z test_vmapvjp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.353s) 2022-08-17T13:05:48.9034923Z test_vmapvjp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-08-17T13:05:49.0388022Z test_vmapvjp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-08-17T13:05:49.1743458Z test_vmapvjp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.135s) 2022-08-17T13:05:49.3100427Z test_vmapvjp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-08-17T13:05:49.4457538Z test_vmapvjp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-08-17T13:05:49.4778962Z test_vmapvjp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-08-17T13:05:49.8714900Z test_vmapvjp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.393s) 2022-08-17T13:05:49.8811111Z test_vmapvjp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.010s) 2022-08-17T13:05:51.5110919Z test_vmapvjp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.630s) 2022-08-17T13:05:52.7692842Z test_vmapvjp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.258s) 2022-08-17T13:05:55.2533268Z test_vmapvjp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (2.484s) 2022-08-17T13:05:55.2882474Z test_vmapvjp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T13:05:55.2899085Z test_vmapvjp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:05:55.2915074Z test_vmapvjp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:05:55.2931049Z test_vmapvjp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:05:55.3294198Z test_vmapvjp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:05:55.3595388Z test_vmapvjp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-08-17T13:05:55.3961995Z test_vmapvjp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T13:05:55.6972423Z test_vmapvjp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.301s) 2022-08-17T13:05:55.7763866Z test_vmapvjp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.079s) 2022-08-17T13:05:56.0656605Z test_vmapvjp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.289s) 2022-08-17T13:05:56.1313612Z test_vmapvjp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.066s) 2022-08-17T13:05:56.2224357Z test_vmapvjp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.091s) 2022-08-17T13:05:56.3554305Z test_vmapvjp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.133s) 2022-08-17T13:05:56.3570848Z test_vmapvjp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:05:56.3587599Z test_vmapvjp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:05:56.3808121Z test_vmapvjp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T13:05:56.4029729Z test_vmapvjp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-08-17T13:05:56.5891834Z test_vmapvjp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.186s) 2022-08-17T13:05:57.0292331Z test_vmapvjp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.440s) 2022-08-17T13:05:57.0427512Z test_vmapvjp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T13:05:57.0767893Z test_vmapvjp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T13:05:57.1108226Z test_vmapvjp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T13:05:57.1448816Z test_vmapvjp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-08-17T13:05:57.1820145Z test_vmapvjp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-08-17T13:05:57.5176137Z test_vmapvjp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.335s) 2022-08-17T13:05:57.9715775Z test_vmapvjp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.454s) 2022-08-17T13:05:58.4610254Z test_vmapvjp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.489s) 2022-08-17T13:05:59.6301811Z test_vmapvjp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.169s) 2022-08-17T13:06:00.8000983Z test_vmapvjp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.170s) 2022-08-17T13:06:02.0078019Z test_vmapvjp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.208s) 2022-08-17T13:06:02.0232618Z test_vmapvjp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:06:02.0233607Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T13:06:02.0236995Z expected failure (0.016s) 2022-08-17T13:06:03.0143485Z test_vmapvjp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.990s) 2022-08-17T13:06:03.0160393Z test_vmapvjp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:04.7128046Z test_vmapvjp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.697s) 2022-08-17T13:06:06.1481397Z test_vmapvjp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.435s) 2022-08-17T13:06:06.2093940Z test_vmapvjp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T13:06:06.3843546Z test_vmapvjp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.175s) 2022-08-17T13:06:06.3978985Z test_vmapvjp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T13:06:06.3995665Z test_vmapvjp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:06.4012052Z test_vmapvjp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:06.4370074Z test_vmapvjp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-08-17T13:06:06.4503975Z test_vmapvjp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-08-17T13:06:06.4520176Z test_vmapvjp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:06.4664990Z test_vmapvjp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:06:06.5097486Z test_vmapvjp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.043s) 2022-08-17T13:06:06.5239996Z test_vmapvjp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:06:06.8465154Z test_vmapvjp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.322s) 2022-08-17T13:06:06.9247317Z test_vmapvjp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.078s) 2022-08-17T13:06:07.0093390Z test_vmapvjp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.085s) 2022-08-17T13:06:07.4449988Z test_vmapvjp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.435s) 2022-08-17T13:06:07.4563961Z test_vmapvjp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.011s) 2022-08-17T13:06:07.4579721Z test_vmapvjp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.4595778Z test_vmapvjp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.4612017Z test_vmapvjp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.4628013Z test_vmapvjp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.4645419Z test_vmapvjp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.4662394Z test_vmapvjp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.4678662Z test_vmapvjp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.4691267Z test_vmapvjp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:06:07.4703502Z test_vmapvjp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:06:07.4975335Z test_vmapvjp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-08-17T13:06:07.5354023Z test_vmapvjp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T13:06:07.5370413Z test_vmapvjp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.5387994Z test_vmapvjp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.5668838Z test_vmapvjp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-08-17T13:06:07.6131392Z test_vmapvjp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-08-17T13:06:07.6611298Z test_vmapvjp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.048s) 2022-08-17T13:06:07.6628880Z test_vmapvjp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.6642954Z test_vmapvjp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:06:07.7057626Z test_vmapvjp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-08-17T13:06:07.7074368Z test_vmapvjp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.7090130Z test_vmapvjp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.7105999Z test_vmapvjp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.7121916Z test_vmapvjp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.001s) 2022-08-17T13:06:07.7574121Z test_vmapvjp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.045s) 2022-08-17T13:06:07.7962090Z test_vmapvjp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T13:06:07.9246471Z test_vmapvjp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.128s) 2022-08-17T13:06:07.9262207Z test_vmapvjp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.9278261Z test_vmapvjp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:07.9291941Z test_vmapvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:06:07.9305565Z test_vmapvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:06:07.9320209Z test_vmapvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:06:07.9333866Z test_vmapvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:06:07.9351208Z test_vmapvjp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:08.2529530Z test_vmapvjp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.318s) 2022-08-17T13:06:08.2546289Z test_vmapvjp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:08.3168509Z test_vmapvjp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-08-17T13:06:08.4695663Z test_vmapvjp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.153s) 2022-08-17T13:06:08.6708770Z test_vmapvjp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.201s) 2022-08-17T13:06:08.6861566Z test_vmapvjp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T13:06:08.7250626Z test_vmapvjp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T13:06:08.8052345Z test_vmapvjp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.080s) 2022-08-17T13:06:09.2211627Z test_vmapvjp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.416s) 2022-08-17T13:06:09.3298291Z test_vmapvjp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.108s) 2022-08-17T13:06:09.5530300Z test_vmapvjp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.223s) 2022-08-17T13:06:09.5940347Z test_vmapvjp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.041s) 2022-08-17T13:06:09.9320816Z test_vmapvjp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.338s) 2022-08-17T13:06:10.1653480Z test_vmapvjp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.233s) 2022-08-17T13:06:10.2392402Z test_vmapvjp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-08-17T13:06:17.9298114Z test_vmapvjp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (7.690s) 2022-08-17T13:06:17.9419792Z test_vmapvjp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.012s) 2022-08-17T13:06:18.3694792Z test_vmapvjp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.427s) 2022-08-17T13:06:18.4043314Z test_vmapvjp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-08-17T13:06:18.5405862Z test_vmapvjp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.136s) 2022-08-17T13:06:18.5446514Z test_vmapvjp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:294: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:06:18.5447441Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-08-17T13:06:18.5679054Z expected failure (0.027s) 2022-08-17T13:06:18.5840084Z test_vmapvjp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T13:06:18.5990232Z test_vmapvjp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-08-17T13:06:18.6060820Z test_vmapvjp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.007s) 2022-08-17T13:06:18.6933444Z test_vmapvjp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.087s) 2022-08-17T13:06:19.0298154Z test_vmapvjp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.336s) 2022-08-17T13:06:19.0381648Z test_vmapvjp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.008s) 2022-08-17T13:06:19.2295821Z test_vmapvjp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.191s) 2022-08-17T13:06:19.2459797Z test_vmapvjp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-08-17T13:06:19.3397467Z test_vmapvjp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.093s) 2022-08-17T13:06:19.6855233Z test_vmapvjp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.346s) 2022-08-17T13:06:20.0307397Z test_vmapvjp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.345s) 2022-08-17T13:06:20.8354360Z test_vmapvjp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.805s) 2022-08-17T13:06:20.8963286Z test_vmapvjp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T13:06:20.9573046Z test_vmapvjp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.061s) 2022-08-17T13:06:21.2781133Z test_vmapvjp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.321s) 2022-08-17T13:06:21.2924931Z test_vmapvjp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-08-17T13:06:22.4465396Z test_vmapvjp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (1.154s) 2022-08-17T13:06:22.5661748Z test_vmapvjp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.119s) 2022-08-17T13:06:22.8595620Z test_vmapvjp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.293s) 2022-08-17T13:06:22.8612993Z test_vmapvjp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:22.8631555Z test_vmapvjp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:22.9649480Z test_vmapvjp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.102s) 2022-08-17T13:06:23.0645394Z test_vmapvjp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.099s) 2022-08-17T13:06:23.2686386Z test_vmapvjp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.204s) 2022-08-17T13:06:23.3062725Z test_vmapvjp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-08-17T13:06:23.3230668Z test_vmapvjp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... expected failure (0.017s) 2022-08-17T13:06:23.3913827Z test_vmapvjp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.068s) 2022-08-17T13:06:23.4741039Z test_vmapvjp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.083s) 2022-08-17T13:06:23.6264352Z test_vmapvjp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.152s) 2022-08-17T13:06:23.7810968Z test_vmapvjp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.155s) 2022-08-17T13:06:24.1169361Z test_vmapvjp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.336s) 2022-08-17T13:06:24.4676227Z test_vmapvjp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.351s) 2022-08-17T13:06:24.5070634Z test_vmapvjp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-08-17T13:06:24.5087408Z test_vmapvjp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! Autograd not supported. (0.002s) 2022-08-17T13:06:24.5110313Z test_vmapvjpvjp_H_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5132877Z test_vmapvjpvjp_T_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5155703Z test_vmapvjpvjp___getitem___cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5177913Z test_vmapvjpvjp___getitem___functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5198901Z test_vmapvjpvjp___radd___cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5219872Z test_vmapvjpvjp___rdiv___cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5240309Z test_vmapvjpvjp___rmatmul___cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5260215Z test_vmapvjpvjp___rmod___cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5280166Z test_vmapvjpvjp___rmul___cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5300857Z test_vmapvjpvjp___rpow___cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5323414Z test_vmapvjpvjp___rsub___cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5345791Z test_vmapvjpvjp__masked_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5368171Z test_vmapvjpvjp__masked_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5390560Z test_vmapvjpvjp__masked_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5411540Z test_vmapvjpvjp__masked_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5431908Z test_vmapvjpvjp__masked_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5451828Z test_vmapvjpvjp__masked_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5471874Z test_vmapvjpvjp__masked_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5491684Z test_vmapvjpvjp__masked_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5512468Z test_vmapvjpvjp__masked_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5535282Z test_vmapvjpvjp__masked_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5557283Z test_vmapvjpvjp__masked_median_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5579393Z test_vmapvjpvjp__masked_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5601971Z test_vmapvjpvjp__masked_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5623082Z test_vmapvjpvjp__masked_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5643486Z test_vmapvjpvjp__masked_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5663551Z test_vmapvjpvjp__masked_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5683537Z test_vmapvjpvjp__masked_std_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5703310Z test_vmapvjpvjp__masked_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5725686Z test_vmapvjpvjp__masked_var_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5748089Z test_vmapvjpvjp_abs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5770217Z test_vmapvjpvjp_acos_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5792817Z test_vmapvjpvjp_acosh_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5814979Z test_vmapvjpvjp_add_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5836317Z test_vmapvjpvjp_addbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5856583Z test_vmapvjpvjp_addcdiv_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5878853Z test_vmapvjpvjp_addcmul_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5898655Z test_vmapvjpvjp_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5918692Z test_vmapvjpvjp_addmm_decomposed_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5939484Z test_vmapvjpvjp_addmv_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5961944Z test_vmapvjpvjp_addr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.5984301Z test_vmapvjpvjp_all_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6006700Z test_vmapvjpvjp_allclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6029093Z test_vmapvjpvjp_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6050245Z test_vmapvjpvjp_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6072031Z test_vmapvjpvjp_aminmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6091993Z test_vmapvjpvjp_angle_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6112399Z test_vmapvjpvjp_any_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6131975Z test_vmapvjpvjp_arange_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6153664Z test_vmapvjpvjp_argmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6176138Z test_vmapvjpvjp_argmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6198492Z test_vmapvjpvjp_argsort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6221164Z test_vmapvjpvjp_argwhere_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6243590Z test_vmapvjpvjp_as_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6264817Z test_vmapvjpvjp_as_strided_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6286033Z test_vmapvjpvjp_asin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6308388Z test_vmapvjpvjp_asinh_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6330261Z test_vmapvjpvjp_atan2_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6353018Z test_vmapvjpvjp_atan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6374063Z test_vmapvjpvjp_atanh_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6396447Z test_vmapvjpvjp_atleast_1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6418655Z test_vmapvjpvjp_atleast_2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6441123Z test_vmapvjpvjp_atleast_3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6463162Z test_vmapvjpvjp_baddbmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6484626Z test_vmapvjpvjp_bernoulli_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6504987Z test_vmapvjpvjp_bfloat16_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6527234Z test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6547476Z test_vmapvjpvjp_block_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6567252Z test_vmapvjpvjp_bmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6588157Z test_vmapvjpvjp_bool_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6611125Z test_vmapvjpvjp_bool_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6633760Z test_vmapvjpvjp_broadcast_shapes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6655810Z test_vmapvjpvjp_broadcast_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6678402Z test_vmapvjpvjp_broadcast_to_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6700147Z test_vmapvjpvjp_bucketize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6720382Z test_vmapvjpvjp_byte_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6742748Z test_vmapvjpvjp_byte_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6762763Z test_vmapvjpvjp_cartesian_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6785017Z test_vmapvjpvjp_cat_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6806407Z test_vmapvjpvjp_cdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6828970Z test_vmapvjpvjp_ceil_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6851744Z test_vmapvjpvjp_chalf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6874218Z test_vmapvjpvjp_char_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6896794Z test_vmapvjpvjp_char_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6917666Z test_vmapvjpvjp_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6939200Z test_vmapvjpvjp_cholesky_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6959430Z test_vmapvjpvjp_cholesky_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6979325Z test_vmapvjpvjp_chunk_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.6999436Z test_vmapvjpvjp_clamp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7020194Z test_vmapvjpvjp_clamp_max_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7042588Z test_vmapvjpvjp_clamp_min_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7065134Z test_vmapvjpvjp_clone_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7087471Z test_vmapvjpvjp_column_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7110327Z test_vmapvjpvjp_combinations_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7131132Z test_vmapvjpvjp_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7153076Z test_vmapvjpvjp_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7173062Z test_vmapvjpvjp_conj_physical_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7193153Z test_vmapvjpvjp_constant_pad_nd_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7213031Z test_vmapvjpvjp_contiguous_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7234131Z test_vmapvjpvjp_copysign_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7256778Z test_vmapvjpvjp_corrcoef_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7278928Z test_vmapvjpvjp_cos_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7301353Z test_vmapvjpvjp_cosh_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7324226Z test_vmapvjpvjp_count_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7345846Z test_vmapvjpvjp_cov_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7367319Z test_vmapvjpvjp_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7387532Z test_vmapvjpvjp_cummax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7407178Z test_vmapvjpvjp_cummin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7427299Z test_vmapvjpvjp_cumprod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7449409Z test_vmapvjpvjp_cumsum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7471857Z test_vmapvjpvjp_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7493821Z test_vmapvjpvjp_deg2rad_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7516500Z test_vmapvjpvjp_diag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7538722Z test_vmapvjpvjp_diag_embed_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7560150Z test_vmapvjpvjp_diagflat_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7580469Z test_vmapvjpvjp_diagonal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7600722Z test_vmapvjpvjp_diagonal_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7620570Z test_vmapvjpvjp_diff_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7640919Z test_vmapvjpvjp_digamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7661747Z test_vmapvjpvjp_dist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7684449Z test_vmapvjpvjp_div_floor_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7706926Z test_vmapvjpvjp_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7729261Z test_vmapvjpvjp_div_trunc_rounding_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7751896Z test_vmapvjpvjp_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7773168Z test_vmapvjpvjp_double_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7793559Z test_vmapvjpvjp_double_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7813627Z test_vmapvjpvjp_dsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7833869Z test_vmapvjpvjp_dstack_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7855487Z test_vmapvjpvjp_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7877328Z test_vmapvjpvjp_einsum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7899933Z test_vmapvjpvjp_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7922653Z test_vmapvjpvjp_empty_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7945058Z test_vmapvjpvjp_eq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7967344Z test_vmapvjpvjp_equal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.7988604Z test_vmapvjpvjp_erf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8008898Z test_vmapvjpvjp_erfc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8031543Z test_vmapvjpvjp_erfinv_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8051346Z test_vmapvjpvjp_exp2_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8071556Z test_vmapvjpvjp_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8092865Z test_vmapvjpvjp_expand_as_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8115408Z test_vmapvjpvjp_expand_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8137425Z test_vmapvjpvjp_expm1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8160470Z test_vmapvjpvjp_fft_fft2_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8182297Z test_vmapvjpvjp_fft_fft_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8203608Z test_vmapvjpvjp_fft_fftn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8224175Z test_vmapvjpvjp_fft_fftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8244058Z test_vmapvjpvjp_fft_hfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8264357Z test_vmapvjpvjp_fft_hfft_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8284138Z test_vmapvjpvjp_fft_hfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8305013Z test_vmapvjpvjp_fft_ifft2_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8327372Z test_vmapvjpvjp_fft_ifft_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8349699Z test_vmapvjpvjp_fft_ifftn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8372064Z test_vmapvjpvjp_fft_ifftshift_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8394441Z test_vmapvjpvjp_fft_ihfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8415779Z test_vmapvjpvjp_fft_ihfft_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8437402Z test_vmapvjpvjp_fft_ihfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8457421Z test_vmapvjpvjp_fft_irfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8479540Z test_vmapvjpvjp_fft_irfft_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8501522Z test_vmapvjpvjp_fft_irfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8523168Z test_vmapvjpvjp_fft_rfft2_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8545879Z test_vmapvjpvjp_fft_rfft_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8567799Z test_vmapvjpvjp_fft_rfftn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8590168Z test_vmapvjpvjp_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8612423Z test_vmapvjpvjp_flatten_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8633774Z test_vmapvjpvjp_flip_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8654192Z test_vmapvjpvjp_fliplr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8674680Z test_vmapvjpvjp_flipud_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8694358Z test_vmapvjpvjp_float_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8714405Z test_vmapvjpvjp_float_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8735009Z test_vmapvjpvjp_float_power_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8757634Z test_vmapvjpvjp_floor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8780080Z test_vmapvjpvjp_floor_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8802377Z test_vmapvjpvjp_fmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8824588Z test_vmapvjpvjp_fmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8845923Z test_vmapvjpvjp_fmod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8866305Z test_vmapvjpvjp_frac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8886328Z test_vmapvjpvjp_frexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8906488Z test_vmapvjpvjp_full_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8926307Z test_vmapvjpvjp_gather_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8947122Z test_vmapvjpvjp_ge_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8969386Z test_vmapvjpvjp_geqrf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.8992246Z test_vmapvjpvjp_gradient_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9014271Z test_vmapvjpvjp_gt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9036898Z test_vmapvjpvjp_half_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9058184Z test_vmapvjpvjp_half_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9078510Z test_vmapvjpvjp_heaviside_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9098518Z test_vmapvjpvjp_histc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9119161Z test_vmapvjpvjp_hsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9138373Z test_vmapvjpvjp_hstack_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9159393Z test_vmapvjpvjp_hypot_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9181629Z test_vmapvjpvjp_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9203834Z test_vmapvjpvjp_igamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9226454Z test_vmapvjpvjp_igammac_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9248727Z test_vmapvjpvjp_index_add_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9270215Z test_vmapvjpvjp_index_copy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9290193Z test_vmapvjpvjp_index_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9310255Z test_vmapvjpvjp_index_put_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9332327Z test_vmapvjpvjp_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9354576Z test_vmapvjpvjp_index_reduce_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9376398Z test_vmapvjpvjp_index_select_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9398776Z test_vmapvjpvjp_inner_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9421263Z test_vmapvjpvjp_int_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9443791Z test_vmapvjpvjp_int_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9466376Z test_vmapvjpvjp_inverse_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9487513Z test_vmapvjpvjp_isclose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9507585Z test_vmapvjpvjp_isfinite_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9529887Z test_vmapvjpvjp_isin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9550090Z test_vmapvjpvjp_isinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9570250Z test_vmapvjpvjp_isnan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9591412Z test_vmapvjpvjp_isneginf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9613487Z test_vmapvjpvjp_isposinf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9635906Z test_vmapvjpvjp_isreal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9658191Z test_vmapvjpvjp_istft_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9680690Z test_vmapvjpvjp_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9702307Z test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9722515Z test_vmapvjpvjp_jiterator_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9742518Z test_vmapvjpvjp_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9762773Z test_vmapvjpvjp_jiterator_unary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9785048Z test_vmapvjpvjp_kron_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9806962Z test_vmapvjpvjp_kthvalue_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9829312Z test_vmapvjpvjp_ldexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9851552Z test_vmapvjpvjp_le_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9874249Z test_vmapvjpvjp_lerp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9896443Z test_vmapvjpvjp_lgamma_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9917932Z test_vmapvjpvjp_linalg_cholesky_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9939794Z test_vmapvjpvjp_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9960784Z test_vmapvjpvjp_linalg_cond_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9980454Z test_vmapvjpvjp_linalg_cross_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:24.9999963Z test_vmapvjpvjp_linalg_det_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0020959Z test_vmapvjpvjp_linalg_eig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0041799Z test_vmapvjpvjp_linalg_eigh_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0064060Z test_vmapvjpvjp_linalg_eigvals_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0085957Z test_vmapvjpvjp_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0108573Z test_vmapvjpvjp_linalg_householder_product_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0131507Z test_vmapvjpvjp_linalg_inv_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0152165Z test_vmapvjpvjp_linalg_inv_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0172524Z test_vmapvjpvjp_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0192923Z test_vmapvjpvjp_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0213072Z test_vmapvjpvjp_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0232764Z test_vmapvjpvjp_linalg_lstsq_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0253203Z test_vmapvjpvjp_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0275777Z test_vmapvjpvjp_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0298226Z test_vmapvjpvjp_linalg_lu_factor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0320655Z test_vmapvjpvjp_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0343168Z test_vmapvjpvjp_linalg_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0364801Z test_vmapvjpvjp_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0385518Z test_vmapvjpvjp_linalg_matrix_power_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0405611Z test_vmapvjpvjp_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0427895Z test_vmapvjpvjp_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0449804Z test_vmapvjpvjp_linalg_multi_dot_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0471776Z test_vmapvjpvjp_linalg_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0494549Z test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0516982Z test_vmapvjpvjp_linalg_pinv_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0538799Z test_vmapvjpvjp_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0561663Z test_vmapvjpvjp_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:06:25.0582925Z test_vmapvjpvjp_linalg_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0603274Z test_vmapvjpvjp_linalg_slogdet_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0623438Z test_vmapvjpvjp_linalg_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0643324Z test_vmapvjpvjp_linalg_solve_ex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0665601Z test_vmapvjpvjp_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0687837Z test_vmapvjpvjp_linalg_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0710715Z test_vmapvjpvjp_linalg_svdvals_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0733349Z test_vmapvjpvjp_linalg_tensorinv_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0755854Z test_vmapvjpvjp_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0778436Z test_vmapvjpvjp_linalg_vander_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0799756Z test_vmapvjpvjp_linalg_vecdot_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0820157Z test_vmapvjpvjp_linalg_vector_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0840339Z test_vmapvjpvjp_linspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0860457Z test_vmapvjpvjp_log10_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0880565Z test_vmapvjpvjp_log1p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0901239Z test_vmapvjpvjp_log2_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0923741Z test_vmapvjpvjp_log_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0946563Z test_vmapvjpvjp_log_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0968791Z test_vmapvjpvjp_log_softmax_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.0991236Z test_vmapvjpvjp_logaddexp2_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1012429Z test_vmapvjpvjp_logaddexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1032796Z test_vmapvjpvjp_logcumsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1054843Z test_vmapvjpvjp_logdet_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1077241Z test_vmapvjpvjp_logical_and_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1099183Z test_vmapvjpvjp_logical_not_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1120762Z test_vmapvjpvjp_logical_or_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1142863Z test_vmapvjpvjp_logical_xor_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1165260Z test_vmapvjpvjp_logit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1187762Z test_vmapvjpvjp_logspace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1210028Z test_vmapvjpvjp_logsumexp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1231647Z test_vmapvjpvjp_long_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1251849Z test_vmapvjpvjp_long_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1272124Z test_vmapvjpvjp_lt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1291789Z test_vmapvjpvjp_lu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1311873Z test_vmapvjpvjp_lu_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1332773Z test_vmapvjpvjp_lu_unpack_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1355400Z test_vmapvjpvjp_mH_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1377709Z test_vmapvjpvjp_mT_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1400173Z test_vmapvjpvjp_masked_fill_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1422355Z test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1443642Z test_vmapvjpvjp_masked_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1464275Z test_vmapvjpvjp_masked_select_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1486536Z test_vmapvjpvjp_matmul_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1506801Z test_vmapvjpvjp_matrix_exp_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1526626Z test_vmapvjpvjp_max_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1547511Z test_vmapvjpvjp_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1569832Z test_vmapvjpvjp_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1592379Z test_vmapvjpvjp_maximum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1614637Z test_vmapvjpvjp_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1637047Z test_vmapvjpvjp_median_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1658251Z test_vmapvjpvjp_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1678702Z test_vmapvjpvjp_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1698569Z test_vmapvjpvjp_min_binary_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1718823Z test_vmapvjpvjp_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1738555Z test_vmapvjpvjp_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1761244Z test_vmapvjpvjp_minimum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1783790Z test_vmapvjpvjp_mm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1809210Z test_vmapvjpvjp_mode_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1831741Z test_vmapvjpvjp_movedim_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1853969Z test_vmapvjpvjp_msort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1875008Z test_vmapvjpvjp_mul_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1895234Z test_vmapvjpvjp_multinomial_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1915742Z test_vmapvjpvjp_mv_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1935759Z test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1955942Z test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1976688Z test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.1999346Z test_vmapvjpvjp_nan_to_num_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2021512Z test_vmapvjpvjp_nanmean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2043942Z test_vmapvjpvjp_nanmedian_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2066600Z test_vmapvjpvjp_nanquantile_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2087753Z test_vmapvjpvjp_nansum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2108175Z test_vmapvjpvjp_narrow_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2128344Z test_vmapvjpvjp_native_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2148113Z test_vmapvjpvjp_ne_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2170335Z test_vmapvjpvjp_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2192474Z test_vmapvjpvjp_new_empty_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2214943Z test_vmapvjpvjp_new_full_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2237246Z test_vmapvjpvjp_new_ones_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2259986Z test_vmapvjpvjp_new_zeros_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2282413Z test_vmapvjpvjp_nextafter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2303569Z test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2324015Z test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2344323Z test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2364477Z test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2384487Z test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2405076Z test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2427506Z test_vmapvjpvjp_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2449595Z test_vmapvjpvjp_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2472295Z test_vmapvjpvjp_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2494727Z test_vmapvjpvjp_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2516576Z test_vmapvjpvjp_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2537670Z test_vmapvjpvjp_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2558200Z test_vmapvjpvjp_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2578201Z test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2598253Z test_vmapvjpvjp_nn_functional_celu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2618944Z test_vmapvjpvjp_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2641573Z test_vmapvjpvjp_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2663956Z test_vmapvjpvjp_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2686394Z test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2708875Z test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2729880Z test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2750300Z test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2770299Z test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2790400Z test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2810303Z test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2831212Z test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2853611Z test_vmapvjpvjp_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2876104Z test_vmapvjpvjp_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2898509Z test_vmapvjpvjp_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2920734Z test_vmapvjpvjp_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2941751Z test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2962249Z test_vmapvjpvjp_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.2982442Z test_vmapvjpvjp_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3002597Z test_vmapvjpvjp_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3022590Z test_vmapvjpvjp_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3043248Z test_vmapvjpvjp_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3066034Z test_vmapvjpvjp_nn_functional_dropout_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3088237Z test_vmapvjpvjp_nn_functional_elu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3111038Z test_vmapvjpvjp_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3132978Z test_vmapvjpvjp_nn_functional_embedding_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3154695Z test_vmapvjpvjp_nn_functional_embedding_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3175319Z test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3195380Z test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3215471Z test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3237995Z test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3260243Z test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3282377Z test_vmapvjpvjp_nn_functional_gelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3305019Z test_vmapvjpvjp_nn_functional_glu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3327104Z test_vmapvjpvjp_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3349576Z test_vmapvjpvjp_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3370841Z test_vmapvjpvjp_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3390866Z test_vmapvjpvjp_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3413080Z test_vmapvjpvjp_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3433027Z test_vmapvjpvjp_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3453082Z test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3473943Z test_vmapvjpvjp_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3496391Z test_vmapvjpvjp_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3518610Z test_vmapvjpvjp_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3540749Z test_vmapvjpvjp_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3563346Z test_vmapvjpvjp_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3584657Z test_vmapvjpvjp_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3604653Z test_vmapvjpvjp_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3624946Z test_vmapvjpvjp_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3644825Z test_vmapvjpvjp_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3666906Z test_vmapvjpvjp_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3688908Z test_vmapvjpvjp_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3711146Z test_vmapvjpvjp_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3733445Z test_vmapvjpvjp_nn_functional_linear_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3756221Z test_vmapvjpvjp_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3778268Z test_vmapvjpvjp_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3799598Z test_vmapvjpvjp_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3819856Z test_vmapvjpvjp_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3840257Z test_vmapvjpvjp_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3862053Z test_vmapvjpvjp_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3884535Z test_vmapvjpvjp_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3906156Z test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3928374Z test_vmapvjpvjp_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3951252Z test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3973392Z test_vmapvjpvjp_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.3995582Z test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4016732Z test_vmapvjpvjp_nn_functional_mish_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4037833Z test_vmapvjpvjp_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4057693Z test_vmapvjpvjp_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4077830Z test_vmapvjpvjp_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4097618Z test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4118799Z test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4140911Z test_vmapvjpvjp_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4163796Z test_vmapvjpvjp_nn_functional_normalize_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4186176Z test_vmapvjpvjp_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4208377Z test_vmapvjpvjp_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4229820Z test_vmapvjpvjp_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4249982Z test_vmapvjpvjp_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4272705Z test_vmapvjpvjp_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4292570Z test_vmapvjpvjp_nn_functional_pdist_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4312749Z test_vmapvjpvjp_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4333412Z test_vmapvjpvjp_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4356241Z test_vmapvjpvjp_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4378169Z test_vmapvjpvjp_nn_functional_prelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4400891Z test_vmapvjpvjp_nn_functional_relu6_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4423376Z test_vmapvjpvjp_nn_functional_relu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4444512Z test_vmapvjpvjp_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4464948Z test_vmapvjpvjp_nn_functional_selu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4484964Z test_vmapvjpvjp_nn_functional_silu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4505495Z test_vmapvjpvjp_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4525407Z test_vmapvjpvjp_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4547586Z test_vmapvjpvjp_nn_functional_softmin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4569808Z test_vmapvjpvjp_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4592156Z test_vmapvjpvjp_nn_functional_softplus_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4614613Z test_vmapvjpvjp_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4637121Z test_vmapvjpvjp_nn_functional_softsign_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4658459Z test_vmapvjpvjp_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4678932Z test_vmapvjpvjp_nn_functional_threshold_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4698914Z test_vmapvjpvjp_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4719061Z test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4740952Z test_vmapvjpvjp_nn_functional_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4763005Z test_vmapvjpvjp_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4785714Z test_vmapvjpvjp_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4808006Z test_vmapvjpvjp_nonzero_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4830596Z test_vmapvjpvjp_norm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4853092Z test_vmapvjpvjp_norm_fro_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4874419Z test_vmapvjpvjp_norm_inf_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4894519Z test_vmapvjpvjp_norm_nuc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4915016Z test_vmapvjpvjp_normal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4935882Z test_vmapvjpvjp_normal_number_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4958278Z test_vmapvjpvjp_ones_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.4979848Z test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5002036Z test_vmapvjpvjp_ops_aten_index_put_functorch_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5024717Z test_vmapvjpvjp_ormqr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5046864Z test_vmapvjpvjp_outer_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5069807Z test_vmapvjpvjp_pca_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5090912Z test_vmapvjpvjp_permute_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5111270Z test_vmapvjpvjp_pinverse_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5131440Z test_vmapvjpvjp_polar_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5151605Z test_vmapvjpvjp_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5172036Z test_vmapvjpvjp_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5192900Z test_vmapvjpvjp_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5215212Z test_vmapvjpvjp_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5237459Z test_vmapvjpvjp_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5259789Z test_vmapvjpvjp_positive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5282301Z test_vmapvjpvjp_pow_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5303276Z test_vmapvjpvjp_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5325099Z test_vmapvjpvjp_put_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5345549Z test_vmapvjpvjp_qr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5365401Z test_vmapvjpvjp_quantile_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5386811Z test_vmapvjpvjp_rad2deg_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5408376Z test_vmapvjpvjp_rand_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5441194Z test_vmapvjpvjp_randint_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5456541Z test_vmapvjpvjp_randn_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5479103Z test_vmapvjpvjp_ravel_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5501290Z test_vmapvjpvjp_real_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5522103Z test_vmapvjpvjp_reciprocal_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5543544Z test_vmapvjpvjp_remainder_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5563670Z test_vmapvjpvjp_renorm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5583687Z test_vmapvjpvjp_repeat_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5605799Z test_vmapvjpvjp_repeat_interleave_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5627200Z test_vmapvjpvjp_reshape_as_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5649538Z test_vmapvjpvjp_reshape_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5671948Z test_vmapvjpvjp_resize__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5694285Z test_vmapvjpvjp_resize_as__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5716610Z test_vmapvjpvjp_resolve_conj_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5737581Z test_vmapvjpvjp_resolve_neg_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5758156Z test_vmapvjpvjp_roll_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5777996Z test_vmapvjpvjp_rot90_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5797984Z test_vmapvjpvjp_round_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5817851Z test_vmapvjpvjp_round_decimals_0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5838966Z test_vmapvjpvjp_round_decimals_3_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5861180Z test_vmapvjpvjp_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5883482Z test_vmapvjpvjp_rsqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5906102Z test_vmapvjpvjp_rsub_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5928238Z test_vmapvjpvjp_scatter_add_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5949964Z test_vmapvjpvjp_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5969749Z test_vmapvjpvjp_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.5990313Z test_vmapvjpvjp_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6009910Z test_vmapvjpvjp_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6032279Z test_vmapvjpvjp_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6054087Z test_vmapvjpvjp_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6076454Z test_vmapvjpvjp_searchsorted_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6098654Z test_vmapvjpvjp_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6121296Z test_vmapvjpvjp_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6143761Z test_vmapvjpvjp_select_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6164978Z test_vmapvjpvjp_select_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6185342Z test_vmapvjpvjp_sgn_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6207734Z test_vmapvjpvjp_short_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6227777Z test_vmapvjpvjp_short_functorch_no_channels_last_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6247765Z test_vmapvjpvjp_sigmoid_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6268773Z test_vmapvjpvjp_sign_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6291029Z test_vmapvjpvjp_signbit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6315587Z test_vmapvjpvjp_sin_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6337892Z test_vmapvjpvjp_sinc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6360512Z test_vmapvjpvjp_sinh_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6381625Z test_vmapvjpvjp_slice_scatter_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6401810Z test_vmapvjpvjp_softmax_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6421956Z test_vmapvjpvjp_softmax_with_dtype_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6444029Z test_vmapvjpvjp_sort_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6466565Z test_vmapvjpvjp_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6487854Z test_vmapvjpvjp_special_airy_ai_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6510399Z test_vmapvjpvjp_special_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6532801Z test_vmapvjpvjp_special_bessel_j1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6555124Z test_vmapvjpvjp_special_bessel_y0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6577356Z test_vmapvjpvjp_special_bessel_y1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6598858Z test_vmapvjpvjp_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6619950Z test_vmapvjpvjp_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6637057Z test_vmapvjpvjp_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:06:25.6653460Z test_vmapvjpvjp_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:06:25.6673009Z test_vmapvjpvjp_special_entr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6693361Z test_vmapvjpvjp_special_erfcx_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6714323Z test_vmapvjpvjp_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6736629Z test_vmapvjpvjp_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6759316Z test_vmapvjpvjp_special_i0e_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6781388Z test_vmapvjpvjp_special_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6804175Z test_vmapvjpvjp_special_i1e_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6825041Z test_vmapvjpvjp_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6841332Z test_vmapvjpvjp_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:06:25.6861584Z test_vmapvjpvjp_special_log_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6881677Z test_vmapvjpvjp_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6902376Z test_vmapvjpvjp_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6923166Z test_vmapvjpvjp_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6945879Z test_vmapvjpvjp_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6967774Z test_vmapvjpvjp_special_ndtr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.6990377Z test_vmapvjpvjp_special_ndtri_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7012784Z test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7034333Z test_vmapvjpvjp_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7054404Z test_vmapvjpvjp_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7071140Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:06:25.7088317Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:06:25.7107260Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:06:25.7125778Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:06:25.7146706Z test_vmapvjpvjp_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7168711Z test_vmapvjpvjp_special_xlog1py_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7190970Z test_vmapvjpvjp_special_zeta_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7213144Z test_vmapvjpvjp_split_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7235801Z test_vmapvjpvjp_split_list_args_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7256875Z test_vmapvjpvjp_split_with_sizes_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7277272Z test_vmapvjpvjp_sqrt_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7297345Z test_vmapvjpvjp_square_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7317142Z test_vmapvjpvjp_squeeze_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7337054Z test_vmapvjpvjp_stack_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7358098Z test_vmapvjpvjp_std_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7380283Z test_vmapvjpvjp_std_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7402505Z test_vmapvjpvjp_stft_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7425197Z test_vmapvjpvjp_sub_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7447619Z test_vmapvjpvjp_sum_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7468770Z test_vmapvjpvjp_sum_to_size_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7491091Z test_vmapvjpvjp_svd_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7511994Z test_vmapvjpvjp_svd_lowrank_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7531849Z test_vmapvjpvjp_symeig_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7551862Z test_vmapvjpvjp_t_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7572605Z test_vmapvjpvjp_take_along_dim_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7595263Z test_vmapvjpvjp_take_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7617496Z test_vmapvjpvjp_tan_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7639918Z test_vmapvjpvjp_tanh_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7662230Z test_vmapvjpvjp_tensor_split_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7683330Z test_vmapvjpvjp_tensordot_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7703649Z test_vmapvjpvjp_tile_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7724394Z test_vmapvjpvjp_to_sparse_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7744429Z test_vmapvjpvjp_topk_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7764192Z test_vmapvjpvjp_trace_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7785133Z test_vmapvjpvjp_transpose_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7807362Z test_vmapvjpvjp_trapezoid_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7829607Z test_vmapvjpvjp_trapz_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7851655Z test_vmapvjpvjp_triangular_solve_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7874084Z test_vmapvjpvjp_tril_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7895360Z test_vmapvjpvjp_triu_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7915603Z test_vmapvjpvjp_true_divide_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7935465Z test_vmapvjpvjp_trunc_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7955727Z test_vmapvjpvjp_unbind_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7975396Z test_vmapvjpvjp_unflatten_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.7997738Z test_vmapvjpvjp_unfold_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8020067Z test_vmapvjpvjp_unique_consecutive_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8042466Z test_vmapvjpvjp_unique_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8065257Z test_vmapvjpvjp_unsqueeze_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8087537Z test_vmapvjpvjp_var_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8108900Z test_vmapvjpvjp_var_mean_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8129504Z test_vmapvjpvjp_vdot_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8149713Z test_vmapvjpvjp_view_as_complex_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8170247Z test_vmapvjpvjp_view_as_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8189711Z test_vmapvjpvjp_view_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8210419Z test_vmapvjpvjp_vsplit_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8233021Z test_vmapvjpvjp_vstack_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8255243Z test_vmapvjpvjp_where_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8278064Z test_vmapvjpvjp_xlogy_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8300490Z test_vmapvjpvjp_zero__cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8321891Z test_vmapvjpvjp_zeros_like_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped; these tests take too long (0.002s) 2022-08-17T13:06:25.8324443Z 2022-08-17T13:06:25.8324930Z ---------------------------------------------------------------------- 2022-08-17T13:06:25.8325276Z Ran 8042 tests in 1429.660s 2022-08-17T13:06:25.8328805Z 2022-08-17T13:06:25.8329132Z OK (skipped=2152, expected failures=299) 2022-08-17T13:06:25.8329504Z 2022-08-17T13:06:25.8329686Z Generating XML reports... 2022-08-17T13:06:26.9541858Z Generated XML report: test-reports/python-unittest/functorch.test.test_ops/TEST-TestOperatorsCUDA-20220817124236.xml 2022-08-17T13:06:27.9221333Z Running /var/lib/jenkins/workspace/functorch/test/test_pythonkey ... [2022-08-17 13:06:27.921648] 2022-08-17T13:06:27.9222491Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_pythonkey.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:27.921723] 2022-08-17T13:06:31.8505056Z /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-08-17T13:06:31.8505680Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:31.8506570Z /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-08-17T13:06:31.8507188Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:31.9298442Z /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-08-17T13:06:31.9299264Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:31.9300087Z /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-08-17T13:06:31.9300882Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:31.9303270Z /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-08-17T13:06:31.9304060Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:31.9311650Z /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-08-17T13:06:31.9312416Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:31.9354821Z /var/lib/jenkins/workspace/functorch/test/test_pythonkey.py:43: 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-08-17T13:06:31.9355800Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-08-17T13:06:32.0145739Z Test results will be stored in test-reports/python-unittest/functorch.test.test_pythonkey 2022-08-17T13:06:32.0169440Z 2022-08-17T13:06:32.0169794Z Running tests... 2022-08-17T13:06:32.0170258Z ---------------------------------------------------------------------- 2022-08-17T13:06:32.0620584Z test_batchnorm (__main__.TestAOTAutograd) ... ok (0.045s) 2022-08-17T13:06:32.0741715Z test_grad_context (__main__.TestAOTAutograd) ... ok (0.012s) 2022-08-17T13:06:32.0857035Z test_inner_grad (__main__.TestAOTAutograd) ... ok (0.011s) 2022-08-17T13:06:32.1053860Z test_list_codegen (__main__.TestAOTAutograd) ... ok (0.020s) 2022-08-17T13:06:32.1246959Z test_module (__main__.TestAOTAutograd) ... ok (0.019s) 2022-08-17T13:06:32.1361677Z test_multi_output (__main__.TestAOTAutograd) ... ok (0.011s) 2022-08-17T13:06:32.1475223Z test_multi_output_list (__main__.TestAOTAutograd) ... ok (0.011s) 2022-08-17T13:06:32.2007762Z test_no_grad_input_output (__main__.TestAOTAutograd) ... ok (0.053s) 2022-08-17T13:06:32.2290460Z test_output_dict (__main__.TestAOTAutograd) ... ok (0.028s) 2022-08-17T13:06:32.2312370Z test_single_output (__main__.TestAOTAutograd) ... ERROR (0.002s) 2022-08-17T13:06:32.2313434Z test_single_output errored - num_retries_left: 3 2022-08-17T13:06:32.2313760Z Traceback (most recent call last): 2022-08-17T13:06:32.2314145Z File "/var/lib/jenkins/workspace/functorch/test/test_pythonkey.py", line 223, in test_single_output 2022-08-17T13:06:32.2314540Z self.verify_aot_autograd(f, inp) 2022-08-17T13:06:32.2317199Z File "/var/lib/jenkins/workspace/functorch/test/test_pythonkey.py", line 216, in verify_aot_autograd 2022-08-17T13:06:32.2317849Z self.assertEqual(ref_out, test_out) 2022-08-17T13:06:32.2318505Z File "/opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 2391, in assertEqual 2022-08-17T13:06:32.2318953Z y = torch.as_tensor(y, dtype=x.dtype, device=x.device) 2022-08-17T13:06:32.2319343Z ValueError: only one element tensors can be converted to Python scalars 2022-08-17T13:06:32.2319583Z 2022-08-17T13:06:32.2396208Z test_single_output (__main__.TestAOTAutograd) ... ok (0.008s) 2022-08-17T13:06:32.2570703Z test_aot_module_simplified (__main__.TestAOTModuleSimplified) ... ok (0.017s) 2022-08-17T13:06:32.2775448Z test_aot_module_simplified_preserves_stack_trace (__main__.TestAOTModuleSimplified) ... /var/lib/jenkins/workspace/functorch/functorch/_src/aot_autograd.py:175: 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-08-17T13:06:32.2776352Z warnings.warn( 2022-08-17T13:06:32.2779617Z ok (0.021s) 2022-08-17T13:06:32.2788639Z test_autocast (__main__.TestAutocast) ... skip: test requires torchvision (0.001s) 2022-08-17T13:06:32.2895611Z test_contiguous (__main__.TestContiguous) ... ok (0.011s) 2022-08-17T13:06:32.3014437Z test_default_partitioner_getitem (__main__.TestPartitioning) ... ok (0.012s) 2022-08-17T13:06:32.5919020Z test_meta_tensor_inplace_op (__main__.TestPartitioning) ... ok (0.290s) 2022-08-17T13:06:32.6468759Z test_min_cut_partitioner (__main__.TestPartitioning) ... ok (0.055s) 2022-08-17T13:06:32.6612757Z test_recompute_partitioning (__main__.TestPartitioning) ... ok (0.014s) 2022-08-17T13:06:32.6673660Z test_preserve_random (__main__.TestRandom) ... ok (0.006s) 2022-08-17T13:06:32.6674811Z 2022-08-17T13:06:32.6675229Z ---------------------------------------------------------------------- 2022-08-17T13:06:32.6675584Z Ran 20 tests in 0.651s 2022-08-17T13:06:32.6675730Z 2022-08-17T13:06:32.6675877Z OK (skipped=2, expected failures=1) 2022-08-17T13:06:32.6676063Z 2022-08-17T13:06:32.6676477Z Generating XML reports... 2022-08-17T13:06:32.6722649Z Generated XML report: test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestAOTAutograd-20220817130632.xml 2022-08-17T13:06:32.6727690Z Generated XML report: test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestAOTModuleSimplified-20220817130632.xml 2022-08-17T13:06:32.6731067Z Generated XML report: test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestContiguous-20220817130632.xml 2022-08-17T13:06:32.6737397Z Generated XML report: test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestPartitioning-20220817130632.xml 2022-08-17T13:06:32.6752076Z Generated XML report: test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestRandom-20220817130632.xml 2022-08-17T13:06:32.6755944Z Generated XML report: test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestAutocast-20220817130632.xml 2022-08-17T13:06:33.1740344Z Running /var/lib/jenkins/workspace/functorch/test/test_vmap ... [2022-08-17 13:06:33.173531] 2022-08-17T13:06:33.1741129Z Executing ['/opt/conda/bin/python', '-bb', '/var/lib/jenkins/workspace/functorch/test/test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:33.173608] 2022-08-17T13:06:37.0274826Z /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-08-17T13:06:37.0275872Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:37.0276751Z /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-08-17T13:06:37.0277368Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:37.0300852Z /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-08-17T13:06:37.0301481Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:37.0303581Z /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-08-17T13:06:37.0304180Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:37.0307321Z /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-08-17T13:06:37.0308063Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:37.0315019Z /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-08-17T13:06:37.0315936Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:37.3111846Z Test results will be stored in test-reports/python-unittest/functorch.test.test_vmap 2022-08-17T13:06:37.3355556Z 2022-08-17T13:06:37.3356186Z Running tests... 2022-08-17T13:06:37.3356737Z ---------------------------------------------------------------------- 2022-08-17T13:06:37.3611101Z test_alpha_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_vmap.py:3810: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:06:37.3612077Z slices_equal = vmap(vmap(lambda x, y: (x == y).all(), (0, None)), (None, 0))(tensor, tensor) 2022-08-17T13:06:37.3626628Z ok (0.027s) 2022-08-17T13:06:37.3659180Z test_alpha_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.3689617Z test_alpha_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.3743206Z test_alpha_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.3791854Z test_alpha_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.3840337Z test_alpha_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.3861281Z test_alpha_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-08-17T13:06:37.3882701Z test_alpha_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-08-17T13:06:37.3903456Z test_alpha_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-08-17T13:06:37.3953368Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4000240Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4046142Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.4093147Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4140264Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4187248Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4243731Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:37.4297722Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4353157Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4407314Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4462458Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4516682Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4570972Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4625639Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4679554Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4733698Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4788120Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4842164Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.4898348Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:37.4955880Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:37.5007572Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5061834Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5116489Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5164963Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5218667Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5271236Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5318345Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5364280Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.5408198Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.5452303Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.5496743Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.5541736Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.5586803Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.5638978Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5692509Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5744610Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5797049Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5849783Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5902460Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.5955062Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6007870Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6060359Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6112958Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6165673Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6218071Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6270886Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6323819Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6372768Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6427370Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6481437Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6531662Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6588432Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:37.6644131Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6694113Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.6775874Z test_chunk_vmap_in_dim_0_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-08-17T13:06:37.6863149Z test_chunk_vmap_in_dim_0_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-08-17T13:06:37.6950915Z test_chunk_vmap_in_dim_0_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-08-17T13:06:37.7041867Z test_chunk_vmap_in_dim_1_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-08-17T13:06:37.7127584Z test_chunk_vmap_in_dim_1_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-08-17T13:06:37.7212866Z test_chunk_vmap_in_dim_1_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.008s) 2022-08-17T13:06:37.7312049Z test_chunk_vmap_in_dim_2_out_dim_0_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-08-17T13:06:37.7399867Z test_chunk_vmap_in_dim_2_out_dim_1_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-08-17T13:06:37.7487387Z test_chunk_vmap_in_dim_2_out_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-08-17T13:06:37.7521018Z test_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.7551352Z test_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.7580551Z test_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.7629360Z test_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.7676017Z test_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.7723002Z test_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.7744503Z test_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-08-17T13:06:37.7767213Z test_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-08-17T13:06:37.7788416Z test_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.002s) 2022-08-17T13:06:37.7890535Z test_factory_ops_randomness_different_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-08-17T13:06:37.7986238Z test_factory_ops_randomness_different_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-08-17T13:06:37.8032978Z test_factory_ops_randomness_error_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.8078718Z test_factory_ops_randomness_error_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.8175306Z test_factory_ops_randomness_same_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-08-17T13:06:37.8271508Z test_factory_ops_randomness_same_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-08-17T13:06:37.8309806Z test_feature_alpha_dropout_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.8346512Z test_feature_alpha_dropout_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.8384270Z test_feature_alpha_dropout_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.8434607Z test_feature_alpha_dropout_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.8484701Z test_feature_alpha_dropout_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.8534462Z test_feature_alpha_dropout_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.8561245Z test_feature_alpha_dropout_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.8588050Z test_feature_alpha_dropout_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.8615914Z test_feature_alpha_dropout_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.8656283Z test_feature_dropout_randomness_different_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.8697114Z test_feature_dropout_randomness_different_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.8737346Z test_feature_dropout_randomness_different_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.8777920Z test_feature_dropout_randomness_different_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.8817854Z test_feature_dropout_randomness_different_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.8857930Z test_feature_dropout_randomness_different_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.8911026Z test_feature_dropout_randomness_error_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.8964246Z test_feature_dropout_randomness_error_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.9018156Z test_feature_dropout_randomness_error_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.9071511Z test_feature_dropout_randomness_error_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.9124141Z test_feature_dropout_randomness_error_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.9176887Z test_feature_dropout_randomness_error_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.9207815Z test_feature_dropout_randomness_same_batched_input_first_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.9238281Z test_feature_dropout_randomness_same_batched_input_first_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.9270655Z test_feature_dropout_randomness_same_batched_input_last_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.9301449Z test_feature_dropout_randomness_same_batched_input_last_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.9332260Z test_feature_dropout_randomness_same_batched_input_none_dim_2_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.9362904Z test_feature_dropout_randomness_same_batched_input_none_dim_3_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:37.9400916Z test_like_functions_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.9439223Z test_like_functions_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.9477126Z test_like_functions_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.9522731Z test_like_functions_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.9569977Z test_like_functions_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:37.9615286Z test_like_functions_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:37.9714540Z test_like_functions_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-08-17T13:06:37.9812859Z test_like_functions_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-08-17T13:06:37.9909317Z test_like_functions_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.010s) 2022-08-17T13:06:37.9957945Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0005426Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0055719Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0125741Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-08-17T13:06:38.0196607Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-08-17T13:06:38.0266337Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-08-17T13:06:38.0320869Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0373310Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0429017Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0481186Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0533911Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0586568Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0639166Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0692127Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0736843Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:38.0789483Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0842585Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0885835Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:38.0935422Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.0982952Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1032958Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1102134Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-08-17T13:06:38.1174042Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-08-17T13:06:38.1244156Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-08-17T13:06:38.1299769Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1352861Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1405775Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1458985Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1511590Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1564215Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1616603Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1672042Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1716814Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:38.1770116Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1825603Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.1868661Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:38.1932653Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.1997491Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.2059501Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.2122922Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.2187496Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.2251340Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.2301371Z 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:4213: 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-08-17T13:06:38.2303196Z lambda t, o, _: torch.binomial(t, (o - 0.5), **kwargs), 2022-08-17T13:06:38.2319916Z ok (0.007s) 2022-08-17T13:06:38.2386954Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-08-17T13:06:38.2451787Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.2505100Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.2559538Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.2611155Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.2662632Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.2714905Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.2766877Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.2817418Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.2868470Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.2920749Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.2971322Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.3023474Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.3073897Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.3124769Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.3176933Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.3230209Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.3280352Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.3331000Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.3400756Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-08-17T13:06:38.3463481Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.3527709Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.3590675Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.3654073Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.3717864Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.3780847Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.3844468Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.3909202Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.3971883Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.4022616Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4072722Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4123468Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4175673Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4226168Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4277752Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4328111Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4380117Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4430832Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4481530Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4531799Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4582096Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4635156Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4685746Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4736419Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4787031Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4837435Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.4905133Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.007s) 2022-08-17T13:06:38.5101930Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.020s) 2022-08-17T13:06:38.5302355Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.020s) 2022-08-17T13:06:38.5357276Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.5409328Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.5461638Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.5514273Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.5736964Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.022s) 2022-08-17T13:06:38.5965803Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.023s) 2022-08-17T13:06:38.6183628Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.022s) 2022-08-17T13:06:38.6372414Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.019s) 2022-08-17T13:06:38.6571221Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.020s) 2022-08-17T13:06:38.6624067Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.6680889Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.006s) 2022-08-17T13:06:38.6733490Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.6786094Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.7007271Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.022s) 2022-08-17T13:06:38.7241184Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.023s) 2022-08-17T13:06:38.7459993Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.022s) 2022-08-17T13:06:38.7613745Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-08-17T13:06:38.7767876Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-08-17T13:06:38.7924758Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.016s) 2022-08-17T13:06:38.7978535Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.8030787Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.8082454Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.8134915Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.8187007Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.8356576Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.017s) 2022-08-17T13:06:38.8501285Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.014s) 2022-08-17T13:06:38.8648284Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-08-17T13:06:38.8794599Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.015s) 2022-08-17T13:06:38.8846659Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.8898287Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.8950061Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.9002382Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_first_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.9054109Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_last_cuda (__main__.TestRandomnessCUDA) ... ok (0.005s) 2022-08-17T13:06:38.9216528Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_none_cuda (__main__.TestRandomnessCUDA) ... ok (0.016s) 2022-08-17T13:06:38.9249883Z test_randperm_randomness_different_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:38.9282181Z test_randperm_randomness_different_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:38.9325322Z test_randperm_randomness_error_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:38.9368876Z test_randperm_randomness_error_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.004s) 2022-08-17T13:06:38.9397052Z test_randperm_randomness_same_use_generator_False_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:38.9427237Z test_randperm_randomness_same_use_generator_True_cuda (__main__.TestRandomnessCUDA) ... ok (0.003s) 2022-08-17T13:06:38.9513326Z test_unsupported_random_cuda (__main__.TestRandomnessCUDA) ... ok (0.009s) 2022-08-17T13:06:38.9546272Z test_fails_with_autograd_function_transform_grad_and_value_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-08-17T13:06:38.9576781Z test_fails_with_autograd_function_transform_grad_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-08-17T13:06:38.9612311Z test_fails_with_autograd_function_transform_jacfwd_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-08-17T13:06:38.9643201Z test_fails_with_autograd_function_transform_jacrev_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-08-17T13:06:38.9672979Z test_fails_with_autograd_function_transform_jvp_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-08-17T13:06:38.9702650Z test_fails_with_autograd_function_transform_vjp_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-08-17T13:06:38.9735144Z test_fails_with_autograd_function_transform_vmap_cuda (__main__.TestTransformFailureCUDA) ... ok (0.003s) 2022-08-17T13:06:38.9791907Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... ok (0.006s) 2022-08-17T13:06:38.9806731Z 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-08-17T13:06:38.9824555Z test_batch_rule_does_not_need_to_handle_no_batched_input (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:38.9842899Z test_batched_gradient_basic (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:38.9855770Z test_constant_function (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:38.9890730Z test_data_dependent_control_flow_throws (__main__.TestVmapAPI) ... ok (0.003s) 2022-08-17T13:06:38.9906968Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:38.9930118Z test_fallback_atan2 (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:06:38.9930931Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:06:39.0697075Z ok (0.079s) 2022-08-17T13:06:39.0712843Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.0724052Z test_fallback_masked_fill (__main__.TestVmapAPI) ... skip: (0.001s) 2022-08-17T13:06:39.0789891Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... ok (0.006s) 2022-08-17T13:06:39.0809789Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... expected failure (0.002s) 2022-08-17T13:06:39.0821783Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.0865638Z test_fallback_zero_dim (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:06:39.0867490Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:06:39.0987330Z ok (0.016s) 2022-08-17T13:06:39.0999335Z test_func_with_no_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.1009342Z test_func_with_no_tensors (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.1022535Z test_functools_partial (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.1041983Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... expected failure (0.002s) 2022-08-17T13:06:39.1066143Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.1084141Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.1111361Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:06:39.1113094Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:06:39.1142445Z expected failure (0.006s) 2022-08-17T13:06:39.1799127Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... ok (0.065s) 2022-08-17T13:06:39.1906746Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... ok (0.011s) 2022-08-17T13:06:39.1926265Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.1966504Z test_item_throws (__main__.TestVmapAPI) ... ok (0.004s) 2022-08-17T13:06:39.1979362Z test_multiple_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.2007518Z test_multiple_out_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-08-17T13:06:39.2023021Z test_multiple_outputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.2035603Z test_multiple_outputs2 (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.2050870Z test_nested_negative_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.2066569Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.2108826Z test_nested_out_dims (__main__.TestVmapAPI) ... ok (0.004s) 2022-08-17T13:06:39.2122138Z test_nested_with_diag_embed (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.2148943Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... ok (0.003s) 2022-08-17T13:06:39.2166756Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2184597Z test_nn_module (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2223584Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... ok (0.004s) 2022-08-17T13:06:39.2238167Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.2262496Z test_non_zero_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2282988Z test_none_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2353872Z test_nonzero_out_dims (__main__.TestVmapAPI) ... ok (0.007s) 2022-08-17T13:06:39.2367713Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.2388227Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2427508Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... ok (0.004s) 2022-08-17T13:06:39.2445737Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2459919Z test_out_dims_edge_case (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.2475445Z test_out_dims_must_be_int_or_collection_of_int_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.2492867Z test_pytree_odict_returns (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2518656Z test_pytree_returns (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2538548Z test_pytree_returns_broadcast_nested (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2557678Z test_pytree_returns_broadcast_simple (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2576898Z test_pytree_returns_outdims (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2611115Z test_reshape_dim_into (__main__.TestVmapAPI) ... ok (0.003s) 2022-08-17T13:06:39.2635024Z test_reshape_dim_outof (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:06:39.2647405Z test_single_input (__main__.TestVmapAPI) ... ok (0.001s) 2022-08-17T13:06:39.2710478Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... ok (0.006s) 2022-08-17T13:06:39.2714910Z test_vmap_autocast_cpu (__main__.TestVmapAPI) ... skip: Somehow, vmap and autocast do not work on CPU (0.000s) 2022-08-17T13:06:39.6705006Z test_vmap_autocast_cuda (__main__.TestVmapAPI) ... ok (0.399s) 2022-08-17T13:06:39.6862764Z test_add_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.016s) 2022-08-17T13:06:39.6945113Z test_binary_cross_entropy_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-08-17T13:06:39.7005651Z test_diagonal_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-08-17T13:06:39.7288419Z test_div_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.028s) 2022-08-17T13:06:39.7324050Z test_expand_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-08-17T13:06:39.7407212Z test_index_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-08-17T13:06:39.7478691Z test_inplace_manyview_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-08-17T13:06:39.7541692Z test_inplace_view_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-08-17T13:06:39.7826766Z test_lgamma_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.028s) 2022-08-17T13:06:39.7892716Z test_log1p_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-08-17T13:06:39.7954972Z test_log_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-08-17T13:06:39.8023487Z test_log_softmax_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-08-17T13:06:39.8103423Z test_logsumexp_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-08-17T13:06:39.8147558Z test_max_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-08-17T13:06:39.8191098Z test_median_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-08-17T13:06:39.8235611Z test_min_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-08-17T13:06:39.8477814Z test_mul_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.024s) 2022-08-17T13:06:39.8511009Z test_permute_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-08-17T13:06:39.8543714Z test_reshape_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-08-17T13:06:39.8629101Z test_select_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-08-17T13:06:39.8695543Z test_sigmoid_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-08-17T13:06:39.8784349Z test_slice_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.009s) 2022-08-17T13:06:39.8826792Z test_stack_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-08-17T13:06:39.8987935Z test_sub_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.016s) 2022-08-17T13:06:40.2270552Z test_symeig_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/functorch/test/test_vmap.py:3019: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:06:40.2271333Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T13:06:40.2271784Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:06:40.2273875Z should be replaced with 2022-08-17T13:06:40.2274823Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:06:40.2275358Z and 2022-08-17T13:06:40.2275798Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:06:40.2276322Z should be replaced with 2022-08-17T13:06:40.2277094Z 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:2992.) 2022-08-17T13:06:40.2277589Z return torch.symeig(x, eigenvectors=True)[0] 2022-08-17T13:06:40.2367926Z ok (0.338s) 2022-08-17T13:06:40.2405197Z test_threshold_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-08-17T13:06:40.2465645Z test_trace_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-08-17T13:06:40.2483984Z test_unrelated_output_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-08-17T13:06:40.2503406Z test_unrelated_output_multiple_grad_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-08-17T13:06:40.2519195Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCUDA) ... expected failure (0.001s) 2022-08-17T13:06:40.2529133Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCUDA) ... ok (0.001s) 2022-08-17T13:06:40.2571388Z test_where_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-08-17T13:06:40.2658470Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.009s) 2022-08-17T13:06:40.2699143Z test_adaptive_avg_pool2d (__main__.TestVmapOperators) ... ok (0.004s) 2022-08-17T13:06:40.2789910Z test_argmax_dim (__main__.TestVmapOperators) ... ok (0.009s) 2022-08-17T13:06:40.3009529Z test_arithmetic_add (__main__.TestVmapOperators) ... ok (0.022s) 2022-08-17T13:06:40.3225810Z test_arithmetic_add_dunder (__main__.TestVmapOperators) ... ok (0.021s) 2022-08-17T13:06:40.3452695Z test_arithmetic_div (__main__.TestVmapOperators) ... ok (0.023s) 2022-08-17T13:06:40.3681123Z test_arithmetic_div_dunder (__main__.TestVmapOperators) ... ok (0.023s) 2022-08-17T13:06:40.3894449Z test_arithmetic_mul (__main__.TestVmapOperators) ... ok (0.021s) 2022-08-17T13:06:40.4106370Z test_arithmetic_mul_dunder (__main__.TestVmapOperators) ... ok (0.021s) 2022-08-17T13:06:40.4331651Z test_arithmetic_pow (__main__.TestVmapOperators) ... ok (0.022s) 2022-08-17T13:06:40.4564171Z test_arithmetic_pow_dunder (__main__.TestVmapOperators) ... ok (0.023s) 2022-08-17T13:06:40.4779179Z test_arithmetic_sub (__main__.TestVmapOperators) ... ok (0.021s) 2022-08-17T13:06:40.4993505Z test_arithmetic_sub_dunder (__main__.TestVmapOperators) ... ok (0.021s) 2022-08-17T13:06:40.5139871Z test_as_strided (__main__.TestVmapOperators) ... expected failure (0.015s) 2022-08-17T13:06:40.5324055Z test_bmm (__main__.TestVmapOperators) ... ok (0.018s) 2022-08-17T13:06:40.5390480Z test_cat (__main__.TestVmapOperators) ... ok (0.007s) 2022-08-17T13:06:40.5635334Z test_chunk (__main__.TestVmapOperators) ... ok (0.024s) 2022-08-17T13:06:40.5679908Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-08-17T13:06:40.5734387Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:40.5782494Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:40.5839868Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:40.5888236Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:40.5945390Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:40.5995670Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:40.6057231Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:40.6103781Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:40.6165908Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:40.6216998Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:40.6280826Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:40.6332425Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:40.6395256Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:40.6447869Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:40.6513529Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:40.6560941Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:40.6626291Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:40.6883416Z test_clamp (__main__.TestVmapOperators) ... ok (0.026s) 2022-08-17T13:06:40.6966970Z test_clamp_inplace_variant_clamp_max_ (__main__.TestVmapOperators) ... ok (0.008s) 2022-08-17T13:06:40.7050326Z test_clamp_inplace_variant_clamp_min_ (__main__.TestVmapOperators) ... ok (0.008s) 2022-08-17T13:06:40.7181076Z test_clamp_variant_clamp_max (__main__.TestVmapOperators) ... ok (0.013s) 2022-08-17T13:06:40.7310945Z test_clamp_variant_clamp_min (__main__.TestVmapOperators) ... ok (0.013s) 2022-08-17T13:06:40.7532137Z test_clone (__main__.TestVmapOperators) ... ok (0.022s) 2022-08-17T13:06:40.8492202Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.096s) 2022-08-17T13:06:40.8605613Z test_conj (__main__.TestVmapOperators) ... ok (0.011s) 2022-08-17T13:06:40.8619975Z test_conj_bit (__main__.TestVmapOperators) ... ok (0.001s) 2022-08-17T13:06:40.8710728Z test_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-08-17T13:06:41.1681118Z test_conv2d (__main__.TestVmapOperators) ... ok (0.297s) 2022-08-17T13:06:41.1723185Z test_copy_ (__main__.TestVmapOperators) ... ok (0.004s) 2022-08-17T13:06:41.1748546Z test_cross_batch_size_three (__main__.TestVmapOperators) ... ok (0.002s) 2022-08-17T13:06:41.1809187Z test_diagonal (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:41.1970516Z test_dot (__main__.TestVmapOperators) ... ok (0.016s) 2022-08-17T13:06:41.2059692Z test_expand_as (__main__.TestVmapOperators) ... ok (0.009s) 2022-08-17T13:06:41.2255061Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.019s) 2022-08-17T13:06:41.2373638Z test_imag (__main__.TestVmapOperators) ... ok (0.012s) 2022-08-17T13:06:41.2390275Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-08-17T13:06:41.2473270Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.008s) 2022-08-17T13:06:41.2489089Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.001s) 2022-08-17T13:06:41.2554385Z test_mean (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:41.2634895Z test_mean_dim (__main__.TestVmapOperators) ... ok (0.008s) 2022-08-17T13:06:41.2806021Z test_mm (__main__.TestVmapOperators) ... ok (0.017s) 2022-08-17T13:06:41.2830277Z test_mode_key (__main__.TestVmapOperators) ... ok (0.002s) 2022-08-17T13:06:41.2942187Z test_movedim (__main__.TestVmapOperators) ... ok (0.011s) 2022-08-17T13:06:41.3115625Z test_mv (__main__.TestVmapOperators) ... ok (0.017s) 2022-08-17T13:06:41.3172267Z test_narrow (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:41.3193132Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-08-17T13:06:41.3326171Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.013s) 2022-08-17T13:06:41.3353925Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.003s) 2022-08-17T13:06:41.3409459Z test_nll_loss (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:41.3452163Z test_one_hot (__main__.TestVmapOperators) ... ok (0.004s) 2022-08-17T13:06:41.3569822Z test_real (__main__.TestVmapOperators) ... ok (0.012s) 2022-08-17T13:06:41.3592324Z test_repeat (__main__.TestVmapOperators) ... ok (0.002s) 2022-08-17T13:06:41.3658379Z test_reshape (__main__.TestVmapOperators) ... ok (0.007s) 2022-08-17T13:06:41.3737597Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.008s) 2022-08-17T13:06:41.3815898Z test_result_type (__main__.TestVmapOperators) ... ok (0.008s) 2022-08-17T13:06:41.3877208Z test_roll_no_dims (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:41.3923228Z test_select (__main__.TestVmapOperators) ... ok (0.004s) 2022-08-17T13:06:41.3955535Z test_silu_backward (__main__.TestVmapOperators) ... ok (0.003s) 2022-08-17T13:06:41.4004582Z test_slice (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:41.4060838Z test_slogdet (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:41.4526483Z test_split (__main__.TestVmapOperators) ... ok (0.046s) 2022-08-17T13:06:41.4812091Z test_squeeze (__main__.TestVmapOperators) ... ok (0.029s) 2022-08-17T13:06:41.4875850Z test_stack (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:41.4889191Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-08-17T13:06:41.4948224Z test_sum (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:41.5018917Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.007s) 2022-08-17T13:06:41.5068064Z test_t (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:41.6297975Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.123s) 2022-08-17T13:06:41.6359103Z test_to (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:41.6419035Z test_trace (__main__.TestVmapOperators) ... ok (0.006s) 2022-08-17T13:06:41.6487514Z test_transpose (__main__.TestVmapOperators) ... ok (0.007s) 2022-08-17T13:06:41.6588197Z test_unary_pointwise_abs (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.6693068Z test_unary_pointwise_acos (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.6797151Z test_unary_pointwise_asin (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.6900491Z test_unary_pointwise_atan (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.7003634Z test_unary_pointwise_ceil (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.7106869Z test_unary_pointwise_cos (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.7208014Z test_unary_pointwise_cosh (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.7319587Z test_unary_pointwise_digamma (__main__.TestVmapOperators) ... ok (0.011s) 2022-08-17T13:06:41.7421058Z test_unary_pointwise_exp (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.7525823Z test_unary_pointwise_expm1 (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.7628273Z test_unary_pointwise_floor (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.7727238Z test_unary_pointwise_frac (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.7836087Z test_unary_pointwise_lgamma (__main__.TestVmapOperators) ... ok (0.011s) 2022-08-17T13:06:41.7940300Z test_unary_pointwise_log (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.8045697Z test_unary_pointwise_log10 (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.8152510Z test_unary_pointwise_log1p (__main__.TestVmapOperators) ... ok (0.011s) 2022-08-17T13:06:41.8259252Z test_unary_pointwise_log2 (__main__.TestVmapOperators) ... ok (0.011s) 2022-08-17T13:06:41.8358407Z test_unary_pointwise_neg (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.8460850Z test_unary_pointwise_reciprocal (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.8561260Z test_unary_pointwise_relu (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.8665492Z test_unary_pointwise_round (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.8768940Z test_unary_pointwise_rsqrt (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.8869617Z test_unary_pointwise_sigmoid (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.8969230Z test_unary_pointwise_sign (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.9071910Z test_unary_pointwise_sin (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.9173660Z test_unary_pointwise_sinh (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.9275983Z test_unary_pointwise_sqrt (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.9379479Z test_unary_pointwise_tan (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.9483909Z test_unary_pointwise_tanh (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:41.9585247Z test_unary_pointwise_trunc (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:42.2002256Z test_unbind (__main__.TestVmapOperators) ... ok (0.241s) 2022-08-17T13:06:42.2047953Z test_unfold (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:06:42.2075742Z test_unsafe_view (__main__.TestVmapOperators) ... ok (0.003s) 2022-08-17T13:06:42.2177310Z test_unsqueeze (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:06:42.2312456Z test_view (__main__.TestVmapOperators) ... ok (0.013s) 2022-08-17T13:06:42.2469110Z test_view_as (__main__.TestVmapOperators) ... ok (0.015s) 2022-08-17T13:06:42.3273445Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.080s) 2022-08-17T13:06:42.3393808Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.012s) 2022-08-17T13:06:42.3408555Z test_vmap_fallback_check (__main__.TestVmapOperators) ... expected failure (0.001s) 2022-08-17T13:06:42.3417151Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... ok (0.001s) 2022-08-17T13:06:42.3430171Z test_weird_matmul_case (__main__.TestVmapOperators) ... ok (0.001s) 2022-08-17T13:06:42.5210469Z test_advanced_indexing_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.178s) 2022-08-17T13:06:42.5232383Z test_batch_norm_training_False_track_running_stats_False_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-08-17T13:06:42.5252148Z test_batch_norm_training_False_track_running_stats_False_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-08-17T13:06:42.5320595Z test_batch_norm_training_False_track_running_stats_True_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:06:42.6954184Z test_batch_norm_training_False_track_running_stats_True_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.163s) 2022-08-17T13:06:42.7001658Z test_batch_norm_training_True_track_running_stats_False_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-08-17T13:06:42.7569810Z test_batch_norm_training_True_track_running_stats_False_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:06:42.7634968Z test_batch_norm_training_True_track_running_stats_True_affine_False_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:06:42.7710683Z test_batch_norm_training_True_track_running_stats_True_affine_True_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:06:43.7038323Z test_conv_double_backward_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.932s) 2022-08-17T13:06:43.7052950Z test_flatten_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.001s) 2022-08-17T13:06:43.7066434Z test_foo_like_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.001s) 2022-08-17T13:06:43.7097352Z test_group_norm_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.003s) 2022-08-17T13:06:43.7201183Z test_index_put_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:43.7401277Z test_inplace_on_view_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:06:43.7417418Z test_isinf_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-08-17T13:06:43.7433313Z test_isnan_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.001s) 2022-08-17T13:06:43.7447275Z test_namedtuple_returns_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.001s) 2022-08-17T13:06:43.7471483Z test_nested_advanced_indexing_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-08-17T13:06:43.7569598Z test_op_has_batch_rule_H_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:43.7668630Z test_op_has_batch_rule_T_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:43.8326034Z test_op_has_batch_rule___getitem___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.066s) 2022-08-17T13:06:44.1060564Z test_op_has_batch_rule___getitem___functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.273s) 2022-08-17T13:06:44.1601372Z test_op_has_batch_rule___radd___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:06:44.2180656Z test_op_has_batch_rule___rdiv___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-08-17T13:06:44.3059337Z test_op_has_batch_rule___rmatmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.088s) 2022-08-17T13:06:44.3596786Z test_op_has_batch_rule___rmod___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:06:44.4140559Z test_op_has_batch_rule___rmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:06:44.4200058Z test_op_has_batch_rule___rpow___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:850: 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-08-17T13:06:44.4200867Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-08-17T13:06:44.4231468Z expected failure (0.009s) 2022-08-17T13:06:44.4781157Z test_op_has_batch_rule___rsub___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-08-17T13:06:44.8051888Z test_op_has_batch_rule__masked_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.327s) 2022-08-17T13:06:45.1338906Z test_op_has_batch_rule__masked_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.328s) 2022-08-17T13:06:45.3378006Z test_op_has_batch_rule__masked_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.204s) 2022-08-17T13:06:45.5423404Z test_op_has_batch_rule__masked_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.204s) 2022-08-17T13:06:45.5893737Z test_op_has_batch_rule__masked_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-08-17T13:06:45.6362622Z test_op_has_batch_rule__masked_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-08-17T13:06:45.6996818Z test_op_has_batch_rule__masked_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-08-17T13:06:45.7981547Z test_op_has_batch_rule__masked_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.098s) 2022-08-17T13:06:46.1914614Z test_op_has_batch_rule__masked_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.393s) 2022-08-17T13:06:46.6286070Z test_op_has_batch_rule__masked_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.437s) 2022-08-17T13:06:46.6933113Z test_op_has_batch_rule__masked_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-08-17T13:06:48.3627604Z test_op_has_batch_rule__masked_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.669s) 2022-08-17T13:06:48.4760445Z test_op_has_batch_rule__masked_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.113s) 2022-08-17T13:06:48.8171910Z test_op_has_batch_rule__masked_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.341s) 2022-08-17T13:06:48.8813739Z test_op_has_batch_rule__masked_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.064s) 2022-08-17T13:06:48.9470778Z test_op_has_batch_rule__masked_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-08-17T13:06:50.1442709Z test_op_has_batch_rule__masked_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.197s) 2022-08-17T13:06:50.4674116Z test_op_has_batch_rule__masked_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.323s) 2022-08-17T13:06:51.6413159Z test_op_has_batch_rule__masked_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.174s) 2022-08-17T13:06:51.6513522Z test_op_has_batch_rule_abs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:51.6698226Z test_op_has_batch_rule_acos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:06:51.6884027Z test_op_has_batch_rule_acosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:06:51.8345797Z test_op_has_batch_rule_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.146s) 2022-08-17T13:06:51.9288675Z test_op_has_batch_rule_addbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-08-17T13:06:52.0743623Z test_op_has_batch_rule_addcdiv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.145s) 2022-08-17T13:06:52.2203566Z test_op_has_batch_rule_addcmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.146s) 2022-08-17T13:06:52.2637864Z test_op_has_batch_rule_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-08-17T13:06:52.3071525Z test_op_has_batch_rule_addmm_decomposed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-08-17T13:06:52.3909223Z test_op_has_batch_rule_addmv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.084s) 2022-08-17T13:06:52.4822367Z test_op_has_batch_rule_addr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.091s) 2022-08-17T13:06:52.4901334Z test_op_has_batch_rule_all_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:06:52.4999296Z test_op_has_batch_rule_allclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-08-17T13:06:52.6192329Z test_op_has_batch_rule_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.119s) 2022-08-17T13:06:52.7384566Z test_op_has_batch_rule_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.119s) 2022-08-17T13:06:52.8036502Z test_op_has_batch_rule_aminmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-08-17T13:06:52.8111912Z test_op_has_batch_rule_angle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:06:52.8189694Z test_op_has_batch_rule_any_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:06:52.8246235Z test_op_has_batch_rule_arange_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-08-17T13:06:52.8624734Z test_op_has_batch_rule_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-08-17T13:06:52.8996715Z test_op_has_batch_rule_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-08-17T13:06:52.9903189Z test_op_has_batch_rule_argsort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.091s) 2022-08-17T13:06:52.9980198Z test_op_has_batch_rule_argwhere_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:06:53.0071939Z test_op_has_batch_rule_as_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:06:53.0186002Z test_op_has_batch_rule_as_strided_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-08-17T13:06:53.0285667Z test_op_has_batch_rule_asin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:53.0387680Z test_op_has_batch_rule_asinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:53.1371094Z test_op_has_batch_rule_atan2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.098s) 2022-08-17T13:06:53.1470581Z test_op_has_batch_rule_atan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:53.1570304Z test_op_has_batch_rule_atanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:53.3075568Z test_op_has_batch_rule_atleast_1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.150s) 2022-08-17T13:06:53.4600863Z test_op_has_batch_rule_atleast_2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.152s) 2022-08-17T13:06:53.6145117Z test_op_has_batch_rule_atleast_3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.154s) 2022-08-17T13:06:53.6993475Z test_op_has_batch_rule_baddbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.085s) 2022-08-17T13:06:53.7079522Z test_op_has_batch_rule_bernoulli_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:06:53.7364185Z test_op_has_batch_rule_bfloat16_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-08-17T13:06:53.7519857Z test_op_has_batch_rule_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:06:53.8039679Z test_op_has_batch_rule_block_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-08-17T13:06:53.8147495Z test_op_has_batch_rule_bmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:06:53.8421911Z test_op_has_batch_rule_bool_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.027s) 2022-08-17T13:06:53.8574914Z test_op_has_batch_rule_bool_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:06:53.8625217Z test_op_has_batch_rule_broadcast_shapes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:06:53.9238571Z test_op_has_batch_rule_broadcast_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-08-17T13:06:53.9483052Z test_op_has_batch_rule_broadcast_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:06:53.9626972Z test_op_has_batch_rule_bucketize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.014s) 2022-08-17T13:06:53.9907975Z test_op_has_batch_rule_byte_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-08-17T13:06:54.0064107Z test_op_has_batch_rule_byte_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:06:54.0341687Z test_op_has_batch_rule_cartesian_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:06:54.1136476Z test_op_has_batch_rule_cat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.079s) 2022-08-17T13:06:55.5518060Z test_op_has_batch_rule_cdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.438s) 2022-08-17T13:06:55.5622110Z test_op_has_batch_rule_ceil_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:55.5672952Z test_op_has_batch_rule_chalf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:15579: 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-08-17T13:06:55.5673869Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-08-17T13:06:55.5701851Z expected failure (0.008s) 2022-08-17T13:06:55.5990259Z test_op_has_batch_rule_char_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-08-17T13:06:55.6151086Z test_op_has_batch_rule_char_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:06:55.7089163Z 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-08-17T13:06:55.7089811Z L = torch.cholesky(A) 2022-08-17T13:06:55.7090088Z should be replaced with 2022-08-17T13:06:55.7090368Z L = torch.linalg.cholesky(A) 2022-08-17T13:06:55.7090621Z and 2022-08-17T13:06:55.7090868Z U = torch.cholesky(A, upper=True) 2022-08-17T13:06:55.7091133Z should be replaced with 2022-08-17T13:06:55.7091991Z U = torch.linalg.cholesky(A).mH(). 2022-08-17T13:06:55.7092552Z 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:1816.) 2022-08-17T13:06:55.7093137Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-08-17T13:06:55.7479012Z ok (0.133s) 2022-08-17T13:06:55.7908162Z test_op_has_batch_rule_cholesky_inverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-08-17T13:06:55.8649495Z test_op_has_batch_rule_cholesky_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-08-17T13:06:55.8905472Z test_op_has_batch_rule_chunk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-08-17T13:06:55.9499900Z test_op_has_batch_rule_clamp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-08-17T13:06:55.9552074Z test_op_has_batch_rule_clamp_max_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:06:55.9603594Z test_op_has_batch_rule_clamp_min_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:06:55.9705817Z test_op_has_batch_rule_clone_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:55.9789225Z test_op_has_batch_rule_column_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:06:56.0744693Z test_op_has_batch_rule_combinations_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-08-17T13:06:56.0831960Z test_op_has_batch_rule_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:06:56.0946631Z test_op_has_batch_rule_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:06:56.1025592Z test_op_has_batch_rule_conj_physical_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:06:56.2546942Z test_op_has_batch_rule_constant_pad_nd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.152s) 2022-08-17T13:06:56.2646640Z test_op_has_batch_rule_contiguous_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:56.2733075Z test_op_has_batch_rule_copysign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:06:56.2972292Z test_op_has_batch_rule_corrcoef_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:06:56.3163764Z test_op_has_batch_rule_cos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:06:56.3354627Z test_op_has_batch_rule_cosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:06:56.3434672Z test_op_has_batch_rule_count_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:06:56.5972964Z test_op_has_batch_rule_cov_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.254s) 2022-08-17T13:06:56.6187745Z test_op_has_batch_rule_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-08-17T13:06:56.6362369Z test_op_has_batch_rule_cummax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:06:56.6537563Z test_op_has_batch_rule_cummin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:06:56.6864713Z test_op_has_batch_rule_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:06:56.7024958Z test_op_has_batch_rule_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:06:56.7577492Z test_op_has_batch_rule_cumulative_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-08-17T13:06:56.7773664Z test_op_has_batch_rule_deg2rad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:06:56.8261991Z test_op_has_batch_rule_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-08-17T13:06:56.8742004Z test_op_has_batch_rule_diag_embed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-08-17T13:06:56.8823089Z test_op_has_batch_rule_diagflat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:06:57.0130101Z test_op_has_batch_rule_diagonal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.131s) 2022-08-17T13:06:57.1076733Z test_op_has_batch_rule_diagonal_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-08-17T13:06:57.6446561Z test_op_has_batch_rule_diff_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.537s) 2022-08-17T13:06:57.6785386Z test_op_has_batch_rule_digamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-08-17T13:06:57.9841208Z test_op_has_batch_rule_dist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.305s) 2022-08-17T13:06:58.0864182Z test_op_has_batch_rule_div_floor_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.102s) 2022-08-17T13:06:58.1867046Z test_op_has_batch_rule_div_no_rounding_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.100s) 2022-08-17T13:06:58.2881311Z test_op_has_batch_rule_div_trunc_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.101s) 2022-08-17T13:06:58.2987253Z test_op_has_batch_rule_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:06:58.3264081Z test_op_has_batch_rule_double_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.027s) 2022-08-17T13:06:58.3418045Z test_op_has_batch_rule_double_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:06:58.3705968Z test_op_has_batch_rule_dsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-08-17T13:06:58.4578259Z test_op_has_batch_rule_dstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.087s) 2022-08-17T13:06:58.4764594Z test_op_has_batch_rule_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-08-17T13:06:58.4766702Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-08-17T13:06:58.4767461Z L, _ = torch.eig(A) 2022-08-17T13:06:58.4767915Z should be replaced with 2022-08-17T13:06:58.4768480Z L_complex = torch.linalg.eigvals(A) 2022-08-17T13:06:58.4768975Z and 2022-08-17T13:06:58.4769422Z L, V = torch.eig(A, eigenvectors=True) 2022-08-17T13:06:58.4769990Z should be replaced with 2022-08-17T13:06:58.4770861Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3378.) 2022-08-17T13:06:58.4771873Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-08-17T13:06:58.4820594Z expected failure (0.024s) 2022-08-17T13:06:58.5471549Z test_op_has_batch_rule_einsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-08-17T13:06:58.5522102Z test_op_has_batch_rule_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:06:58.5685716Z test_op_has_batch_rule_empty_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:06:58.6272455Z test_op_has_batch_rule_eq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-08-17T13:06:58.6327310Z test_op_has_batch_rule_equal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:06:58.6454293Z test_op_has_batch_rule_erf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:06:58.6731646Z test_op_has_batch_rule_erfc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:06:58.6872749Z test_op_has_batch_rule_erfinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-08-17T13:06:58.7148837Z test_op_has_batch_rule_exp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:06:58.7339715Z test_op_has_batch_rule_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:06:58.7541643Z test_op_has_batch_rule_expand_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:06:58.7848304Z test_op_has_batch_rule_expand_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-08-17T13:06:58.7975350Z test_op_has_batch_rule_expm1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:06:58.8529000Z test_op_has_batch_rule_fft_fft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-08-17T13:06:58.8863319Z test_op_has_batch_rule_fft_fft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:06:58.9192837Z test_op_has_batch_rule_fft_fftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:06:58.9384628Z test_op_has_batch_rule_fft_fftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:06:58.9676759Z test_op_has_batch_rule_fft_hfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-08-17T13:06:59.0069144Z test_op_has_batch_rule_fft_hfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-08-17T13:06:59.0408127Z test_op_has_batch_rule_fft_hfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-08-17T13:06:59.0669391Z test_op_has_batch_rule_fft_ifft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-08-17T13:06:59.0976831Z test_op_has_batch_rule_fft_ifft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-08-17T13:06:59.1304184Z test_op_has_batch_rule_fft_ifftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:06:59.1498612Z test_op_has_batch_rule_fft_ifftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:06:59.1586090Z test_op_has_batch_rule_fft_ihfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:06:59.1909597Z test_op_has_batch_rule_fft_ihfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-08-17T13:06:59.1996808Z test_op_has_batch_rule_fft_ihfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:06:59.2272640Z test_op_has_batch_rule_fft_irfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-08-17T13:06:59.2572097Z test_op_has_batch_rule_fft_irfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-08-17T13:06:59.2898583Z test_op_has_batch_rule_fft_irfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:06:59.3172351Z test_op_has_batch_rule_fft_rfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-08-17T13:06:59.3454151Z test_op_has_batch_rule_fft_rfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:06:59.3778897Z test_op_has_batch_rule_fft_rfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-08-17T13:06:59.3981569Z test_op_has_batch_rule_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:06:59.4180532Z test_op_has_batch_rule_flatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:06:59.4464794Z test_op_has_batch_rule_flip_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:06:59.4615971Z test_op_has_batch_rule_fliplr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:06:59.4767569Z test_op_has_batch_rule_flipud_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:06:59.5036010Z test_op_has_batch_rule_float_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.027s) 2022-08-17T13:06:59.5188924Z test_op_has_batch_rule_float_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:06:59.5760992Z test_op_has_batch_rule_float_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:06:59.5862975Z test_op_has_batch_rule_floor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:06:59.6438341Z test_op_has_batch_rule_floor_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:06:59.6983254Z test_op_has_batch_rule_fmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:06:59.7526581Z test_op_has_batch_rule_fmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:06:59.8101265Z test_op_has_batch_rule_fmod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:06:59.8297086Z test_op_has_batch_rule_frac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:06:59.8458235Z test_op_has_batch_rule_frexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:06:59.8705516Z test_op_has_batch_rule_full_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:07:00.0429151Z test_op_has_batch_rule_gather_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.172s) 2022-08-17T13:07:00.1383798Z test_op_has_batch_rule_ge_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-08-17T13:07:00.2862002Z test_op_has_batch_rule_geqrf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.148s) 2022-08-17T13:07:00.4907346Z test_op_has_batch_rule_gradient_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.204s) 2022-08-17T13:07:00.5858469Z test_op_has_batch_rule_gt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-08-17T13:07:00.6136117Z test_op_has_batch_rule_half_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-08-17T13:07:00.6291740Z test_op_has_batch_rule_half_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:07:00.6837134Z test_op_has_batch_rule_heaviside_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:07:00.7001361Z test_op_has_batch_rule_histc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-08-17T13:07:00.7281497Z test_op_has_batch_rule_hsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:07:00.8123441Z test_op_has_batch_rule_hstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.084s) 2022-08-17T13:07:00.8668647Z test_op_has_batch_rule_hypot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:07:00.8897788Z test_op_has_batch_rule_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-08-17T13:07:00.9880525Z test_op_has_batch_rule_igamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.098s) 2022-08-17T13:07:01.0860159Z test_op_has_batch_rule_igammac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.098s) 2022-08-17T13:07:01.1991137Z test_op_has_batch_rule_index_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.113s) 2022-08-17T13:07:01.2390676Z test_op_has_batch_rule_index_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-08-17T13:07:01.2479767Z test_op_has_batch_rule_index_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:01.2838805Z test_op_has_batch_rule_index_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.036s) 2022-08-17T13:07:01.5445237Z test_op_has_batch_rule_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.261s) 2022-08-17T13:07:01.5497398Z 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:882.) 2022-08-17T13:07:01.5498145Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-08-17T13:07:01.5526107Z expected failure (0.008s) 2022-08-17T13:07:01.5820367Z test_op_has_batch_rule_index_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-08-17T13:07:01.5985914Z test_op_has_batch_rule_inner_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:07:01.6269747Z test_op_has_batch_rule_int_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.028s) 2022-08-17T13:07:01.6421205Z test_op_has_batch_rule_int_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:07:01.6720639Z test_op_has_batch_rule_inverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-08-17T13:07:01.7014811Z test_op_has_batch_rule_isclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-08-17T13:07:01.7142097Z test_op_has_batch_rule_isfinite_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:07:01.7221935Z test_op_has_batch_rule_isin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:01.7297412Z test_op_has_batch_rule_isinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:07:01.7371579Z test_op_has_batch_rule_isnan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:07:01.7445624Z test_op_has_batch_rule_isneginf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:07:01.7520498Z test_op_has_batch_rule_isposinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:07:01.7638855Z test_op_has_batch_rule_isreal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:01.7695767Z 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:979.) 2022-08-17T13:07:01.7696590Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-08-17T13:07:01.7727355Z expected failure (0.009s) 2022-08-17T13:07:02.1510118Z test_op_has_batch_rule_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.378s) 2022-08-17T13:07:02.5163968Z test_op_has_batch_rule_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.365s) 2022-08-17T13:07:02.8664617Z test_op_has_batch_rule_jiterator_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.350s) 2022-08-17T13:07:03.2235840Z test_op_has_batch_rule_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.357s) 2022-08-17T13:07:03.4000516Z test_op_has_batch_rule_jiterator_unary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.176s) 2022-08-17T13:07:03.4118808Z test_op_has_batch_rule_kron_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:03.5048710Z test_op_has_batch_rule_kthvalue_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.093s) 2022-08-17T13:07:03.5643429Z test_op_has_batch_rule_ldexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.059s) 2022-08-17T13:07:03.6612616Z test_op_has_batch_rule_le_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.097s) 2022-08-17T13:07:03.7863542Z test_op_has_batch_rule_lerp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.125s) 2022-08-17T13:07:03.8136519Z test_op_has_batch_rule_lgamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-08-17T13:07:03.8630721Z test_op_has_batch_rule_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-08-17T13:07:03.9277005Z test_op_has_batch_rule_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-08-17T13:07:03.9552522Z test_op_has_batch_rule_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-08-17T13:07:03.9633608Z test_op_has_batch_rule_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:04.0293532Z test_op_has_batch_rule_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-08-17T13:07:04.0804090Z test_op_has_batch_rule_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:07:04.0845826Z test_op_has_batch_rule_linalg_eigh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-08-17T13:07:04.1183879Z test_op_has_batch_rule_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-08-17T13:07:04.1501239Z test_op_has_batch_rule_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-08-17T13:07:04.2597416Z test_op_has_batch_rule_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.110s) 2022-08-17T13:07:04.2963165Z test_op_has_batch_rule_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-08-17T13:07:04.3388192Z test_op_has_batch_rule_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-08-17T13:07:04.3471486Z test_op_has_batch_rule_linalg_ldl_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:04.3774932Z test_op_has_batch_rule_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-08-17T13:07:04.3816689Z test_op_has_batch_rule_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-08-17T13:07:04.4198504Z test_op_has_batch_rule_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.038s) 2022-08-17T13:07:04.4578152Z test_op_has_batch_rule_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.038s) 2022-08-17T13:07:04.4662282Z test_op_has_batch_rule_linalg_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:04.4754060Z test_op_has_batch_rule_linalg_lu_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:04.6787146Z test_op_has_batch_rule_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.203s) 2022-08-17T13:07:04.6878398Z test_op_has_batch_rule_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:05.0171684Z test_op_has_batch_rule_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.329s) 2022-08-17T13:07:05.1471994Z test_op_has_batch_rule_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.130s) 2022-08-17T13:07:05.1581560Z test_op_has_batch_rule_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-08-17T13:07:05.1676866Z test_op_has_batch_rule_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:05.2889624Z test_op_has_batch_rule_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.121s) 2022-08-17T13:07:05.3656429Z test_op_has_batch_rule_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.077s) 2022-08-17T13:07:05.4353630Z test_op_has_batch_rule_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.070s) 2022-08-17T13:07:05.4463174Z test_op_has_batch_rule_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-08-17T13:07:05.4557778Z test_op_has_batch_rule_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:05.4609955Z 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-08-17T13:07:05.6203457Z test_op_has_batch_rule_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.159s) 2022-08-17T13:07:05.6721107Z test_op_has_batch_rule_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-08-17T13:07:05.6834755Z test_op_has_batch_rule_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-08-17T13:07:05.6934313Z test_op_has_batch_rule_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-08-17T13:07:06.4008088Z test_op_has_batch_rule_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.707s) 2022-08-17T13:07:06.5414619Z test_op_has_batch_rule_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.141s) 2022-08-17T13:07:06.6907229Z test_op_has_batch_rule_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.149s) 2022-08-17T13:07:06.7088987Z test_op_has_batch_rule_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:07:06.7175227Z test_op_has_batch_rule_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:06.7252122Z test_op_has_batch_rule_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:06.7328008Z test_op_has_batch_rule_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.007s) 2022-08-17T13:07:07.2228609Z test_op_has_batch_rule_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.490s) 2022-08-17T13:07:07.2287279Z test_op_has_batch_rule_linspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-08-17T13:07:07.2488190Z test_op_has_batch_rule_log10_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:07:07.2614606Z test_op_has_batch_rule_log1p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:07:07.2806846Z test_op_has_batch_rule_log2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:07.2997671Z test_op_has_batch_rule_log_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:07.3526597Z test_op_has_batch_rule_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-08-17T13:07:07.4051375Z test_op_has_batch_rule_log_softmax_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-08-17T13:07:07.4157539Z test_op_has_batch_rule_logaddexp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:07:07.4264084Z test_op_has_batch_rule_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:07:07.4589172Z test_op_has_batch_rule_logcumsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-08-17T13:07:07.5044521Z test_op_has_batch_rule_logdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-08-17T13:07:07.5590221Z test_op_has_batch_rule_logical_and_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-08-17T13:07:07.5710074Z test_op_has_batch_rule_logical_not_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:07.6253527Z test_op_has_batch_rule_logical_or_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:07:07.6796064Z test_op_has_batch_rule_logical_xor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:07:07.7160864Z test_op_has_batch_rule_logit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-08-17T13:07:07.7213224Z test_op_has_batch_rule_logspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:07:07.8309427Z test_op_has_batch_rule_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.109s) 2022-08-17T13:07:07.8579419Z test_op_has_batch_rule_long_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.027s) 2022-08-17T13:07:07.8728257Z test_op_has_batch_rule_long_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:07:07.9685008Z test_op_has_batch_rule_lt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.096s) 2022-08-17T13:07:07.9746490Z test_op_has_batch_rule_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1658: 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-08-17T13:07:07.9747456Z LU, pivots = torch.lu(A, compute_pivots) 2022-08-17T13:07:07.9747731Z should be replaced with 2022-08-17T13:07:07.9748057Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-08-17T13:07:07.9748343Z and 2022-08-17T13:07:07.9748619Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-08-17T13:07:07.9748933Z should be replaced with 2022-08-17T13:07:07.9749409Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2114.) 2022-08-17T13:07:07.9750112Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-08-17T13:07:08.2549355Z ok (0.286s) 2022-08-17T13:07:08.2617856Z 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-08-17T13:07:08.2619099Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-08-17T13:07:08.2619420Z X = torch.lu_solve(B, LU, pivots) 2022-08-17T13:07:08.2619708Z should be replaced with 2022-08-17T13:07:08.2620164Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2268.) 2022-08-17T13:07:08.2620654Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-08-17T13:07:08.2646627Z expected failure (0.010s) 2022-08-17T13:07:08.2734644Z test_op_has_batch_rule_lu_unpack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:08.3080857Z test_op_has_batch_rule_mH_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-08-17T13:07:08.3286043Z test_op_has_batch_rule_mT_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-08-17T13:07:08.4101568Z test_op_has_batch_rule_masked_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.081s) 2022-08-17T13:07:08.4761406Z test_op_has_batch_rule_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-08-17T13:07:08.4847679Z test_op_has_batch_rule_masked_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:08.5222739Z test_op_has_batch_rule_masked_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.037s) 2022-08-17T13:07:08.6883393Z test_op_has_batch_rule_matmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.166s) 2022-08-17T13:07:08.6973646Z test_op_has_batch_rule_matrix_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:08.8010585Z test_op_has_batch_rule_max_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.104s) 2022-08-17T13:07:08.8113014Z test_op_has_batch_rule_max_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:07:08.8329849Z test_op_has_batch_rule_max_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:08.8891127Z test_op_has_batch_rule_maximum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-08-17T13:07:08.9742938Z test_op_has_batch_rule_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.085s) 2022-08-17T13:07:09.0282876Z test_op_has_batch_rule_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:07:09.2255455Z test_op_has_batch_rule_meshgrid_list_of_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.197s) 2022-08-17T13:07:09.4204844Z test_op_has_batch_rule_meshgrid_variadic_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.195s) 2022-08-17T13:07:09.5251582Z test_op_has_batch_rule_min_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.105s) 2022-08-17T13:07:09.5354334Z test_op_has_batch_rule_min_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:07:09.5571575Z test_op_has_batch_rule_min_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:09.6119420Z test_op_has_batch_rule_minimum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-08-17T13:07:09.6226092Z test_op_has_batch_rule_mm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:07:09.6634884Z test_op_has_batch_rule_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-08-17T13:07:09.7521115Z test_op_has_batch_rule_movedim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.089s) 2022-08-17T13:07:09.7637637Z test_op_has_batch_rule_msort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:09.9332901Z test_op_has_batch_rule_mul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.169s) 2022-08-17T13:07:09.9814396Z test_op_has_batch_rule_multinomial_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.048s) 2022-08-17T13:07:09.9928467Z test_op_has_batch_rule_mv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:07:10.1075724Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.115s) 2022-08-17T13:07:10.2208726Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.113s) 2022-08-17T13:07:10.3349612Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.114s) 2022-08-17T13:07:10.3542645Z test_op_has_batch_rule_nan_to_num_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:10.3630926Z test_op_has_batch_rule_nanmean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:10.4184616Z test_op_has_batch_rule_nanmedian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-08-17T13:07:10.4287845Z test_op_has_batch_rule_nanquantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-08-17T13:07:10.4374744Z test_op_has_batch_rule_nansum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:10.4561576Z test_op_has_batch_rule_narrow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:10.7695980Z test_op_has_batch_rule_native_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.313s) 2022-08-17T13:07:10.8655591Z test_op_has_batch_rule_ne_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.096s) 2022-08-17T13:07:10.8878354Z test_op_has_batch_rule_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:10.9062848Z test_op_has_batch_rule_new_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:07:10.9322979Z test_op_has_batch_rule_new_full_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-08-17T13:07:10.9572322Z test_op_has_batch_rule_new_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:07:10.9821320Z test_op_has_batch_rule_new_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:07:11.0368098Z test_op_has_batch_rule_nextafter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-08-17T13:07:11.0587061Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:11.0941462Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-08-17T13:07:11.1368189Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-08-17T13:07:11.1716283Z test_op_has_batch_rule_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-08-17T13:07:11.2683543Z test_op_has_batch_rule_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.097s) 2022-08-17T13:07:11.3533168Z test_op_has_batch_rule_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.085s) 2022-08-17T13:07:11.3854531Z test_op_has_batch_rule_nn_functional_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-08-17T13:07:11.4144292Z test_op_has_batch_rule_nn_functional_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-08-17T13:07:11.4445134Z test_op_has_batch_rule_nn_functional_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-08-17T13:07:11.9421754Z test_op_has_batch_rule_nn_functional_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.497s) 2022-08-17T13:07:12.4260576Z test_op_has_batch_rule_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.484s) 2022-08-17T13:07:12.4395351Z test_op_has_batch_rule_nn_functional_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-08-17T13:07:12.5128884Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-08-17T13:07:12.7408550Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.228s) 2022-08-17T13:07:12.7611442Z test_op_has_batch_rule_nn_functional_celu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:07:12.9982456Z test_op_has_batch_rule_nn_functional_conv1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.237s) 2022-08-17T13:07:13.3366397Z 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:885.) 2022-08-17T13:07:13.3367255Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-08-17T13:07:13.7902291Z ok (0.792s) 2022-08-17T13:07:13.8041903Z test_op_has_batch_rule_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-08-17T13:07:13.8290252Z test_op_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:07:13.8535480Z test_op_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:07:13.8682373Z test_op_has_batch_rule_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:07:13.8834368Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:07:13.9079497Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:07:13.9304811Z test_op_has_batch_rule_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:13.9547017Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:07:13.9791741Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:07:14.0010634Z test_op_has_batch_rule_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:14.2531186Z test_op_has_batch_rule_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.252s) 2022-08-17T13:07:14.5079941Z test_op_has_batch_rule_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.255s) 2022-08-17T13:07:14.5125406Z 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-08-17T13:07:14.6408981Z test_op_has_batch_rule_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.128s) 2022-08-17T13:07:14.7177284Z test_op_has_batch_rule_nn_functional_cosine_similarity_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.077s) 2022-08-17T13:07:14.8657034Z test_op_has_batch_rule_nn_functional_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.148s) 2022-08-17T13:07:14.8742827Z test_op_has_batch_rule_nn_functional_ctc_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:14.8801311Z 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-08-17T13:07:14.8802536Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-08-17T13:07:14.8987638Z expected failure (0.024s) 2022-08-17T13:07:14.9232095Z test_op_has_batch_rule_nn_functional_dropout3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-08-17T13:07:14.9473555Z test_op_has_batch_rule_nn_functional_dropout_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-08-17T13:07:14.9667579Z test_op_has_batch_rule_nn_functional_elu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:14.9747155Z test_op_has_batch_rule_nn_functional_embedding_bag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:15.0530561Z test_op_has_batch_rule_nn_functional_embedding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.078s) 2022-08-17T13:07:15.0937425Z test_op_has_batch_rule_nn_functional_embedding_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-08-17T13:07:15.1100877Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.016s) 2022-08-17T13:07:15.1858279Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-08-17T13:07:15.1977901Z test_op_has_batch_rule_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-08-17T13:07:15.2107091Z test_op_has_batch_rule_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-08-17T13:07:15.2191087Z test_op_has_batch_rule_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:15.2589027Z test_op_has_batch_rule_nn_functional_gelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-08-17T13:07:15.3881119Z test_op_has_batch_rule_nn_functional_glu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.129s) 2022-08-17T13:07:15.5764671Z test_op_has_batch_rule_nn_functional_grid_sample_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.188s) 2022-08-17T13:07:15.6118041Z test_op_has_batch_rule_nn_functional_group_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-08-17T13:07:15.6320015Z test_op_has_batch_rule_nn_functional_hardshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:07:15.6512563Z test_op_has_batch_rule_nn_functional_hardsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:15.6668465Z test_op_has_batch_rule_nn_functional_hardswish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:07:15.6875693Z test_op_has_batch_rule_nn_functional_hardtanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-08-17T13:07:15.7737537Z test_op_has_batch_rule_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.086s) 2022-08-17T13:07:15.7819083Z test_op_has_batch_rule_nn_functional_huber_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:15.7906625Z test_op_has_batch_rule_nn_functional_instance_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:07:15.8353423Z test_op_has_batch_rule_nn_functional_interpolate_area_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-08-17T13:07:15.8790382Z test_op_has_batch_rule_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-08-17T13:07:15.9218155Z test_op_has_batch_rule_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-08-17T13:07:15.9645400Z test_op_has_batch_rule_nn_functional_interpolate_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-08-17T13:07:16.0078362Z test_op_has_batch_rule_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-08-17T13:07:16.0520002Z test_op_has_batch_rule_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-08-17T13:07:16.0592221Z test_op_has_batch_rule_nn_functional_kl_div_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /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-08-17T13:07:16.0593020Z warnings.warn( 2022-08-17T13:07:16.0621269Z expected failure (0.010s) 2022-08-17T13:07:16.1054443Z test_op_has_batch_rule_nn_functional_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.043s) 2022-08-17T13:07:16.2391231Z test_op_has_batch_rule_nn_functional_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.133s) 2022-08-17T13:07:16.2695012Z test_op_has_batch_rule_nn_functional_leaky_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-08-17T13:07:16.4170921Z test_op_has_batch_rule_nn_functional_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.147s) 2022-08-17T13:07:16.4693732Z test_op_has_batch_rule_nn_functional_local_response_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-08-17T13:07:16.4820544Z test_op_has_batch_rule_nn_functional_logsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:07:16.4929328Z test_op_has_batch_rule_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-08-17T13:07:16.5053580Z test_op_has_batch_rule_nn_functional_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-08-17T13:07:21.8184223Z test_op_has_batch_rule_nn_functional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (5.313s) 2022-08-17T13:07:21.8268166Z test_op_has_batch_rule_nn_functional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:21.8349928Z test_op_has_batch_rule_nn_functional_max_unpool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:21.8431809Z test_op_has_batch_rule_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:21.8512053Z test_op_has_batch_rule_nn_functional_max_unpool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:21.8602392Z test_op_has_batch_rule_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:21.8691618Z test_op_has_batch_rule_nn_functional_max_unpool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:21.8816001Z test_op_has_batch_rule_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-08-17T13:07:21.9010488Z test_op_has_batch_rule_nn_functional_mish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:21.9423147Z test_op_has_batch_rule_nn_functional_mse_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-08-17T13:07:22.0030547Z test_op_has_batch_rule_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-08-17T13:07:22.0112714Z test_op_has_batch_rule_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:22.0199499Z test_op_has_batch_rule_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:22.0640645Z test_op_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-08-17T13:07:22.4790650Z test_op_has_batch_rule_nn_functional_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.415s) 2022-08-17T13:07:22.5119917Z test_op_has_batch_rule_nn_functional_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:07:22.5423659Z test_op_has_batch_rule_nn_functional_pad_circular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-08-17T13:07:22.6973582Z test_op_has_batch_rule_nn_functional_pad_constant_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.155s) 2022-08-17T13:07:22.7383628Z test_op_has_batch_rule_nn_functional_pad_reflect_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-08-17T13:07:22.7785148Z test_op_has_batch_rule_nn_functional_pad_replicate_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-08-17T13:07:22.8271847Z test_op_has_batch_rule_nn_functional_pairwise_distance_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-08-17T13:07:22.8349115Z test_op_has_batch_rule_nn_functional_pdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:22.8453277Z test_op_has_batch_rule_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:07:22.8557909Z test_op_has_batch_rule_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:07:23.4139280Z test_op_has_batch_rule_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.558s) 2022-08-17T13:07:23.5552031Z test_op_has_batch_rule_nn_functional_prelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.141s) 2022-08-17T13:07:23.5674692Z test_op_has_batch_rule_nn_functional_relu6_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:23.5830252Z test_op_has_batch_rule_nn_functional_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:07:23.5910971Z test_op_has_batch_rule_nn_functional_rrelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:23.6102926Z test_op_has_batch_rule_nn_functional_selu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:23.6295501Z test_op_has_batch_rule_nn_functional_silu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:23.6387334Z test_op_has_batch_rule_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:23.6454464Z test_op_has_batch_rule_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:23.6679260Z test_op_has_batch_rule_nn_functional_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:23.6903897Z test_op_has_batch_rule_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:23.7025635Z test_op_has_batch_rule_nn_functional_softplus_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:23.7328432Z test_op_has_batch_rule_nn_functional_softshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-08-17T13:07:23.7458576Z test_op_has_batch_rule_nn_functional_softsign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:07:23.7582223Z test_op_has_batch_rule_nn_functional_tanhshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:23.7752965Z test_op_has_batch_rule_nn_functional_threshold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:07:23.7836654Z test_op_has_batch_rule_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:23.9125289Z test_op_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.129s) 2022-08-17T13:07:24.7231654Z test_op_has_batch_rule_nn_functional_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.810s) 2022-08-17T13:07:24.7284848Z 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-08-17T13:07:24.7285655Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-08-17T13:07:24.7398354Z ok (0.017s) 2022-08-17T13:07:24.7459493Z 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-08-17T13:07:24.7460284Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-08-17T13:07:24.7803149Z ok (0.040s) 2022-08-17T13:07:24.7891329Z test_op_has_batch_rule_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:24.9185856Z test_op_has_batch_rule_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.129s) 2022-08-17T13:07:24.9323383Z test_op_has_batch_rule_norm_fro_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-08-17T13:07:24.9487648Z test_op_has_batch_rule_norm_inf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:07:24.9687844Z test_op_has_batch_rule_norm_nuc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:07:24.9779989Z test_op_has_batch_rule_normal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:24.9862870Z test_op_has_batch_rule_normal_number_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:25.0099665Z test_op_has_batch_rule_ones_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:07:25.0622820Z test_op_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-08-17T13:07:25.8237068Z test_op_has_batch_rule_ops_aten_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.761s) 2022-08-17T13:07:25.8585763Z test_op_has_batch_rule_ormqr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.035s) 2022-08-17T13:07:25.8743306Z test_op_has_batch_rule_outer_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:07:25.8836841Z test_op_has_batch_rule_pca_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:25.9001916Z test_op_has_batch_rule_permute_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:07:25.9446710Z test_op_has_batch_rule_pinverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-08-17T13:07:26.0032854Z test_op_has_batch_rule_polar_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-08-17T13:07:26.0409230Z test_op_has_batch_rule_polygamma_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-08-17T13:07:26.0743385Z test_op_has_batch_rule_polygamma_polygamma_n_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:07:26.1076901Z test_op_has_batch_rule_polygamma_polygamma_n_2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:07:26.1410214Z test_op_has_batch_rule_polygamma_polygamma_n_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:07:26.1745427Z test_op_has_batch_rule_polygamma_polygamma_n_4_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:07:26.1870113Z test_op_has_batch_rule_positive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:26.2412826Z test_op_has_batch_rule_pow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:07:26.3460581Z test_op_has_batch_rule_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.105s) 2022-08-17T13:07:26.3544270Z test_op_has_batch_rule_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:26.3606185Z 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-08-17T13:07:26.3607470Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T13:07:26.3607823Z Q, R = torch.qr(A, some) 2022-08-17T13:07:26.3608073Z should be replaced with 2022-08-17T13:07:26.3608700Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2544.) 2022-08-17T13:07:26.3609263Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-08-17T13:07:26.5142190Z ok (0.160s) 2022-08-17T13:07:26.5244314Z test_op_has_batch_rule_quantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-08-17T13:07:26.5442456Z test_op_has_batch_rule_rad2deg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:07:26.5529118Z test_op_has_batch_rule_rand_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:26.5616199Z test_op_has_batch_rule_randint_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:26.5702185Z test_op_has_batch_rule_randn_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:26.5835956Z test_op_has_batch_rule_ravel_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:07:26.5950859Z test_op_has_batch_rule_real_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:07:26.6141297Z test_op_has_batch_rule_reciprocal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:26.6712172Z test_op_has_batch_rule_remainder_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:07:26.6843147Z test_op_has_batch_rule_renorm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-08-17T13:07:26.7871644Z test_op_has_batch_rule_repeat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.103s) 2022-08-17T13:07:26.8080526Z test_op_has_batch_rule_repeat_interleave_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-08-17T13:07:26.8335208Z test_op_has_batch_rule_reshape_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:07:26.8790087Z test_op_has_batch_rule_reshape_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-08-17T13:07:26.8897027Z test_op_has_batch_rule_resize__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-08-17T13:07:26.8975702Z test_op_has_batch_rule_resize_as__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:26.9071992Z test_op_has_batch_rule_resolve_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:07:26.9167760Z test_op_has_batch_rule_resolve_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:07:26.9936840Z test_op_has_batch_rule_roll_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.077s) 2022-08-17T13:07:27.1333960Z test_op_has_batch_rule_rot90_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.139s) 2022-08-17T13:07:27.1468149Z test_op_has_batch_rule_round_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:07:27.1726687Z test_op_has_batch_rule_round_decimals_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-08-17T13:07:27.1986617Z test_op_has_batch_rule_round_decimals_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-08-17T13:07:27.2247353Z test_op_has_batch_rule_round_decimals_neg_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-08-17T13:07:27.2440248Z test_op_has_batch_rule_rsqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:27.3099725Z test_op_has_batch_rule_rsub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-08-17T13:07:27.6285257Z test_op_has_batch_rule_scatter_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.318s) 2022-08-17T13:07:28.1270788Z test_op_has_batch_rule_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.498s) 2022-08-17T13:07:28.1353357Z 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:1531.) 2022-08-17T13:07:28.1354181Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-08-17T13:07:28.1383168Z expected failure (0.011s) 2022-08-17T13:07:28.1491041Z test_op_has_batch_rule_scatter_reduce_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-08-17T13:07:28.1603990Z test_op_has_batch_rule_scatter_reduce_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-08-17T13:07:28.1715236Z test_op_has_batch_rule_scatter_reduce_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.011s) 2022-08-17T13:07:28.1831936Z test_op_has_batch_rule_scatter_reduce_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.012s) 2022-08-17T13:07:28.3286675Z 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-08-17T13:07:28.3287719Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-08-17T13:07:28.3288967Z /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-08-17T13:07:28.3289838Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-08-17T13:07:28.3379801Z /var/lib/jenkins/workspace/functorch/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-08-17T13:07:28.3380660Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:29.0953027Z ok (0.912s) 2022-08-17T13:07:29.1036749Z test_op_has_batch_rule_segment_reduce_lengths_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:29.1123425Z test_op_has_batch_rule_segment_reduce_offsets_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:29.1315714Z test_op_has_batch_rule_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:29.1700719Z test_op_has_batch_rule_select_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-08-17T13:07:29.1810286Z test_op_has_batch_rule_sgn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:07:29.2099204Z test_op_has_batch_rule_short_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.029s) 2022-08-17T13:07:29.2262290Z test_op_has_batch_rule_short_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:07:29.2342449Z 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-08-17T13:07:29.2343172Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-08-17T13:07:29.2596641Z ok (0.033s) 2022-08-17T13:07:29.2706468Z test_op_has_batch_rule_sign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:07:29.2785983Z test_op_has_batch_rule_signbit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:07:29.2887848Z test_op_has_batch_rule_sin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:07:29.3172785Z test_op_has_batch_rule_sinc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:07:29.3275256Z test_op_has_batch_rule_sinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:07:29.3925684Z test_op_has_batch_rule_slice_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-08-17T13:07:29.4438579Z test_op_has_batch_rule_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:07:29.4965097Z test_op_has_batch_rule_softmax_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-08-17T13:07:29.6456350Z test_op_has_batch_rule_sort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.149s) 2022-08-17T13:07:29.6506454Z 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:1226: 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:68.) 2022-08-17T13:07:29.6507347Z .to_sparse_csr() 2022-08-17T13:07:29.6596594Z expected failure (0.014s) 2022-08-17T13:07:30.3413285Z test_op_has_batch_rule_special_airy_ai_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.681s) 2022-08-17T13:07:30.8685956Z test_op_has_batch_rule_special_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.527s) 2022-08-17T13:07:31.1218781Z test_op_has_batch_rule_special_bessel_j1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.253s) 2022-08-17T13:07:32.0051637Z test_op_has_batch_rule_special_bessel_y0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.883s) 2022-08-17T13:07:32.6251572Z test_op_has_batch_rule_special_bessel_y1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.620s) 2022-08-17T13:07:33.3244698Z test_op_has_batch_rule_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.699s) 2022-08-17T13:07:34.5919132Z test_op_has_batch_rule_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (1.267s) 2022-08-17T13:07:34.5965578Z test_op_has_batch_rule_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-08-17T13:07:34.6013164Z test_op_has_batch_rule_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-08-17T13:07:34.6148018Z test_op_has_batch_rule_special_entr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:07:34.6340456Z test_op_has_batch_rule_special_erfcx_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:35.1137033Z test_op_has_batch_rule_special_hermite_polynomial_h_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.479s) 2022-08-17T13:07:35.5765433Z test_op_has_batch_rule_special_hermite_polynomial_he_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.463s) 2022-08-17T13:07:35.5892047Z test_op_has_batch_rule_special_i0e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:07:35.6020661Z test_op_has_batch_rule_special_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:07:35.6142751Z test_op_has_batch_rule_special_i1e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:36.1832555Z test_op_has_batch_rule_special_laguerre_polynomial_l_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.569s) 2022-08-17T13:07:36.1873951Z 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-08-17T13:07:36.1957323Z test_op_has_batch_rule_special_log_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:36.5029244Z test_op_has_batch_rule_special_modified_bessel_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.307s) 2022-08-17T13:07:36.8009389Z test_op_has_batch_rule_special_modified_bessel_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.298s) 2022-08-17T13:07:37.2487689Z test_op_has_batch_rule_special_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.448s) 2022-08-17T13:07:37.6625396Z test_op_has_batch_rule_special_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.414s) 2022-08-17T13:07:37.6757000Z test_op_has_batch_rule_special_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:07:37.6905692Z test_op_has_batch_rule_special_ndtri_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:07:37.7228048Z test_op_has_batch_rule_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-08-17T13:07:38.1199772Z test_op_has_batch_rule_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.397s) 2022-08-17T13:07:38.5307100Z test_op_has_batch_rule_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.411s) 2022-08-17T13:07:38.5349476Z 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-08-17T13:07:38.5392011Z 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-08-17T13:07:38.5433924Z 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-08-17T13:07:38.5475326Z 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-08-17T13:07:38.8654543Z test_op_has_batch_rule_special_spherical_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.318s) 2022-08-17T13:07:38.9223815Z test_op_has_batch_rule_special_xlog1py_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:07:43.1568917Z test_op_has_batch_rule_special_zeta_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (4.234s) 2022-08-17T13:07:43.1700629Z test_op_has_batch_rule_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:07:43.1925283Z test_op_has_batch_rule_split_list_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:43.2202697Z test_op_has_batch_rule_split_with_sizes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:07:43.2304694Z test_op_has_batch_rule_sqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:07:43.2425352Z test_op_has_batch_rule_square_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:43.2841779Z test_op_has_batch_rule_squeeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-08-17T13:07:43.3581632Z test_op_has_batch_rule_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-08-17T13:07:43.3822807Z test_op_has_batch_rule_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:07:43.4168832Z test_op_has_batch_rule_std_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-08-17T13:07:43.4220877Z test_op_has_batch_rule_stft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:612: 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:803.) 2022-08-17T13:07:43.4222392Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-08-17T13:07:43.4252024Z expected failure (0.008s) 2022-08-17T13:07:43.5454350Z test_op_has_batch_rule_sub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.120s) 2022-08-17T13:07:43.6037200Z test_op_has_batch_rule_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-08-17T13:07:43.6254670Z test_op_has_batch_rule_sum_to_size_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:43.7721466Z test_op_has_batch_rule_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.147s) 2022-08-17T13:07:43.7809954Z test_op_has_batch_rule_svd_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:43.8808662Z test_op_has_batch_rule_symeig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.100s) 2022-08-17T13:07:43.9079591Z test_op_has_batch_rule_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-08-17T13:07:43.9439326Z test_op_has_batch_rule_take_along_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.036s) 2022-08-17T13:07:43.9806733Z test_op_has_batch_rule_take_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.037s) 2022-08-17T13:07:43.9908148Z test_op_has_batch_rule_tan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:07:43.9969102Z 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-08-17T13:07:43.9970033Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-08-17T13:07:44.0035239Z ok (0.013s) 2022-08-17T13:07:44.0112456Z test_op_has_batch_rule_tensor_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:44.0304512Z test_op_has_batch_rule_tensordot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:44.1730421Z test_op_has_batch_rule_tile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.142s) 2022-08-17T13:07:44.1823108Z test_op_has_batch_rule_to_sparse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:07:44.2474845Z test_op_has_batch_rule_topk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-08-17T13:07:44.2560346Z test_op_has_batch_rule_trace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:07:44.3873747Z test_op_has_batch_rule_transpose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.131s) 2022-08-17T13:07:44.4440225Z test_op_has_batch_rule_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:07:44.4994840Z test_op_has_batch_rule_trapz_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-08-17T13:07:44.5057538Z 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-08-17T13:07:44.5058884Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-08-17T13:07:44.5059297Z X = torch.triangular_solve(B, A).solution 2022-08-17T13:07:44.5059573Z should be replaced with 2022-08-17T13:07:44.5060036Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2310.) 2022-08-17T13:07:44.5060758Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-08-17T13:07:44.5980061Z ok (0.098s) 2022-08-17T13:07:44.6163010Z test_op_has_batch_rule_tril_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:07:44.6345823Z test_op_has_batch_rule_triu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:07:44.7284415Z test_op_has_batch_rule_true_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.094s) 2022-08-17T13:07:44.7383035Z test_op_has_batch_rule_trunc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:07:44.8080994Z test_op_has_batch_rule_unbind_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.070s) 2022-08-17T13:07:44.8406478Z test_op_has_batch_rule_unflatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-08-17T13:07:44.9074619Z test_op_has_batch_rule_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.067s) 2022-08-17T13:07:44.9467116Z test_op_has_batch_rule_unique_consecutive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.039s) 2022-08-17T13:07:44.9852902Z test_op_has_batch_rule_unique_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.038s) 2022-08-17T13:07:45.0372052Z test_op_has_batch_rule_unsqueeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-08-17T13:07:45.0613289Z test_op_has_batch_rule_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:07:45.0959303Z test_op_has_batch_rule_var_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.035s) 2022-08-17T13:07:45.1036908Z test_op_has_batch_rule_vdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.008s) 2022-08-17T13:07:45.1163407Z test_op_has_batch_rule_view_as_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-08-17T13:07:45.1362736Z test_op_has_batch_rule_view_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:07:45.1602413Z test_op_has_batch_rule_view_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:07:45.1883573Z test_op_has_batch_rule_vsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:07:45.2954372Z test_op_has_batch_rule_vstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.107s) 2022-08-17T13:07:45.7100397Z test_op_has_batch_rule_where_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.414s) 2022-08-17T13:07:45.8088113Z test_op_has_batch_rule_xlogy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.099s) 2022-08-17T13:07:45.8302806Z test_op_has_batch_rule_zero__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-08-17T13:07:45.8539387Z test_op_has_batch_rule_zeros_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:07:45.8561287Z test_torch_return_types_returns_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-08-17T13:07:45.8624974Z test_vmap_exhaustive_H_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-08-17T13:07:45.8688888Z test_vmap_exhaustive_T_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-08-17T13:07:45.9309998Z test_vmap_exhaustive___getitem___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.062s) 2022-08-17T13:07:46.2024662Z test_vmap_exhaustive___getitem___functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.271s) 2022-08-17T13:07:46.2532648Z test_vmap_exhaustive___radd___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:07:46.3079495Z test_vmap_exhaustive___rdiv___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-08-17T13:07:46.3925757Z test_vmap_exhaustive___rmatmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.085s) 2022-08-17T13:07:46.4433612Z test_vmap_exhaustive___rmod___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:07:46.4939595Z test_vmap_exhaustive___rmul___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:07:46.5005910Z test_vmap_exhaustive___rpow___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:850: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:46.5006989Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-08-17T13:07:46.5008735Z expected failure (0.007s) 2022-08-17T13:07:46.5515706Z test_vmap_exhaustive___rsub___cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:07:46.8752327Z test_vmap_exhaustive__masked_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.324s) 2022-08-17T13:07:47.2014388Z test_vmap_exhaustive__masked_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.326s) 2022-08-17T13:07:47.4022319Z test_vmap_exhaustive__masked_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.201s) 2022-08-17T13:07:47.6036130Z test_vmap_exhaustive__masked_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.201s) 2022-08-17T13:07:47.6474057Z test_vmap_exhaustive__masked_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-08-17T13:07:47.6912053Z test_vmap_exhaustive__masked_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-08-17T13:07:47.7512802Z test_vmap_exhaustive__masked_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.060s) 2022-08-17T13:07:47.8464834Z test_vmap_exhaustive__masked_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.095s) 2022-08-17T13:07:48.2397540Z test_vmap_exhaustive__masked_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.393s) 2022-08-17T13:07:48.6729175Z test_vmap_exhaustive__masked_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.433s) 2022-08-17T13:07:48.7342451Z test_vmap_exhaustive__masked_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-08-17T13:07:50.4161471Z test_vmap_exhaustive__masked_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.682s) 2022-08-17T13:07:50.5256276Z test_vmap_exhaustive__masked_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.110s) 2022-08-17T13:07:50.8618453Z test_vmap_exhaustive__masked_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.336s) 2022-08-17T13:07:50.9244113Z test_vmap_exhaustive__masked_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-08-17T13:07:50.9889957Z test_vmap_exhaustive__masked_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.065s) 2022-08-17T13:07:52.1857134Z test_vmap_exhaustive__masked_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.196s) 2022-08-17T13:07:52.5106407Z test_vmap_exhaustive__masked_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.325s) 2022-08-17T13:07:53.6819531Z test_vmap_exhaustive__masked_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.171s) 2022-08-17T13:07:53.6880694Z test_vmap_exhaustive_abs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:53.6881774Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:53.6887752Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:53.6888472Z return op(*args, **kwargs) 2022-08-17T13:07:53.6948276Z ok (0.013s) 2022-08-17T13:07:53.7004954Z test_vmap_exhaustive_acos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:53.7005827Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:53.7011959Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:53.7012675Z return op(*args, **kwargs) 2022-08-17T13:07:53.7248902Z ok (0.030s) 2022-08-17T13:07:53.7304339Z test_vmap_exhaustive_acosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:53.7305219Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:53.7311418Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:53.7312132Z return op(*args, **kwargs) 2022-08-17T13:07:53.7549095Z ok (0.030s) 2022-08-17T13:07:53.8966392Z test_vmap_exhaustive_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.142s) 2022-08-17T13:07:53.9008312Z test_vmap_exhaustive_addbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:53.9009208Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:53.9016710Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:53.9017423Z return op(*args, **kwargs) 2022-08-17T13:07:54.0304341Z ok (0.134s) 2022-08-17T13:07:54.0430023Z test_vmap_exhaustive_addcdiv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.0431082Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:54.0437926Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.0438649Z return op(*args, **kwargs) 2022-08-17T13:07:54.2626074Z ok (0.232s) 2022-08-17T13:07:54.2746776Z test_vmap_exhaustive_addcmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.2747659Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:54.2754525Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.2755223Z return op(*args, **kwargs) 2022-08-17T13:07:54.4931316Z ok (0.230s) 2022-08-17T13:07:54.4975797Z test_vmap_exhaustive_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.4976690Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:54.4983907Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.4984704Z return op(*args, **kwargs) 2022-08-17T13:07:54.5495365Z ok (0.056s) 2022-08-17T13:07:54.6055022Z test_vmap_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-08-17T13:07:54.6094554Z test_vmap_exhaustive_addmv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.6095420Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:54.6102877Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.6103604Z return op(*args, **kwargs) 2022-08-17T13:07:54.7198873Z ok (0.114s) 2022-08-17T13:07:54.7240025Z test_vmap_exhaustive_addr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.7240880Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:54.7247749Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.7248475Z return op(*args, **kwargs) 2022-08-17T13:07:54.8404732Z ok (0.120s) 2022-08-17T13:07:54.8423551Z test_vmap_exhaustive_all_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.8424381Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:54.8431166Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.8431872Z return op(*args, **kwargs) 2022-08-17T13:07:54.8456108Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.8456871Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:54.8464552Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:54.8465269Z return op(*args, **kwargs) 2022-08-17T13:07:54.8806605Z ok (0.040s) 2022-08-17T13:07:54.8865657Z test_vmap_exhaustive_allclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-08-17T13:07:55.0038208Z test_vmap_exhaustive_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.117s) 2022-08-17T13:07:55.1235928Z test_vmap_exhaustive_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.120s) 2022-08-17T13:07:55.1847575Z test_vmap_exhaustive_aminmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-08-17T13:07:55.1889029Z test_vmap_exhaustive_angle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-08-17T13:07:55.1908701Z test_vmap_exhaustive_any_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.1909844Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:55.1916170Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.1916911Z return op(*args, **kwargs) 2022-08-17T13:07:55.2259082Z ok (0.037s) 2022-08-17T13:07:55.2280593Z test_vmap_exhaustive_arange_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-08-17T13:07:55.2619937Z test_vmap_exhaustive_argmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-08-17T13:07:55.2958812Z test_vmap_exhaustive_argmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.034s) 2022-08-17T13:07:55.3843814Z test_vmap_exhaustive_argsort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.088s) 2022-08-17T13:07:55.3862032Z test_vmap_exhaustive_argwhere_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.3863150Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:55.3869736Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.3870639Z return op(*args, **kwargs) 2022-08-17T13:07:55.4042435Z ok (0.020s) 2022-08-17T13:07:55.4074887Z test_vmap_exhaustive_as_strided_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.4075929Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:55.4082040Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.4082763Z return op(*args, **kwargs) 2022-08-17T13:07:55.4116507Z expected failure (0.007s) 2022-08-17T13:07:55.4146429Z test_vmap_exhaustive_as_strided_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:12051: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.4147413Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-08-17T13:07:55.4496517Z ok (0.038s) 2022-08-17T13:07:55.4554139Z test_vmap_exhaustive_asin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.4555151Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:55.4561143Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.4561889Z return op(*args, **kwargs) 2022-08-17T13:07:55.4622288Z ok (0.012s) 2022-08-17T13:07:55.4680855Z test_vmap_exhaustive_asinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.4681725Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:55.4687639Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.4688364Z return op(*args, **kwargs) 2022-08-17T13:07:55.4749146Z ok (0.013s) 2022-08-17T13:07:55.4805848Z test_vmap_exhaustive_atan2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.4806717Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:55.4813467Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.4814197Z return op(*args, **kwargs) 2022-08-17T13:07:55.4822816Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.4823615Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:55.4830152Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.4830888Z return op(*args, **kwargs) 2022-08-17T13:07:55.6429336Z ok (0.168s) 2022-08-17T13:07:55.6485018Z test_vmap_exhaustive_atan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.6485999Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:55.6491649Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.6492376Z return op(*args, **kwargs) 2022-08-17T13:07:55.6551214Z ok (0.012s) 2022-08-17T13:07:55.6607185Z test_vmap_exhaustive_atanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.6608058Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:55.6614117Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:55.6614857Z return op(*args, **kwargs) 2022-08-17T13:07:55.6673824Z ok (0.012s) 2022-08-17T13:07:55.8211667Z test_vmap_exhaustive_atleast_1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.154s) 2022-08-17T13:07:55.9775832Z test_vmap_exhaustive_atleast_2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.156s) 2022-08-17T13:07:56.1349607Z test_vmap_exhaustive_atleast_3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.157s) 2022-08-17T13:07:56.1405903Z test_vmap_exhaustive_baddbmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:56.1406808Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:56.1413688Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:56.1414431Z return op(*args, **kwargs) 2022-08-17T13:07:56.2539372Z ok (0.119s) 2022-08-17T13:07:56.2592256Z test_vmap_exhaustive_bernoulli_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:07:56.2841475Z test_vmap_exhaustive_bfloat16_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.025s) 2022-08-17T13:07:56.2966964Z test_vmap_exhaustive_bfloat16_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:56.3472992Z test_vmap_exhaustive_block_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:07:56.3549255Z test_vmap_exhaustive_bmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:07:56.3793784Z test_vmap_exhaustive_bool_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-08-17T13:07:56.3915834Z test_vmap_exhaustive_bool_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:56.3931995Z test_vmap_exhaustive_broadcast_shapes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-08-17T13:07:56.4540776Z test_vmap_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-08-17T13:07:56.4760459Z test_vmap_exhaustive_broadcast_to_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:56.4844147Z test_vmap_exhaustive_bucketize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:56.4845027Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:56.4850929Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:56.4851659Z return op(*args, **kwargs) 2022-08-17T13:07:56.6213498Z ok (0.145s) 2022-08-17T13:07:56.6459342Z test_vmap_exhaustive_byte_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-08-17T13:07:56.6581253Z test_vmap_exhaustive_byte_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:56.6822407Z test_vmap_exhaustive_cartesian_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:07:56.7578323Z test_vmap_exhaustive_cat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.076s) 2022-08-17T13:07:58.2038643Z test_vmap_exhaustive_cdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (1.446s) 2022-08-17T13:07:58.2114915Z test_vmap_exhaustive_ceil_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:07:58.2133849Z test_vmap_exhaustive_chalf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:15579: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.2134798Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-08-17T13:07:58.2291839Z ok (0.018s) 2022-08-17T13:07:58.2534174Z test_vmap_exhaustive_char_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-08-17T13:07:58.2653006Z test_vmap_exhaustive_char_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:07:58.3072722Z test_vmap_exhaustive_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-08-17T13:07:58.3475810Z test_vmap_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-08-17T13:07:58.4200483Z test_vmap_exhaustive_cholesky_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-08-17T13:07:58.4425163Z test_vmap_exhaustive_chunk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:07:58.4475189Z test_vmap_exhaustive_clamp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.4476225Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:58.4483191Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.4483925Z return op(*args, **kwargs) 2022-08-17T13:07:58.4493265Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.4494066Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:58.4501421Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.4502480Z return op(*args, **kwargs) 2022-08-17T13:07:58.5787527Z ok (0.136s) 2022-08-17T13:07:58.5804466Z test_vmap_exhaustive_clamp_max_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-08-17T13:07:58.5820922Z test_vmap_exhaustive_clamp_min_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-08-17T13:07:58.5888991Z test_vmap_exhaustive_clone_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:07:58.5938383Z test_vmap_exhaustive_column_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:07:58.6895026Z test_vmap_exhaustive_combinations_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.096s) 2022-08-17T13:07:58.6924007Z test_vmap_exhaustive_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.6924898Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:58.6931761Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.6932499Z return op(*args, **kwargs) 2022-08-17T13:07:58.7491117Z ok (0.060s) 2022-08-17T13:07:58.7571969Z test_vmap_exhaustive_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:07:58.7601305Z test_vmap_exhaustive_conj_physical_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.7602365Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:58.7607861Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.7608576Z return op(*args, **kwargs) 2022-08-17T13:07:58.7638884Z ok (0.007s) 2022-08-17T13:07:58.9114502Z test_vmap_exhaustive_constant_pad_nd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.147s) 2022-08-17T13:07:58.9177434Z test_vmap_exhaustive_contiguous_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-08-17T13:07:58.9202694Z test_vmap_exhaustive_copysign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.9203617Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:58.9209864Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.9210620Z return op(*args, **kwargs) 2022-08-17T13:07:58.9219472Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.9220257Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:58.9227318Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:58.9228050Z return op(*args, **kwargs) 2022-08-17T13:07:59.0096444Z ok (0.092s) 2022-08-17T13:07:59.0296278Z test_vmap_exhaustive_corrcoef_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:07:59.0453143Z test_vmap_exhaustive_cos_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:07:59.0610106Z test_vmap_exhaustive_cosh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:07:59.0629570Z test_vmap_exhaustive_count_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:59.0630466Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:59.0636855Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:59.0637776Z return op(*args, **kwargs) 2022-08-17T13:07:59.1229509Z ok (0.062s) 2022-08-17T13:07:59.3782052Z test_vmap_exhaustive_cov_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.255s) 2022-08-17T13:07:59.3971101Z test_vmap_exhaustive_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:07:59.4117501Z test_vmap_exhaustive_cummax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:07:59.4263784Z test_vmap_exhaustive_cummin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-08-17T13:07:59.4296952Z test_vmap_exhaustive_cumprod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:59.4297837Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:59.4304237Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:59.4304942Z return op(*args, **kwargs) 2022-08-17T13:07:59.4862920Z ok (0.060s) 2022-08-17T13:07:59.4897750Z test_vmap_exhaustive_cumsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:59.4898616Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:59.4905253Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:59.4905989Z return op(*args, **kwargs) 2022-08-17T13:07:59.5119044Z ok (0.026s) 2022-08-17T13:07:59.5643534Z test_vmap_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-08-17T13:07:59.5805963Z test_vmap_exhaustive_deg2rad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:07:59.6266446Z test_vmap_exhaustive_diag_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-08-17T13:07:59.6716969Z test_vmap_exhaustive_diag_embed_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.045s) 2022-08-17T13:07:59.6739196Z test_vmap_exhaustive_diagflat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:59.6740069Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:07:59.6746951Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:07:59.6747839Z return op(*args, **kwargs) 2022-08-17T13:07:59.6890173Z ok (0.017s) 2022-08-17T13:07:59.8160732Z test_vmap_exhaustive_diagonal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.127s) 2022-08-17T13:07:59.9081058Z test_vmap_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.092s) 2022-08-17T13:08:00.4490598Z test_vmap_exhaustive_diff_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.541s) 2022-08-17T13:08:00.4786717Z test_vmap_exhaustive_digamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-08-17T13:08:00.7840738Z test_vmap_exhaustive_dist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.305s) 2022-08-17T13:08:00.7890903Z test_vmap_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:00.7891823Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:00.7898233Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:00.7898964Z return op(*args, **kwargs) 2022-08-17T13:08:00.9634229Z ok (0.179s) 2022-08-17T13:08:01.1341945Z test_vmap_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.170s) 2022-08-17T13:08:01.3136457Z test_vmap_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.179s) 2022-08-17T13:08:01.3208986Z test_vmap_exhaustive_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:01.3449105Z test_vmap_exhaustive_double_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-08-17T13:08:01.3567019Z test_vmap_exhaustive_double_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:08:01.3810585Z test_vmap_exhaustive_dsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:08:01.4635994Z test_vmap_exhaustive_dstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.082s) 2022-08-17T13:08:01.4718832Z test_vmap_exhaustive_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::eig. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:01.4719706Z return self.op(*args, **kwargs) 2022-08-17T13:08:01.5025452Z /var/lib/jenkins/workspace/functorch/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::eig. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:01.5026256Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:01.5087055Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::eig. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:01.5088056Z return op(*args, **kwargs) 2022-08-17T13:08:01.5266588Z ok (0.063s) 2022-08-17T13:08:01.5889395Z test_vmap_exhaustive_einsum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-08-17T13:08:01.5906421Z test_vmap_exhaustive_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-08-17T13:08:01.6035235Z test_vmap_exhaustive_empty_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:08:01.6586567Z test_vmap_exhaustive_eq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-08-17T13:08:01.6607260Z test_vmap_exhaustive_equal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-08-17T13:08:01.6699772Z test_vmap_exhaustive_erf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:08:01.6921773Z test_vmap_exhaustive_erfc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:01.7014015Z test_vmap_exhaustive_erfinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:08:01.7234695Z test_vmap_exhaustive_exp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:01.7392027Z test_vmap_exhaustive_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:01.7560337Z test_vmap_exhaustive_expand_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:08:01.7830915Z test_vmap_exhaustive_expand_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-08-17T13:08:01.7923940Z test_vmap_exhaustive_expm1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:08:01.8147463Z test_vmap_exhaustive_fft_fft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:01.8402905Z test_vmap_exhaustive_fft_fft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:08:01.8690846Z test_vmap_exhaustive_fft_fftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-08-17T13:08:01.8845610Z test_vmap_exhaustive_fft_fftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:08:01.9089693Z test_vmap_exhaustive_fft_hfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:08:01.9353844Z test_vmap_exhaustive_fft_hfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-08-17T13:08:01.9661318Z test_vmap_exhaustive_fft_hfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-08-17T13:08:01.9889141Z test_vmap_exhaustive_fft_ifft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-08-17T13:08:02.0164576Z test_vmap_exhaustive_fft_ifft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-08-17T13:08:02.0460265Z test_vmap_exhaustive_fft_ifftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-08-17T13:08:02.0615007Z test_vmap_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:08:02.0644252Z test_vmap_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:02.0645133Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:02.0654593Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:02.0655511Z return op(*args, **kwargs) 2022-08-17T13:08:02.0902047Z ok (0.029s) 2022-08-17T13:08:02.1173487Z test_vmap_exhaustive_fft_ihfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-08-17T13:08:02.1204695Z test_vmap_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:02.1205571Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:02.1214966Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:02.1215664Z return op(*args, **kwargs) 2022-08-17T13:08:02.1527474Z ok (0.035s) 2022-08-17T13:08:02.1752675Z test_vmap_exhaustive_fft_irfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:02.2009038Z test_vmap_exhaustive_fft_irfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-08-17T13:08:02.2302528Z test_vmap_exhaustive_fft_irfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-08-17T13:08:02.2522251Z test_vmap_exhaustive_fft_rfft2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:02.2772260Z test_vmap_exhaustive_fft_rfft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:08:02.3060548Z test_vmap_exhaustive_fft_rfftn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-08-17T13:08:02.3231843Z test_vmap_exhaustive_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:08:02.3398640Z test_vmap_exhaustive_flatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:08:02.3650661Z test_vmap_exhaustive_flip_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:08:02.3769788Z test_vmap_exhaustive_fliplr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:08:02.3886820Z test_vmap_exhaustive_flipud_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:08:02.4123000Z test_vmap_exhaustive_float_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.023s) 2022-08-17T13:08:02.4236618Z test_vmap_exhaustive_float_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:08:02.4778067Z test_vmap_exhaustive_float_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.054s) 2022-08-17T13:08:02.4846040Z test_vmap_exhaustive_floor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:02.4882815Z test_vmap_exhaustive_floor_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:02.4883891Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:02.4890242Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:02.4890957Z return op(*args, **kwargs) 2022-08-17T13:08:02.5746708Z ok (0.090s) 2022-08-17T13:08:02.6259828Z test_vmap_exhaustive_fmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:08:02.6773056Z test_vmap_exhaustive_fmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:08:02.6814548Z test_vmap_exhaustive_fmod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:02.6815411Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:02.6821949Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:02.6822970Z return op(*args, **kwargs) 2022-08-17T13:08:02.7670341Z ok (0.090s) 2022-08-17T13:08:02.7827593Z test_vmap_exhaustive_frac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:02.7954092Z test_vmap_exhaustive_frexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:08:02.8165946Z test_vmap_exhaustive_full_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-08-17T13:08:02.9856498Z test_vmap_exhaustive_gather_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.169s) 2022-08-17T13:08:03.0781516Z test_vmap_exhaustive_ge_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.092s) 2022-08-17T13:08:03.2254287Z test_vmap_exhaustive_geqrf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.147s) 2022-08-17T13:08:03.4277474Z test_vmap_exhaustive_gradient_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.202s) 2022-08-17T13:08:03.5197649Z test_vmap_exhaustive_gt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.092s) 2022-08-17T13:08:03.5441531Z test_vmap_exhaustive_half_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-08-17T13:08:03.5562825Z test_vmap_exhaustive_half_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:08:03.5605714Z test_vmap_exhaustive_heaviside_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:03.5606595Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:03.5613168Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:03.5614019Z return op(*args, **kwargs) 2022-08-17T13:08:03.6441622Z ok (0.088s) 2022-08-17T13:08:03.6549118Z test_vmap_exhaustive_histc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:03.6549976Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:03.6559181Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:03.6559878Z return op(*args, **kwargs) 2022-08-17T13:08:03.9934067Z ok (0.349s) 2022-08-17T13:08:04.0183068Z test_vmap_exhaustive_hsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:08:04.0992446Z test_vmap_exhaustive_hstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.081s) 2022-08-17T13:08:04.1034423Z test_vmap_exhaustive_hypot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.1035302Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:04.1041620Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.1042340Z return op(*args, **kwargs) 2022-08-17T13:08:04.1862199Z ok (0.087s) 2022-08-17T13:08:04.2027877Z test_vmap_exhaustive_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:04.2081543Z test_vmap_exhaustive_igamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.2082420Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:04.2088168Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.2088862Z return op(*args, **kwargs) 2022-08-17T13:08:04.3334463Z ok (0.131s) 2022-08-17T13:08:04.3388244Z test_vmap_exhaustive_igammac_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.3389254Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:04.3395177Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.3395854Z return op(*args, **kwargs) 2022-08-17T13:08:04.4654210Z ok (0.132s) 2022-08-17T13:08:04.4692598Z test_vmap_exhaustive_index_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.4693463Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:04.4700537Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.4701240Z return op(*args, **kwargs) 2022-08-17T13:08:04.7140636Z ok (0.249s) 2022-08-17T13:08:04.7176708Z test_vmap_exhaustive_index_copy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.7177580Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:04.7184232Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.7184933Z return op(*args, **kwargs) 2022-08-17T13:08:04.7950883Z ok (0.081s) 2022-08-17T13:08:04.7971974Z test_vmap_exhaustive_index_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.7972866Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:04.7979206Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.7979924Z return op(*args, **kwargs) 2022-08-17T13:08:04.7989829Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.7990717Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:04.7997254Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:04.7997961Z return op(*args, **kwargs) 2022-08-17T13:08:04.8377065Z ok (0.043s) 2022-08-17T13:08:04.8702465Z test_vmap_exhaustive_index_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.032s) 2022-08-17T13:08:05.1314978Z test_vmap_exhaustive_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.261s) 2022-08-17T13:08:05.1335620Z test_vmap_exhaustive_index_reduce_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:05.1336487Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:05.1343428Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:05.1344139Z return op(*args, **kwargs) 2022-08-17T13:08:05.1354190Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:05.1354944Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:05.1362245Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:05.1362968Z return op(*args, **kwargs) 2022-08-17T13:08:06.0988675Z ok (0.967s) 2022-08-17T13:08:06.1249831Z test_vmap_exhaustive_index_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-08-17T13:08:06.1381916Z test_vmap_exhaustive_inner_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:08:06.1621803Z test_vmap_exhaustive_int_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-08-17T13:08:06.1739356Z test_vmap_exhaustive_int_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:08:06.2031726Z test_vmap_exhaustive_inverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-08-17T13:08:06.2082676Z test_vmap_exhaustive_isclose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.2083534Z return self.op(*args, **kwargs) 2022-08-17T13:08:06.2352223Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.2352981Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:06.2361074Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.2361816Z return op(*args, **kwargs) 2022-08-17T13:08:06.3814489Z ok (0.178s) 2022-08-17T13:08:06.3905057Z test_vmap_exhaustive_isfinite_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:08:06.3925713Z test_vmap_exhaustive_isin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.3926569Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:06.3933228Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.3933942Z return op(*args, **kwargs) 2022-08-17T13:08:06.4135147Z ok (0.023s) 2022-08-17T13:08:06.4175943Z test_vmap_exhaustive_isinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-08-17T13:08:06.4215317Z test_vmap_exhaustive_isnan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-08-17T13:08:06.4254518Z test_vmap_exhaustive_isneginf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-08-17T13:08:06.4293942Z test_vmap_exhaustive_isposinf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-08-17T13:08:06.4377001Z test_vmap_exhaustive_isreal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:08:06.4409169Z test_vmap_exhaustive_istft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.4410027Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:06.4422918Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.4423614Z return op(*args, **kwargs) 2022-08-17T13:08:06.5231757Z ok (0.085s) 2022-08-17T13:08:06.5280821Z test_vmap_exhaustive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:08:06.5335211Z test_vmap_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:08:06.5395237Z test_vmap_exhaustive_jiterator_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-08-17T13:08:06.5455023Z test_vmap_exhaustive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-08-17T13:08:06.5501037Z test_vmap_exhaustive_jiterator_unary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-08-17T13:08:06.5575542Z test_vmap_exhaustive_kron_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:06.6469964Z test_vmap_exhaustive_kthvalue_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.089s) 2022-08-17T13:08:06.6514755Z test_vmap_exhaustive_ldexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.6515640Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:06.6522280Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.6522982Z return op(*args, **kwargs) 2022-08-17T13:08:06.7421551Z ok (0.095s) 2022-08-17T13:08:06.8340429Z test_vmap_exhaustive_le_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.092s) 2022-08-17T13:08:06.8405753Z test_vmap_exhaustive_lerp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.8406621Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:06.8413177Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.8413897Z return op(*args, **kwargs) 2022-08-17T13:08:06.8922318Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.8923091Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:06.8929617Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:06.8930316Z return op(*args, **kwargs) 2022-08-17T13:08:07.0287456Z ok (0.195s) 2022-08-17T13:08:07.0506130Z test_vmap_exhaustive_lgamma_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:07.0969111Z test_vmap_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-08-17T13:08:07.1586183Z test_vmap_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-08-17T13:08:07.1831525Z test_vmap_exhaustive_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:08:07.1854134Z test_vmap_exhaustive_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_cross. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:07.1855005Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:07.1861275Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_cross. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:07.1862305Z return op(*args, **kwargs) 2022-08-17T13:08:07.2029711Z ok (0.020s) 2022-08-17T13:08:07.2652119Z test_vmap_exhaustive_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-08-17T13:08:07.3121502Z test_vmap_exhaustive_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-08-17T13:08:07.3130520Z test_vmap_exhaustive_linalg_eigh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:08:07.3430985Z test_vmap_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.030s) 2022-08-17T13:08:07.3713020Z test_vmap_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:08:07.4764613Z test_vmap_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.105s) 2022-08-17T13:08:07.5097055Z test_vmap_exhaustive_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:08:07.5485593Z test_vmap_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-08-17T13:08:07.5514394Z test_vmap_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:07.5515303Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:07.5529723Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:07.5530424Z return op(*args, **kwargs) 2022-08-17T13:08:07.5743045Z ok (0.026s) 2022-08-17T13:08:07.6013498Z test_vmap_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-08-17T13:08:07.6045134Z test_vmap_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:07.6046338Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:07.6055346Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:07.6056058Z return op(*args, **kwargs) 2022-08-17T13:08:07.8328548Z ok (0.231s) 2022-08-17T13:08:07.8409561Z test_vmap_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lstsq. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:07.8410449Z return self.op(*args, **kwargs) 2022-08-17T13:08:07.8831702Z /var/lib/jenkins/workspace/functorch/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lstsq. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:07.8832460Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:07.8849088Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lstsq. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:07.8849801Z return op(*args, **kwargs) 2022-08-17T13:08:08.0336506Z ok (0.201s) 2022-08-17T13:08:08.0415290Z test_vmap_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:11084: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lstsq. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:08.0416361Z op=lambda a, b, driver: torch.linalg.lstsq(a, b, driver=driver)[0], 2022-08-17T13:08:08.1859815Z ok (0.152s) 2022-08-17T13:08:08.1888298Z test_vmap_exhaustive_linalg_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:08.1889197Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:08.1907063Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:08.1907772Z return op(*args, **kwargs) 2022-08-17T13:08:08.4229152Z ok (0.237s) 2022-08-17T13:08:08.4263651Z test_vmap_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:08.4264718Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:08.4278349Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:08.4279072Z return op(*args, **kwargs) 2022-08-17T13:08:08.7129582Z ok (0.290s) 2022-08-17T13:08:08.9088654Z test_vmap_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.196s) 2022-08-17T13:08:08.9121579Z test_vmap_exhaustive_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:08.9122497Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:08.9129907Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:08.9130639Z return op(*args, **kwargs) 2022-08-17T13:08:10.0461279Z ok (1.137s) 2022-08-17T13:08:10.3670209Z test_vmap_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.321s) 2022-08-17T13:08:10.4913236Z test_vmap_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.124s) 2022-08-17T13:08:10.4976853Z test_vmap_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_matrix_rank.atol_rtol_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:10.4977802Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:10.5000952Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_matrix_rank.atol_rtol_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:10.5001739Z return op(*args, **kwargs) 2022-08-17T13:08:10.5460873Z ok (0.055s) 2022-08-17T13:08:10.5848568Z test_vmap_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-08-17T13:08:10.7023082Z test_vmap_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.117s) 2022-08-17T13:08:10.7759286Z test_vmap_exhaustive_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-08-17T13:08:10.8426502Z test_vmap_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.067s) 2022-08-17T13:08:10.8494795Z test_vmap_exhaustive_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_pinv.atol_rtol_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:10.8495708Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:10.8520101Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_pinv.atol_rtol_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:10.8520849Z return op(*args, **kwargs) 2022-08-17T13:08:10.9890005Z ok (0.146s) 2022-08-17T13:08:11.0301222Z test_vmap_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-08-17T13:08:11.0313544Z 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-08-17T13:08:11.1875304Z test_vmap_exhaustive_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.156s) 2022-08-17T13:08:11.2352900Z test_vmap_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-08-17T13:08:11.2388504Z test_vmap_exhaustive_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/functorch/_src/vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_solve_ex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:11.2389400Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:11.2398059Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_solve_ex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:11.2398817Z return op(*args, **kwargs) 2022-08-17T13:08:11.3658658Z ok (0.130s) 2022-08-17T13:08:11.5283103Z test_vmap_exhaustive_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.162s) 2022-08-17T13:08:12.2320251Z test_vmap_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.704s) 2022-08-17T13:08:12.3672496Z test_vmap_exhaustive_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.135s) 2022-08-17T13:08:12.5057652Z test_vmap_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.138s) 2022-08-17T13:08:12.5198615Z test_vmap_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-08-17T13:08:12.5224993Z test_vmap_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:12.5225910Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:12.5235265Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:12.5235995Z return op(*args, **kwargs) 2022-08-17T13:08:12.5647601Z ok (0.045s) 2022-08-17T13:08:12.5666915Z test_vmap_exhaustive_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:12.5667807Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:12.5674432Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:12.5675166Z return op(*args, **kwargs) 2022-08-17T13:08:12.6014012Z ok (0.037s) 2022-08-17T13:08:12.6031976Z test_vmap_exhaustive_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:12.6032856Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:12.6039111Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:12.6039820Z return op(*args, **kwargs) 2022-08-17T13:08:12.8550815Z ok (0.254s) 2022-08-17T13:08:13.3416831Z test_vmap_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.486s) 2022-08-17T13:08:13.3434712Z test_vmap_exhaustive_linspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-08-17T13:08:13.3590484Z test_vmap_exhaustive_log10_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:08:13.3681966Z test_vmap_exhaustive_log1p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:08:13.3837925Z test_vmap_exhaustive_log2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:08:13.3993160Z test_vmap_exhaustive_log_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:08:13.4467539Z test_vmap_exhaustive_log_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.047s) 2022-08-17T13:08:13.4950383Z test_vmap_exhaustive_log_softmax_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-08-17T13:08:13.5018549Z test_vmap_exhaustive_logaddexp2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:13.5086918Z test_vmap_exhaustive_logaddexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:13.5365256Z test_vmap_exhaustive_logcumsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:08:13.5765961Z test_vmap_exhaustive_logdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-08-17T13:08:13.6276739Z test_vmap_exhaustive_logical_and_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:08:13.6361482Z test_vmap_exhaustive_logical_not_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:08:13.6864539Z test_vmap_exhaustive_logical_or_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-08-17T13:08:13.7367830Z test_vmap_exhaustive_logical_xor_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-08-17T13:08:13.7692058Z test_vmap_exhaustive_logit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-08-17T13:08:13.7709618Z test_vmap_exhaustive_logspace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.002s) 2022-08-17T13:08:13.8764405Z test_vmap_exhaustive_logsumexp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.105s) 2022-08-17T13:08:13.9000123Z test_vmap_exhaustive_long_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.023s) 2022-08-17T13:08:13.9113222Z test_vmap_exhaustive_long_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:08:14.0031535Z test_vmap_exhaustive_lt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.092s) 2022-08-17T13:08:14.2677029Z test_vmap_exhaustive_lu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.265s) 2022-08-17T13:08:14.2709529Z test_vmap_exhaustive_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:14.2710660Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:14.2717789Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:14.5609257Z return op(*args, **kwargs) 2022-08-17T13:08:14.5609529Z ok (0.293s) 2022-08-17T13:08:14.5633138Z test_vmap_exhaustive_lu_unpack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:14.5634268Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:14.5647961Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:14.5648876Z return op(*args, **kwargs) 2022-08-17T13:08:14.9798355Z ok (0.419s) 2022-08-17T13:08:15.0118356Z test_vmap_exhaustive_mH_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-08-17T13:08:15.0289590Z test_vmap_exhaustive_mT_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:08:15.0374952Z test_vmap_exhaustive_masked_fill_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:15.0376164Z return self.op(*args, **kwargs) 2022-08-17T13:08:15.1528770Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:15.1529804Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:15.1536188Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:15.1537125Z return op(*args, **kwargs) 2022-08-17T13:08:15.1547368Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:15.1548361Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:15.1555090Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:15.1555982Z return op(*args, **kwargs) 2022-08-17T13:08:15.3004888Z ok (0.271s) 2022-08-17T13:08:15.3603224Z test_vmap_exhaustive_masked_fill_functorch_Scalar_only_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.060s) 2022-08-17T13:08:15.3624741Z test_vmap_exhaustive_masked_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:15.3625668Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:15.3632820Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:15.3633547Z return op(*args, **kwargs) 2022-08-17T13:08:15.3643627Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:15.3644386Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:15.3651460Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:15.4720622Z return op(*args, **kwargs) 2022-08-17T13:08:15.4720909Z ok (0.112s) 2022-08-17T13:08:15.5060179Z test_vmap_exhaustive_masked_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.034s) 2022-08-17T13:08:15.6688310Z test_vmap_exhaustive_matmul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.163s) 2022-08-17T13:08:15.6732940Z test_vmap_exhaustive_matrix_exp_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:15.6733825Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:15.6752334Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:15.6753056Z return op(*args, **kwargs) 2022-08-17T13:08:15.7094254Z ok (0.041s) 2022-08-17T13:08:15.8091028Z test_vmap_exhaustive_max_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.100s) 2022-08-17T13:08:15.8158805Z test_vmap_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:15.8339952Z test_vmap_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:08:15.8848411Z test_vmap_exhaustive_maximum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:08:15.9674037Z test_vmap_exhaustive_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.082s) 2022-08-17T13:08:16.0175798Z test_vmap_exhaustive_median_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-08-17T13:08:16.2129480Z test_vmap_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.195s) 2022-08-17T13:08:16.4036574Z test_vmap_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.191s) 2022-08-17T13:08:16.5037794Z test_vmap_exhaustive_min_binary_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.100s) 2022-08-17T13:08:16.5107043Z test_vmap_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:16.5291626Z test_vmap_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:08:16.5806284Z test_vmap_exhaustive_minimum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:08:16.5879691Z test_vmap_exhaustive_mm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:16.6251686Z test_vmap_exhaustive_mode_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-08-17T13:08:16.7102584Z test_vmap_exhaustive_movedim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.085s) 2022-08-17T13:08:16.7183584Z test_vmap_exhaustive_msort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:08:16.8852267Z test_vmap_exhaustive_mul_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.167s) 2022-08-17T13:08:16.9324102Z test_vmap_exhaustive_multinomial_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.047s) 2022-08-17T13:08:16.9395930Z test_vmap_exhaustive_mv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:17.0492213Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.109s) 2022-08-17T13:08:17.1591128Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.110s) 2022-08-17T13:08:17.2688282Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.110s) 2022-08-17T13:08:17.2845668Z test_vmap_exhaustive_nan_to_num_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:17.2876383Z test_vmap_exhaustive_nanmean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:17.2877271Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:17.2884599Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:17.2885315Z return op(*args, **kwargs) 2022-08-17T13:08:17.4171265Z ok (0.132s) 2022-08-17T13:08:17.4685455Z test_vmap_exhaustive_nanmedian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:08:17.4731238Z test_vmap_exhaustive_nanquantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:17.4732121Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:17.4742989Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:17.4743739Z return op(*args, **kwargs) 2022-08-17T13:08:17.6515012Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:17.6515778Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:17.6526642Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:17.6527358Z return op(*args, **kwargs) 2022-08-17T13:08:18.0039552Z ok (0.535s) 2022-08-17T13:08:18.0066408Z test_vmap_exhaustive_nansum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:18.0067435Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:18.0073362Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:18.0074053Z return op(*args, **kwargs) 2022-08-17T13:08:18.1077193Z ok (0.104s) 2022-08-17T13:08:18.1217999Z test_vmap_exhaustive_narrow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-08-17T13:08:18.4302242Z test_vmap_exhaustive_native_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.308s) 2022-08-17T13:08:18.5226675Z test_vmap_exhaustive_ne_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.092s) 2022-08-17T13:08:18.5405872Z test_vmap_exhaustive_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:18.5406748Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:18.5412443Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:18.5413146Z return op(*args, **kwargs) 2022-08-17T13:08:18.5472335Z ok (0.025s) 2022-08-17T13:08:18.5621602Z test_vmap_exhaustive_new_empty_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:08:18.5846854Z test_vmap_exhaustive_new_full_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:18.6060699Z test_vmap_exhaustive_new_ones_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-08-17T13:08:18.6275336Z test_vmap_exhaustive_new_zeros_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-08-17T13:08:18.6316827Z test_vmap_exhaustive_nextafter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:18.6317693Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:18.6323722Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:18.6324435Z return op(*args, **kwargs) 2022-08-17T13:08:18.7145544Z ok (0.087s) 2022-08-17T13:08:18.7328454Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:08:18.7647900Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.032s) 2022-08-17T13:08:18.8037716Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-08-17T13:08:18.8349840Z test_vmap_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-08-17T13:08:18.9279880Z test_vmap_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.093s) 2022-08-17T13:08:19.0093448Z test_vmap_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.081s) 2022-08-17T13:08:19.0378777Z test_vmap_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:08:19.0631438Z test_vmap_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:08:19.0895856Z test_vmap_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.026s) 2022-08-17T13:08:19.5762139Z test_vmap_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.486s) 2022-08-17T13:08:20.0547293Z test_vmap_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.478s) 2022-08-17T13:08:20.0625105Z test_vmap_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:20.0625995Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:20.0638211Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:20.0638935Z return op(*args, **kwargs) 2022-08-17T13:08:20.7318686Z ok (0.677s) 2022-08-17T13:08:20.8013080Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.069s) 2022-08-17T13:08:21.0245167Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.223s) 2022-08-17T13:08:21.0404681Z test_vmap_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:21.2710808Z test_vmap_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.230s) 2022-08-17T13:08:22.0536295Z test_vmap_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.782s) 2022-08-17T13:08:22.0630914Z test_vmap_exhaustive_nn_functional_conv2d_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:08:22.0834189Z test_vmap_exhaustive_nn_functional_conv2d_stride_depthwise_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:08:22.1027942Z test_vmap_exhaustive_nn_functional_conv2d_stride_groups_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:08:22.1127302Z test_vmap_exhaustive_nn_functional_conv2d_stride_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:08:22.1230737Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:08:22.1429631Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:08:22.1620028Z test_vmap_exhaustive_nn_functional_conv2d_stride_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:08:22.1816418Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_no_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:08:22.2012153Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:08:22.2186134Z test_vmap_exhaustive_nn_functional_conv2d_with_bias_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:08:22.4649411Z test_vmap_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.246s) 2022-08-17T13:08:22.7163185Z test_vmap_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.251s) 2022-08-17T13:08:22.9980907Z test_vmap_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.282s) 2022-08-17T13:08:23.1227127Z test_vmap_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.125s) 2022-08-17T13:08:23.1951886Z test_vmap_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.072s) 2022-08-17T13:08:23.3381340Z test_vmap_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.143s) 2022-08-17T13:08:23.3409381Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:23.3410258Z return torch.ctc_loss( 2022-08-17T13:08:23.6025504Z ok (0.264s) 2022-08-17T13:08:23.6239091Z test_vmap_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.021s) 2022-08-17T13:08:23.6450521Z test_vmap_exhaustive_nn_functional_dropout3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.021s) 2022-08-17T13:08:23.6645028Z test_vmap_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.019s) 2022-08-17T13:08:23.6803934Z test_vmap_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:23.6825751Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:23.6826678Z ret, _, _, _ = torch.embedding_bag( 2022-08-17T13:08:23.7419280Z /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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:23.7420101Z torch.embedding_renorm_(weight.detach(), input, max_norm, norm_type) 2022-08-17T13:08:23.7511826Z expected failure (0.071s) 2022-08-17T13:08:23.8332518Z test_vmap_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.082s) 2022-08-17T13:08:23.8702170Z test_vmap_exhaustive_nn_functional_embedding_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-08-17T13:08:23.8829769Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.013s) 2022-08-17T13:08:23.9566759Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-08-17T13:08:23.9653410Z test_vmap_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:08:23.9746280Z test_vmap_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:08:23.9771830Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:23.9772689Z if torch.any(var < 0): 2022-08-17T13:08:23.9797311Z expected failure (0.005s) 2022-08-17T13:08:24.0168369Z test_vmap_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-08-17T13:08:24.1420465Z test_vmap_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.125s) 2022-08-17T13:08:24.3252367Z test_vmap_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.183s) 2022-08-17T13:08:24.3567686Z test_vmap_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-08-17T13:08:24.3733722Z test_vmap_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:08:24.3890644Z test_vmap_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:24.4010281Z test_vmap_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:08:24.4181131Z test_vmap_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:08:24.4986281Z test_vmap_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.080s) 2022-08-17T13:08:24.5006687Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:24.5007691Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-08-17T13:08:24.5607731Z ok (0.062s) 2022-08-17T13:08:24.5664512Z test_vmap_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-08-17T13:08:24.6075925Z test_vmap_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-08-17T13:08:24.6476231Z test_vmap_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-08-17T13:08:24.6867983Z test_vmap_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-08-17T13:08:24.7259977Z test_vmap_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.039s) 2022-08-17T13:08:24.7658376Z test_vmap_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-08-17T13:08:24.8060855Z test_vmap_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.040s) 2022-08-17T13:08:24.8103589Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:24.8104516Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-08-17T13:08:24.8909372Z ok (0.085s) 2022-08-17T13:08:24.9319328Z test_vmap_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-08-17T13:08:25.0584337Z test_vmap_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.126s) 2022-08-17T13:08:25.0837229Z test_vmap_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:08:25.2252330Z test_vmap_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.141s) 2022-08-17T13:08:25.2714710Z test_vmap_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.046s) 2022-08-17T13:08:25.2800437Z test_vmap_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:08:25.2849469Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:25.2850454Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-08-17T13:08:25.6371118Z ok (0.357s) 2022-08-17T13:08:25.6440895Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:25.6441910Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-08-17T13:08:28.9355407Z ok (3.298s) 2022-08-17T13:08:34.2024348Z test_vmap_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (5.267s) 2022-08-17T13:08:34.2047846Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:34.2048863Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-08-17T13:08:34.2097813Z /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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:34.2098991Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-08-17T13:08:36.5909184Z ok (2.388s) 2022-08-17T13:08:36.5935534Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:36.5936649Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-08-17T13:08:37.7244517Z ok (1.133s) 2022-08-17T13:08:37.9713357Z test_vmap_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.247s) 2022-08-17T13:08:37.9738716Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:37.9739662Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-08-17T13:08:40.1631763Z ok (2.192s) 2022-08-17T13:08:40.5186547Z test_vmap_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.355s) 2022-08-17T13:08:40.5214252Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:40.5215493Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-08-17T13:08:41.2999634Z ok (0.781s) 2022-08-17T13:08:41.4860916Z test_vmap_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.186s) 2022-08-17T13:08:41.5025205Z test_vmap_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:41.5402777Z test_vmap_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-08-17T13:08:41.5975918Z test_vmap_exhaustive_nn_functional_mse_loss_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:08:41.5997501Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:41.5998465Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-08-17T13:08:41.6308156Z ok (0.033s) 2022-08-17T13:08:41.6327939Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:41.6329220Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-08-17T13:08:41.6511726Z ok (0.020s) 2022-08-17T13:08:41.6894099Z test_vmap_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-08-17T13:08:42.0980191Z test_vmap_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.408s) 2022-08-17T13:08:42.1274095Z test_vmap_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-08-17T13:08:42.1542902Z test_vmap_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-08-17T13:08:42.3057693Z test_vmap_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.151s) 2022-08-17T13:08:42.3432814Z test_vmap_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-08-17T13:08:42.3800911Z test_vmap_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-08-17T13:08:42.4241657Z test_vmap_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.044s) 2022-08-17T13:08:42.4258754Z test_vmap_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:42.4259654Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:42.4263964Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:42.4264698Z return op(*args, **kwargs) 2022-08-17T13:08:42.4514919Z ok (0.027s) 2022-08-17T13:08:42.4585197Z test_vmap_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:42.4655247Z test_vmap_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:43.0207643Z test_vmap_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.555s) 2022-08-17T13:08:43.1577664Z test_vmap_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.137s) 2022-08-17T13:08:43.1665705Z test_vmap_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:08:43.1789070Z test_vmap_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:08:43.1835406Z test_vmap_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:08:43.1993912Z test_vmap_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:43.2151216Z test_vmap_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:43.2172066Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:43.2173073Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-08-17T13:08:43.2701298Z ok (0.055s) 2022-08-17T13:08:43.2725031Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:43.2725972Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-08-17T13:08:43.3167235Z ok (0.046s) 2022-08-17T13:08:43.3351874Z test_vmap_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:08:43.3540718Z test_vmap_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:08:43.3626917Z test_vmap_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:08:43.3894311Z test_vmap_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.027s) 2022-08-17T13:08:43.3990303Z test_vmap_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:08:43.4078699Z test_vmap_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:08:43.4214567Z test_vmap_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:08:43.4241099Z 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:43.4242136Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-08-17T13:08:43.5452731Z ok (0.124s) 2022-08-17T13:08:43.6702577Z test_vmap_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.125s) 2022-08-17T13:08:44.4684199Z test_vmap_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.798s) 2022-08-17T13:08:44.4819573Z test_vmap_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-08-17T13:08:44.5187101Z test_vmap_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.037s) 2022-08-17T13:08:44.5242679Z test_vmap_exhaustive_nonzero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:08:44.6502912Z test_vmap_exhaustive_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.126s) 2022-08-17T13:08:44.6608371Z test_vmap_exhaustive_norm_fro_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:08:44.6741974Z test_vmap_exhaustive_norm_inf_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:08:44.6923670Z test_vmap_exhaustive_norm_nuc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:08:44.6981859Z test_vmap_exhaustive_normal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-08-17T13:08:44.7031106Z test_vmap_exhaustive_normal_number_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:08:44.7236805Z test_vmap_exhaustive_ones_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:08:44.7722632Z test_vmap_exhaustive_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-08-17T13:08:45.5450132Z test_vmap_exhaustive_ops_aten_index_put_functorch_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.772s) 2022-08-17T13:08:45.5736448Z test_vmap_exhaustive_ormqr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:45.5737325Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:45.5744867Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:45.5745575Z return op(*args, **kwargs) 2022-08-17T13:08:47.2959958Z ok (1.751s) 2022-08-17T13:08:47.3084764Z test_vmap_exhaustive_outer_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:08:47.3143750Z test_vmap_exhaustive_pca_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-08-17T13:08:47.3279199Z test_vmap_exhaustive_permute_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:08:47.3701157Z test_vmap_exhaustive_pinverse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.042s) 2022-08-17T13:08:47.4262494Z test_vmap_exhaustive_polar_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.056s) 2022-08-17T13:08:47.4294105Z test_vmap_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:47.4295075Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:47.4300827Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:47.4301557Z return op(*args, **kwargs) 2022-08-17T13:08:47.4846565Z ok (0.058s) 2022-08-17T13:08:47.5423164Z test_vmap_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.058s) 2022-08-17T13:08:47.5997082Z test_vmap_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:08:47.6570556Z test_vmap_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:08:47.7143259Z test_vmap_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:08:47.7223670Z test_vmap_exhaustive_positive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:08:47.7257664Z test_vmap_exhaustive_pow_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:47.7258539Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:47.7264671Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:47.7265398Z return op(*args, **kwargs) 2022-08-17T13:08:47.8090912Z ok (0.087s) 2022-08-17T13:08:47.9097608Z test_vmap_exhaustive_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.100s) 2022-08-17T13:08:47.9121604Z test_vmap_exhaustive_put_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:47.9122477Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:47.9128942Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:47.9129640Z return op(*args, **kwargs) 2022-08-17T13:08:47.9139498Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:47.9140250Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:47.9147465Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:47.9148172Z return op(*args, **kwargs) 2022-08-17T13:08:48.5163262Z ok (0.606s) 2022-08-17T13:08:48.6718788Z test_vmap_exhaustive_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.156s) 2022-08-17T13:08:48.6765852Z test_vmap_exhaustive_quantile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:48.6766987Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:48.6777492Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:48.6778224Z return op(*args, **kwargs) 2022-08-17T13:08:48.8489723Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:48.8490533Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:48.8500068Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:48.8500808Z return op(*args, **kwargs) 2022-08-17T13:08:49.1909870Z ok (0.519s) 2022-08-17T13:08:49.2072121Z test_vmap_exhaustive_rad2deg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:49.2125799Z test_vmap_exhaustive_rand_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:08:49.2179060Z test_vmap_exhaustive_randint_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:08:49.2231054Z test_vmap_exhaustive_randn_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:08:49.2326484Z test_vmap_exhaustive_ravel_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:08:49.2409745Z test_vmap_exhaustive_real_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:08:49.2571189Z test_vmap_exhaustive_reciprocal_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:08:49.2610021Z test_vmap_exhaustive_remainder_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:49.2610928Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:49.2616869Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:49.2617608Z return op(*args, **kwargs) 2022-08-17T13:08:49.3475236Z ok (0.090s) 2022-08-17T13:08:49.3544673Z test_vmap_exhaustive_renorm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:49.3545537Z return self.op(*args, **kwargs) 2022-08-17T13:08:49.3607307Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:49.3608081Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:49.3614900Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:49.3615604Z return op(*args, **kwargs) 2022-08-17T13:08:49.3626488Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:49.3627266Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:49.3633923Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:49.3634662Z return op(*args, **kwargs) 2022-08-17T13:08:49.3883603Z ok (0.041s) 2022-08-17T13:08:49.4867380Z test_vmap_exhaustive_repeat_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.098s) 2022-08-17T13:08:49.5038921Z test_vmap_exhaustive_repeat_interleave_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:08:49.5257198Z test_vmap_exhaustive_reshape_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:49.5671839Z test_vmap_exhaustive_reshape_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-08-17T13:08:49.5743585Z test_vmap_exhaustive_resize__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.007s) 2022-08-17T13:08:49.5763839Z test_vmap_exhaustive_resize_as__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:16137: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:49.5764811Z op=lambda x, other: torch.resize_as_(x.clone(), other), 2022-08-17T13:08:49.5777868Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:49.5778657Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:49.5784796Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:49.5785551Z return op(*args, **kwargs) 2022-08-17T13:08:49.5877529Z expected failure (0.013s) 2022-08-17T13:08:49.5938909Z test_vmap_exhaustive_resolve_conj_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-08-17T13:08:49.6000656Z test_vmap_exhaustive_resolve_neg_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-08-17T13:08:49.6728422Z test_vmap_exhaustive_roll_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.073s) 2022-08-17T13:08:49.8043831Z test_vmap_exhaustive_rot90_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.131s) 2022-08-17T13:08:49.8135512Z test_vmap_exhaustive_round_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:08:49.8358939Z test_vmap_exhaustive_round_decimals_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:49.8583037Z test_vmap_exhaustive_round_decimals_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:49.8806588Z test_vmap_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:49.8961938Z test_vmap_exhaustive_rsqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:08:49.9591149Z test_vmap_exhaustive_rsub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-08-17T13:08:50.1962963Z test_vmap_exhaustive_scatter_add_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:50.1963883Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:50.1969539Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:50.1970277Z return op(*args, **kwargs) 2022-08-17T13:08:50.3883629Z ok (0.429s) 2022-08-17T13:08:50.6256458Z test_vmap_exhaustive_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:50.6257389Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:50.6263326Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:50.6264093Z return op(*args, **kwargs) 2022-08-17T13:08:50.6521912Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:50.6522690Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:50.6529631Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:50.6530529Z return op(*args, **kwargs) 2022-08-17T13:08:51.1966139Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:51.1966947Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:51.1972399Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:51.1973181Z return op(*args, **kwargs) 2022-08-17T13:08:51.2095134Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:51.2095916Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:51.2102369Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:51.2103130Z return op(*args, **kwargs) 2022-08-17T13:08:51.2345235Z ok (0.846s) 2022-08-17T13:08:51.2399414Z test_vmap_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:51.2400636Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:51.2407334Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:51.2408073Z return op(*args, **kwargs) 2022-08-17T13:08:51.2418459Z /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:51.2419216Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:51.2427086Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:51.2427974Z return op(*args, **kwargs) 2022-08-17T13:08:51.6557742Z ok (0.421s) 2022-08-17T13:08:52.0698975Z test_vmap_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.414s) 2022-08-17T13:08:52.5626565Z test_vmap_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.493s) 2022-08-17T13:08:52.9763772Z test_vmap_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.414s) 2022-08-17T13:08:53.3931375Z test_vmap_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.417s) 2022-08-17T13:08:54.2958085Z test_vmap_exhaustive_searchsorted_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.902s) 2022-08-17T13:08:54.2984354Z test_vmap_exhaustive_segment_reduce_lengths_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:54.2985282Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:54.2994325Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:54.2995034Z return op(*args, **kwargs) 2022-08-17T13:08:54.7126879Z ok (0.417s) 2022-08-17T13:08:55.0275684Z test_vmap_exhaustive_segment_reduce_offsets_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.315s) 2022-08-17T13:08:55.0423302Z test_vmap_exhaustive_select_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:08:55.0755100Z test_vmap_exhaustive_select_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.033s) 2022-08-17T13:08:55.0822503Z test_vmap_exhaustive_sgn_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:55.1063307Z test_vmap_exhaustive_short_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.024s) 2022-08-17T13:08:55.1180800Z test_vmap_exhaustive_short_functorch_no_channels_last_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:08:55.1463718Z test_vmap_exhaustive_sigmoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:08:55.1530583Z test_vmap_exhaustive_sign_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:55.1569855Z test_vmap_exhaustive_signbit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-08-17T13:08:55.1637131Z test_vmap_exhaustive_sin_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:55.1855613Z test_vmap_exhaustive_sinc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:08:55.1923064Z test_vmap_exhaustive_sinh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:08:55.2537527Z test_vmap_exhaustive_slice_scatter_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.061s) 2022-08-17T13:08:55.3020831Z test_vmap_exhaustive_softmax_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-08-17T13:08:55.3509627Z test_vmap_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.049s) 2022-08-17T13:08:55.4951593Z test_vmap_exhaustive_sort_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.144s) 2022-08-17T13:08:55.5056470Z test_vmap_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.010s) 2022-08-17T13:08:55.5075055Z test_vmap_exhaustive_special_airy_ai_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:55.5075933Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:55.5081689Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:55.5082406Z return op(*args, **kwargs) 2022-08-17T13:08:57.4249323Z ok (1.919s) 2022-08-17T13:08:57.4268463Z test_vmap_exhaustive_special_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:57.4269367Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:57.4275162Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:57.4275887Z return op(*args, **kwargs) 2022-08-17T13:08:59.1473664Z ok (1.722s) 2022-08-17T13:08:59.1492857Z test_vmap_exhaustive_special_bessel_j1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:59.1493957Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:08:59.1499525Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:08:59.1500249Z return op(*args, **kwargs) 2022-08-17T13:09:00.5598778Z ok (1.412s) 2022-08-17T13:09:00.5617731Z test_vmap_exhaustive_special_bessel_y0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:00.5618632Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:00.5624705Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:00.5625669Z return op(*args, **kwargs) 2022-08-17T13:09:02.7128567Z ok (2.153s) 2022-08-17T13:09:02.7147397Z test_vmap_exhaustive_special_bessel_y1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:02.7148290Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:02.7153919Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:02.7154626Z return op(*args, **kwargs) 2022-08-17T13:09:04.5869405Z ok (1.874s) 2022-08-17T13:09:04.5891731Z test_vmap_exhaustive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:04.5892672Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:04.5898750Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:04.5899497Z return op(*args, **kwargs) 2022-08-17T13:09:06.5838296Z ok (1.997s) 2022-08-17T13:09:06.5860311Z test_vmap_exhaustive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:06.5861275Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:06.5867191Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:06.5867935Z return op(*args, **kwargs) 2022-08-17T13:09:09.2324312Z ok (2.648s) 2022-08-17T13:09:09.2333163Z test_vmap_exhaustive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:09:09.2341034Z test_vmap_exhaustive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:09:09.2406359Z test_vmap_exhaustive_special_entr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.006s) 2022-08-17T13:09:09.2490557Z test_vmap_exhaustive_special_erfcx_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:09:09.2510808Z test_vmap_exhaustive_special_hermite_polynomial_h_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:09.2511742Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:09.2517666Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:09.2518403Z return op(*args, **kwargs) 2022-08-17T13:09:10.9360766Z ok (1.687s) 2022-08-17T13:09:10.9381134Z test_vmap_exhaustive_special_hermite_polynomial_he_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:10.9382464Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:10.9388271Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:10.9389012Z return op(*args, **kwargs) 2022-08-17T13:09:12.6152776Z ok (1.679s) 2022-08-17T13:09:12.6220162Z test_vmap_exhaustive_special_i0e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:09:12.6287378Z test_vmap_exhaustive_special_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:09:12.6354501Z test_vmap_exhaustive_special_i1e_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:09:12.6374247Z test_vmap_exhaustive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:12.6375186Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:12.6381115Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:12.6382085Z return op(*args, **kwargs) 2022-08-17T13:09:14.4533099Z ok (1.817s) 2022-08-17T13:09:14.4533981Z test_vmap_exhaustive_special_legendre_polynomial_p_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:09:14.4550178Z test_vmap_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:14.4551284Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:14.4556856Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:14.4557574Z return op(*args, **kwargs) 2022-08-17T13:09:14.4639809Z ok (0.011s) 2022-08-17T13:09:14.4656806Z test_vmap_exhaustive_special_modified_bessel_i0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:14.4657706Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:14.4663730Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:14.4664449Z return op(*args, **kwargs) 2022-08-17T13:09:15.8812381Z ok (1.417s) 2022-08-17T13:09:15.8831676Z test_vmap_exhaustive_special_modified_bessel_i1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:15.8832812Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:15.8838396Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:15.8839140Z return op(*args, **kwargs) 2022-08-17T13:09:17.2922608Z ok (1.411s) 2022-08-17T13:09:17.2941631Z test_vmap_exhaustive_special_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:17.2942835Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:17.2948665Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:17.2949623Z return op(*args, **kwargs) 2022-08-17T13:09:18.8869142Z ok (1.595s) 2022-08-17T13:09:18.8887500Z test_vmap_exhaustive_special_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:18.8888430Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:18.8894314Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:18.8895052Z return op(*args, **kwargs) 2022-08-17T13:09:20.4427083Z ok (1.556s) 2022-08-17T13:09:20.4521194Z test_vmap_exhaustive_special_ndtr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:09:20.4605767Z test_vmap_exhaustive_special_ndtri_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:09:20.4890641Z test_vmap_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.028s) 2022-08-17T13:09:20.4909213Z test_vmap_exhaustive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:20.4910174Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:20.4916426Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:20.4917214Z return op(*args, **kwargs) 2022-08-17T13:09:22.0458517Z ok (1.557s) 2022-08-17T13:09:22.0478319Z test_vmap_exhaustive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:22.0479557Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:22.0485163Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:22.0486081Z return op(*args, **kwargs) 2022-08-17T13:09:23.6287664Z ok (1.583s) 2022-08-17T13:09:23.6296259Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:09:23.6305142Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:09:23.6313999Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:09:23.6322731Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-08-17T13:09:23.6341894Z test_vmap_exhaustive_special_spherical_bessel_j0_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:23.6343105Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:23.6349388Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:23.6350121Z return op(*args, **kwargs) 2022-08-17T13:09:25.0963202Z ok (1.464s) 2022-08-17T13:09:25.1473440Z test_vmap_exhaustive_special_xlog1py_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.051s) 2022-08-17T13:09:25.1977893Z test_vmap_exhaustive_special_zeta_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.050s) 2022-08-17T13:09:25.2077991Z test_vmap_exhaustive_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.010s) 2022-08-17T13:09:25.2268386Z test_vmap_exhaustive_split_list_args_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.019s) 2022-08-17T13:09:25.2510982Z test_vmap_exhaustive_split_with_sizes_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:09:25.2578993Z test_vmap_exhaustive_sqrt_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:09:25.2610522Z test_vmap_exhaustive_square_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:25.2611420Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:25.2617498Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:25.2618239Z return op(*args, **kwargs) 2022-08-17T13:09:25.2745191Z ok (0.017s) 2022-08-17T13:09:25.3127444Z test_vmap_exhaustive_squeeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.038s) 2022-08-17T13:09:25.3833184Z test_vmap_exhaustive_stack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.070s) 2022-08-17T13:09:25.4040824Z test_vmap_exhaustive_std_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.021s) 2022-08-17T13:09:25.4352490Z test_vmap_exhaustive_std_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-08-17T13:09:25.4375018Z test_vmap_exhaustive_stft_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:612: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:25.4376064Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-08-17T13:09:25.4722068Z ok (0.037s) 2022-08-17T13:09:25.4783532Z test_vmap_exhaustive_sub_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:25.4784436Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:25.4790931Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:25.4791675Z return op(*args, **kwargs) 2022-08-17T13:09:25.6885805Z ok (0.216s) 2022-08-17T13:09:25.7439792Z test_vmap_exhaustive_sum_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.055s) 2022-08-17T13:09:25.7624704Z test_vmap_exhaustive_sum_to_size_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:09:25.9034741Z test_vmap_exhaustive_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.141s) 2022-08-17T13:09:25.9092123Z test_vmap_exhaustive_svd_lowrank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.006s) 2022-08-17T13:09:26.0182525Z test_vmap_exhaustive_symeig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.109s) 2022-08-17T13:09:26.0412861Z test_vmap_exhaustive_t_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-08-17T13:09:26.0727375Z test_vmap_exhaustive_take_along_dim_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-08-17T13:09:26.1037863Z test_vmap_exhaustive_take_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:26.1038761Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:26.1045234Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:26.1045962Z return op(*args, **kwargs) 2022-08-17T13:09:26.1556047Z ok (0.083s) 2022-08-17T13:09:26.1625781Z test_vmap_exhaustive_tan_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:09:26.1718610Z test_vmap_exhaustive_tanh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:09:26.1763278Z test_vmap_exhaustive_tensor_split_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.004s) 2022-08-17T13:09:26.1911673Z test_vmap_exhaustive_tensordot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:09:26.3237641Z test_vmap_exhaustive_tile_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.132s) 2022-08-17T13:09:26.3345004Z test_vmap_exhaustive_to_sparse_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:16406: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:26.3345924Z op=lambda x, *args: x.to_sparse(*args), 2022-08-17T13:09:26.3351648Z expected failure (0.011s) 2022-08-17T13:09:26.3975198Z test_vmap_exhaustive_topk_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.062s) 2022-08-17T13:09:26.4028450Z test_vmap_exhaustive_trace_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.005s) 2022-08-17T13:09:26.5308717Z test_vmap_exhaustive_transpose_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.128s) 2022-08-17T13:09:26.5836254Z test_vmap_exhaustive_trapezoid_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.053s) 2022-08-17T13:09:26.6358417Z test_vmap_exhaustive_trapz_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-08-17T13:09:26.7319242Z test_vmap_exhaustive_triangular_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.096s) 2022-08-17T13:09:26.7350621Z test_vmap_exhaustive_tril_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:26.7351522Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:26.7357792Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:26.7358534Z return op(*args, **kwargs) 2022-08-17T13:09:26.7616466Z ok (0.030s) 2022-08-17T13:09:26.7647665Z test_vmap_exhaustive_triu_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:26.7648544Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:26.7654545Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:26.7655259Z return op(*args, **kwargs) 2022-08-17T13:09:26.7913957Z ok (0.030s) 2022-08-17T13:09:26.8815592Z test_vmap_exhaustive_true_divide_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.090s) 2022-08-17T13:09:26.8871762Z test_vmap_exhaustive_trunc_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:26.8872864Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:26.8878664Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:26.8879382Z return op(*args, **kwargs) 2022-08-17T13:09:26.8938311Z ok (0.012s) 2022-08-17T13:09:26.9603399Z test_vmap_exhaustive_unbind_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.066s) 2022-08-17T13:09:26.9896402Z test_vmap_exhaustive_unflatten_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.029s) 2022-08-17T13:09:27.0530631Z test_vmap_exhaustive_unfold_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.063s) 2022-08-17T13:09:27.0866427Z test_vmap_exhaustive_unique_consecutive_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:837: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::unique_consecutive. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:27.0867494Z output, inverse_indices, counts = _VF.unique_consecutive( # type: ignore[attr-defined] 2022-08-17T13:09:28.7090733Z ok (1.656s) 2022-08-17T13:09:28.7419643Z test_vmap_exhaustive_unique_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:772: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_unique2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:28.7420610Z output, inverse_indices, counts = torch._unique2( 2022-08-17T13:09:28.8799760Z /opt/conda/lib/python3.10/site-packages/torch/functional.py:764: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::unique_dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:28.8800606Z output, inverse_indices, counts = _VF.unique_dim( 2022-08-17T13:09:32.5032699Z ok (3.794s) 2022-08-17T13:09:32.5512181Z test_vmap_exhaustive_unsqueeze_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.048s) 2022-08-17T13:09:32.5716977Z test_vmap_exhaustive_var_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:09:32.6027920Z test_vmap_exhaustive_var_mean_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.031s) 2022-08-17T13:09:32.6048435Z test_vmap_exhaustive_vdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:32.6049310Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:32.6055803Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:32.6056840Z return op(*args, **kwargs) 2022-08-17T13:09:32.6105407Z ok (0.008s) 2022-08-17T13:09:32.6199965Z test_vmap_exhaustive_view_as_complex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.009s) 2022-08-17T13:09:32.6363974Z test_vmap_exhaustive_view_as_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.016s) 2022-08-17T13:09:32.6568278Z test_vmap_exhaustive_view_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:09:32.6816156Z test_vmap_exhaustive_vsplit_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.025s) 2022-08-17T13:09:32.7850859Z test_vmap_exhaustive_vstack_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.103s) 2022-08-17T13:09:33.1938346Z test_vmap_exhaustive_where_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.409s) 2022-08-17T13:09:33.1986019Z test_vmap_exhaustive_xlogy_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /var/lib/jenkins/workspace/functorch/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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:33.1986950Z batched_outputs = func(*batched_inputs, **kwargs) 2022-08-17T13:09:33.1993162Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:249: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:33.1993897Z return op(*args, **kwargs) 2022-08-17T13:09:33.3248337Z ok (0.131s) 2022-08-17T13:09:33.3427363Z test_vmap_exhaustive_zero__cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.018s) 2022-08-17T13:09:33.3626510Z test_vmap_exhaustive_zeros_like_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.020s) 2022-08-17T13:09:33.3845095Z test_vmap_linalg_failure_1D_input_linalg_cholesky_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.022s) 2022-08-17T13:09:33.4020070Z test_vmap_linalg_failure_1D_input_linalg_cholesky_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.017s) 2022-08-17T13:09:33.4095702Z test_vmap_linalg_failure_1D_input_linalg_cond_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.008s) 2022-08-17T13:09:33.4217057Z test_vmap_linalg_failure_1D_input_linalg_cross_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_cross. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:33.4217978Z return self.op(*args, **kwargs) 2022-08-17T13:09:33.4314760Z ok (0.022s) 2022-08-17T13:09:33.4560625Z test_vmap_linalg_failure_1D_input_linalg_det_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.024s) 2022-08-17T13:09:33.4702527Z test_vmap_linalg_failure_1D_input_linalg_eig_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-08-17T13:09:33.4860907Z 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:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:33.4862340Z return self.op(*args, **kwargs) 2022-08-17T13:09:33.4892961Z ok (0.019s) 2022-08-17T13:09:33.5006180Z test_vmap_linalg_failure_1D_input_linalg_eigvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.011s) 2022-08-17T13:09:33.5156469Z test_vmap_linalg_failure_1D_input_linalg_eigvalsh_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.015s) 2022-08-17T13:09:33.5846714Z test_vmap_linalg_failure_1D_input_linalg_householder_product_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.069s) 2022-08-17T13:09:33.5990516Z test_vmap_linalg_failure_1D_input_linalg_inv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-08-17T13:09:33.6110422Z test_vmap_linalg_failure_1D_input_linalg_inv_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.012s) 2022-08-17T13:09:33.6261350Z 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:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:33.6262540Z return self.op(*args, **kwargs) 2022-08-17T13:09:33.6265186Z ok (0.015s) 2022-08-17T13:09:33.6357687Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.009s) 2022-08-17T13:09:33.6369343Z test_vmap_linalg_failure_1D_input_linalg_ldl_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:09:33.6894986Z test_vmap_linalg_failure_1D_input_linalg_lstsq_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-08-17T13:09:33.7420576Z test_vmap_linalg_failure_1D_input_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-08-17T13:09:33.7535161Z 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:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:33.7536075Z return self.op(*args, **kwargs) 2022-08-17T13:09:33.8436048Z ok (0.101s) 2022-08-17T13:09:33.8587441Z 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:910: 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/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:33.8588372Z return self.op(*args, **kwargs) 2022-08-17T13:09:34.0367090Z ok (0.193s) 2022-08-17T13:09:34.1104659Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.074s) 2022-08-17T13:09:34.1241871Z test_vmap_linalg_failure_1D_input_linalg_lu_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:34.1243104Z return self.op(*args, **kwargs) 2022-08-17T13:09:34.3929566Z ok (0.282s) 2022-08-17T13:09:34.5988705Z test_vmap_linalg_failure_1D_input_linalg_matrix_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.206s) 2022-08-17T13:09:34.6394552Z test_vmap_linalg_failure_1D_input_linalg_matrix_power_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.041s) 2022-08-17T13:09:34.6496705Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_matrix_rank.atol_rtol_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:34.6497641Z return self.op(*args, **kwargs) 2022-08-17T13:09:34.6522955Z ok (0.013s) 2022-08-17T13:09:34.6650495Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.013s) 2022-08-17T13:09:34.6662040Z test_vmap_linalg_failure_1D_input_linalg_multi_dot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-08-17T13:09:34.6704905Z test_vmap_linalg_failure_1D_input_linalg_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-08-17T13:09:34.6725002Z test_vmap_linalg_failure_1D_input_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-08-17T13:09:34.6842986Z test_vmap_linalg_failure_1D_input_linalg_pinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_pinv.atol_rtol_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:34.6843892Z return self.op(*args, **kwargs) 2022-08-17T13:09:34.7049978Z ok (0.032s) 2022-08-17T13:09:34.7191663Z test_vmap_linalg_failure_1D_input_linalg_pinv_hermitian_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.014s) 2022-08-17T13:09:34.7207544Z 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-08-17T13:09:34.7775799Z test_vmap_linalg_failure_1D_input_linalg_qr_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.057s) 2022-08-17T13:09:34.8002177Z test_vmap_linalg_failure_1D_input_linalg_slogdet_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.023s) 2022-08-17T13:09:34.8198217Z test_vmap_linalg_failure_1D_input_linalg_solve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:910: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_solve_ex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/functorch/functorch/csrc/BatchedFallback.cpp:85.) 2022-08-17T13:09:34.8199127Z return self.op(*args, **kwargs) 2022-08-17T13:09:34.8608354Z ok (0.060s) 2022-08-17T13:09:34.9134638Z test_vmap_linalg_failure_1D_input_linalg_solve_ex_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.052s) 2022-08-17T13:09:35.1753317Z test_vmap_linalg_failure_1D_input_linalg_solve_triangular_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.262s) 2022-08-17T13:09:35.7111954Z test_vmap_linalg_failure_1D_input_linalg_svd_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.536s) 2022-08-17T13:09:35.7711545Z test_vmap_linalg_failure_1D_input_linalg_svdvals_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.060s) 2022-08-17T13:09:35.7751583Z test_vmap_linalg_failure_1D_input_linalg_tensorinv_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.004s) 2022-08-17T13:09:35.7776382Z test_vmap_linalg_failure_1D_input_linalg_tensorsolve_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.002s) 2022-08-17T13:09:35.7803653Z test_vmap_linalg_failure_1D_input_linalg_vander_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-08-17T13:09:35.7850269Z test_vmap_linalg_failure_1D_input_linalg_vecdot_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.005s) 2022-08-17T13:09:35.7877598Z test_vmap_linalg_failure_1D_input_linalg_vector_norm_cuda_float32 (__main__.TestVmapOperatorsOpInfoCUDA) ... expected failure (0.003s) 2022-08-17T13:09:35.7951324Z test_vmap_multi_dot_failure_1D_input_cuda (__main__.TestVmapOperatorsOpInfoCUDA) ... ok (0.007s) 2022-08-17T13:09:35.7952108Z 2022-08-17T13:09:35.7952664Z ---------------------------------------------------------------------- 2022-08-17T13:09:35.7955984Z Ran 1783 tests in 178.460s 2022-08-17T13:09:35.7956264Z 2022-08-17T13:09:35.7956708Z OK (skipped=26, expected failures=221) 2022-08-17T13:09:35.7957050Z 2022-08-17T13:09:35.7957186Z Generating XML reports... 2022-08-17T13:09:35.8241119Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestRandomnessCUDA-20220817130637.xml 2022-08-17T13:09:35.8250451Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestTransformFailureCUDA-20220817130637.xml 2022-08-17T13:09:35.8308732Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapAPI-20220817130637.xml 2022-08-17T13:09:35.8340718Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapBatchedGradientCUDA-20220817130637.xml 2022-08-17T13:09:35.8469043Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapOperators-20220817130637.xml 2022-08-17T13:09:35.9837515Z Generated XML report: test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapOperatorsOpInfoCUDA-20220817130637.xml 2022-08-17T13:09:37.0423663Z Prepare all required actions 2022-08-17T13:09:37.0424043Z Getting action download info 2022-08-17T13:09:37.2211759Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-08-17T13:09:37.2212075Z with: 2022-08-17T13:09:37.2212544Z github-token: *** 2022-08-17T13:09:37.2212798Z env: 2022-08-17T13:09:37.2213045Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:37.2213303Z GPU_FLAG: --gpus all 2022-08-17T13:09:37.2213564Z ##[endgroup] 2022-08-17T13:09:37.2249120Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-08-17T13:09:37.2249452Z with: 2022-08-17T13:09:37.2249665Z shell: bash 2022-08-17T13:09:37.2249918Z timeout_minutes: 10 2022-08-17T13:09:37.2250177Z max_attempts: 5 2022-08-17T13:09:37.2250438Z retry_wait_seconds: 30 2022-08-17T13:09:37.2251003Z 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-08-17T13:09:37.2251548Z polling_interval_seconds: 1 2022-08-17T13:09:37.2251813Z warning_on_retry: true 2022-08-17T13:09:37.2252086Z continue_on_error: false 2022-08-17T13:09:37.2252344Z env: 2022-08-17T13:09:37.2252573Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:37.2252847Z GPU_FLAG: --gpus all 2022-08-17T13:09:37.2253262Z GITHUB_TOKEN: *** 2022-08-17T13:09:37.2253521Z ##[endgroup] 2022-08-17T13:09:37.2702327Z 2022-08-17T13:09:37.2778755Z + python3 -m pip install requests==2.26.0 2022-08-17T13:09:37.5602045Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:09:37.6919441Z Collecting requests==2.26.0 2022-08-17T13:09:37.7102255Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-08-17T13:09:37.7690215Z Collecting idna<4,>=2.5; python_version >= "3" 2022-08-17T13:09:37.7726735Z Downloading idna-3.3-py3-none-any.whl (61 kB) 2022-08-17T13:09:37.8491975Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-08-17T13:09:37.8528763Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-08-17T13:09:37.9105635Z Collecting certifi>=2017.4.17 2022-08-17T13:09:37.9150266Z Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 2022-08-17T13:09:38.0256377Z Collecting urllib3<1.27,>=1.21.1 2022-08-17T13:09:38.0297527Z Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) 2022-08-17T13:09:38.1359682Z Installing collected packages: idna, charset-normalizer, certifi, urllib3, requests 2022-08-17T13:09:38.2469597Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:09:38.2470267Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:09:38.3996898Z Successfully installed certifi-2022.6.15 charset-normalizer-2.0.12 idna-3.3 requests-2.26.0 urllib3-1.26.11 2022-08-17T13:09:38.4452092Z ++ python3 .github/scripts/get_workflow_job_id.py 2875102080 i-084a4fe167cf0a240 2022-08-17T13:09:41.1496996Z + GHA_WORKFLOW_JOB_ID=7878561287 2022-08-17T13:09:41.1497808Z + echo '::set-output name=job-id::7878561287' 2022-08-17T13:09:41.2790919Z Command completed after 1 attempt(s). 2022-08-17T13:09:41.2791388Z 2022-08-17T13:09:41.2917452Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-08-17T13:09:41.2917780Z kill "$MONITOR_SCRIPT_PID" 2022-08-17T13:09:41.2931019Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:09:41.2931319Z env: 2022-08-17T13:09:41.2931542Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:41.2931820Z GPU_FLAG: --gpus all 2022-08-17T13:09:41.2932082Z MONITOR_SCRIPT_PID: 55018 2022-08-17T13:09:41.2932321Z ##[endgroup] 2022-08-17T13:09:41.3025374Z Prepare all required actions 2022-08-17T13:09:41.3025750Z Getting action download info 2022-08-17T13:09:41.4786579Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-08-17T13:09:41.6373069Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-08-17T13:09:41.6373365Z with: 2022-08-17T13:09:41.6373690Z file-suffix: test-functorch-1-1-linux.4xlarge.nvidia.gpu_7878561287 2022-08-17T13:09:41.6374022Z env: 2022-08-17T13:09:41.6374260Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:41.6374506Z GPU_FLAG: --gpus all 2022-08-17T13:09:41.6374750Z ##[endgroup] 2022-08-17T13:09:41.6406168Z ##[group]Run # Remove any previous test jsons if they exist 2022-08-17T13:09:41.6406542Z # Remove any previous test jsons if they exist 2022-08-17T13:09:41.6406852Z rm -f test-jsons-*.zip 2022-08-17T13:09:41.6407179Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-08-17T13:09:41.6419350Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:09:41.6419650Z env: 2022-08-17T13:09:41.6419873Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:41.6420141Z GPU_FLAG: --gpus all 2022-08-17T13:09:41.6420501Z FILE_SUFFIX: test-functorch-1-1-linux.4xlarge.nvidia.gpu_7878561287 2022-08-17T13:09:41.6420831Z ##[endgroup] 2022-08-17T13:09:41.6558041Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-08-17T13:09:41.6593056Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-08-17T13:09:41.6600352Z adding: test/profiler_utils_mock_events.json (deflated 87%) 2022-08-17T13:09:41.6601416Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-08-17T13:09:41.6607512Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-08-17T13:09:41.6632298Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T13:09:41.6632818Z # Remove any previous test reports if they exist 2022-08-17T13:09:41.6633144Z rm -f test-reports-*.zip 2022-08-17T13:09:41.6633468Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-08-17T13:09:41.6645282Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:09:41.6645583Z env: 2022-08-17T13:09:41.6645825Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:41.6646076Z GPU_FLAG: --gpus all 2022-08-17T13:09:41.6646444Z FILE_SUFFIX: test-functorch-1-1-linux.4xlarge.nvidia.gpu_7878561287 2022-08-17T13:09:41.6646794Z ##[endgroup] 2022-08-17T13:09:41.6729929Z adding: test/test-reports/python-unittest/functorch.test.test_compile_cache/TEST-TestCompileCache-20220817124139.xml (deflated 68%) 2022-08-17T13:09:41.6730767Z adding: test/test-reports/python-unittest/functorch.test.test_compile_cache/TEST-TestCompileCacheStaticArgs-20220817124139.xml (deflated 84%) 2022-08-17T13:09:41.6731776Z adding: test/test-reports/python-unittest/functorch.test.test_dims/TEST-TestMin-20220817124144.xml (deflated 85%) 2022-08-17T13:09:41.6732656Z adding: test/test-reports/python-unittest/functorch.test.test_dims/TEST-TestMinFunctorchOnly-20220817124144.xml (deflated 89%) 2022-08-17T13:09:41.6733423Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestArgnumsPartial-20220817124203.xml (deflated 82%) 2022-08-17T13:09:41.6734393Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestComposabilityCUDA-20220817124203.xml (deflated 83%) 2022-08-17T13:09:41.6735343Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestExamplesCorrectnessCUDA-20220817124203.xml (deflated 77%) 2022-08-17T13:09:41.6736298Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestFunctionalizeCUDA-20220817124203.xml (deflated 83%) 2022-08-17T13:09:41.6738050Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestGradTransformCUDA-20220817124203.xml (deflated 92%) 2022-08-17T13:09:41.6738969Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestHessianCUDA-20220817124203.xml (deflated 69%) 2022-08-17T13:09:41.6740094Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestJacCUDA-20220817124203.xml (deflated 93%) 2022-08-17T13:09:41.6740929Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestJvpCUDA-20220817124203.xml (deflated 88%) 2022-08-17T13:09:41.6742230Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestMakeFunctional-20220817124203.xml (deflated 81%) 2022-08-17T13:09:41.6743075Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestVmapOfGradCUDA-20220817124203.xml (deflated 76%) 2022-08-17T13:09:41.6743873Z adding: test/test-reports/python-unittest/functorch.test.test_eager_transforms/TEST-TestCustomFunctionCUDA-20220817124203.xml (deflated 41%) 2022-08-17T13:09:41.6744732Z adding: test/test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestCompileCache-20220817124212.xml (deflated 71%) 2022-08-17T13:09:41.6745635Z adding: test/test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestCompileCacheStaticArgs-20220817124212.xml (deflated 86%) 2022-08-17T13:09:41.6746537Z adding: test/test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestAOTAutograd-20220817124212.xml (deflated 79%) 2022-08-17T13:09:41.6747537Z adding: test/test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestContiguous-20220817124212.xml (deflated 42%) 2022-08-17T13:09:41.6748396Z adding: test/test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestPartitioning-20220817124212.xml (deflated 72%) 2022-08-17T13:09:41.6749233Z adding: test/test-reports/python-unittest/functorch.test.test_functionalize/TEST-FunctionalizeTestRandom-20220817124212.xml (deflated 42%) 2022-08-17T13:09:41.6750206Z adding: test/test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-NoChangeTestCase-20220817124216.xml (deflated 70%) 2022-08-17T13:09:41.6750966Z adding: test/test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-RandomOpTestCase-20220817124216.xml (deflated 38%) 2022-08-17T13:09:41.6751727Z adding: test/test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-ReduceTestCase-20220817124216.xml (deflated 82%) 2022-08-17T13:09:41.6752558Z adding: test/test-reports/python-unittest/functorch.test.test_memory_efficient_fusion/TEST-TestMemoryEfficientOpAuthoring-20220817124216.xml (deflated 78%) 2022-08-17T13:09:41.6753342Z adding: test/test-reports/python-unittest/functorch.test.test_minifier/TEST-TestMinifier-20220817124229.xml (deflated 90%) 2022-08-17T13:09:41.6944199Z adding: test/test-reports/python-unittest/functorch.test.test_ops/TEST-TestOperatorsCUDA-20220817124236.xml (deflated 96%) 2022-08-17T13:09:41.6944967Z adding: test/test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestAOTAutograd-20220817130632.xml (deflated 81%) 2022-08-17T13:09:41.6945736Z adding: test/test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestAOTModuleSimplified-20220817130632.xml (deflated 52%) 2022-08-17T13:09:41.6946492Z adding: test/test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestContiguous-20220817130632.xml (deflated 39%) 2022-08-17T13:09:41.6947229Z adding: test/test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestPartitioning-20220817130632.xml (deflated 68%) 2022-08-17T13:09:41.6947923Z adding: test/test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestRandom-20220817130632.xml (deflated 38%) 2022-08-17T13:09:41.6948621Z adding: test/test-reports/python-unittest/functorch.test.test_pythonkey/TEST-TestAutocast-20220817130632.xml (deflated 41%) 2022-08-17T13:09:41.6953725Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestRandomnessCUDA-20220817130637.xml (deflated 96%) 2022-08-17T13:09:41.6954624Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestTransformFailureCUDA-20220817130637.xml (deflated 83%) 2022-08-17T13:09:41.6956505Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapAPI-20220817130637.xml (deflated 86%) 2022-08-17T13:09:41.6957717Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapBatchedGradientCUDA-20220817130637.xml (deflated 85%) 2022-08-17T13:09:41.6961178Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapOperators-20220817130637.xml (deflated 93%) 2022-08-17T13:09:41.7011500Z adding: test/test-reports/python-unittest/functorch.test.test_vmap/TEST-TestVmapOperatorsOpInfoCUDA-20220817130637.xml (deflated 95%) 2022-08-17T13:09:41.7043411Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T13:09:41.7043820Z # Remove any previous test reports if they exist 2022-08-17T13:09:41.7044140Z rm -f usage-log-*.zip 2022-08-17T13:09:41.7044493Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-08-17T13:09:41.7044877Z # so check to see if the file exists first 2022-08-17T13:09:41.7045181Z if [ -f 'usage_log.txt' ]; then 2022-08-17T13:09:41.7045508Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-08-17T13:09:41.7045781Z fi 2022-08-17T13:09:41.7057824Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:09:41.7058121Z env: 2022-08-17T13:09:41.7058363Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:41.7058611Z GPU_FLAG: --gpus all 2022-08-17T13:09:41.7058970Z FILE_SUFFIX: test-functorch-1-1-linux.4xlarge.nvidia.gpu_7878561287 2022-08-17T13:09:41.7059320Z ##[endgroup] 2022-08-17T13:09:41.7191846Z adding: usage_log.txt (deflated 97%) 2022-08-17T13:09:41.7260509Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:09:41.7260784Z with: 2022-08-17T13:09:41.7261066Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:41.7261361Z retention-days: 14 2022-08-17T13:09:41.7261627Z if-no-files-found: warn 2022-08-17T13:09:41.7262337Z path: test-jsons-*.zip 2022-08-17T13:09:41.7262591Z name: artifact 2022-08-17T13:09:41.7262838Z s3-bucket: gha-artifacts 2022-08-17T13:09:41.7263077Z region: us-east-1 2022-08-17T13:09:41.7263306Z env: 2022-08-17T13:09:41.7263542Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:41.7263782Z GPU_FLAG: --gpus all 2022-08-17T13:09:41.7264027Z ##[endgroup] 2022-08-17T13:09:42.1392528Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:09:42.1393156Z With the provided path, there will be 1 file uploaded 2022-08-17T13:09:42.1393513Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:42.1403688Z Starting upload of test-jsons-test-functorch-1-1-linux.4xlarge.nvidia.gpu_7878561287.zip 2022-08-17T13:09:42.2675450Z Finished upload of test-jsons-test-functorch-1-1-linux.4xlarge.nvidia.gpu_7878561287.zip 2022-08-17T13:09:42.2831651Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:09:42.2831939Z with: 2022-08-17T13:09:42.2832217Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:42.2832498Z retention-days: 14 2022-08-17T13:09:42.2832764Z if-no-files-found: error 2022-08-17T13:09:42.2833041Z path: test-reports-*.zip 2022-08-17T13:09:42.2833280Z name: artifact 2022-08-17T13:09:42.2833527Z s3-bucket: gha-artifacts 2022-08-17T13:09:42.2833783Z region: us-east-1 2022-08-17T13:09:42.2834013Z env: 2022-08-17T13:09:42.2834231Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:42.2834493Z GPU_FLAG: --gpus all 2022-08-17T13:09:42.2834737Z ##[endgroup] 2022-08-17T13:09:42.6792067Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:09:42.6792777Z With the provided path, there will be 1 file uploaded 2022-08-17T13:09:42.6793472Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:42.6806618Z Starting upload of test-reports-test-functorch-1-1-linux.4xlarge.nvidia.gpu_7878561287.zip 2022-08-17T13:09:42.8214391Z Finished upload of test-reports-test-functorch-1-1-linux.4xlarge.nvidia.gpu_7878561287.zip 2022-08-17T13:09:42.8353368Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:09:42.8353658Z with: 2022-08-17T13:09:42.8353937Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:42.8354218Z retention-days: 14 2022-08-17T13:09:42.8354488Z if-no-files-found: ignore 2022-08-17T13:09:42.8354762Z path: usage-log-*.zip 2022-08-17T13:09:42.8354996Z name: artifact 2022-08-17T13:09:42.8355256Z s3-bucket: gha-artifacts 2022-08-17T13:09:42.8355521Z region: us-east-1 2022-08-17T13:09:42.8355753Z env: 2022-08-17T13:09:42.8355975Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:42.8356240Z GPU_FLAG: --gpus all 2022-08-17T13:09:42.8356486Z ##[endgroup] 2022-08-17T13:09:43.2297649Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:09:43.2298084Z With the provided path, there will be 1 file uploaded 2022-08-17T13:09:43.2298451Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:43.2308297Z Starting upload of usage-log-test-functorch-1-1-linux.4xlarge.nvidia.gpu_7878561287.zip 2022-08-17T13:09:43.4565708Z Finished upload of usage-log-test-functorch-1-1-linux.4xlarge.nvidia.gpu_7878561287.zip 2022-08-17T13:09:43.4702001Z ##[group]Run set -x 2022-08-17T13:09:43.4702396Z set -x 2022-08-17T13:09:43.4702696Z python3 -m pip install -r requirements.txt 2022-08-17T13:09:43.4703029Z python3 -m pip install boto3==1.19.12 2022-08-17T13:09:43.4703421Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T13:09:43.4716727Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:09:43.4717030Z env: 2022-08-17T13:09:43.4717270Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:43.4717519Z GPU_FLAG: --gpus all 2022-08-17T13:09:43.4717951Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T13:09:43.4718229Z BRANCH: pull/82657 2022-08-17T13:09:43.4718476Z TEST_CONFIG: functorch 2022-08-17T13:09:43.4718731Z SHARD_NUMBER: 1 2022-08-17T13:09:43.4719061Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-08-17T13:09:43.4719371Z PR_NUMBER: 82657 2022-08-17T13:09:43.4719642Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T13:09:43.4719979Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T13:09:43.4720298Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T13:09:43.4720582Z TAG: 2022-08-17T13:09:43.4720818Z WORKFLOW_ID: 2875102080 2022-08-17T13:09:43.4721258Z GITHUB_TOKEN: *** 2022-08-17T13:09:43.4721516Z GHA_WORKFLOW_JOB_ID: 7878561287 2022-08-17T13:09:43.4721783Z ##[endgroup] 2022-08-17T13:09:43.4751874Z + python3 -m pip install -r requirements.txt 2022-08-17T13:09:43.7658944Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:09:43.8432161Z Collecting astunparse 2022-08-17T13:09:43.8568811Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-08-17T13:09:43.8870535Z Collecting expecttest 2022-08-17T13:09:43.8916118Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-08-17T13:09:43.9298937Z Collecting future 2022-08-17T13:09:43.9335003Z Downloading future-0.18.2.tar.gz (829 kB) 2022-08-17T13:09:45.1701708Z Collecting numpy 2022-08-17T13:09:45.1757689Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-08-17T13:09:45.5018415Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (5.9.1) 2022-08-17T13:09:45.6231981Z Collecting pyyaml 2022-08-17T13:09:45.6278023Z 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-08-17T13:09:45.6502505Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (2.26.0) 2022-08-17T13:09:45.6681099Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (49.1.3) 2022-08-17T13:09:45.7298923Z Collecting six 2022-08-17T13:09:45.7334205Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-08-17T13:09:45.7721543Z Collecting types-dataclasses 2022-08-17T13:09:45.7756700Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-08-17T13:09:45.8227301Z Collecting typing_extensions 2022-08-17T13:09:45.8264788Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-08-17T13:09:45.8802526Z Collecting sympy 2022-08-17T13:09:45.8858980Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-08-17T13:09:46.1257863Z Collecting wheel<1.0,>=0.23.0 2022-08-17T13:09:46.1294968Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-08-17T13:09:46.1424013Z 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 8)) (1.26.11) 2022-08-17T13:09:46.1649978Z 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 8)) (2.0.12) 2022-08-17T13:09:46.1678903Z 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 8)) (3.3) 2022-08-17T13:09:46.1694060Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (2022.6.15) 2022-08-17T13:09:46.1961443Z Collecting mpmath>=0.19 2022-08-17T13:09:46.2025643Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-08-17T13:09:46.2294300Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-08-17T13:09:46.2802650Z Installing collected packages: six, wheel, astunparse, expecttest, future, numpy, pyyaml, types-dataclasses, typing-extensions, mpmath, sympy 2022-08-17T13:09:46.3217632Z WARNING: The script wheel is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:09:46.3218235Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:09:46.3529830Z Running setup.py install for future: started 2022-08-17T13:09:47.0197652Z Running setup.py install for future: finished with status 'done' 2022-08-17T13:09:49.0620594Z WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:09:49.0621289Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:09:58.0116802Z WARNING: The script isympy is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:09:58.0117471Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:09:58.0397510Z Successfully installed astunparse-1.6.3 expecttest-0.1.3 future-0.18.2 mpmath-1.2.1 numpy-1.21.6 pyyaml-6.0 six-1.16.0 sympy-1.10.1 types-dataclasses-0.6.6 typing-extensions-4.3.0 wheel-0.37.1 2022-08-17T13:09:58.1105585Z + python3 -m pip install boto3==1.19.12 2022-08-17T13:09:58.3975193Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:09:59.2831432Z Collecting boto3==1.19.12 2022-08-17T13:09:59.2980447Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-08-17T13:09:59.3553614Z Collecting s3transfer<0.6.0,>=0.5.0 2022-08-17T13:09:59.3590487Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-08-17T13:09:59.4039676Z Collecting jmespath<1.0.0,>=0.7.1 2022-08-17T13:09:59.4074452Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-08-17T13:10:00.4543698Z Collecting botocore<1.23.0,>=1.22.12 2022-08-17T13:10:00.4597296Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-08-17T13:10:00.6395314Z 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.11) 2022-08-17T13:10:00.7045642Z Collecting python-dateutil<3.0.0,>=2.1 2022-08-17T13:10:00.7085255Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-08-17T13:10:00.7257069Z 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-08-17T13:10:00.8160001Z Installing collected packages: jmespath, python-dateutil, botocore, s3transfer, boto3 2022-08-17T13:10:01.7275475Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-08-17T13:10:01.7798844Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T13:10:15.9339833Z [scribe] Scribe access token not provided, sending report via boto3... 2022-08-17T13:10:15.9340155Z 2022-08-17T13:10:15.9340492Z ----- Historic stats comparison result ------ 2022-08-17T13:10:15.9340704Z 2022-08-17T13:10:15.9344850Z job: linux-bionic-cuda11.6-py3.10-gcc7 2022-08-17T13:10:15.9345286Z commit: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T13:10:15.9345498Z 2022-08-17T13:10:15.9346013Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-08-17T13:10:15.9346286Z 2022-08-17T13:10:15.9346392Z : (master) 2022-08-17T13:10:15.9346844Z | 2022-08-17T13:10:15.9347133Z | * ce6a3c605d (HEAD) total time 1644.19s 2022-08-17T13:10:15.9347403Z | | 2022-08-17T13:10:15.9347613Z | : (3 commits) 2022-08-17T13:10:15.9347843Z |/| 2022-08-17T13:10:15.9348063Z | : (6 commits) 2022-08-17T13:10:15.9348268Z | 2022-08-17T13:10:15.9348685Z * 343b5f8651 (base) 7 reports, total time 3509.45s ± 1268.64s 2022-08-17T13:10:15.9349114Z * 1a09b05c94 7 reports, total time 3542.76s ± 1272.47s 2022-08-17T13:10:15.9349725Z * df62ea76d1 7 reports, total time 3610.62s ± 1354.32s 2022-08-17T13:10:15.9350134Z * aac622ad55 7 reports, total time 3610.05s ± 1375.49s 2022-08-17T13:10:15.9350554Z * 31d4b6f52a 7 reports, total time 3607.72s ± 1303.31s 2022-08-17T13:10:15.9351000Z * 0e2efaf9cc 7 reports, total time 3618.15s ± 1377.87s 2022-08-17T13:10:15.9351416Z * 1ee9eb52b6 7 reports, total time 3593.26s ± 1339.91s 2022-08-17T13:10:15.9351719Z * f4b7c10e14 0 reports 2022-08-17T13:10:15.9352107Z * 785f7f6298 7 reports, total time 3597.37s ± 1338.01s 2022-08-17T13:10:15.9352537Z * 3586af8adc 7 reports, total time 3614.99s ± 1362.93s 2022-08-17T13:10:15.9352792Z | 2022-08-17T13:10:15.9352999Z : 2022-08-17T13:10:15.9354895Z 2022-08-17T13:10:15.9355264Z Removed (across 828 suites) 0 tests, totaling 0.00s 2022-08-17T13:10:15.9355638Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-08-17T13:10:15.9356015Z Added (across 34 suites) 10209 tests, totaling +1644.19s 2022-08-17T13:10:16.0004567Z Prepare all required actions 2022-08-17T13:10:16.0030603Z ##[group]Run ./.github/actions/teardown-linux 2022-08-17T13:10:16.0030887Z with: 2022-08-17T13:10:16.0031081Z env: 2022-08-17T13:10:16.0031321Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:10:16.0031583Z GPU_FLAG: --gpus all 2022-08-17T13:10:16.0031812Z ##[endgroup] 2022-08-17T13:10:16.0050542Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T13:10:16.0050890Z .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T13:10:16.0064425Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:10:16.0064721Z env: 2022-08-17T13:10:16.0064961Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:10:16.0065226Z GPU_FLAG: --gpus all 2022-08-17T13:10:16.0065454Z ##[endgroup] 2022-08-17T13:10:16.0110280Z Holding runner for 2 hours until all ssh sessions have logged out 2022-08-17T13:10:16.0177222Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T13:10:16.0177683Z # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T13:10:16.0178021Z # shellcheck disable=SC2046 2022-08-17T13:10:16.0178305Z docker stop $(docker ps -q) || true 2022-08-17T13:10:16.0178616Z # Prune all of the docker images 2022-08-17T13:10:16.0179008Z docker system prune -af 2022-08-17T13:10:16.0191512Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:10:16.0191810Z env: 2022-08-17T13:10:16.0192051Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:10:16.0192300Z GPU_FLAG: --gpus all 2022-08-17T13:10:16.0192544Z ##[endgroup] 2022-08-17T13:10:16.9792547Z 2acf8271c5e1 2022-08-17T13:10:17.6650095Z Deleted Containers: 2022-08-17T13:10:17.6650631Z 2acf8271c5e1c06c1d6e69059c4d0c58a4580474011745146a46bbb166e5872f 2022-08-17T13:10:17.6650929Z 2022-08-17T13:10:22.7951385Z Deleted Images: 2022-08-17T13:10:22.7952536Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T13:10:22.7954248Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7@sha256:490eaf5744f7cb16e853fb3063447df07750afa5d8ef966c98f5802528aaa7d2 2022-08-17T13:10:22.7955156Z deleted: sha256:9133c485eff1fb81f8324205e64d739258dc611669790c9c78be2dd3455adf77 2022-08-17T13:10:22.7955593Z deleted: sha256:08321466b65a03f253e5a7615d41e10b50035e920fe89e66a02c3cfc8d805f3d 2022-08-17T13:10:22.7956123Z deleted: sha256:6dce0210de025d8578f5babd7484aa8f1377934051f7db50c918b8fa8c101629 2022-08-17T13:10:22.7956551Z deleted: sha256:e09aa9749862fb755142c450d264dd994579829e912bc75ba19b7951963bfd4b 2022-08-17T13:10:22.7956973Z deleted: sha256:76bce255a88fa3ba245602b42d9487be9b35c5e5c775f10c95dc483031f2ced9 2022-08-17T13:10:22.7957367Z deleted: sha256:7a72485906e5db6ea49224c12b21807e4ba807fd4185810aa10933b449a1ee4b 2022-08-17T13:10:22.7958011Z deleted: sha256:cefbae7a195dc035182759e1db3bb92004dc3ef447806fb53e7e42f144936146 2022-08-17T13:10:22.7958443Z deleted: sha256:01c1445002474e4d86fc5c9517ca689731d2622b5b009c19cf24873e7290ca78 2022-08-17T13:10:22.7958844Z deleted: sha256:8b3b6997919dfb00f7a1d345edfbf5c8ee3de0436a1bb6718e4b4226312701cc 2022-08-17T13:10:22.7959272Z deleted: sha256:c448943ab49d88d1b852d6e91b63de8125676d94692391de0048c463dde7cd24 2022-08-17T13:10:22.7959686Z deleted: sha256:f7d3bbb11a3361204993dabec834573017baefbf66962761acf8de745ee23f29 2022-08-17T13:10:22.7960128Z deleted: sha256:260d0cd944f3afc1f4b6df77a6dfe292eaad55d07252d24a4d44f72bdb26bfca 2022-08-17T13:10:22.7960565Z deleted: sha256:73fada4ae2af631a60d536fb6b2e2752b8ad0f7d6e9a309b521af35327837101 2022-08-17T13:10:22.7961017Z deleted: sha256:cf71b29b3b5f8d54a4eaa0a46b2cf9f73c456eb3c4ad44ada5934f922815d85b 2022-08-17T13:10:22.7961456Z deleted: sha256:50c337bf1065c7c2db817361ab1b8f822581b1cd3e10d4cf2ad4011dd35ae808 2022-08-17T13:10:22.7961874Z deleted: sha256:ccbd83235d368df1b75f92641a91ccfacf12528e36411e2c064120d296fa27a3 2022-08-17T13:10:22.7962395Z deleted: sha256:028c1e96e96aa398e84a52df91d77e16d3cb663923f4d2a64e5f6629c92c9bde 2022-08-17T13:10:22.7962833Z deleted: sha256:25ea441ce3a35050634ecb4ce556bc5f302af49fa3891506c9ef9b1a6ccf83ad 2022-08-17T13:10:22.7963266Z deleted: sha256:b1c2c4d91e87f274f2e87e402cc3c80ae42050a88f5a46e24842ced371a62c19 2022-08-17T13:10:22.7963661Z deleted: sha256:27ce2970cb31b9050b8087a7346cf70f6c30f3815e1f34c111063d2a7d4222d5 2022-08-17T13:10:22.7964051Z deleted: sha256:633332114d1aa6b05f783865baaf35d975e78537113c04776eaa571d4fa94897 2022-08-17T13:10:22.7964445Z deleted: sha256:26c681992b758022f6f29e267e338c9484b62e0094f756ecc6a62acb7006f852 2022-08-17T13:10:22.7964831Z deleted: sha256:64ae17f41f441eede6b37a1970799bc455952e6a42587af8b7e0c6f77d4e1958 2022-08-17T13:10:22.7965241Z deleted: sha256:7308b942f2c5be9968ec9923693ce31093d803ad0d9f63879df18569df44a823 2022-08-17T13:10:22.7965652Z deleted: sha256:b3b80d941a1a002821cb9d54ca54480a6f208a0673fe0d47963888ee9ade79c5 2022-08-17T13:10:22.7966071Z deleted: sha256:853ebb38438204091b96dc6d6f591b51161c280a3e50ec17039b7767dc402757 2022-08-17T13:10:22.7966451Z deleted: sha256:b6426b0e449861081555183583ff79e8294e834662d433f52bb28bb553e75dcc 2022-08-17T13:10:22.7967164Z deleted: sha256:dd250b8239c18bf51b08c752513845460328d66233ac3430ff4b98aef4ced4c7 2022-08-17T13:10:22.7968063Z deleted: sha256:a7f4ac636e13bbb309775469e0addcf87fd260bb8f44731920831f7483f667bc 2022-08-17T13:10:22.7968841Z deleted: sha256:2f8ffa0d955ce734ecc4d94583cc8fa55972025f9c39fdb33f586ad3a71fb7bb 2022-08-17T13:10:22.7969645Z deleted: sha256:09f3b1f44b30430b1979cefed51350b0544808969bb04c8b77af43f469ef4d8a 2022-08-17T13:10:22.7970402Z deleted: sha256:a46cd87a0f3487787594ca74ade83178f1ea6169be4444f8f24417c3aa8aba83 2022-08-17T13:10:22.7970958Z deleted: sha256:725c99b07f8df059184999658da19223ae55b22b5cc826555f7400f8af00938d 2022-08-17T13:10:22.7971358Z deleted: sha256:2e9cce52f2d9bf0b67c1990b5304313c0d27166e04a6d34ef62dfe8fd48e1d02 2022-08-17T13:10:22.7971813Z deleted: sha256:8c0a79caeaf13c2f1bd84209cadde461a0ae7a83b09004a3f7d702c9274df097 2022-08-17T13:10:22.7972247Z deleted: sha256:18f05226ee66c3fbe66354682277e22a25e6d34de7bb390460c4d55558377cfb 2022-08-17T13:10:22.7972641Z deleted: sha256:22f0fcf09a4c92499f405be7463b88c52c53170f23c1dcbb3d2b0bd3630c63ad 2022-08-17T13:10:22.7973193Z deleted: sha256:d6e40ecc5aa7f4efd300de019085685810fb94cf9e93fa18121563c9fdb40757 2022-08-17T13:10:22.7973855Z deleted: sha256:93ce5053216be995b4be4da356365902839b567f8305291cf962f38e5289d5ab 2022-08-17T13:10:22.7974284Z deleted: sha256:a5bb28dbaf7948b250d6fef4626b6bbd9f4e234778a5c4875d743d1f4db13036 2022-08-17T13:10:22.7974721Z deleted: sha256:faafc73f1dc40b0eebd845398b532620a19f56b40494cc9915bc11f64ebe6126 2022-08-17T13:10:22.7975163Z deleted: sha256:9a176eb230ca0736a7f90acd1ce3dcac5c9ed759943748c26a2e049506402651 2022-08-17T13:10:22.7975613Z deleted: sha256:ecf42c8411d75ac738acf3d5f30f080c2313e0f96d0dc5cdc5dbad84b4b12218 2022-08-17T13:10:22.7976129Z deleted: sha256:0efd5eb7b29596b7c37f9c700e3223444045ffe4d46423b7d48a54ccae7c2558 2022-08-17T13:10:22.7976556Z deleted: sha256:129bdb873e79117f4e90135f0c6a58f775fcf596f4eb514b803771cef2da8278 2022-08-17T13:10:22.7976999Z deleted: sha256:2d49e3a81bd436bfd20fb4a849cdc98da82cb74afef3de38dda7a946d3fc4153 2022-08-17T13:10:22.7977433Z deleted: sha256:0ba4e259108e5311ddf6b79ae3a35f8f16a4004ef8817e50427baa3cc90ac081 2022-08-17T13:10:22.7977899Z deleted: sha256:c164403226561914f16becdeca65c54d20dba8dad414b062efc34c05c47bf725 2022-08-17T13:10:22.7978320Z deleted: sha256:cbe4006b2e6286d50c1b292fb71b69d5299d65f055285519eafc41eac3ef8a3c 2022-08-17T13:10:22.7978751Z deleted: sha256:edcec18dceb25f1a03ec20de4676464613e69072875a83f5c45e45a31aafc5b9 2022-08-17T13:10:22.7979157Z deleted: sha256:13c4f317ac4bb48997302756b8d5f8b602e835607c9806a1a5b200e9a0657d8a 2022-08-17T13:10:22.7979560Z deleted: sha256:57f043e380f4586c76968d6e062b50bac55254a5be7e80bea3c027a5bb316469 2022-08-17T13:10:22.7979972Z deleted: sha256:3e549931e0240b9aac25dc79ed6a6259863879a5c9bd20755f77cac27c1ab8c8 2022-08-17T13:10:22.7980216Z 2022-08-17T13:10:22.8228945Z Total reclaimed space: 19.24GB 2022-08-17T13:10:22.8287776Z Post job cleanup. 2022-08-17T13:10:22.8325547Z Post job cleanup. 2022-08-17T13:10:22.9687602Z [command]/usr/bin/git version 2022-08-17T13:10:22.9737818Z git version 2.37.1 2022-08-17T13:10:22.9805075Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d0ccfae9-bfc7-497f-96fe-83b7691ee236' before making global git config changes 2022-08-17T13:10:22.9805657Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T13:10:22.9815038Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T13:10:22.9862047Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T13:10:22.9901193Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T13:10:23.0216023Z Entering 'android/libs/fbjni' 2022-08-17T13:10:23.0257973Z Entering 'third_party/FP16' 2022-08-17T13:10:23.0299989Z Entering 'third_party/FXdiv' 2022-08-17T13:10:23.0339267Z Entering 'third_party/NNPACK' 2022-08-17T13:10:23.0380183Z Entering 'third_party/QNNPACK' 2022-08-17T13:10:23.0420252Z Entering 'third_party/XNNPACK' 2022-08-17T13:10:23.0473193Z Entering 'third_party/benchmark' 2022-08-17T13:10:23.0513058Z Entering 'third_party/cpuinfo' 2022-08-17T13:10:23.0553221Z Entering 'third_party/cub' 2022-08-17T13:10:23.0593917Z Entering 'third_party/cudnn_frontend' 2022-08-17T13:10:23.0639999Z Entering 'third_party/eigen' 2022-08-17T13:10:23.0681755Z Entering 'third_party/fbgemm' 2022-08-17T13:10:23.0722237Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T13:10:23.0761919Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T13:10:23.0805041Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T13:10:23.0845135Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T13:10:23.0887502Z Entering 'third_party/flatbuffers' 2022-08-17T13:10:23.0930474Z Entering 'third_party/fmt' 2022-08-17T13:10:23.0970977Z Entering 'third_party/foxi' 2022-08-17T13:10:23.1011057Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T13:10:23.1051366Z Entering 'third_party/gloo' 2022-08-17T13:10:23.1092230Z Entering 'third_party/googletest' 2022-08-17T13:10:23.1132515Z Entering 'third_party/ideep' 2022-08-17T13:10:23.1174976Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T13:10:23.1217327Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T13:10:23.1266795Z Entering 'third_party/ios-cmake' 2022-08-17T13:10:23.1306518Z Entering 'third_party/ittapi' 2022-08-17T13:10:23.1346539Z Entering 'third_party/kineto' 2022-08-17T13:10:23.1386745Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T13:10:23.1427362Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T13:10:23.1468611Z Entering 'third_party/nccl/nccl' 2022-08-17T13:10:23.1510672Z Entering 'third_party/neon2sse' 2022-08-17T13:10:23.1550935Z Entering 'third_party/nlohmann' 2022-08-17T13:10:23.1592451Z Entering 'third_party/onnx' 2022-08-17T13:10:23.1647427Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T13:10:23.1688019Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T13:10:23.1731675Z Entering 'third_party/onnx-tensorrt' 2022-08-17T13:10:23.1771299Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T13:10:23.1817648Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T13:10:23.1858901Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T13:10:23.1899636Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T13:10:23.1946295Z Entering 'third_party/pocketfft' 2022-08-17T13:10:23.1986938Z Entering 'third_party/protobuf' 2022-08-17T13:10:23.2031107Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T13:10:23.2072194Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T13:10:23.2116127Z Entering 'third_party/psimd' 2022-08-17T13:10:23.2156978Z Entering 'third_party/pthreadpool' 2022-08-17T13:10:23.2197997Z Entering 'third_party/pybind11' 2022-08-17T13:10:23.2239356Z Entering 'third_party/python-enum' 2022-08-17T13:10:23.2279824Z Entering 'third_party/python-peachpy' 2022-08-17T13:10:23.2321269Z Entering 'third_party/python-six' 2022-08-17T13:10:23.2360699Z Entering 'third_party/sleef' 2022-08-17T13:10:23.2403424Z Entering 'third_party/tbb' 2022-08-17T13:10:23.2447006Z Entering 'third_party/tensorpipe' 2022-08-17T13:10:23.2488334Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T13:10:23.2528284Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T13:10:23.2569313Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T13:10:23.2610266Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T13:10:23.2650510Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T13:10:23.2694972Z Entering 'third_party/zstd' 2022-08-17T13:10:23.2755634Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T13:10:23.2784201Z http.https://github.com/.extraheader 2022-08-17T13:10:23.2795275Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T13:10:23.2835053Z [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-08-17T13:10:23.3135751Z Entering 'android/libs/fbjni' 2022-08-17T13:10:23.3160027Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3191616Z Entering 'third_party/FP16' 2022-08-17T13:10:23.3215287Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3247741Z Entering 'third_party/FXdiv' 2022-08-17T13:10:23.3271860Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3303751Z Entering 'third_party/NNPACK' 2022-08-17T13:10:23.3326877Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3359797Z Entering 'third_party/QNNPACK' 2022-08-17T13:10:23.3384809Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3415612Z Entering 'third_party/XNNPACK' 2022-08-17T13:10:23.3440091Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3483162Z Entering 'third_party/benchmark' 2022-08-17T13:10:23.3508097Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3540158Z Entering 'third_party/cpuinfo' 2022-08-17T13:10:23.3564469Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3596924Z Entering 'third_party/cub' 2022-08-17T13:10:23.3620531Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3653905Z Entering 'third_party/cudnn_frontend' 2022-08-17T13:10:23.3678420Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3716353Z Entering 'third_party/eigen' 2022-08-17T13:10:23.3739730Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3773836Z Entering 'third_party/fbgemm' 2022-08-17T13:10:23.3798228Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3830225Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T13:10:23.3854190Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3885979Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T13:10:23.3909326Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3942231Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T13:10:23.3965547Z http.https://github.com/.extraheader 2022-08-17T13:10:23.3997606Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T13:10:23.4020419Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4053384Z Entering 'third_party/flatbuffers' 2022-08-17T13:10:23.4078263Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4111866Z Entering 'third_party/fmt' 2022-08-17T13:10:23.4135212Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4167534Z Entering 'third_party/foxi' 2022-08-17T13:10:23.4193727Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4225023Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T13:10:23.4248668Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4280590Z Entering 'third_party/gloo' 2022-08-17T13:10:23.4304987Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4336432Z Entering 'third_party/googletest' 2022-08-17T13:10:23.4360191Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4391895Z Entering 'third_party/ideep' 2022-08-17T13:10:23.4415679Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4446379Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T13:10:23.4469538Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4503070Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T13:10:23.4527030Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4565332Z Entering 'third_party/ios-cmake' 2022-08-17T13:10:23.4589268Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4620890Z Entering 'third_party/ittapi' 2022-08-17T13:10:23.4645894Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4677839Z Entering 'third_party/kineto' 2022-08-17T13:10:23.4702092Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4733342Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T13:10:23.4758620Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4791501Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T13:10:23.4815353Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4848976Z Entering 'third_party/nccl/nccl' 2022-08-17T13:10:23.4874393Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4906905Z Entering 'third_party/neon2sse' 2022-08-17T13:10:23.4930739Z http.https://github.com/.extraheader 2022-08-17T13:10:23.4962496Z Entering 'third_party/nlohmann' 2022-08-17T13:10:23.4987225Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5020018Z Entering 'third_party/onnx' 2022-08-17T13:10:23.5045316Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5090762Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T13:10:23.5115965Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5148918Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T13:10:23.5172388Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5207604Z Entering 'third_party/onnx-tensorrt' 2022-08-17T13:10:23.5231887Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5263395Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T13:10:23.5285619Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5322454Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T13:10:23.5346520Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5378870Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T13:10:23.5402739Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5435152Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T13:10:23.5458864Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5495918Z Entering 'third_party/pocketfft' 2022-08-17T13:10:23.5520343Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5551379Z Entering 'third_party/protobuf' 2022-08-17T13:10:23.5575586Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5610558Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T13:10:23.5634894Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5666556Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T13:10:23.5690529Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5724682Z Entering 'third_party/psimd' 2022-08-17T13:10:23.5749232Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5780076Z Entering 'third_party/pthreadpool' 2022-08-17T13:10:23.5804071Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5835672Z Entering 'third_party/pybind11' 2022-08-17T13:10:23.5859321Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5894994Z Entering 'third_party/python-enum' 2022-08-17T13:10:23.5919594Z http.https://github.com/.extraheader 2022-08-17T13:10:23.5952123Z Entering 'third_party/python-peachpy' 2022-08-17T13:10:23.5975173Z http.https://github.com/.extraheader 2022-08-17T13:10:23.6006985Z Entering 'third_party/python-six' 2022-08-17T13:10:23.6032351Z http.https://github.com/.extraheader 2022-08-17T13:10:23.6064247Z Entering 'third_party/sleef' 2022-08-17T13:10:23.6087482Z http.https://github.com/.extraheader 2022-08-17T13:10:23.6119891Z Entering 'third_party/tbb' 2022-08-17T13:10:23.6145545Z http.https://github.com/.extraheader 2022-08-17T13:10:23.6180924Z Entering 'third_party/tensorpipe' 2022-08-17T13:10:23.6207080Z http.https://github.com/.extraheader 2022-08-17T13:10:23.6239676Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T13:10:23.6263937Z http.https://github.com/.extraheader 2022-08-17T13:10:23.6296224Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T13:10:23.6320820Z http.https://github.com/.extraheader 2022-08-17T13:10:23.6353557Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T13:10:23.6377834Z http.https://github.com/.extraheader 2022-08-17T13:10:23.6409862Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T13:10:23.6435998Z http.https://github.com/.extraheader 2022-08-17T13:10:23.6468450Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T13:10:23.6492278Z http.https://github.com/.extraheader 2022-08-17T13:10:23.6528723Z Entering 'third_party/zstd' 2022-08-17T13:10:23.6553403Z http.https://github.com/.extraheader 2022-08-17T13:10:23.6866154Z Cleaning up orphan processes