2022-09-27T15:40:21.7933022Z Requested labels: windows.4xlarge 2022-09-27T15:40:21.7933090Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/pull/85462/merge 2022-09-27T15:40:21.7933111Z Waiting for a runner to pick up this job... 2022-09-27T15:40:25.0674165Z Job is about to start running on the runner: i-040c62b807db5db21 (organization) 2022-09-27T15:40:28.3355893Z Current runner version: '2.296.2' 2022-09-27T15:40:28.3361507Z Runner name: 'i-040c62b807db5db21' 2022-09-27T15:40:28.3361833Z Runner group name: 'Default' 2022-09-27T15:40:28.3362342Z Machine name: 'EC2AMAZ-AQI3P6A' 2022-09-27T15:40:28.3364075Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:40:28.3364514Z Actions: read 2022-09-27T15:40:28.3364710Z Checks: read 2022-09-27T15:40:28.3364907Z Contents: read 2022-09-27T15:40:28.3365101Z Deployments: read 2022-09-27T15:40:28.3365313Z Discussions: read 2022-09-27T15:40:28.3365517Z Issues: read 2022-09-27T15:40:28.3365699Z Metadata: read 2022-09-27T15:40:28.3365898Z Packages: read 2022-09-27T15:40:28.3366096Z Pages: read 2022-09-27T15:40:28.3366285Z PullRequests: read 2022-09-27T15:40:28.3366512Z RepositoryProjects: read 2022-09-27T15:40:28.3366746Z SecurityEvents: read 2022-09-27T15:40:28.3366941Z Statuses: read 2022-09-27T15:40:28.3367139Z ##[endgroup] 2022-09-27T15:40:28.3369929Z Secret source: None 2022-09-27T15:40:28.3370342Z Prepare workflow directory 2022-09-27T15:40:28.4294458Z Prepare all required actions 2022-09-27T15:40:28.4452160Z Getting action download info 2022-09-27T15:40:28.6404214Z Download action repository 'pytorch/pytorch@master' (SHA:15c52ffc4f9a02f7078033677d44ccd760107952) 2022-09-27T15:41:27.4591199Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:41:28.2850357Z Getting action download info 2022-09-27T15:41:28.4507481Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:41:29.0194352Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-09-27T15:41:29.0196107Z ##[group] Inputs 2022-09-27T15:41:29.0196383Z build-environment: win-vs2019-cpu-py3 2022-09-27T15:41:29.0196610Z cuda-version: cpu 2022-09-27T15:41:29.0197072Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "windows.4xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "windows.4xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-09-27T15:41:29.0197574Z sync-tag: 2022-09-27T15:41:29.0197746Z ##[endgroup] 2022-09-27T15:41:29.0198203Z Complete job name: win-vs2019-cpu-py3 / test (functorch, 1, 1, windows.4xlarge) 2022-09-27T15:41:29.3777955Z ##[group]Run git config --global core.symlinks true 2022-09-27T15:41:29.3778369Z git config --global core.symlinks true 2022-09-27T15:41:29.6135814Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:41:29.6136140Z env: 2022-09-27T15:41:29.6136326Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:29.6136530Z ##[endgroup] 2022-09-27T15:41:31.4819398Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:41:31.4819780Z with: 2022-09-27T15:41:31.4819944Z no-sudo: true 2022-09-27T15:41:31.4820141Z submodules: recursive 2022-09-27T15:41:31.4820338Z fetch-depth: 0 2022-09-27T15:41:31.4820508Z env: 2022-09-27T15:41:31.4820699Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:31.4820893Z ##[endgroup] 2022-09-27T15:41:31.5109500Z ##[group]Run retry () { 2022-09-27T15:41:31.5109739Z retry () { 2022-09-27T15:41:31.5109959Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:41:31.5110180Z } 2022-09-27T15:41:31.5110381Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:41:31.5110626Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:41:31.5110868Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:41:31.5111082Z else 2022-09-27T15:41:31.5111315Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:41:31.5111518Z fi 2022-09-27T15:41:31.5111707Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:41:31.5139022Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:41:31.5139307Z env: 2022-09-27T15:41:31.5140589Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:31.5141002Z NO_SUDO: true 2022-09-27T15:41:31.5141372Z ##[endgroup] 2022-09-27T15:41:31.5391114Z C:\actions-runner\_work\pytorch\pytorch 2022-09-27T15:41:31.8474487Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:41:31.8474724Z with: 2022-09-27T15:41:31.8474908Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:41:31.8475096Z fetch-depth: 0 2022-09-27T15:41:31.8475274Z submodules: recursive 2022-09-27T15:41:31.8475455Z quiet-checkout: true 2022-09-27T15:41:31.8475641Z repository: pytorch/pytorch 2022-09-27T15:41:31.8476001Z token: *** 2022-09-27T15:41:31.8476170Z ssh-strict: true 2022-09-27T15:41:31.8476358Z persist-credentials: true 2022-09-27T15:41:31.8476542Z clean: true 2022-09-27T15:41:31.8476690Z lfs: false 2022-09-27T15:41:31.8476863Z set-safe-directory: true 2022-09-27T15:41:31.8477021Z env: 2022-09-27T15:41:31.8477185Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:31.8477364Z ##[endgroup] 2022-09-27T15:41:32.9207177Z Syncing repository: pytorch/pytorch 2022-09-27T15:41:32.9208522Z ##[group]Getting Git version info 2022-09-27T15:41:32.9208827Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-09-27T15:41:32.9249822Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-09-27T15:41:32.9425714Z git version 2.37.3.windows.1 2022-09-27T15:41:32.9459651Z ##[endgroup] 2022-09-27T15:41:32.9473657Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\4f1c3963-e585-41d9-9de6-d2de726b8088\.gitconfig' 2022-09-27T15:41:32.9525585Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4f1c3963-e585-41d9-9de6-d2de726b8088' before making global git config changes 2022-09-27T15:41:32.9526102Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:41:32.9536207Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-09-27T15:41:32.9751247Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-09-27T15:41:32.9756173Z ##[group]Initializing the repository 2022-09-27T15:41:32.9764129Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-09-27T15:41:33.0140098Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:41:33.0175276Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:41:33.0408577Z ##[endgroup] 2022-09-27T15:41:33.0408985Z ##[group]Disabling automatic garbage collection 2022-09-27T15:41:33.0418976Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-09-27T15:41:33.0616145Z ##[endgroup] 2022-09-27T15:41:33.0616551Z ##[group]Setting up auth 2022-09-27T15:41:33.0628211Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:41:33.0822937Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-09-27T15:41:34.6987472Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:41:34.7184943Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-09-27T15:41:35.0697971Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-09-27T15:41:35.0951800Z ##[endgroup] 2022-09-27T15:41:35.0952171Z ##[group]Fetching the repository 2022-09-27T15:41:35.0964515Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-09-27T15:42:31.5671517Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:42:31.5900593Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:42:33.9332586Z ##[endgroup] 2022-09-27T15:42:33.9332978Z ##[group]Determining the checkout info 2022-09-27T15:42:33.9333867Z ##[endgroup] 2022-09-27T15:42:33.9334220Z ##[group]Checking out the ref 2022-09-27T15:42:33.9345374Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:42:44.0439680Z ##[endgroup] 2022-09-27T15:42:44.0440121Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:42:44.0450358Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-09-27T15:42:44.0726856Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:42:44.0930950Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:42:44.1137937Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:42:44.1343331Z ##[endgroup] 2022-09-27T15:42:44.1343763Z ##[group]Fetching submodules 2022-09-27T15:42:44.1351842Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-09-27T15:42:44.4970527Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:42:44.9502714Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:42:44.9503256Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:42:44.9503736Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:42:44.9505598Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:42:44.9506094Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:42:44.9506649Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:42:44.9507693Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:42:44.9508165Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:42:44.9508599Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:42:44.9509038Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:42:44.9509501Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:42:44.9509962Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:42:44.9510376Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:42:44.9510801Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:42:44.9511245Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:42:44.9511677Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:42:44.9512157Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:42:44.9512610Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:42:44.9513070Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:42:44.9513521Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:42:44.9513940Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:42:44.9514378Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:42:44.9514820Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:42:44.9515238Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:42:44.9515636Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:42:44.9516061Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:42:44.9516494Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:42:44.9516909Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:42:44.9517332Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:42:44.9517789Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:42:44.9518248Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:42:44.9518713Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:42:44.9519200Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:42:44.9519684Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:42:44.9672175Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:42:44.9672694Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:42:44.9673178Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:42:44.9673611Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:42:44.9674010Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:42:44.9674436Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:42:44.9674862Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:42:45.3567279Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:42:46.1159638Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:42:46.4771591Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:42:47.0158145Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:42:47.4228828Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:42:49.8430264Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:42:55.3143672Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:42:55.8790919Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:42:56.8338735Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:42:58.5001046Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:43:00.2633469Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:43:02.3071990Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:43:08.6286090Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:43:09.5566651Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:43:10.8710689Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:43:11.9944653Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:43:12.3122048Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:43:12.9300311Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:43:13.3258734Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:43:14.2746386Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:43:14.8293988Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:43:15.1139370Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:43:15.4935155Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:43:17.2550738Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:43:17.9829579Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:43:18.4738467Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:43:25.8056216Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:43:27.8435920Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:43:28.4719942Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:43:28.8701527Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:43:35.3304942Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:43:35.6624898Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:43:36.0258515Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:43:37.1408698Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:43:37.4729497Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:43:39.0055600Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:43:39.5365261Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:43:40.4713978Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:43:44.3447966Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:43:45.0576587Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:43:48.1078736Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:43:48.2943637Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:43:48.4240615Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:43:48.5110991Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:43:48.8771773Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:43:49.3221591Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:43:49.9109957Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:44:02.7826119Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:44:03.1659768Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:44:04.2226547Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:44:04.8414419Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:44:10.2612738Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:44:16.7086032Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:44:20.2514576Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:44:21.4990027Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:44:21.5181805Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:44:21.5182329Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:44:21.5182847Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:44:21.5183369Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:44:31.2363694Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:44:43.5995000Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:44:48.8734922Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:44:53.9315346Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:44:54.2875832Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:44:55.9738227Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:44:56.5192648Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:44:56.8551973Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:45:00.1204458Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:45:00.8418360Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:45:00.9387082Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:45:01.9141108Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:45:03.1376278Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:45:05.4693871Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:45:05.6061786Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:45:05.6165479Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:45:13.4073823Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:45:25.8874785Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:45:25.8998649Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:45:33.8725119Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:45:38.2227590Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:45:38.3137176Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:45:38.6989914Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:45:39.0397795Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:45:39.0537935Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:45:39.0538527Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:45:40.5102550Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:45:42.2973509Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:45:42.7847478Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:45:43.4703103Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:45:44.0619212Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:45:44.2169031Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:45:49.0838337Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:46:01.4695046Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:46:01.4848222Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:46:01.4848776Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:46:04.5114141Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:46:06.2389435Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:46:07.6311231Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:46:09.2668930Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:46:09.6089450Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:46:09.6206679Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:46:12.9050095Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:46:18.4914547Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:46:18.5064640Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:46:18.5065250Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:46:19.1547711Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:46:20.5181378Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:46:20.8704695Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:46:21.8548360Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:46:21.8668258Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:46:22.4786341Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:46:22.5971831Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:46:22.6790233Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:46:39.1331658Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:46:39.1481473Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:46:39.1482033Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:46:39.9748489Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:46:41.8624083Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:46:42.2838139Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:46:44.0299501Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:46:44.1088474Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:46:44.2593603Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:46:45.3263402Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:46:45.5391536Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:46:46.2851618Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:46:46.3736892Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:46:47.4669882Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:46:52.7144842Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:46:54.3449825Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:46:54.3871434Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:46:54.3872000Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:46:54.3872491Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:46:54.3874371Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:46:55.9896234Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:46:56.4770693Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:46:57.9852710Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:46:59.4621638Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:47:00.6563428Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:47:01.2218399Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:47:02.9271002Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:47:03.8108543Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:47:03.8223754Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:04.3203684Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:47:04.4046831Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:47:07.0383452Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:47:07.0580799Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-09-27T15:47:07.5789257Z Entering 'android/libs/fbjni' 2022-09-27T15:47:07.6197112Z Entering 'third_party/FP16' 2022-09-27T15:47:07.6596687Z Entering 'third_party/FXdiv' 2022-09-27T15:47:07.6995790Z Entering 'third_party/NNPACK' 2022-09-27T15:47:07.7396461Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:07.7792610Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:07.8190949Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:07.8605556Z Entering 'third_party/benchmark' 2022-09-27T15:47:07.9002965Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:07.9402812Z Entering 'third_party/cub' 2022-09-27T15:47:07.9805634Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:08.0213583Z Entering 'third_party/cutlass' 2022-09-27T15:47:08.0622038Z Entering 'third_party/eigen' 2022-09-27T15:47:08.1026348Z Entering 'third_party/fbgemm' 2022-09-27T15:47:08.1416959Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:08.1826080Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:08.2232846Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:08.2637788Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:08.3059145Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:08.3473461Z Entering 'third_party/fmt' 2022-09-27T15:47:08.3875380Z Entering 'third_party/foxi' 2022-09-27T15:47:08.4277411Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:08.4685150Z Entering 'third_party/gloo' 2022-09-27T15:47:08.5087720Z Entering 'third_party/googletest' 2022-09-27T15:47:08.5849678Z Entering 'third_party/ideep' 2022-09-27T15:47:08.6241977Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:08.6640353Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:08.7087526Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:08.7490572Z Entering 'third_party/ittapi' 2022-09-27T15:47:08.7887138Z Entering 'third_party/kineto' 2022-09-27T15:47:08.8273425Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:08.8683956Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:08.9101273Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:08.9500191Z Entering 'third_party/neon2sse' 2022-09-27T15:47:08.9897397Z Entering 'third_party/nlohmann' 2022-09-27T15:47:09.0296566Z Entering 'third_party/onnx' 2022-09-27T15:47:09.0700201Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:09.1112603Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:09.1530173Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:09.1922915Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:09.2318319Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:09.2730075Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:09.3119264Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:09.3572734Z Entering 'third_party/pocketfft' 2022-09-27T15:47:09.3971858Z Entering 'third_party/protobuf' 2022-09-27T15:47:09.4366814Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:09.4773325Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:09.5191333Z Entering 'third_party/psimd' 2022-09-27T15:47:09.5592580Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:09.5997442Z Entering 'third_party/pybind11' 2022-09-27T15:47:09.6393900Z Entering 'third_party/python-enum' 2022-09-27T15:47:09.6790190Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:09.7196090Z Entering 'third_party/python-six' 2022-09-27T15:47:09.7594203Z Entering 'third_party/sleef' 2022-09-27T15:47:09.7994690Z Entering 'third_party/tbb' 2022-09-27T15:47:09.8396632Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:09.8790484Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:09.9197132Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:09.9603633Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:10.0008672Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:10.0397560Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:10.0837929Z Entering 'third_party/zstd' 2022-09-27T15:47:10.1312702Z ##[endgroup] 2022-09-27T15:47:10.1313138Z ##[group]Persisting credentials for submodules 2022-09-27T15:47:10.1325287Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2022-09-27T15:47:10.4960821Z Entering 'android/libs/fbjni' 2022-09-27T15:47:10.5433232Z Entering 'third_party/FP16' 2022-09-27T15:47:10.5896856Z Entering 'third_party/FXdiv' 2022-09-27T15:47:10.6364873Z Entering 'third_party/NNPACK' 2022-09-27T15:47:10.6834438Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:10.7302940Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:10.7776547Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:10.8255237Z Entering 'third_party/benchmark' 2022-09-27T15:47:10.8727766Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:10.9209596Z Entering 'third_party/cub' 2022-09-27T15:47:10.9680651Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:11.0164272Z Entering 'third_party/cutlass' 2022-09-27T15:47:11.0644606Z Entering 'third_party/eigen' 2022-09-27T15:47:11.1114492Z Entering 'third_party/fbgemm' 2022-09-27T15:47:11.1572713Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:11.2046581Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:11.2524113Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:11.2998433Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:11.4085632Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:11.4558314Z Entering 'third_party/fmt' 2022-09-27T15:47:11.5027830Z Entering 'third_party/foxi' 2022-09-27T15:47:11.5498443Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:11.5963331Z Entering 'third_party/gloo' 2022-09-27T15:47:11.6429304Z Entering 'third_party/googletest' 2022-09-27T15:47:11.6897175Z Entering 'third_party/ideep' 2022-09-27T15:47:11.7349685Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:11.7810154Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:11.8318202Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:11.8787274Z Entering 'third_party/ittapi' 2022-09-27T15:47:11.9256057Z Entering 'third_party/kineto' 2022-09-27T15:47:11.9708896Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:12.0181177Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:12.0666288Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:12.1130187Z Entering 'third_party/neon2sse' 2022-09-27T15:47:12.1591052Z Entering 'third_party/nlohmann' 2022-09-27T15:47:12.2057463Z Entering 'third_party/onnx' 2022-09-27T15:47:12.2526334Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:12.3004687Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:12.3496865Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:12.3953288Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:12.4420883Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:12.4903532Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:12.5367890Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:12.5891483Z Entering 'third_party/pocketfft' 2022-09-27T15:47:12.6357545Z Entering 'third_party/protobuf' 2022-09-27T15:47:12.6818970Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:12.7297473Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:12.7792403Z Entering 'third_party/psimd' 2022-09-27T15:47:12.8260422Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:12.8730315Z Entering 'third_party/pybind11' 2022-09-27T15:47:12.9193790Z Entering 'third_party/python-enum' 2022-09-27T15:47:12.9658018Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:13.0120572Z Entering 'third_party/python-six' 2022-09-27T15:47:13.0582109Z Entering 'third_party/sleef' 2022-09-27T15:47:13.1043580Z Entering 'third_party/tbb' 2022-09-27T15:47:13.1510523Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:13.1966162Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:13.2433303Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:13.2900899Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:13.3366323Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:13.3830031Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:13.4326588Z Entering 'third_party/zstd' 2022-09-27T15:47:13.4870597Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2022-09-27T15:47:13.8401293Z Entering 'android/libs/fbjni' 2022-09-27T15:47:13.8918313Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:47:13.9049687Z Entering 'third_party/FP16' 2022-09-27T15:47:13.9556702Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:47:13.9688353Z Entering 'third_party/FXdiv' 2022-09-27T15:47:14.0201873Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:47:14.0334553Z Entering 'third_party/NNPACK' 2022-09-27T15:47:14.0843815Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:47:14.0976843Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:14.1486806Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:47:14.1619302Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:14.2128742Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:47:14.2261682Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:14.2775713Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:47:14.2920827Z Entering 'third_party/benchmark' 2022-09-27T15:47:14.3431120Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:47:14.3565932Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:14.4509897Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:47:14.4648148Z Entering 'third_party/cub' 2022-09-27T15:47:14.5159161Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:47:14.5293359Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:14.5800193Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:47:14.5941332Z Entering 'third_party/cutlass' 2022-09-27T15:47:14.6457230Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:47:14.6599762Z Entering 'third_party/eigen' 2022-09-27T15:47:14.7103296Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:47:14.7237152Z Entering 'third_party/fbgemm' 2022-09-27T15:47:14.7746493Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:47:14.7869218Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:14.8390774Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:47:14.8526539Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:14.9046956Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:47:14.9182270Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:14.9695484Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:14.9828946Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:15.0345685Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:47:15.0496438Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:15.1008947Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:47:15.1144670Z Entering 'third_party/fmt' 2022-09-27T15:47:15.1661663Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:47:15.1800596Z Entering 'third_party/foxi' 2022-09-27T15:47:15.2318330Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:47:15.2454948Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:15.2972817Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:47:15.3108617Z Entering 'third_party/gloo' 2022-09-27T15:47:15.3670937Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:47:15.3767787Z Entering 'third_party/googletest' 2022-09-27T15:47:15.4282617Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:15.4417834Z Entering 'third_party/ideep' 2022-09-27T15:47:15.4930725Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:47:15.5056482Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:15.5579553Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:47:15.5708220Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:15.6237767Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:47:15.6408448Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:15.6924880Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:47:15.7060510Z Entering 'third_party/ittapi' 2022-09-27T15:47:15.7579661Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:47:15.7715295Z Entering 'third_party/kineto' 2022-09-27T15:47:15.8234369Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:47:15.8359762Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:15.8884830Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:47:15.9023173Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:15.9545568Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:47:15.9696217Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:16.0212818Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:47:16.0349168Z Entering 'third_party/neon2sse' 2022-09-27T15:47:16.0867637Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:47:16.1001376Z Entering 'third_party/nlohmann' 2022-09-27T15:47:16.1515746Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:47:16.1652220Z Entering 'third_party/onnx' 2022-09-27T15:47:16.2170641Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:47:16.2309215Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:16.2837621Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:47:16.2975532Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:16.3498042Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:47:16.3650029Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:16.4758616Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:47:16.4882571Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:16.5611705Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:47:16.5744987Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:16.6267788Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:47:16.6405034Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:16.6924375Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:47:16.7051867Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:16.7585043Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:47:16.7764798Z Entering 'third_party/pocketfft' 2022-09-27T15:47:16.8283738Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:47:16.8417266Z Entering 'third_party/protobuf' 2022-09-27T15:47:16.9309782Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:47:16.9442367Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:16.9966268Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:47:17.0102627Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:17.0619078Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:17.0769341Z Entering 'third_party/psimd' 2022-09-27T15:47:17.1288970Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:47:17.1423091Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:17.1940087Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:47:17.2079311Z Entering 'third_party/pybind11' 2022-09-27T15:47:17.2596428Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:47:17.2732103Z Entering 'third_party/python-enum' 2022-09-27T15:47:17.3249532Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:47:17.3383777Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:17.3900751Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:47:17.4036208Z Entering 'third_party/python-six' 2022-09-27T15:47:17.4549469Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:47:17.4685087Z Entering 'third_party/sleef' 2022-09-27T15:47:17.5200772Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:47:17.5336694Z Entering 'third_party/tbb' 2022-09-27T15:47:17.5853128Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:47:17.5990048Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:17.6507774Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:47:17.6635843Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:17.7165863Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:17.7305560Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:17.7829673Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:47:17.7967206Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:17.8484737Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:47:17.8625104Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:17.9144996Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:47:17.9269691Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:17.9790668Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:47:17.9955869Z Entering 'third_party/zstd' 2022-09-27T15:47:18.0472542Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:47:18.3119395Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-09-27T15:47:18.6749007Z Entering 'android/libs/fbjni' 2022-09-27T15:47:18.7160116Z Entering 'third_party/FP16' 2022-09-27T15:47:18.7578004Z Entering 'third_party/FXdiv' 2022-09-27T15:47:18.7976084Z Entering 'third_party/NNPACK' 2022-09-27T15:47:18.8372077Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:18.8768420Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:18.9167083Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:18.9574748Z Entering 'third_party/benchmark' 2022-09-27T15:47:18.9979640Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:19.0378077Z Entering 'third_party/cub' 2022-09-27T15:47:19.0775948Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:19.1179270Z Entering 'third_party/cutlass' 2022-09-27T15:47:19.1592109Z Entering 'third_party/eigen' 2022-09-27T15:47:19.1996447Z Entering 'third_party/fbgemm' 2022-09-27T15:47:19.2387745Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:19.2798169Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:19.3213141Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:19.3625243Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:19.4034595Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:19.4434288Z Entering 'third_party/fmt' 2022-09-27T15:47:19.4836816Z Entering 'third_party/foxi' 2022-09-27T15:47:19.5237595Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:19.5635187Z Entering 'third_party/gloo' 2022-09-27T15:47:19.6030382Z Entering 'third_party/googletest' 2022-09-27T15:47:19.6435598Z Entering 'third_party/ideep' 2022-09-27T15:47:19.6832571Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:19.7239074Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:19.7683536Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:19.8084551Z Entering 'third_party/ittapi' 2022-09-27T15:47:19.8483358Z Entering 'third_party/kineto' 2022-09-27T15:47:19.8880270Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:19.9297259Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:19.9725793Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:20.0132809Z Entering 'third_party/neon2sse' 2022-09-27T15:47:20.0543201Z Entering 'third_party/nlohmann' 2022-09-27T15:47:20.0952323Z Entering 'third_party/onnx' 2022-09-27T15:47:20.1361932Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:20.1778052Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:20.2205235Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:20.2610490Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:20.3049202Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:20.3466402Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:20.3868891Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:20.4339105Z Entering 'third_party/pocketfft' 2022-09-27T15:47:20.4744721Z Entering 'third_party/protobuf' 2022-09-27T15:47:20.5146613Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:20.5553961Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:20.5975985Z Entering 'third_party/psimd' 2022-09-27T15:47:20.6390855Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:20.6803931Z Entering 'third_party/pybind11' 2022-09-27T15:47:20.7216914Z Entering 'third_party/python-enum' 2022-09-27T15:47:20.7632235Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:20.8046540Z Entering 'third_party/python-six' 2022-09-27T15:47:20.8465636Z Entering 'third_party/sleef' 2022-09-27T15:47:20.8884583Z Entering 'third_party/tbb' 2022-09-27T15:47:20.9303709Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:20.9714548Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:21.0133917Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:21.0538572Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:21.0937169Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:21.1332412Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:21.1772168Z Entering 'third_party/zstd' 2022-09-27T15:47:21.2250528Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-09-27T15:47:21.5866876Z Entering 'android/libs/fbjni' 2022-09-27T15:47:21.6282880Z Entering 'third_party/FP16' 2022-09-27T15:47:21.6686291Z Entering 'third_party/FXdiv' 2022-09-27T15:47:21.7088006Z Entering 'third_party/NNPACK' 2022-09-27T15:47:21.7490898Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:21.7895486Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:21.8305956Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:21.8724590Z Entering 'third_party/benchmark' 2022-09-27T15:47:21.9129751Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:21.9537157Z Entering 'third_party/cub' 2022-09-27T15:47:21.9942187Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:22.0357832Z Entering 'third_party/cutlass' 2022-09-27T15:47:22.0779392Z Entering 'third_party/eigen' 2022-09-27T15:47:22.1189723Z Entering 'third_party/fbgemm' 2022-09-27T15:47:22.1583686Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:22.2005473Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:22.2426323Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:22.2840111Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:22.3969582Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:22.4388207Z Entering 'third_party/fmt' 2022-09-27T15:47:22.4798230Z Entering 'third_party/foxi' 2022-09-27T15:47:22.5204229Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:22.5616033Z Entering 'third_party/gloo' 2022-09-27T15:47:22.6021082Z Entering 'third_party/googletest' 2022-09-27T15:47:22.6432600Z Entering 'third_party/ideep' 2022-09-27T15:47:22.6827938Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:22.7238314Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:22.7704226Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:22.8111105Z Entering 'third_party/ittapi' 2022-09-27T15:47:22.8517398Z Entering 'third_party/kineto' 2022-09-27T15:47:22.8914278Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:22.9390760Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:22.9829002Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:23.0234275Z Entering 'third_party/neon2sse' 2022-09-27T15:47:23.0637808Z Entering 'third_party/nlohmann' 2022-09-27T15:47:23.1045314Z Entering 'third_party/onnx' 2022-09-27T15:47:23.1456374Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:23.1874763Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:23.2311522Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:23.2711545Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:23.3120733Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:23.3544890Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:23.3948491Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:23.4410277Z Entering 'third_party/pocketfft' 2022-09-27T15:47:23.4821351Z Entering 'third_party/protobuf' 2022-09-27T15:47:23.5223299Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:23.5641528Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:23.6074204Z Entering 'third_party/psimd' 2022-09-27T15:47:23.6481494Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:23.6886888Z Entering 'third_party/pybind11' 2022-09-27T15:47:23.7292864Z Entering 'third_party/python-enum' 2022-09-27T15:47:23.7701688Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:23.8108547Z Entering 'third_party/python-six' 2022-09-27T15:47:23.8513173Z Entering 'third_party/sleef' 2022-09-27T15:47:23.8918104Z Entering 'third_party/tbb' 2022-09-27T15:47:23.9338787Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:23.9734078Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:24.0150221Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:24.0556072Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:24.0965305Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:24.1419363Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:24.1871032Z Entering 'third_party/zstd' 2022-09-27T15:47:24.2345103Z ##[endgroup] 2022-09-27T15:47:24.2585452Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-09-27T15:47:24.2772744Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:47:24.3795052Z Prepare all required actions 2022-09-27T15:47:24.3795642Z Getting action download info 2022-09-27T15:47:24.5558993Z Download action repository 'actions/setup-python@v2' (SHA:7f80679172b057fc5e90d70d197929d454754a5a) 2022-09-27T15:47:25.5536008Z ##[group]Run ./.github/actions/setup-win 2022-09-27T15:47:25.5536210Z with: 2022-09-27T15:47:25.5536368Z cuda-version: cpu 2022-09-27T15:47:25.5536532Z env: 2022-09-27T15:47:25.5536702Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:25.5536872Z ##[endgroup] 2022-09-27T15:47:25.5646009Z ##[group]Run set -euo pipefail 2022-09-27T15:47:25.5646248Z set -euo pipefail 2022-09-27T15:47:25.5646448Z function get_ec2_metadata() { 2022-09-27T15:47:25.5646701Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:47:25.5647075Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:47:25.5647382Z  category=$1 2022-09-27T15:47:25.5647652Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:47:25.5647884Z } 2022-09-27T15:47:25.5648072Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:47:25.5648338Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:47:25.5648620Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:47:25.5648862Z echo "system info $(uname -a)" 2022-09-27T15:47:25.5676191Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:47:25.5676459Z env: 2022-09-27T15:47:25.5676623Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:25.5676809Z ##[endgroup] 2022-09-27T15:47:25.6098332Z ami-id: ami-0f1a18fafaf0c8ce8 2022-09-27T15:47:25.6274273Z instance-id: i-040c62b807db5db21 2022-09-27T15:47:25.6448706Z instance-type: c5d.4xlarge 2022-09-27T15:47:25.6669710Z system info MSYS_NT-10.0-17763 EC2AMAZ-AQI3P6A 3.3.5-341.x86_64 2022-07-08 09:41 UTC x86_64 Msys 2022-09-27T15:47:25.6792887Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-09-27T15:47:25.6793740Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-09-27T15:47:25.6815918Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:47:25.6816194Z env: 2022-09-27T15:47:25.6816374Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:25.6816546Z ##[endgroup] 2022-09-27T15:47:26.7314150Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:47:26.8262373Z Finished 2022-09-27T15:47:26.8749190Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-09-27T15:47:26.8749601Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-09-27T15:47:26.8771195Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:47:26.8771478Z env: 2022-09-27T15:47:26.8771656Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:26.8771828Z ##[endgroup] 2022-09-27T15:47:27.2136422Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:47:27.2984666Z Finished 2022-09-27T15:47:27.9579196Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-09-27T15:47:27.9579474Z .\.circleci\scripts\vs_install.ps1 2022-09-27T15:47:27.9601592Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:47:27.9601871Z env: 2022-09-27T15:47:27.9602051Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:27.9602229Z VS_VERSION: 16.8.6 2022-09-27T15:47:27.9602412Z INSTALL_WINDOWS_SDK: 1 2022-09-27T15:47:27.9602592Z ##[endgroup] 2022-09-27T15:47:28.2904344Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:47:28.3767577Z Finished 2022-09-27T15:47:28.7401194Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-09-27T15:47:28.8246107Z ##[group]Run actions/setup-python@v2 2022-09-27T15:47:28.8246309Z with: 2022-09-27T15:47:28.8246478Z python-version: 3.x 2022-09-27T15:47:28.8246648Z cache: pip 2022-09-27T15:47:28.8246998Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-09-27T15:47:28.8247448Z token: *** 2022-09-27T15:47:28.8247599Z env: 2022-09-27T15:47:28.8247752Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:28.8247936Z ##[endgroup] 2022-09-27T15:47:29.7527337Z Version 3.x was not found in the local cache 2022-09-27T15:47:31.0445633Z Version 3.x is available for downloading 2022-09-27T15:47:31.0446620Z Download from "https://github.com/actions/python-versions/releases/download/3.10.7-3001286155/python-3.10.7-win32-x64.zip" 2022-09-27T15:47:31.3530821Z Extract downloaded archive 2022-09-27T15:47:31.3624284Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\actions-runner\_work\_temp\faac48ef-6b5a-4e3b-b65b-31056eb7b13f', 'C:\actions-runner\_work\_temp\8768c389-7035-40c9-82bf-9de742e6dabe')" 2022-09-27T15:47:32.6741987Z Execute installation script 2022-09-27T15:47:33.9461236Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:47:34.0340351Z Finished 2022-09-27T15:47:34.0744289Z Check if Python hostedtoolcache folder exist... 2022-09-27T15:47:34.0744602Z 2022-09-27T15:47:34.0757824Z Create Python toolcache folder 2022-09-27T15:47:34.0758359Z 2022-09-27T15:47:34.0785649Z Check if current Python version is installed... 2022-09-27T15:47:34.0786363Z 2022-09-27T15:47:34.0809535Z No Python3.10.* found 2022-09-27T15:47:34.0810106Z 2022-09-27T15:47:34.0814482Z Remove registry entries for Python 3.10(x64)... 2022-09-27T15:47:34.0815206Z 2022-09-27T15:47:34.3171951Z Create Python 3.10.7 folder in C:\actions-runner\_work\_tool\Python 2022-09-27T15:47:34.3172259Z 2022-09-27T15:47:34.3202465Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:47:34.3202670Z 2022-09-27T15:47:34.3380833Z Install Python 3.10.7 in C:\actions-runner\_work\_tool\Python... 2022-09-27T15:47:34.3381855Z 2022-09-27T15:48:06.6287845Z Create python3 symlink 2022-09-27T15:48:06.6288465Z 2022-09-27T15:48:06.6674099Z 2022-09-27T15:48:06.6675064Z 2022-09-27T15:48:06.6676172Z Directory: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:06.6676395Z 2022-09-27T15:48:06.6680352Z Mode LastWriteTime Length Name 2022-09-27T15:48:06.6682922Z ---- ------------- ------ ---- 2022-09-27T15:48:06.6686598Z -a---l 9/27/2022 3:48 PM 0 python3.exe 2022-09-27T15:48:06.6692358Z Install and upgrade Pip 2022-09-27T15:48:06.6693054Z 2022-09-27T15:48:08.4380999Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmpvefdqd3f 2022-09-27T15:48:08.4384569Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (63.2.0) 2022-09-27T15:48:08.4388395Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (22.2.2) 2022-09-27T15:48:09.0696889Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (22.2.2) 2022-09-27T15:48:09.7453193Z Create complete file 2022-09-27T15:48:09.7453458Z 2022-09-27T15:48:09.7464133Z 2022-09-27T15:48:09.7464855Z 2022-09-27T15:48:09.7704086Z Successfully setup CPython (3.10.7) 2022-09-27T15:48:23.8303990Z Received 36442643 of 36442643 (100.0%), 18.8 MBs/sec 2022-09-27T15:48:23.8307338Z Cache Size: ~35 MB (36442643 B) 2022-09-27T15:48:23.8328884Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/6001c8f0-849a-4709-8d1e-f0bfc738d44b/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:24.1275635Z Cache restored successfully 2022-09-27T15:48:24.1315308Z Cache restored from key: setup-python-Windows-python-3.10.7-pip-48add261c4f172cdb6d82f0530dcb9bdc7b72fa1aed86e243bf3832a23e32c1d 2022-09-27T15:48:24.1565357Z Prepare all required actions 2022-09-27T15:48:24.1565678Z Getting action download info 2022-09-27T15:48:24.3557708Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:48:24.6593076Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:48:24.6593305Z with: 2022-09-27T15:48:24.6593844Z github-secret: *** 2022-09-27T15:48:24.6594036Z env: 2022-09-27T15:48:24.6594226Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:24.6594508Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:24.6594745Z ##[endgroup] 2022-09-27T15:48:24.6714242Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:48:24.6714478Z with: 2022-09-27T15:48:24.6714866Z GITHUB_TOKEN: *** 2022-09-27T15:48:24.6715063Z activate-with-label: false 2022-09-27T15:48:24.6715276Z label: with-ssh 2022-09-27T15:48:24.6715485Z remove-existing-keys: true 2022-09-27T15:48:24.6715681Z env: 2022-09-27T15:48:24.6715890Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:24.6716175Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:24.6716433Z ##[endgroup] 2022-09-27T15:48:25.1323520Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:48:25.2040862Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2022-09-27T15:48:25.2072536Z Login using: ssh runneruser@ec2-18-209-7-226.compute-1.amazonaws.com 2022-09-27T15:48:25.2261656Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:48:25.2262026Z python3 -m pip install psutil==5.9.1 2022-09-27T15:48:25.2262292Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:48:25.2262662Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:48:25.2262970Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:48:25.2290397Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:48:25.2290667Z env: 2022-09-27T15:48:25.2290862Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:25.2291149Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:25.2291410Z ##[endgroup] 2022-09-27T15:48:26.0834665Z Collecting psutil==5.9.1 2022-09-27T15:48:26.0915608Z Using cached psutil-5.9.1-cp310-cp310-win_amd64.whl (245 kB) 2022-09-27T15:48:26.1480104Z Installing collected packages: psutil 2022-09-27T15:48:26.6527847Z Successfully installed psutil-5.9.1 2022-09-27T15:48:27.3787662Z Collecting pynvml==11.4.1 2022-09-27T15:48:27.3861112Z Using cached pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-09-27T15:48:27.4453483Z Installing collected packages: pynvml 2022-09-27T15:48:27.7762367Z Successfully installed pynvml-11.4.1 2022-09-27T15:48:27.8828751Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:48:27.8829065Z with: 2022-09-27T15:48:27.8829272Z name: win-vs2019-cpu-py3 2022-09-27T15:48:27.8829495Z path: C:\3133193930\build-results 2022-09-27T15:48:27.8829714Z s3-bucket: gha-artifacts 2022-09-27T15:48:27.8829921Z region: us-east-1 2022-09-27T15:48:27.8830083Z env: 2022-09-27T15:48:27.8830270Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:27.8830548Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:27.8830794Z ##[endgroup] 2022-09-27T15:48:28.8409077Z Found 3 objects with prefix pytorch/pytorch/3133193930/win-vs2019-cpu-py3/ 2022-09-27T15:48:28.8414125Z Starting download (1/3): C:\3133193930\build-results\.ninja_log 2022-09-27T15:48:29.0271125Z Finished download (1/3): C:\3133193930\build-results\.ninja_log 2022-09-27T15:48:29.0272226Z Starting download (2/3): C:\3133193930\build-results\.pytorch-test-times.json 2022-09-27T15:48:29.1243164Z Finished download (2/3): C:\3133193930\build-results\.pytorch-test-times.json 2022-09-27T15:48:29.1244369Z Starting download (3/3): C:\3133193930\build-results\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:48:30.7259349Z Finished download (3/3): C:\3133193930\build-results\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:48:30.7259822Z 2022-09-27T15:48:30.7261268Z Artifact download has finished successfully 2022-09-27T15:48:30.7510753Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-09-27T15:48:30.7511118Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-09-27T15:48:30.7534025Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:48:30.7534315Z env: 2022-09-27T15:48:30.7534506Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:30.7534787Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:30.7535024Z ##[endgroup] 2022-09-27T15:48:31.1026589Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:48:31.1853432Z Finished 2022-09-27T15:48:31.2741731Z Folder PATH listing 2022-09-27T15:48:31.2742024Z Volume serial number is 10BD-FDC2 2022-09-27T15:48:31.2742239Z C:\3133193930\BUILD-RESULTS 2022-09-27T15:48:31.3012207Z .ninja_log 2022-09-27T15:48:31.3012473Z .pytorch-test-times.json 2022-09-27T15:48:31.3012819Z win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:48:31.3013081Z 2022-09-27T15:48:31.3013254Z No subfolders exist 2022-09-27T15:48:31.3013377Z 2022-09-27T15:48:31.3307010Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:48:31.3307441Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:48:31.3307688Z  2022-09-27T15:48:31.3307916Z # sanitize the input commit message and PR body here: 2022-09-27T15:48:31.3308236Z # 2022-09-27T15:48:31.3308502Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:48:31.3308887Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:48:31.3309221Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:48:31.3309459Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:48:31.3309647Z  2022-09-27T15:48:31.3309922Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:48:31.3310249Z # wreak havoc internally 2022-09-27T15:48:31.3310484Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:48:31.3310737Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:48:31.3310929Z  2022-09-27T15:48:31.3311120Z .jenkins/pytorch/win-test.sh 2022-09-27T15:48:31.3338560Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:48:31.3338834Z env: 2022-09-27T15:48:31.3339016Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:31.3339290Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:31.3339518Z USE_CUDA: 0 2022-09-27T15:48:31.3339698Z INSTALL_WINDOWS_SDK: 1 2022-09-27T15:48:31.3339897Z PYTHON_VERSION: 3.8 2022-09-27T15:48:31.3340091Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:48:31.3340303Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:48:31.3340501Z VC_PRODUCT: BuildTools 2022-09-27T15:48:31.3340683Z VC_VERSION: 2022-09-27T15:48:31.3340860Z VS_VERSION: 16.8.6 2022-09-27T15:48:31.3341033Z VC_YEAR: 2019 2022-09-27T15:48:31.3341219Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:48:31.3341402Z PR_NUMBER: 85462 2022-09-27T15:48:31.3341612Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:31.3341820Z CUDA_VERSION: cpu 2022-09-27T15:48:31.3342064Z PYTORCH_FINAL_PACKAGE_DIR: /c/3133193930/build-results/ 2022-09-27T15:48:31.3342320Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-09-27T15:48:31.3342603Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-09-27T15:48:31.3342839Z SHARD_NUMBER: 1 2022-09-27T15:48:31.3343015Z NUM_TEST_SHARDS: 1 2022-09-27T15:48:31.3343201Z TEST_CONFIG: functorch 2022-09-27T15:48:31.3345967Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:48:31.3348184Z TORCH_CUDA_ARCH_LIST: 7.0 2022-09-27T15:48:31.3348364Z ##[endgroup] 2022-09-27T15:48:31.4509847Z +++ dirname .jenkins/pytorch/win-test.sh 2022-09-27T15:48:31.5003646Z ++ cd .jenkins/pytorch 2022-09-27T15:48:31.5008349Z ++ pwd 2022-09-27T15:48:31.5014594Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-09-27T15:48:31.5014990Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-09-27T15:48:31.5086724Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-09-27T15:48:31.5166310Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-09-27T15:48:31.5170395Z +++ declare -f -t trap_add 2022-09-27T15:48:31.5174291Z ++ set -ex 2022-09-27T15:48:31.5174804Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2022-09-27T15:48:31.5175041Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:48:31.5175576Z ++ [[ functorch == *xla* ]] 2022-09-27T15:48:31.5175799Z ++ [[ win-vs2019-cpu-py3 == *centos* ]] 2022-09-27T15:48:31.5176048Z ++ [[ win-vs2019-cpu-py3 == *linux-bionic* ]] 2022-09-27T15:48:31.5176292Z ++ [[ win-vs2019-cpu-py3 == *linux-focal* ]] 2022-09-27T15:48:31.5244257Z ++ git rev-parse HEAD 2022-09-27T15:48:31.5475372Z + IMAGE_COMMIT_ID=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:31.5475664Z + export IMAGE_COMMIT_ID 2022-09-27T15:48:31.5475976Z + export IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:31.5476366Z + IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:31.5476647Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-09-27T15:48:31.5476909Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-09-27T15:48:31.5477236Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-09-27T15:48:31.5544186Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-09-27T15:48:31.5918865Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-09-27T15:48:31.5919190Z + export TMP_DIR_WIN 2022-09-27T15:48:31.5919483Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:31.5919768Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:31.5990646Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:31.6106221Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-09-27T15:48:31.6106524Z + export PROJECT_DIR_WIN 2022-09-27T15:48:31.6106798Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-09-27T15:48:31.6107108Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-09-27T15:48:31.6175148Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-09-27T15:48:31.6284859Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-09-27T15:48:31.6285187Z + export TEST_DIR_WIN 2022-09-27T15:48:31.6285475Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3133193930/build-results/ 2022-09-27T15:48:31.6285766Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3133193930/build-results/ 2022-09-27T15:48:31.6352512Z ++ cygpath -w /c/3133193930/build-results/ 2022-09-27T15:48:31.6460889Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3133193930\build-results\' 2022-09-27T15:48:31.6461181Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-09-27T15:48:31.6461496Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-09-27T15:48:31.6824511Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-09-27T15:48:31.6825457Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-09-27T15:48:31.7027650Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-09-27T15:48:31.7334293Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-09-27T15:48:31.7337304Z + '[' -n '' ']' 2022-09-27T15:48:31.7337829Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-09-27T15:48:31.7338239Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-09-27T15:48:31.7338558Z + [[ win-vs2019-cpu-py3 == *cuda11* ]] 2022-09-27T15:48:31.7338801Z + [[ functorch = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-09-27T15:48:31.7339042Z + [[ win-vs2019-cpu-py3 == *cuda* ]] 2022-09-27T15:48:31.7339666Z + run_tests 2022-09-27T15:48:31.7340261Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-09-27T15:48:31.7340682Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-09-27T15:48:31.7341599Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-09-27T15:48:31.8564731Z NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. This can also be happening if non-NVIDIA GPU is running as primary display, and NVIDIA GPU is in WDDM mode. 2022-09-27T15:48:31.8565169Z 2022-09-27T15:48:31.8589506Z + echo true 2022-09-27T15:48:31.8589708Z true 2022-09-27T15:48:31.8589873Z + break 2022-09-27T15:48:31.8590069Z + [[ functorch == *functorch* ]] 2022-09-27T15:48:31.8590404Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/install_test_functorch.bat 2022-09-27T15:48:31.8886217Z 2022-09-27T15:48:31.8886867Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-09-27T15:48:31.8898601Z 2022-09-27T15:48:31.8899174Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-09-27T15:48:31.8899668Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-09-27T15:48:31.8900066Z exit /b 0 2022-09-27T15:48:31.8900246Z ) 2022-09-27T15:48:31.8900999Z 2022-09-27T15:48:31.8902458Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python310\Scripts;C:\actions-runner\_work\_tool\Python\3.10.7\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.10.7\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-09-27T15:48:31.8904117Z 2022-09-27T15:48:31.8904476Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-09-27T15:48:31.8907282Z 2022-09-27T15:48:31.8907665Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-09-27T15:48:31.8920157Z 2022-09-27T15:48:31.8920723Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-09-27T15:48:31.8925746Z 2022-09-27T15:48:31.8926259Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-09-27T15:48:31.8929268Z 2022-09-27T15:48:31.8930024Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-09-27T15:48:31.8930571Z curl --retry 3 -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-09-27T15:48:31.8931148Z if errorlevel 1 exit /b 2022-09-27T15:48:31.8931361Z if not errorlevel 0 exit /b 2022-09-27T15:48:31.8931809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-09-27T15:48:31.8932280Z if errorlevel 1 exit /b 2022-09-27T15:48:31.8932477Z if not errorlevel 0 exit /b 2022-09-27T15:48:31.8932660Z ) 2022-09-27T15:48:31.8932787Z 2022-09-27T15:48:31.8933045Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-09-27T15:48:47.8933538Z 2022-09-27T15:48:47.8934264Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-09-27T15:48:47.8934631Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-09-27T15:48:47.8934881Z if errorlevel 1 exit /b 2022-09-27T15:48:47.8935095Z if not errorlevel 0 exit /b 2022-09-27T15:48:47.8935356Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-09-27T15:48:47.8935592Z if errorlevel 1 exit /b 2022-09-27T15:48:47.8935784Z if not errorlevel 0 exit /b 2022-09-27T15:48:47.8937222Z ) 2022-09-27T15:48:47.8937376Z 2022-09-27T15:48:47.8937566Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-09-27T15:48:47.8938467Z 2022-09-27T15:48:47.8938738Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-09-27T15:48:47.8940664Z 2022-09-27T15:48:47.8941210Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-09-27T15:48:47.8941606Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-09-27T15:48:47.8941968Z if errorlevel 1 exit /b 2022-09-27T15:48:47.8942206Z if not errorlevel 0 exit /b 2022-09-27T15:48:47.8942394Z ) 2022-09-27T15:49:06.4220427Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:49:07.5996598Z Solving environment: ...working... done 2022-09-27T15:49:10.4302792Z 2022-09-27T15:49:10.4303122Z ## Package Plan ## 2022-09-27T15:49:10.4303285Z 2022-09-27T15:49:10.4303432Z environment location: C:\Jenkins\Miniconda3 2022-09-27T15:49:10.4306555Z 2022-09-27T15:49:10.4306851Z added / updated specs: 2022-09-27T15:49:10.4307066Z - dataclasses 2022-09-27T15:49:10.4308209Z - mkl 2022-09-27T15:49:10.4308409Z - numba 2022-09-27T15:49:10.4308572Z - protobuf 2022-09-27T15:49:10.4308749Z - scipy=1.6.2 2022-09-27T15:49:10.4308959Z - typing_extensions 2022-09-27T15:49:10.4309151Z 2022-09-27T15:49:10.4309159Z 2022-09-27T15:49:10.4309964Z The following packages will be downloaded: 2022-09-27T15:49:10.4310147Z 2022-09-27T15:49:10.4310243Z package | build 2022-09-27T15:49:10.4310489Z ---------------------------|----------------- 2022-09-27T15:49:10.4310758Z certifi-2022.9.14 | py39haa95532_0 155 KB 2022-09-27T15:49:10.4311030Z conda-22.9.0 | py39haa95532_0 888 KB 2022-09-27T15:49:10.4311313Z ------------------------------------------------------------ 2022-09-27T15:49:10.4311572Z Total: 1.0 MB 2022-09-27T15:49:10.4311705Z 2022-09-27T15:49:10.4311819Z The following packages will be UPDATED: 2022-09-27T15:49:10.4311951Z 2022-09-27T15:49:10.4312094Z certifi 2022.6.15-py39haa95532_0 --> 2022.9.14-py39haa95532_0 2022-09-27T15:49:10.4312385Z conda 4.14.0-py39haa95532_0 --> 22.9.0-py39haa95532_0 2022-09-27T15:49:10.4312545Z 2022-09-27T15:49:10.4312711Z 2022-09-27T15:49:10.4607137Z Preparing transaction: ...working... done 2022-09-27T15:49:10.6140803Z Verifying transaction: ...working... done 2022-09-27T15:49:11.2526898Z Executing transaction: ...working... done 2022-09-27T15:49:11.5496996Z Retrieving notices: ...working... done 2022-09-27T15:49:11.8409761Z 2022-09-27T15:49:11.8410214Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-09-27T15:49:11.8414136Z 2022-09-27T15:49:11.8414696Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-09-27T15:49:12.1336980Z ********************************************************************** 2022-09-27T15:49:12.1337298Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-09-27T15:49:12.1337586Z ** Copyright (c) 2020 Microsoft Corporation 2022-09-27T15:49:12.1337829Z ********************************************************************** 2022-09-27T15:49:12.9475451Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-09-27T15:49:12.9511032Z 2022-09-27T15:49:12.9511580Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-09-27T15:49:12.9516437Z 2022-09-27T15:49:12.9516988Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-rerunfailures "xdoctest==1.0.2" "pygments==2.12.0" 2022-09-27T15:49:15.6959730Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-09-27T15:49:15.6965461Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-09-27T15:49:15.6982965Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-09-27T15:49:15.6990431Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-09-27T15:49:15.6997980Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-09-27T15:49:15.7006746Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-09-27T15:49:15.7012260Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-09-27T15:49:15.7020250Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-09-27T15:49:15.7029414Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-09-27T15:49:15.7035089Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-09-27T15:49:15.7043681Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-09-27T15:49:15.7049697Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-09-27T15:49:15.7978061Z Collecting xdoctest==1.0.2 2022-09-27T15:49:15.8061724Z Using cached xdoctest-1.0.2-py3-none-any.whl (132 kB) 2022-09-27T15:49:15.8755668Z Collecting pygments==2.12.0 2022-09-27T15:49:15.8866073Z Using cached Pygments-2.12.0-py3-none-any.whl (1.1 MB) 2022-09-27T15:49:15.9342798Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-09-27T15:49:15.9352436Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-09-27T15:49:15.9486120Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-09-27T15:49:16.2424976Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-09-27T15:49:16.2803908Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.1) 2022-09-27T15:49:16.2810989Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-09-27T15:49:16.2822355Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.10.3.post1) 2022-09-27T15:49:16.2832677Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-09-27T15:49:16.2842003Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.2) 2022-09-27T15:49:16.2849123Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-09-27T15:49:16.2856087Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.55.1) 2022-09-27T15:49:16.2865099Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-09-27T15:49:16.2875101Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.0) 2022-09-27T15:49:16.3320465Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-09-27T15:49:16.3507002Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-09-27T15:49:16.3515914Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-09-27T15:49:16.3523224Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-09-27T15:49:16.3530812Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-09-27T15:49:16.3537897Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-09-27T15:49:16.3939078Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-09-27T15:49:16.3950610Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-09-27T15:49:16.4050518Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (63.4.1) 2022-09-27T15:49:16.4769986Z Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.38.0) 2022-09-27T15:49:16.4939960Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-09-27T15:49:16.5328116Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-09-27T15:49:16.5337097Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-09-27T15:49:16.5771983Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-09-27T15:49:16.5779162Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.14) 2022-09-27T15:49:16.5789221Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-09-27T15:49:16.5798040Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-09-27T15:49:16.6569669Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-09-27T15:49:16.6781035Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-09-27T15:49:16.7546608Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-09-27T15:49:17.4140596Z Installing collected packages: xdoctest, pygments 2022-09-27T15:49:20.8039917Z Successfully installed pygments-2.12.0 xdoctest-1.0.2 2022-09-27T15:49:20.9910417Z 2022-09-27T15:49:20.9911034Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-09-27T15:49:20.9911344Z 2022-09-27T15:49:20.9911560Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-09-27T15:49:20.9912727Z 2022-09-27T15:49:20.9912947Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-09-27T15:49:20.9915637Z 2022-09-27T15:49:20.9915884Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-09-27T15:49:20.9918588Z 2022-09-27T15:49:20.9919182Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-09-27T15:49:20.9922266Z 2022-09-27T15:49:20.9922632Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-09-27T15:49:20.9923016Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-09-27T15:49:20.9923498Z copy /Y C:\3133193930\build-results\\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-09-27T15:49:20.9924061Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z -aos 2022-09-27T15:49:20.9924390Z popd 2022-09-27T15:49:20.9924747Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-09-27T15:49:21.0443515Z 1 file(s) copied. 2022-09-27T15:49:21.2707305Z 2022-09-27T15:49:21.2707540Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T15:49:21.2707734Z 2022-09-27T15:49:21.2707843Z Scanning the drive for archives: 2022-09-27T15:49:21.2708061Z 1 file, 96337597 bytes (92 MiB) 2022-09-27T15:49:21.2708186Z 2022-09-27T15:49:21.2708476Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:49:37.4952773Z -- 2022-09-27T15:49:37.4953310Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:49:37.4953663Z Type = 7z 2022-09-27T15:49:37.4953855Z Physical Size = 96337597 2022-09-27T15:49:37.4954073Z Headers Size = 135703 2022-09-27T15:49:37.4954273Z Method = LZMA2:24 BCJ 2022-09-27T15:49:37.4956004Z Solid = + 2022-09-27T15:49:37.4956169Z Blocks = 2 2022-09-27T15:49:37.4956276Z 2022-09-27T15:49:37.4957215Z Everything is Ok 2022-09-27T15:49:37.4957379Z 2022-09-27T15:49:37.4957456Z Folders: 718 2022-09-27T15:49:37.4957643Z Files: 12761 2022-09-27T15:49:37.4957823Z Size: 901261938 2022-09-27T15:49:37.4958017Z Compressed: 96337597 2022-09-27T15:49:37.5530842Z 2022-09-27T15:49:37.5531372Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-09-27T15:49:37.5531854Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-09-27T15:49:37.5532452Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-09-27T15:49:37.5533236Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-09-27T15:49:37.5533780Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-09-27T15:49:37.5534186Z ) 2022-09-27T15:49:38.7182421Z Completed 2.3 KiB/2.3 KiB (36.7 KiB/s) with 1 file(s) remaining 2022-09-27T15:49:38.7182913Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-09-27T15:49:38.8000898Z 2022-09-27T15:49:38.8001504Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-09-27T15:49:38.8001830Z echo "setup pytorch env failed" 2022-09-27T15:49:38.8002018Z echo 0 2022-09-27T15:49:38.8002190Z exit /b 2022-09-27T15:49:38.8002348Z ) 2022-09-27T15:49:38.8002850Z 2022-09-27T15:49:38.8003129Z (base) C:\actions-runner\_work\pytorch\pytorch>echo "Installing test dependencies" 2022-09-27T15:49:38.8003932Z "Installing test dependencies" 2022-09-27T15:49:38.8005056Z 2022-09-27T15:49:38.8005285Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install networkx 2022-09-27T15:49:39.8219505Z Collecting networkx 2022-09-27T15:49:39.8635617Z Using cached networkx-2.8.6-py3-none-any.whl (2.0 MB) 2022-09-27T15:49:40.4581228Z Installing collected packages: networkx 2022-09-27T15:49:47.4766482Z Successfully installed networkx-2.8.6 2022-09-27T15:49:47.5461601Z 2022-09-27T15:49:47.5462085Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-09-27T15:49:47.5462887Z 2022-09-27T15:49:47.5463440Z (base) C:\actions-runner\_work\pytorch\pytorch>echo "Test functorch" 2022-09-27T15:49:47.5463808Z "Test functorch" 2022-09-27T15:49:47.5464885Z 2022-09-27T15:49:47.5465100Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-09-27T15:49:47.5469697Z 2022-09-27T15:49:47.5470028Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --functorch --shard "1" "1" --verbose 2022-09-27T15:49:54.6627470Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T15:49:55.0703681Z Selected tests: 2022-09-27T15:49:55.0704059Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_compile_cache 2022-09-27T15:49:55.0704461Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_control_flow 2022-09-27T15:49:55.0704813Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_dims 2022-09-27T15:49:55.0705186Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_eager_transforms 2022-09-27T15:49:55.0705555Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_functionalize 2022-09-27T15:49:55.0705918Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_memory_efficient_fusion 2022-09-27T15:49:55.0706290Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_minifier 2022-09-27T15:49:55.0706632Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_ops 2022-09-27T15:49:55.0706969Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_pythonkey 2022-09-27T15:49:55.0707308Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_vmap 2022-09-27T15:49:55.1471521Z Running C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_compile_cache ... [2022-09-27 15:49:55.138922] 2022-09-27T15:49:55.1472185Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_compile_cache.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:55.138922] 2022-09-27T15:49:55.1472717Z Ignoring disabled issues: [] 2022-09-27T15:49:55.1472947Z Prioritized test from test file changes. 2022-09-27T15:49:55.1473193Z reordering tests for PR: 2022-09-27T15:49:55.1473392Z prioritized: [] 2022-09-27T15:49:55.1474917Z the rest: ['C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_compile_cache', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_control_flow', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_dims', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_eager_transforms', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_functionalize', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_memory_efficient_fusion', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_minifier', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_ops', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_pythonkey', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_vmap'] 2022-09-27T15:49:55.1476176Z 2022-09-27T15:49:55.1476538Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-slow-tests.json 2022-09-27T15:49:55.1477245Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-09-27T15:49:56.7556230Z 2022-09-27T15:49:56.7556836Z Running tests... 2022-09-27T15:49:56.7557227Z Test results will be stored in test-reports\python-unittest\functorch\test\test_compile_cache 2022-09-27T15:49:56.7557630Z ---------------------------------------------------------------------- 2022-09-27T15:50:06.0350463Z test_compilation_for_dynamic_shape (__main__.TestCompileCache) ... ok (9.271s) 2022-09-27T15:50:06.0474669Z test_global_cache_no_recompilations (__main__.TestCompileCache) ... ok (0.016s) 2022-09-27T15:50:06.7430167Z test_high_number_of_args (__main__.TestCompileCache) ... ok (0.698s) 2022-09-27T15:50:06.7628681Z test_multiple_compiler (__main__.TestCompileCache) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-09-27T15:50:06.7629392Z warnings.warn( 2022-09-27T15:50:06.7799914Z ok (0.026s) 2022-09-27T15:50:06.8279205Z test_multiple_functions (__main__.TestCompileCache) ... ok (0.047s) 2022-09-27T15:50:06.8612641Z test_recompilation_on_broadcast (__main__.TestCompileCache) ... ok (0.026s) 2022-09-27T15:50:06.8638400Z test_arg_none (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.010s) 2022-09-27T15:50:06.8651475Z test_custom (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:06.8669990Z test_dict (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:06.8689526Z test_dict_with_static_arg_before_dict (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:06.8698644Z test_dropout (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:06.8704419Z test_failure (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:06.8715578Z test_if_condition (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:06.8729465Z test_interleaved_static_args (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:06.8739806Z test_simple (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:06.8752483Z test_static_arg_before_tensor_arg (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:06.8769485Z test_tuple (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:06.8781084Z test_tuple_static_args (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:06.8797582Z test_tuple_with_first_arg_as_static (__main__.TestCompileCacheStaticArgs) ... skip: test broken on windows (0.016s) 2022-09-27T15:50:06.8797823Z 2022-09-27T15:50:06.8797987Z ---------------------------------------------------------------------- 2022-09-27T15:50:06.8798358Z Ran 19 tests in 10.125s 2022-09-27T15:50:06.8798479Z 2022-09-27T15:50:06.8798557Z OK (skipped=13) 2022-09-27T15:50:06.8798673Z 2022-09-27T15:50:06.8798769Z Generating XML reports... 2022-09-27T15:50:06.8925753Z Generated XML report: test-reports\python-unittest\functorch\test\test_compile_cache\TEST-TestCompileCache-20220927154956.xml 2022-09-27T15:50:06.8953294Z Generated XML report: test-reports\python-unittest\functorch\test\test_compile_cache\TEST-TestCompileCacheStaticArgs-20220927154956.xml 2022-09-27T15:50:07.2413201Z Running C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_control_flow ... [2022-09-27 15:50:07.227077] 2022-09-27T15:50:07.2413871Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_control_flow.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:07.227077] 2022-09-27T15:50:08.8417686Z Running C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_dims ... [2022-09-27 15:50:08.831937] 2022-09-27T15:50:08.8418340Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_dims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:08.831937] 2022-09-27T15:50:10.2808552Z 2022-09-27T15:50:10.2808865Z Running tests... 2022-09-27T15:50:10.2809182Z ---------------------------------------------------------------------- 2022-09-27T15:50:10.2809584Z Test results will be stored in test-reports\python-unittest\functorch\test\test_dims 2022-09-27T15:50:10.3323236Z test_attn (__main__.TestMin) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py:242: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-09-27T15:50:10.3323846Z warnings.warn( 2022-09-27T15:50:10.4406922Z ok (0.158s) 2022-09-27T15:50:10.4413453Z test_attn_cuda (__main__.TestMin) ... skip: no CUDA (0.000s) 2022-09-27T15:50:10.5964322Z test_c (__main__.TestMin) ... ok (0.159s) 2022-09-27T15:50:10.7263014Z test_compare_dims (__main__.TestMin) ... ok (0.126s) 2022-09-27T15:50:10.8462578Z test_diag (__main__.TestMin) ... ok (0.127s) 2022-09-27T15:50:10.9629548Z test_dim_args (__main__.TestMin) ... ok (0.111s) 2022-09-27T15:50:11.0815971Z test_dims_with_size (__main__.TestMin) ... ok (0.114s) 2022-09-27T15:50:11.1991369Z test_dir (__main__.TestMin) ... ok (0.131s) 2022-09-27T15:50:11.3160097Z test_doc (__main__.TestMin) ... ok (0.114s) 2022-09-27T15:50:11.4353868Z test_embed (__main__.TestMin) ... ok (0.114s) 2022-09-27T15:50:11.5606086Z test_eq (__main__.TestMin) ... ok (0.130s) 2022-09-27T15:50:11.6814961Z test_expand (__main__.TestMin) ... ok (0.124s) 2022-09-27T15:50:11.8042771Z test_functorch (__main__.TestMin) ... ok (0.120s) 2022-09-27T15:50:11.9685461Z test_hello (__main__.TestMin) ... ok (0.155s) 2022-09-27T15:50:12.0874336Z test_index (__main__.TestMin) ... ok (0.120s) 2022-09-27T15:50:12.2142692Z test_index_placement (__main__.TestMin) ... ok (0.124s) 2022-09-27T15:50:12.3350104Z test_inplace (__main__.TestMin) ... ok (0.130s) 2022-09-27T15:50:12.4808930Z test_manual_stuff (__main__.TestMin) ... ok (0.148s) 2022-09-27T15:50:12.6393824Z test_mask (__main__.TestMin) ... ok (0.158s) 2022-09-27T15:50:12.7851808Z test_max (__main__.TestMin) ... ok (0.143s) 2022-09-27T15:50:12.9367808Z test_mm (__main__.TestMin) ... ok (0.142s) 2022-09-27T15:50:13.0600317Z test_mm_fuse (__main__.TestMin) ... ok (0.111s) 2022-09-27T15:50:13.1835562Z test_monkey (__main__.TestMin) ... ok (0.128s) 2022-09-27T15:50:13.3072896Z test_network (__main__.TestMin) ... skip: no torchvision (0.126s) 2022-09-27T15:50:13.4284876Z test_order (__main__.TestMin) ... ok (0.127s) 2022-09-27T15:50:13.5491793Z test_parse (__main__.TestMin) ... ok (0.111s) 2022-09-27T15:50:13.6687373Z test_seg (__main__.TestMin) ... ok (0.127s) 2022-09-27T15:50:13.7911561Z test_simple (__main__.TestMin) ... ok (0.110s) 2022-09-27T15:50:13.9102228Z test_softmax_split (__main__.TestMin) ... ok (0.126s) 2022-09-27T15:50:14.0279805Z test_stack (__main__.TestMin) ... ok (0.125s) 2022-09-27T15:50:14.3187553Z test_time_mm_fuse (__main__.TestMin) ... ok (0.279s) 2022-09-27T15:50:14.3187908Z pp: 0.03005630000000003577 seconds 2022-09-27T15:50:14.3188124Z fc: 0.05481859999999993960 seconds 2022-09-27T15:50:14.4364686Z test_with_dims_split (__main__.TestMin) ... ok (0.130s) 2022-09-27T15:50:14.5656547Z test_attn (__main__.TestMinFunctorchOnly) ... ok (0.129s) 2022-09-27T15:50:14.5660912Z test_attn_cuda (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-09-27T15:50:14.6866932Z test_c (__main__.TestMinFunctorchOnly) ... ok (0.120s) 2022-09-27T15:50:14.8114045Z test_compare_dims (__main__.TestMinFunctorchOnly) ... ok (0.126s) 2022-09-27T15:50:14.9376955Z test_diag (__main__.TestMinFunctorchOnly) ... ok (0.111s) 2022-09-27T15:50:15.0627721Z test_dim_args (__main__.TestMinFunctorchOnly) ... ok (0.111s) 2022-09-27T15:50:15.1831408Z test_dims_with_size (__main__.TestMinFunctorchOnly) ... ok (0.129s) 2022-09-27T15:50:15.3056545Z test_dir (__main__.TestMinFunctorchOnly) ... ok (0.126s) 2022-09-27T15:50:15.4247378Z test_doc (__main__.TestMinFunctorchOnly) ... ok (0.111s) 2022-09-27T15:50:15.5448678Z test_embed (__main__.TestMinFunctorchOnly) ... ok (0.128s) 2022-09-27T15:50:15.6689532Z test_eq (__main__.TestMinFunctorchOnly) ... ok (0.126s) 2022-09-27T15:50:15.7931077Z test_expand (__main__.TestMinFunctorchOnly) ... ok (0.112s) 2022-09-27T15:50:15.9111510Z test_functorch (__main__.TestMinFunctorchOnly) ... ok (0.126s) 2022-09-27T15:50:16.0379828Z test_hello (__main__.TestMinFunctorchOnly) ... ok (0.127s) 2022-09-27T15:50:16.1586354Z test_index (__main__.TestMinFunctorchOnly) ... ok (0.113s) 2022-09-27T15:50:16.2839637Z test_index_placement (__main__.TestMinFunctorchOnly) ... ok (0.127s) 2022-09-27T15:50:16.4056842Z test_inplace (__main__.TestMinFunctorchOnly) ... ok (0.126s) 2022-09-27T15:50:16.5384392Z test_manual_stuff (__main__.TestMinFunctorchOnly) ... ok (0.128s) 2022-09-27T15:50:16.7009999Z test_mask (__main__.TestMinFunctorchOnly) ... ok (0.174s) 2022-09-27T15:50:16.8240425Z test_max (__main__.TestMinFunctorchOnly) ... ok (0.111s) 2022-09-27T15:50:16.9659207Z test_mm (__main__.TestMinFunctorchOnly) ... ok (0.142s) 2022-09-27T15:50:17.0846814Z test_mm_fuse (__main__.TestMinFunctorchOnly) ... ok (0.126s) 2022-09-27T15:50:17.2046537Z test_monkey (__main__.TestMinFunctorchOnly) ... ok (0.111s) 2022-09-27T15:50:17.3238427Z test_network (__main__.TestMinFunctorchOnly) ... skip: no torchvision (0.126s) 2022-09-27T15:50:17.4421152Z test_order (__main__.TestMinFunctorchOnly) ... ok (0.126s) 2022-09-27T15:50:17.5618636Z test_parse (__main__.TestMinFunctorchOnly) ... ok (0.112s) 2022-09-27T15:50:17.6877159Z test_seg (__main__.TestMinFunctorchOnly) ... ok (0.128s) 2022-09-27T15:50:17.8142127Z test_simple (__main__.TestMinFunctorchOnly) ... ok (0.120s) 2022-09-27T15:50:17.9365751Z test_softmax_split (__main__.TestMinFunctorchOnly) ... ok (0.120s) 2022-09-27T15:50:18.0659440Z test_stack (__main__.TestMinFunctorchOnly) ... ok (0.140s) 2022-09-27T15:50:18.0663620Z test_time_mm_fuse (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-09-27T15:50:18.1865426Z test_with_dims_split (__main__.TestMinFunctorchOnly) ... ok (0.114s) 2022-09-27T15:50:18.1865667Z 2022-09-27T15:50:18.1865836Z ---------------------------------------------------------------------- 2022-09-27T15:50:18.1866094Z Ran 64 tests in 7.906s 2022-09-27T15:50:18.1866225Z 2022-09-27T15:50:18.1866500Z OK (skipped=5) 2022-09-27T15:50:18.1866625Z 2022-09-27T15:50:18.1866728Z Generating XML reports... 2022-09-27T15:50:18.1949143Z Generated XML report: test-reports\python-unittest\functorch\test\test_dims\TEST-TestMin-20220927155010.xml 2022-09-27T15:50:18.1983394Z Generated XML report: test-reports\python-unittest\functorch\test\test_dims\TEST-TestMinFunctorchOnly-20220927155010.xml 2022-09-27T15:50:18.3623021Z Running C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_eager_transforms ... [2022-09-27 15:50:18.357013] 2022-09-27T15:50:18.3623717Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_eager_transforms.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:18.357013] 2022-09-27T15:50:20.2500041Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_eager_transforms.py:45: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-09-27T15:50:20.2500679Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-09-27T15:50:20.2671870Z 2022-09-27T15:50:20.2672293Z Running tests... 2022-09-27T15:50:20.2672654Z ---------------------------------------------------------------------- 2022-09-27T15:50:20.2673084Z Test results will be stored in test-reports\python-unittest\functorch\test\test_eager_transforms 2022-09-27T15:50:20.9093600Z test_autograd_functional_jacfwd_inside_transform_cpu (__main__.TestComposabilityCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_vmap_internals.py:100: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_add_batch_dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:50:20.9094511Z arg if in_dim is None else torch._add_batch_dim(arg, in_dim, vmap_level) 2022-09-27T15:50:20.9106471Z ok (0.650s) 2022-09-27T15:50:20.9134192Z test_autograd_functional_jacrev_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9160870Z test_autograd_functional_jvp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9183717Z test_autograd_functional_vjp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9217681Z test_grad_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9242786Z test_grad_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9260705Z test_grad_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.016s) 2022-09-27T15:50:20.9463603Z test_make_fx_jacrev_cpu (__main__.TestComposabilityCPU) ... ok (0.016s) 2022-09-27T15:50:20.9512870Z test_make_fx_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9545129Z test_make_fx_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9580903Z test_requires_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.016s) 2022-09-27T15:50:20.9601228Z test_retain_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9622779Z test_vjp_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9644457Z test_vjp_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9664012Z test_vjp_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9679804Z test_vmap_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9707974Z test_vmap_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.000s) 2022-09-27T15:50:20.9722686Z test_vmap_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.016s) 2022-09-27T15:50:20.9859866Z test_ensemble_regression_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.000s) 2022-09-27T15:50:20.9952058Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.016s) 2022-09-27T15:50:21.0039028Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.016s) 2022-09-27T15:50:21.0128474Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.000s) 2022-09-27T15:50:21.1511823Z test_lennard_jones_batched_jac_jac_jacfwd_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.143s) 2022-09-27T15:50:21.2799150Z test_lennard_jones_batched_jac_jac_jacrev_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.126s) 2022-09-27T15:50:23.6307082Z test_maml_omniglot_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (2.352s) 2022-09-27T15:50:23.6387756Z test_maml_regression_cpu (__main__.TestExamplesCorrectnessCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_eager_transforms.py:2619: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_new.cpp:233.) 2022-09-27T15:50:23.6389109Z return torch.tensor(xs, dtype=torch.float, device=device), \ 2022-09-27T15:50:23.6536118Z ok (0.026s) 2022-09-27T15:50:23.6556704Z test_resnet18_per_sample_grads_cpu (__main__.TestExamplesCorrectnessCPU) ... skip: test requires torchvision (0.000s) 2022-09-27T15:50:23.7048853Z test_update_batch_norm_originally_track_running_stats_False_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.041s) 2022-09-27T15:50:23.7505047Z test_update_batch_norm_originally_track_running_stats_True_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.047s) 2022-09-27T15:50:23.7553302Z test_functionalize_fake_tensors_cpu (__main__.TestFunctionalizeCPU) ... ok (0.016s) 2022-09-27T15:50:23.7632266Z test_functionalize_fx_multi_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.7691417Z test_functionalize_fx_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.010s) 2022-09-27T15:50:23.7741132Z test_functionalize_fx_reapply_views_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.7792663Z test_functionalize_fx_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.7826605Z test_functionalize_fx_transpose_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.016s) 2022-09-27T15:50:23.7851928Z test_functionalize_grad_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.7877956Z test_functionalize_nonfunctional_output_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.7915474Z test_functionalize_opt_tensor_list_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.7949913Z test_functionalize_optional_tensorlist1_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.7987113Z test_functionalize_optional_tensorlist2_cpu (__main__.TestFunctionalizeCPU) ... ok (0.016s) 2022-09-27T15:50:23.8011948Z test_inplace_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.8036597Z test_linear_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.8067469Z test_multioutput_inplace_slice_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.8091675Z test_multioutput_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.8139762Z test_resize_program_inputs_cpu (__main__.TestFunctionalizeCPU) ... ok (0.016s) 2022-09-27T15:50:23.8161208Z test_simple_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.000s) 2022-09-27T15:50:23.8185952Z test_vmap_functionalize_jvp_cpu (__main__.TestFunctionalizeCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_eager_transforms.py:3152: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:50:23.8187935Z y.add_(1) 2022-09-27T15:50:23.8190624Z ok (0.000s) 2022-09-27T15:50:23.8218512Z test_advanced_indexing_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8249557Z test_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8266611Z test_composed_with_autograd_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8286938Z test_composite_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.016s) 2022-09-27T15:50:23.8303305Z test_composite_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8323582Z test_composite_two_ops_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8341752Z test_conj_bit_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8356068Z test_dtype_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8375062Z test_escaped_wrappers_are_ignored_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8390953Z test_escaped_wrappers_are_marked_as_dead_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8410178Z test_fn_with_kwargs_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8466030Z test_functional_init_cpu (__main__.TestGradTransformCPU) ... ok (0.016s) 2022-09-27T15:50:23.8548748Z test_functional_init_with_buffers_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8597285Z test_grad_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.016s) 2022-09-27T15:50:23.8629977Z test_grad_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8654407Z test_grad_of_vjp_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8681676Z test_grad_of_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8733406Z test_grad_pytree_inputs_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-09-27T15:50:23.8754575Z test_inplace_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8779207Z test_inplace_on_captures_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8803187Z test_inplace_on_view_base_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8828877Z test_inplace_on_view_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8860212Z test_invalid_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.016s) 2022-09-27T15:50:23.8876756Z test_is_cuda_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8915776Z test_negative_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8936572Z test_nesting_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.8972426Z test_no_grad_inside_cpu (__main__.TestGradTransformCPU) ... ok (0.010s) 2022-09-27T15:50:23.8994826Z test_no_grad_mixed_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.9027196Z test_no_grad_nested_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.9056114Z test_no_grad_nested_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.9076169Z test_no_grad_outside_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.9099596Z test_no_grad_outside_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.016s) 2022-09-27T15:50:23.9127090Z test_no_grad_outside_vjp_fn_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.9153653Z test_no_grad_outside_vjp_only_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.9181945Z test_no_grad_value_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.9197670Z test_numel_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.9219761Z test_out_of_order_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.9239247Z test_primitive_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:23.9255619Z test_shape_cpu (__main__.TestGradTransformCPU) ... ok (0.016s) 2022-09-27T15:50:23.9272455Z test_tensor_ctor_inside_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.0816087Z test_tensor_print_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.150s) 2022-09-27T15:50:24.0889554Z test_tensor_print_grad_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.2312353Z test_tensor_print_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.156s) 2022-09-27T15:50:24.2394855Z test_tensor_print_vmap_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.3716410Z test_tensor_print_vmap_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.140s) 2022-09-27T15:50:24.3733777Z test_unrelated_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.3759603Z test_unrelated_hessian_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.3777402Z test_unrelated_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.3797909Z test_unrelated_vjp_multiple_inputs_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.3816516Z test_view_inplace_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.3840515Z test_views_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.3873432Z test_vjp_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.016s) 2022-09-27T15:50:24.3902123Z test_vjp_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.3921078Z test_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.3940998Z test_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.3980371Z test_vjp_outputs_can_any_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.3997896Z test_vjp_pytree_error_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.4022635Z test_vjp_pytree_input_cpu (__main__.TestGradTransformCPU) ... ok (0.016s) 2022-09-27T15:50:24.4041214Z test_vjp_pytree_output_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.4054368Z test_vjp_two_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.4074495Z test_zero_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.000s) 2022-09-27T15:50:24.4205522Z test_hessian_vectorize_correctness_multi_input_cpu (__main__.TestHessianCPU) ... ok (0.010s) 2022-09-27T15:50:24.4265599Z test_hessian_vectorize_correctness_simple_cpu (__main__.TestHessianCPU) ... ok (0.000s) 2022-09-27T15:50:24.4322507Z test_hessian_vectorize_correctness_unrelated_outputs_cpu (__main__.TestHessianCPU) ... ok (0.016s) 2022-09-27T15:50:24.4393577Z test_jacfwd_different_levels_cpu (__main__.TestHessianCPU) ... ok (0.010s) 2022-09-27T15:50:24.4429523Z test_against_reference_correctness_different_devices_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.4463482Z test_against_reference_correctness_different_devices_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.4494211Z test_against_reference_default_arg_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.4523346Z test_against_reference_default_arg_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.4567434Z test_against_reference_multi_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.4609167Z test_against_reference_multi_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.4710101Z test_against_reference_multi_input_multi_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-09-27T15:50:24.4809892Z test_against_reference_multi_input_multi_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.4864396Z test_against_reference_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.4917338Z test_against_reference_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.4960973Z test_against_reference_unrelated_outputs_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.5003634Z test_against_reference_unrelated_outputs_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5075911Z test_against_reference_zero_dim_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5146457Z test_against_reference_zero_dim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.5173298Z test_argnums_defaults_to_zero_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5197518Z test_argnums_defaults_to_zero_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5232939Z test_argnums_effect_on_return_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5265161Z test_argnums_effect_on_return_jacrev_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.5290653Z test_argnums_tuple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5315589Z test_argnums_tuple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5367107Z test_aux_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5405594Z test_aux_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5431510Z test_aux_tensor_jacrev_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.5462190Z test_diff_numel_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5496094Z test_dimensionality_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5528951Z test_dimensionality_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5545366Z test_empty_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5560456Z test_empty_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5580582Z test_empty_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.5597691Z test_empty_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5616013Z test_float_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5633716Z test_float_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5659337Z test_hessian_simple_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5713294Z test_inplace_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-09-27T15:50:24.5761859Z test_inplace_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5784962Z test_multiple_args_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5807003Z test_multiple_args_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5885064Z test_multiple_inputs_outputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.5958089Z test_multiple_inputs_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.5993422Z test_multiple_inputs_outputs_pytree_multidim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.6061223Z test_multiple_inputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6122420Z test_multiple_inputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6168604Z test_multiple_outputs_multiple_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.6211593Z test_multiple_outputs_multiple_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6251153Z test_multiple_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6301295Z test_multiple_outputs_single_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.6347009Z test_multiple_outputs_single_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6363328Z test_negative_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6378750Z test_negative_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6403094Z test_nested_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6415227Z test_out_of_bounds_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6427664Z test_out_of_bounds_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6478193Z test_outputs_can_any_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.016s) 2022-09-27T15:50:24.6515665Z test_outputs_can_any_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6528255Z test_repeated_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6540864Z test_repeated_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6558430Z test_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-09-27T15:50:24.6575276Z test_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6593687Z test_simple_not_flat_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6611862Z test_simple_not_flat_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6635651Z test_unrelated_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6659595Z test_unrelated_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.010s) 2022-09-27T15:50:24.6679108Z test_unrelated_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-09-27T15:50:24.6697751Z test_unrelated_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6716798Z test_vmap_on_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.000s) 2022-09-27T15:50:24.6732146Z test_autograd_function_disables_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.6765449Z test_aux_pytree_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.6795187Z test_aux_tensor_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.6822364Z test_disable_fwd_grad_inside_cpu (__main__.TestJvpCPU) ... ok (0.016s) 2022-09-27T15:50:24.6840990Z test_disable_fwd_grad_mixed_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.6857726Z test_disable_fwd_grad_outside_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.6871266Z test_enable_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.6884366Z test_fwd_grad_enabled_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.6902498Z test_inplace_on_captures_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.6922769Z test_inputs_are_tuples_of_tensors_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.6950754Z test_jvp_inside_autograd_function_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.6972223Z test_multiple_inputs_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.6999277Z test_multiple_inputs_outputs_cpu (__main__.TestJvpCPU) ... ok (0.016s) 2022-09-27T15:50:24.7021865Z test_multiple_outputs_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.7033537Z test_nonempty_primals_and_tangents_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.7072761Z test_outputs_can_any_pytree_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.7087737Z test_primals_tangents_length_mismatch_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.7110003Z test_pytree_inputs_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.7130797Z test_pytree_inputs_error_cases_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.7149191Z test_simple_cpu (__main__.TestJvpCPU) ... ok (0.016s) 2022-09-27T15:50:24.7165039Z test_strict_mode_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.7185313Z test_unrelated_input_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.7205143Z test_unrelated_output_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.7229433Z test_zerotensor_vmapjvp_interaction_cpu (__main__.TestJvpCPU) ... ok (0.000s) 2022-09-27T15:50:24.7285010Z test_buffer_tying (__main__.TestMakeFunctional) ... ok (0.000s) 2022-09-27T15:50:24.7316204Z test_combine_state_for_ensemble_error (__main__.TestMakeFunctional) ... ok (0.016s) 2022-09-27T15:50:24.7338898Z test_combine_state_for_ensemble_smoke (__main__.TestMakeFunctional) ... ok (0.000s) 2022-09-27T15:50:24.7486675Z test_correctness_mnist (__main__.TestMakeFunctional) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_eager_transforms.py:2533: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:50:24.7487605Z return F.log_softmax(x) 2022-09-27T15:50:24.7545419Z ok (0.017s) 2022-09-27T15:50:24.7570092Z test_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.000s) 2022-09-27T15:50:24.7593795Z test_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.000s) 2022-09-27T15:50:24.7643084Z test_parameter_tying (__main__.TestMakeFunctional) ... ok (0.016s) 2022-09-27T15:50:24.7716198Z test_parameter_tying_ensemble (__main__.TestMakeFunctional) ... ok (0.000s) 2022-09-27T15:50:24.7774802Z test_parameter_tying_grad (__main__.TestMakeFunctional) ... ok (0.000s) 2022-09-27T15:50:24.7804856Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.016s) 2022-09-27T15:50:24.7833093Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.000s) 2022-09-27T15:50:24.7850052Z test_argnums_reorders (__main__.TestSliceArgnums) ... ok (0.000s) 2022-09-27T15:50:24.7865465Z test_duplicate_argnums (__main__.TestSliceArgnums) ... ok (0.000s) 2022-09-27T15:50:24.7881200Z test_flat_args_with_negative_int_argnum (__main__.TestSliceArgnums) ... ok (0.000s) 2022-09-27T15:50:24.7896981Z test_flat_args_with_positive_int_argnum (__main__.TestSliceArgnums) ... ok (0.000s) 2022-09-27T15:50:24.7915104Z test_flat_args_with_tuple_argnum (__main__.TestSliceArgnums) ... ok (0.000s) 2022-09-27T15:50:24.7934094Z test_invalid_argnum_type (__main__.TestSliceArgnums) ... ok (0.000s) 2022-09-27T15:50:24.7948580Z test_not_enough_argnums (__main__.TestSliceArgnums) ... ok (0.016s) 2022-09-27T15:50:24.7965858Z test_out_of_bounds_argnum_values (__main__.TestSliceArgnums) ... ok (0.000s) 2022-09-27T15:50:24.7987902Z test_pytree_args (__main__.TestSliceArgnums) ... ok (0.000s) 2022-09-27T15:50:24.8031631Z test_all_dual_base_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.000s) 2022-09-27T15:50:24.8081723Z test_all_dual_base_view_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.000s) 2022-09-27T15:50:24.8131076Z test_all_dual_no_view_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.016s) 2022-09-27T15:50:24.8170251Z test_right_dual_base_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.000s) 2022-09-27T15:50:24.8211950Z test_right_dual_view_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.000s) 2022-09-27T15:50:24.8239252Z test_log_softmax_cpu (__main__.TestVmapOfGradCPU) ... ok (0.000s) 2022-09-27T15:50:24.8264552Z test_new_empty_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.016s) 2022-09-27T15:50:24.8288662Z test_new_zeros_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.000s) 2022-09-27T15:50:24.9422421Z test_per_sample_grads_embeddingnet_cpu (__main__.TestVmapOfGradCPU) ... ok (0.111s) 2022-09-27T15:50:24.9624803Z test_per_sample_grads_inplace_view_cpu (__main__.TestVmapOfGradCPU) ... ok (0.016s) 2022-09-27T15:50:24.9870317Z test_per_sample_grads_simple_cpu (__main__.TestVmapOfGradCPU) ... ok (0.031s) 2022-09-27T15:50:24.9870678Z 2022-09-27T15:50:24.9871114Z ---------------------------------------------------------------------- 2022-09-27T15:50:24.9871531Z Ran 232 tests in 4.735s 2022-09-27T15:50:24.9871739Z 2022-09-27T15:50:24.9871871Z OK (skipped=1) 2022-09-27T15:50:24.9873805Z 2022-09-27T15:50:24.9874101Z Generating XML reports... 2022-09-27T15:50:24.9943547Z Generated XML report: test-reports\python-unittest\functorch\test\test_eager_transforms\TEST-TestComposabilityCPU-20220927155020.xml 2022-09-27T15:50:24.9967678Z Generated XML report: test-reports\python-unittest\functorch\test\test_eager_transforms\TEST-TestExamplesCorrectnessCPU-20220927155020.xml 2022-09-27T15:50:24.9989237Z Generated XML report: test-reports\python-unittest\functorch\test\test_eager_transforms\TEST-TestFunctionalizeCPU-20220927155020.xml 2022-09-27T15:50:25.0049959Z Generated XML report: test-reports\python-unittest\functorch\test\test_eager_transforms\TEST-TestGradTransformCPU-20220927155020.xml 2022-09-27T15:50:25.0059083Z Generated XML report: test-reports\python-unittest\functorch\test\test_eager_transforms\TEST-TestHessianCPU-20220927155020.xml 2022-09-27T15:50:25.0122217Z Generated XML report: test-reports\python-unittest\functorch\test\test_eager_transforms\TEST-TestJacCPU-20220927155020.xml 2022-09-27T15:50:25.0155131Z Generated XML report: test-reports\python-unittest\functorch\test\test_eager_transforms\TEST-TestJvpCPU-20220927155020.xml 2022-09-27T15:50:25.0180016Z Generated XML report: test-reports\python-unittest\functorch\test\test_eager_transforms\TEST-TestMakeFunctional-20220927155020.xml 2022-09-27T15:50:25.0193604Z Generated XML report: test-reports\python-unittest\functorch\test\test_eager_transforms\TEST-TestSliceArgnums-20220927155020.xml 2022-09-27T15:50:25.0203161Z Generated XML report: test-reports\python-unittest\functorch\test\test_eager_transforms\TEST-TestVmapJvpInplaceViewCPU-20220927155020.xml 2022-09-27T15:50:25.0213801Z Generated XML report: test-reports\python-unittest\functorch\test\test_eager_transforms\TEST-TestVmapOfGradCPU-20220927155020.xml 2022-09-27T15:50:25.2904050Z Running C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_functionalize ... [2022-09-27 15:50:25.284232] 2022-09-27T15:50:25.2904736Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_functionalize.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:25.284232] 2022-09-27T15:50:29.7416981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T15:50:29.7417548Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:29.7418143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-09-27T15:50:29.7418706Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:29.7438103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-09-27T15:50:29.7438648Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:29.7440180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-09-27T15:50:29.7440709Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:29.7442504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-09-27T15:50:29.7443250Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:29.7448672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-09-27T15:50:29.7449343Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:29.7531361Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_pythonkey.py:45: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-09-27T15:50:29.7531947Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-09-27T15:50:29.9091345Z 2022-09-27T15:50:29.9091607Z Running tests... 2022-09-27T15:50:29.9091928Z ---------------------------------------------------------------------- 2022-09-27T15:50:29.9092344Z Test results will be stored in test-reports\python-unittest\functorch\test\test_functionalize 2022-09-27T15:50:30.0839188Z test_compilation_for_dynamic_shape_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.181s) 2022-09-27T15:50:30.0963665Z test_global_cache_no_recompilations_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:50:30.8123714Z test_high_number_of_args_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.716s) 2022-09-27T15:50:30.8325382Z test_multiple_compiler_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-09-27T15:50:30.8326169Z warnings.warn( 2022-09-27T15:50:30.8496822Z ok (0.031s) 2022-09-27T15:50:30.8971649Z test_multiple_functions_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.046s) 2022-09-27T15:50:30.9314324Z test_recompilation_on_broadcast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.031s) 2022-09-27T15:50:30.9340158Z test_arg_none_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.016s) 2022-09-27T15:50:30.9353232Z test_custom_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:30.9372083Z test_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:30.9391696Z test_dict_with_static_arg_before_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:30.9401009Z test_dropout_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:30.9406887Z test_failure_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:30.9418203Z test_if_condition_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:30.9432224Z test_interleaved_static_args_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:30.9442505Z test_simple_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:30.9455405Z test_static_arg_before_tensor_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:30.9472625Z test_tuple_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:30.9483812Z test_tuple_static_args_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.000s) 2022-09-27T15:50:30.9501189Z test_tuple_with_first_arg_as_static_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: test broken on windows (0.016s) 2022-09-27T15:50:30.9514761Z test_batch_norm_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.000s) 2022-09-27T15:50:30.9694366Z test_batchnorm_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.020s) 2022-09-27T15:50:30.9854325Z test_compilation_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:50:30.9959435Z test_dupe_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.000s) 2022-09-27T15:50:31.0077714Z test_grad_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:50:31.0205788Z test_inner_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:50:31.0421785Z test_list_codegen_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:50:31.0645251Z test_module_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.026s) 2022-09-27T15:50:31.0765780Z test_multi_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:50:31.0886272Z test_multi_output_list_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:50:31.1476266Z test_no_grad_input_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.057s) 2022-09-27T15:50:31.1797879Z test_output_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.026s) 2022-09-27T15:50:31.1839735Z test_resize_input_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.000s) 2022-09-27T15:50:31.1934277Z test_single_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:50:31.1942522Z test_autocast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.000s) 2022-09-27T15:50:31.2054017Z test_contiguous_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:50:31.2193531Z test_default_partitioner_getitem_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:50:31.5141261Z test_meta_tensor_inplace_op_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.296s) 2022-09-27T15:50:31.5904547Z test_min_cut_partitioner_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.073s) 2022-09-27T15:50:31.5961453Z test_preserve_random_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.000s) 2022-09-27T15:50:31.6131605Z test_recompute_partitioning_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.016s) 2022-09-27T15:50:31.6132051Z 2022-09-27T15:50:31.6132270Z ---------------------------------------------------------------------- 2022-09-27T15:50:31.6132635Z Ran 40 tests in 1.703s 2022-09-27T15:50:31.6132805Z 2022-09-27T15:50:31.6132894Z OK (skipped=15) 2022-09-27T15:50:31.6133058Z 2022-09-27T15:50:31.6133186Z Generating XML reports... 2022-09-27T15:50:31.6199188Z Generated XML report: test-reports\python-unittest\functorch\test\test_functionalize\TEST-FunctionalizeTestCompileCache-20220927155029.xml 2022-09-27T15:50:31.6235059Z Generated XML report: test-reports\python-unittest\functorch\test\test_functionalize\TEST-FunctionalizeTestAOTAutograd-20220927155029.xml 2022-09-27T15:50:31.6247215Z Generated XML report: test-reports\python-unittest\functorch\test\test_functionalize\TEST-FunctionalizeTestPartitioning-20220927155029.xml 2022-09-27T15:50:31.6277467Z Generated XML report: test-reports\python-unittest\functorch\test\test_functionalize\TEST-FunctionalizeTestCompileCacheStaticArgs-20220927155029.xml 2022-09-27T15:50:32.0086439Z Running C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_memory_efficient_fusion ... [2022-09-27 15:50:32.006701] 2022-09-27T15:50:32.0087163Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_memory_efficient_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:32.006701] 2022-09-27T15:50:33.4322263Z 2022-09-27T15:50:33.4322534Z Running tests... 2022-09-27T15:50:33.4322886Z ---------------------------------------------------------------------- 2022-09-27T15:50:33.4323410Z Test results will be stored in test-reports\python-unittest\functorch\test\test_memory_efficient_fusion 2022-09-27T15:50:33.7718469Z test_empty (__main__.NoChangeTestCase) ... ok (0.337s) 2022-09-27T15:50:33.7771603Z test_nochange (__main__.NoChangeTestCase) ... ok (0.000s) 2022-09-27T15:50:33.7815525Z test_rand_like (__main__.NoChangeTestCase) ... ok (0.016s) 2022-09-27T15:50:33.7858591Z test_rand_n (__main__.NoChangeTestCase) ... ok (0.000s) 2022-09-27T15:50:33.8522484Z test_random (__main__.RandomOpTestCase) ... ok (0.062s) 2022-09-27T15:50:33.8583645Z test_immutable_list_multiple_entries (__main__.ReduceTestCase) ... ok (0.000s) 2022-09-27T15:50:33.8653992Z test_immutable_list_type (__main__.ReduceTestCase) ... ok (0.016s) 2022-09-27T15:50:33.8697415Z test_kwarg (__main__.ReduceTestCase) ... ok (0.010s) 2022-09-27T15:50:33.8742299Z test_nested_immutable_list_type (__main__.ReduceTestCase) ... ok (0.000s) 2022-09-27T15:50:33.8788750Z test_simple (__main__.ReduceTestCase) ... ok (0.000s) 2022-09-27T15:50:33.8844138Z test_simple_2 (__main__.ReduceTestCase) ... ok (0.000s) 2022-09-27T15:50:33.8897506Z test_simple_multiple_same_ops (__main__.ReduceTestCase) ... ok (0.016s) 2022-09-27T15:50:33.8958338Z test_two_args (__main__.ReduceTestCase) ... ok (0.000s) 2022-09-27T15:50:33.9018088Z test_two_args_default (__main__.ReduceTestCase) ... ok (0.016s) 2022-09-27T15:50:33.9022506Z test_gelu_bias (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-09-27T15:50:33.9026114Z test_hard_sigmoid (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-09-27T15:50:33.9029618Z test_hard_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-09-27T15:50:33.9038586Z test_layer_norm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-09-27T15:50:33.9042239Z test_mish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-09-27T15:50:33.9054308Z test_rmsnorm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-09-27T15:50:33.9057818Z test_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-09-27T15:50:33.9058124Z 2022-09-27T15:50:33.9058442Z ---------------------------------------------------------------------- 2022-09-27T15:50:33.9058803Z Ran 21 tests in 0.469s 2022-09-27T15:50:33.9058957Z 2022-09-27T15:50:33.9059065Z OK (skipped=7) 2022-09-27T15:50:33.9059222Z 2022-09-27T15:50:33.9059353Z Generating XML reports... 2022-09-27T15:50:33.9116906Z Generated XML report: test-reports\python-unittest\functorch\test\test_memory_efficient_fusion\TEST-NoChangeTestCase-20220927155033.xml 2022-09-27T15:50:33.9129880Z Generated XML report: test-reports\python-unittest\functorch\test\test_memory_efficient_fusion\TEST-RandomOpTestCase-20220927155033.xml 2022-09-27T15:50:33.9142750Z Generated XML report: test-reports\python-unittest\functorch\test\test_memory_efficient_fusion\TEST-ReduceTestCase-20220927155033.xml 2022-09-27T15:50:33.9157257Z Generated XML report: test-reports\python-unittest\functorch\test\test_memory_efficient_fusion\TEST-TestMemoryEfficientOpAuthoring-20220927155033.xml 2022-09-27T15:50:34.1553995Z Running C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_minifier ... [2022-09-27 15:50:34.154881] 2022-09-27T15:50:34.1554675Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:34.154881] 2022-09-27T15:50:35.5737519Z 2022-09-27T15:50:35.5738003Z Running tests... 2022-09-27T15:50:35.5738347Z ---------------------------------------------------------------------- 2022-09-27T15:50:35.5738749Z Test results will be stored in test-reports\python-unittest\functorch\test\test_minifier 2022-09-27T15:50:35.9482818Z test_has_add_mul (__main__.TestMinifier) ... ok (0.379s) 2022-09-27T15:50:35.9712581Z Started off with 9 nodes 2022-09-27T15:50:35.9712757Z 2022-09-27T15:50:35.9712864Z # Working Repro with 9 nodes 2022-09-27T15:50:35.9713126Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9714994Z test_has_mul_minifier (__main__.TestMinifier) ... ok (0.020s) 2022-09-27T15:50:35.9715488Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9715727Z 2022-09-27T15:50:35.9715733Z 2022-09-27T15:50:35.9715738Z 2022-09-27T15:50:35.9715834Z def forward(self, x_1): 2022-09-27T15:50:35.9716100Z mul = torch.ops.aten.mul.Tensor(x_1, 3); x_1 = None 2022-09-27T15:50:35.9716408Z add = torch.ops.aten.add.Tensor(mul, 5); mul = None 2022-09-27T15:50:35.9716701Z cos = torch.ops.aten.cos.default(add); add = None 2022-09-27T15:50:35.9717155Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-09-27T15:50:35.9717602Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-09-27T15:50:35.9718105Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-09-27T15:50:35.9718620Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-09-27T15:50:35.9719025Z return (mul_1,) 2022-09-27T15:50:35.9719276Z 2022-09-27T15:50:35.9719441Z 2022-09-27T15:50:35.9719561Z Trying granularity 8 2022-09-27T15:50:35.9719742Z 2022-09-27T15:50:35.9719933Z Strategy: Eliminate dead code (G: 8) (9 nodes, 1 inputs) 2022-09-27T15:50:35.9720271Z FAIL: Eliminate dead code 2022-09-27T15:50:35.9720537Z 2022-09-27T15:50:35.9720725Z Strategy: Remove unused inputs (G: 8) (9 nodes, 1 inputs) 2022-09-27T15:50:35.9721067Z FAIL: Remove unused inputs 2022-09-27T15:50:35.9721247Z 2022-09-27T15:50:35.9721423Z Strategy: Truncate suffix (G: 8) (9 nodes, 1 inputs) 2022-09-27T15:50:35.9721749Z FAIL: Truncate suffix 2022-09-27T15:50:35.9721915Z 2022-09-27T15:50:35.9722281Z Strategy: Delta Debugging (G: 8) (9 nodes, 1 inputs) 2022-09-27T15:50:35.9722608Z FAIL: Delta Debugging 2022-09-27T15:50:35.9722812Z Trying granularity 4 2022-09-27T15:50:35.9722935Z 2022-09-27T15:50:35.9723055Z Strategy: Truncate suffix (G: 4) (9 nodes, 1 inputs) 2022-09-27T15:50:35.9723369Z FAIL: Truncate suffix 2022-09-27T15:50:35.9723493Z 2022-09-27T15:50:35.9723699Z Strategy: Delta Debugging (G: 4) (9 nodes, 1 inputs) 2022-09-27T15:50:35.9723976Z SUCCESS: Went from 9 to 6 nodes 2022-09-27T15:50:35.9724111Z 2022-09-27T15:50:35.9724207Z # Working Repro with 6 nodes 2022-09-27T15:50:35.9724457Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9724805Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9725024Z 2022-09-27T15:50:35.9725029Z 2022-09-27T15:50:35.9725034Z 2022-09-27T15:50:35.9725122Z def forward(self, cos): 2022-09-27T15:50:35.9725383Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-09-27T15:50:35.9725683Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-09-27T15:50:35.9725962Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-09-27T15:50:35.9726257Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-09-27T15:50:35.9726495Z return (mul_1,) 2022-09-27T15:50:35.9726676Z 2022-09-27T15:50:35.9726774Z 2022-09-27T15:50:35.9726859Z Trying granularity 4 2022-09-27T15:50:35.9726981Z 2022-09-27T15:50:35.9727110Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:50:35.9727334Z FAIL: Eliminate dead code 2022-09-27T15:50:35.9727461Z 2022-09-27T15:50:35.9727591Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:50:35.9727834Z FAIL: Remove unused inputs 2022-09-27T15:50:35.9727962Z 2022-09-27T15:50:35.9728083Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:50:35.9728311Z FAIL: Truncate suffix 2022-09-27T15:50:35.9728432Z 2022-09-27T15:50:35.9728554Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:50:35.9728765Z FAIL: Delta Debugging 2022-09-27T15:50:35.9728971Z Trying granularity 2 2022-09-27T15:50:35.9729092Z 2022-09-27T15:50:35.9729210Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-09-27T15:50:35.9729444Z SUCCESS: Went from 6 to 4 nodes 2022-09-27T15:50:35.9729578Z 2022-09-27T15:50:35.9729671Z # Working Repro with 4 nodes 2022-09-27T15:50:35.9729901Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9730244Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9730463Z 2022-09-27T15:50:35.9730468Z 2022-09-27T15:50:35.9730473Z 2022-09-27T15:50:35.9730562Z def forward(self, cos): 2022-09-27T15:50:35.9730826Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-09-27T15:50:35.9731126Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-09-27T15:50:35.9731359Z return (div,) 2022-09-27T15:50:35.9731532Z 2022-09-27T15:50:35.9731617Z 2022-09-27T15:50:35.9731703Z Trying granularity 4 2022-09-27T15:50:35.9731824Z 2022-09-27T15:50:35.9731953Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:50:35.9732197Z FAIL: Eliminate dead code 2022-09-27T15:50:35.9732323Z 2022-09-27T15:50:35.9732450Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:50:35.9732694Z FAIL: Remove unused inputs 2022-09-27T15:50:35.9732824Z 2022-09-27T15:50:35.9732943Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:50:35.9733155Z FAIL: Truncate suffix 2022-09-27T15:50:35.9733278Z 2022-09-27T15:50:35.9733398Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:50:35.9733629Z FAIL: Delta Debugging 2022-09-27T15:50:35.9733828Z Trying granularity 2 2022-09-27T15:50:35.9733949Z 2022-09-27T15:50:35.9734066Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-09-27T15:50:35.9734294Z FAIL: Truncate suffix 2022-09-27T15:50:35.9734396Z 2022-09-27T15:50:35.9734582Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-09-27T15:50:35.9734828Z SUCCESS: Went from 4 to 3 nodes 2022-09-27T15:50:35.9734961Z 2022-09-27T15:50:35.9735056Z # Working Repro with 3 nodes 2022-09-27T15:50:35.9735303Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9735691Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9735905Z 2022-09-27T15:50:35.9735910Z 2022-09-27T15:50:35.9735915Z 2022-09-27T15:50:35.9736002Z def forward(self, sub): 2022-09-27T15:50:35.9736244Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-09-27T15:50:35.9736483Z return (div,) 2022-09-27T15:50:35.9736663Z 2022-09-27T15:50:35.9736764Z 2022-09-27T15:50:35.9736847Z Trying granularity 2 2022-09-27T15:50:35.9736968Z 2022-09-27T15:50:35.9737099Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:50:35.9737341Z FAIL: Eliminate dead code 2022-09-27T15:50:35.9737471Z 2022-09-27T15:50:35.9737582Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:50:35.9737826Z FAIL: Remove unused inputs 2022-09-27T15:50:35.9737956Z 2022-09-27T15:50:35.9738078Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:50:35.9738307Z FAIL: Truncate suffix 2022-09-27T15:50:35.9738431Z 2022-09-27T15:50:35.9738551Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:50:35.9738778Z FAIL: Delta Debugging 2022-09-27T15:50:35.9738960Z Trying granularity 1 2022-09-27T15:50:35.9739083Z 2022-09-27T15:50:35.9739272Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:50:35.9739499Z FAIL: Truncate suffix 2022-09-27T15:50:35.9739619Z 2022-09-27T15:50:35.9739721Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:50:35.9739946Z FAIL: Delta Debugging 2022-09-27T15:50:35.9740068Z 2022-09-27T15:50:35.9740186Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:50:35.9740415Z FAIL: Remove outputs 2022-09-27T15:50:35.9740601Z Made 15 queries 2022-09-27T15:50:35.9740712Z 2022-09-27T15:50:35.9740804Z # Working Repro with 3 nodes 2022-09-27T15:50:35.9741032Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9741373Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9741593Z 2022-09-27T15:50:35.9741598Z 2022-09-27T15:50:35.9741603Z 2022-09-27T15:50:35.9741691Z def forward(self, sub): 2022-09-27T15:50:35.9741952Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-09-27T15:50:35.9742189Z return (div,) 2022-09-27T15:50:35.9742361Z 2022-09-27T15:50:35.9742459Z 2022-09-27T15:50:35.9742549Z Wrote minimal repro out to repro.py 2022-09-27T15:50:35.9742772Z Started off with 7 nodes 2022-09-27T15:50:35.9742900Z 2022-09-27T15:50:35.9742993Z # Working Repro with 7 nodes 2022-09-27T15:50:35.9743292Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9743674Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9743885Z 2022-09-27T15:50:35.9743890Z 2022-09-27T15:50:35.9743895Z 2022-09-27T15:50:35.9743987Z def forward(self, x_1, y_1): 2022-09-27T15:50:35.9744244Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-09-27T15:50:35.9744514Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-09-27T15:50:35.9744809Z mul = torch.ops.aten.mul.Tensor(add, div); add = None 2022-09-27T15:50:35.9745117Z add_1 = torch.ops.aten.add.Tensor(mul, div); mul = div = None 2022-09-27T15:50:35.9745362Z return add_1 2022-09-27T15:50:35.9745533Z 2022-09-27T15:50:35.9745631Z 2022-09-27T15:50:35.9745716Z Trying granularity 4 2022-09-27T15:50:35.9745821Z 2022-09-27T15:50:35.9745949Z Strategy: Eliminate dead code (G: 4) (7 nodes, 2 inputs) 2022-09-27T15:50:35.9746191Z FAIL: Eliminate dead code 2022-09-27T15:50:35.9746381Z 2022-09-27T15:50:35.9746510Z Strategy: Remove unused inputs (G: 4) (7 nodes, 2 inputs) 2022-09-27T15:50:35.9746755Z FAIL: Remove unused inputs 2022-09-27T15:50:35.9746885Z 2022-09-27T15:50:35.9747007Z Strategy: Truncate suffix (G: 4) (7 nodes, 2 inputs) 2022-09-27T15:50:35.9747249Z SUCCESS: Went from 7 to 6 nodes 2022-09-27T15:50:35.9747422Z 2022-09-27T15:50:35.9747500Z # Working Repro with 6 nodes 2022-09-27T15:50:35.9747796Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9748178Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9748392Z 2022-09-27T15:50:35.9748397Z 2022-09-27T15:50:35.9748402Z 2022-09-27T15:50:35.9748495Z def forward(self, x_1, y_1): 2022-09-27T15:50:35.9748753Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-09-27T15:50:35.9749055Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-09-27T15:50:35.9749359Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-09-27T15:50:35.9749601Z return (mul,) 2022-09-27T15:50:35.9749775Z 2022-09-27T15:50:35.9749873Z 2022-09-27T15:50:35.9749957Z Trying granularity 4 2022-09-27T15:50:35.9750063Z 2022-09-27T15:50:35.9750193Z Strategy: Eliminate dead code (G: 4) (6 nodes, 2 inputs) 2022-09-27T15:50:35.9750433Z FAIL: Eliminate dead code 2022-09-27T15:50:35.9750561Z 2022-09-27T15:50:35.9750688Z Strategy: Remove unused inputs (G: 4) (6 nodes, 2 inputs) 2022-09-27T15:50:35.9750925Z FAIL: Remove unused inputs 2022-09-27T15:50:35.9751052Z 2022-09-27T15:50:35.9751172Z Strategy: Truncate suffix (G: 4) (6 nodes, 2 inputs) 2022-09-27T15:50:35.9751399Z FAIL: Truncate suffix 2022-09-27T15:50:35.9751504Z 2022-09-27T15:50:35.9751624Z Strategy: Delta Debugging (G: 4) (6 nodes, 2 inputs) 2022-09-27T15:50:35.9751865Z SUCCESS: Went from 6 to 4 nodes 2022-09-27T15:50:35.9751998Z 2022-09-27T15:50:35.9752093Z # Working Repro with 4 nodes 2022-09-27T15:50:35.9752391Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9752767Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9752981Z 2022-09-27T15:50:35.9752989Z 2022-09-27T15:50:35.9752994Z 2022-09-27T15:50:35.9753087Z def forward(self, div, add): 2022-09-27T15:50:35.9753359Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-09-27T15:50:35.9753585Z return (mul,) 2022-09-27T15:50:35.9753762Z 2022-09-27T15:50:35.9753862Z 2022-09-27T15:50:35.9753946Z Trying granularity 4 2022-09-27T15:50:35.9754069Z 2022-09-27T15:50:35.9754197Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9754437Z FAIL: Eliminate dead code 2022-09-27T15:50:35.9754562Z 2022-09-27T15:50:35.9754687Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9754912Z FAIL: Remove unused inputs 2022-09-27T15:50:35.9755041Z 2022-09-27T15:50:35.9755163Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9755395Z FAIL: Truncate suffix 2022-09-27T15:50:35.9755516Z 2022-09-27T15:50:35.9755636Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9755865Z FAIL: Delta Debugging 2022-09-27T15:50:35.9756048Z Trying granularity 2 2022-09-27T15:50:35.9756169Z 2022-09-27T15:50:35.9756289Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9756519Z FAIL: Truncate suffix 2022-09-27T15:50:35.9756643Z 2022-09-27T15:50:35.9756761Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9756988Z FAIL: Delta Debugging 2022-09-27T15:50:35.9757186Z Trying granularity 1 2022-09-27T15:50:35.9757307Z 2022-09-27T15:50:35.9757407Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9757629Z FAIL: Truncate suffix 2022-09-27T15:50:35.9757749Z 2022-09-27T15:50:35.9757919Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9758150Z FAIL: Delta Debugging 2022-09-27T15:50:35.9758271Z 2022-09-27T15:50:35.9758388Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9758614Z FAIL: Remove outputs 2022-09-27T15:50:35.9758787Z Made 9 queries 2022-09-27T15:50:35.9758948Z 2022-09-27T15:50:35.9759043Z # Working Repro with 4 nodes 2022-09-27T15:50:35.9759338Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9759717Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9759930Z 2022-09-27T15:50:35.9759935Z 2022-09-27T15:50:35.9759940Z 2022-09-27T15:50:35.9760033Z def forward(self, div, add): 2022-09-27T15:50:35.9760305Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-09-27T15:50:35.9760547Z return (mul,) 2022-09-27T15:50:35.9760704Z 2022-09-27T15:50:35.9760805Z 2022-09-27T15:50:35.9760916Z Wrote minimal repro out to repro.py 2022-09-27T15:50:35.9948150Z Started off with 7 nodes 2022-09-27T15:50:35.9948300Z 2022-09-27T15:50:35.9948405Z # Working Repro with 7 nodes 2022-09-27T15:50:35.9948758Z test_input_returned (__main__.TestMinifier) ... ok (0.026s) 2022-09-27T15:50:35.9949291Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9949854Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9950139Z 2022-09-27T15:50:35.9950146Z 2022-09-27T15:50:35.9950179Z 2022-09-27T15:50:35.9950292Z def forward(self, a_1, b_1, c_1): 2022-09-27T15:50:35.9950767Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-09-27T15:50:35.9951111Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-09-27T15:50:35.9951372Z mul = torch.ops.aten.mul.Tensor(sin, cos) 2022-09-27T15:50:35.9951621Z return (sin, b_1, cos, mul) 2022-09-27T15:50:35.9951817Z 2022-09-27T15:50:35.9951916Z 2022-09-27T15:50:35.9952004Z Trying granularity 4 2022-09-27T15:50:35.9952126Z 2022-09-27T15:50:35.9952248Z Strategy: Remove outputs (G: 4) (7 nodes, 3 inputs) 2022-09-27T15:50:35.9952492Z SUCCESS: Went from 4 to 2 outputs 2022-09-27T15:50:35.9952625Z 2022-09-27T15:50:35.9952702Z # Working Repro with 7 nodes 2022-09-27T15:50:35.9953046Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9953464Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9953676Z 2022-09-27T15:50:35.9953681Z 2022-09-27T15:50:35.9953686Z 2022-09-27T15:50:35.9953785Z def forward(self, a_1, b_1, c_1): 2022-09-27T15:50:35.9954045Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-09-27T15:50:35.9954336Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-09-27T15:50:35.9954628Z mul = torch.ops.aten.mul.Tensor(sin, cos); cos = None 2022-09-27T15:50:35.9954849Z return [b_1, sin] 2022-09-27T15:50:35.9955027Z 2022-09-27T15:50:35.9955125Z 2022-09-27T15:50:35.9955212Z Trying granularity 4 2022-09-27T15:50:35.9955337Z 2022-09-27T15:50:35.9955470Z Strategy: Eliminate dead code (G: 4) (7 nodes, 3 inputs) 2022-09-27T15:50:35.9955717Z SUCCESS: Went from 7 to 5 nodes 2022-09-27T15:50:35.9955847Z 2022-09-27T15:50:35.9955939Z # Working Repro with 5 nodes 2022-09-27T15:50:35.9956260Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9956674Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9956889Z 2022-09-27T15:50:35.9956894Z 2022-09-27T15:50:35.9956899Z 2022-09-27T15:50:35.9956996Z def forward(self, a_1, b_1, c_1): 2022-09-27T15:50:35.9957397Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-09-27T15:50:35.9957642Z return [b_1, sin] 2022-09-27T15:50:35.9957822Z 2022-09-27T15:50:35.9957923Z 2022-09-27T15:50:35.9957991Z Trying granularity 4 2022-09-27T15:50:35.9958116Z 2022-09-27T15:50:35.9958247Z Strategy: Eliminate dead code (G: 4) (5 nodes, 3 inputs) 2022-09-27T15:50:35.9958547Z FAIL: Eliminate dead code 2022-09-27T15:50:35.9958675Z 2022-09-27T15:50:35.9958803Z Strategy: Remove unused inputs (G: 4) (5 nodes, 3 inputs) 2022-09-27T15:50:35.9959048Z SUCCESS: Went from 5 to 4 nodes 2022-09-27T15:50:35.9959180Z 2022-09-27T15:50:35.9959272Z # Working Repro with 4 nodes 2022-09-27T15:50:35.9959566Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9959934Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9960144Z 2022-09-27T15:50:35.9960149Z 2022-09-27T15:50:35.9960158Z 2022-09-27T15:50:35.9960251Z def forward(self, a_1, b_1): 2022-09-27T15:50:35.9960513Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-09-27T15:50:35.9960750Z return [b_1, sin] 2022-09-27T15:50:35.9960929Z 2022-09-27T15:50:35.9961041Z 2022-09-27T15:50:35.9961125Z Trying granularity 4 2022-09-27T15:50:35.9961249Z 2022-09-27T15:50:35.9961361Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9961602Z FAIL: Eliminate dead code 2022-09-27T15:50:35.9961731Z 2022-09-27T15:50:35.9961859Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9962101Z FAIL: Remove unused inputs 2022-09-27T15:50:35.9962230Z 2022-09-27T15:50:35.9962351Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9962580Z FAIL: Truncate suffix 2022-09-27T15:50:35.9962701Z 2022-09-27T15:50:35.9962806Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:35.9963045Z SUCCESS: Went from 4 to 3 nodes 2022-09-27T15:50:35.9963180Z 2022-09-27T15:50:35.9963365Z # Working Repro with 3 nodes 2022-09-27T15:50:35.9963665Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9964050Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9964265Z 2022-09-27T15:50:35.9964270Z 2022-09-27T15:50:35.9964275Z 2022-09-27T15:50:35.9964368Z def forward(self, b_1, sin): 2022-09-27T15:50:35.9964573Z return [b_1, sin] 2022-09-27T15:50:35.9964731Z 2022-09-27T15:50:35.9964833Z 2022-09-27T15:50:35.9964917Z Trying granularity 2 2022-09-27T15:50:35.9965042Z 2022-09-27T15:50:35.9965164Z Strategy: Remove outputs (G: 2) (3 nodes, 2 inputs) 2022-09-27T15:50:35.9965409Z SUCCESS: Went from 2 to 1 outputs 2022-09-27T15:50:35.9965540Z 2022-09-27T15:50:35.9965633Z # Working Repro with 3 nodes 2022-09-27T15:50:35.9965929Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9966289Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9966500Z 2022-09-27T15:50:35.9966505Z 2022-09-27T15:50:35.9966527Z 2022-09-27T15:50:35.9966602Z def forward(self, b_1, sin): 2022-09-27T15:50:35.9966805Z return [sin] 2022-09-27T15:50:35.9966979Z 2022-09-27T15:50:35.9967077Z 2022-09-27T15:50:35.9967160Z Trying granularity 2 2022-09-27T15:50:35.9967280Z 2022-09-27T15:50:35.9967412Z Strategy: Eliminate dead code (G: 2) (3 nodes, 2 inputs) 2022-09-27T15:50:35.9967656Z FAIL: Eliminate dead code 2022-09-27T15:50:35.9967766Z 2022-09-27T15:50:35.9967897Z Strategy: Remove unused inputs (G: 2) (3 nodes, 2 inputs) 2022-09-27T15:50:35.9968141Z SUCCESS: Went from 3 to 2 nodes 2022-09-27T15:50:35.9968274Z 2022-09-27T15:50:35.9968366Z # Working Repro with 2 nodes 2022-09-27T15:50:35.9968612Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9969012Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9969228Z 2022-09-27T15:50:35.9969233Z 2022-09-27T15:50:35.9969238Z 2022-09-27T15:50:35.9969325Z def forward(self, sin): 2022-09-27T15:50:35.9969502Z return [sin] 2022-09-27T15:50:35.9969728Z 2022-09-27T15:50:35.9969827Z 2022-09-27T15:50:35.9969911Z Trying granularity 2 2022-09-27T15:50:35.9970036Z 2022-09-27T15:50:35.9970165Z Strategy: Eliminate dead code (G: 2) (2 nodes, 1 inputs) 2022-09-27T15:50:35.9970405Z FAIL: Eliminate dead code 2022-09-27T15:50:35.9970531Z 2022-09-27T15:50:35.9970657Z Strategy: Remove unused inputs (G: 2) (2 nodes, 1 inputs) 2022-09-27T15:50:35.9970882Z FAIL: Remove unused inputs 2022-09-27T15:50:35.9971010Z 2022-09-27T15:50:35.9971131Z Strategy: Truncate suffix (G: 2) (2 nodes, 1 inputs) 2022-09-27T15:50:35.9971368Z FAIL: Truncate suffix 2022-09-27T15:50:35.9971491Z 2022-09-27T15:50:35.9971614Z Strategy: Delta Debugging (G: 2) (2 nodes, 1 inputs) 2022-09-27T15:50:35.9971845Z FAIL: Delta Debugging 2022-09-27T15:50:35.9972045Z Trying granularity 1 2022-09-27T15:50:35.9972166Z 2022-09-27T15:50:35.9972265Z Strategy: Truncate suffix (G: 1) (2 nodes, 1 inputs) 2022-09-27T15:50:35.9972492Z FAIL: Truncate suffix 2022-09-27T15:50:35.9972614Z 2022-09-27T15:50:35.9972732Z Strategy: Delta Debugging (G: 1) (2 nodes, 1 inputs) 2022-09-27T15:50:35.9972962Z FAIL: Delta Debugging 2022-09-27T15:50:35.9973084Z 2022-09-27T15:50:35.9973202Z Strategy: Remove outputs (G: 1) (2 nodes, 1 inputs) 2022-09-27T15:50:35.9973441Z FAIL: Remove outputs 2022-09-27T15:50:35.9973612Z Made 15 queries 2022-09-27T15:50:35.9973726Z 2022-09-27T15:50:35.9973818Z # Working Repro with 2 nodes 2022-09-27T15:50:35.9974067Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:35.9974408Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:35.9974620Z 2022-09-27T15:50:35.9974627Z 2022-09-27T15:50:35.9974632Z 2022-09-27T15:50:35.9974720Z def forward(self, sin): 2022-09-27T15:50:35.9974911Z return [sin] 2022-09-27T15:50:35.9975083Z 2022-09-27T15:50:35.9975164Z 2022-09-27T15:50:35.9975273Z Wrote minimal repro out to repro.py 2022-09-27T15:50:36.0252875Z Started off with 6 nodes 2022-09-27T15:50:36.0253073Z 2022-09-27T15:50:36.0253289Z test_module (__main__.TestMinifier) ... ok (0.031s) 2022-09-27T15:50:36.0253636Z # Working Repro with 6 nodes 2022-09-27T15:50:36.0253980Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:36.0254421Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:36.0254712Z 2022-09-27T15:50:36.0254718Z 2022-09-27T15:50:36.0254724Z 2022-09-27T15:50:36.0254841Z def forward(self, x): 2022-09-27T15:50:36.0255052Z relu = self.relu(x); x = None 2022-09-27T15:50:36.0255278Z sub = relu - relu; relu = None 2022-09-27T15:50:36.0255516Z truediv = sub / sub; sub = None 2022-09-27T15:50:36.0255741Z add = truediv + 3; truediv = None 2022-09-27T15:50:36.0255944Z return add 2022-09-27T15:50:36.0256098Z 2022-09-27T15:50:36.0256197Z 2022-09-27T15:50:36.0256286Z Trying granularity 4 2022-09-27T15:50:36.0256414Z 2022-09-27T15:50:36.0256544Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:50:36.0256790Z FAIL: Eliminate dead code 2022-09-27T15:50:36.0256917Z 2022-09-27T15:50:36.0257044Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:50:36.0257286Z FAIL: Remove unused inputs 2022-09-27T15:50:36.0257414Z 2022-09-27T15:50:36.0257518Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:50:36.0257749Z FAIL: Truncate suffix 2022-09-27T15:50:36.0257873Z 2022-09-27T15:50:36.0257996Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-09-27T15:50:36.0258227Z FAIL: Delta Debugging 2022-09-27T15:50:36.0258425Z Trying granularity 2 2022-09-27T15:50:36.0258654Z 2022-09-27T15:50:36.0258823Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-09-27T15:50:36.0259050Z FAIL: Truncate suffix 2022-09-27T15:50:36.0259171Z 2022-09-27T15:50:36.0259291Z Strategy: Delta Debugging (G: 2) (6 nodes, 1 inputs) 2022-09-27T15:50:36.0259512Z SUCCESS: Went from 6 to 5 nodes 2022-09-27T15:50:36.0260108Z 2022-09-27T15:50:36.0260205Z # Working Repro with 5 nodes 2022-09-27T15:50:36.0260452Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:36.0260797Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:36.0261015Z 2022-09-27T15:50:36.0261019Z 2022-09-27T15:50:36.0261024Z 2022-09-27T15:50:36.0261115Z def forward(self, relu): 2022-09-27T15:50:36.0261338Z sub = relu - relu; relu = None 2022-09-27T15:50:36.0261545Z truediv = sub / sub; sub = None 2022-09-27T15:50:36.0261773Z add = truediv + 3; truediv = None 2022-09-27T15:50:36.0261984Z return add 2022-09-27T15:50:36.0262155Z 2022-09-27T15:50:36.0262254Z 2022-09-27T15:50:36.0262340Z Trying granularity 4 2022-09-27T15:50:36.0262460Z 2022-09-27T15:50:36.0262588Z Strategy: Eliminate dead code (G: 4) (5 nodes, 1 inputs) 2022-09-27T15:50:36.0262813Z FAIL: Eliminate dead code 2022-09-27T15:50:36.0262945Z 2022-09-27T15:50:36.0263074Z Strategy: Remove unused inputs (G: 4) (5 nodes, 1 inputs) 2022-09-27T15:50:36.0263323Z FAIL: Remove unused inputs 2022-09-27T15:50:36.0263451Z 2022-09-27T15:50:36.0263571Z Strategy: Truncate suffix (G: 4) (5 nodes, 1 inputs) 2022-09-27T15:50:36.0263801Z FAIL: Truncate suffix 2022-09-27T15:50:36.0263921Z 2022-09-27T15:50:36.0264041Z Strategy: Delta Debugging (G: 4) (5 nodes, 1 inputs) 2022-09-27T15:50:36.0264254Z FAIL: Delta Debugging 2022-09-27T15:50:36.0264456Z Trying granularity 2 2022-09-27T15:50:36.0264576Z 2022-09-27T15:50:36.0264695Z Strategy: Truncate suffix (G: 2) (5 nodes, 1 inputs) 2022-09-27T15:50:36.0264934Z SUCCESS: Went from 5 to 4 nodes 2022-09-27T15:50:36.0265066Z 2022-09-27T15:50:36.0265161Z # Working Repro with 4 nodes 2022-09-27T15:50:36.0265406Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:36.0265730Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:36.0265945Z 2022-09-27T15:50:36.0265949Z 2022-09-27T15:50:36.0265954Z 2022-09-27T15:50:36.0266043Z def forward(self, relu): 2022-09-27T15:50:36.0266262Z sub = relu - relu; relu = None 2022-09-27T15:50:36.0266485Z truediv = sub / sub; sub = None 2022-09-27T15:50:36.0266695Z return (truediv,) 2022-09-27T15:50:36.0266874Z 2022-09-27T15:50:36.0266973Z 2022-09-27T15:50:36.0267040Z Trying granularity 4 2022-09-27T15:50:36.0267162Z 2022-09-27T15:50:36.0267292Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:50:36.0267534Z FAIL: Eliminate dead code 2022-09-27T15:50:36.0267662Z 2022-09-27T15:50:36.0267792Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:50:36.0268032Z FAIL: Remove unused inputs 2022-09-27T15:50:36.0268160Z 2022-09-27T15:50:36.0268281Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:50:36.0268491Z FAIL: Truncate suffix 2022-09-27T15:50:36.0268612Z 2022-09-27T15:50:36.0268737Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-09-27T15:50:36.0268968Z FAIL: Delta Debugging 2022-09-27T15:50:36.0269170Z Trying granularity 2 2022-09-27T15:50:36.0269291Z 2022-09-27T15:50:36.0269409Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-09-27T15:50:36.0269637Z FAIL: Truncate suffix 2022-09-27T15:50:36.0269758Z 2022-09-27T15:50:36.0269860Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-09-27T15:50:36.0270100Z SUCCESS: Went from 4 to 3 nodes 2022-09-27T15:50:36.0270234Z 2022-09-27T15:50:36.0270328Z # Working Repro with 3 nodes 2022-09-27T15:50:36.0270574Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:36.0270965Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:36.0287766Z 2022-09-27T15:50:36.0287776Z 2022-09-27T15:50:36.0287781Z 2022-09-27T15:50:36.0287903Z def forward(self, sub): 2022-09-27T15:50:36.0288138Z truediv = sub / sub; sub = None 2022-09-27T15:50:36.0288479Z return (truediv,) 2022-09-27T15:50:36.0288657Z 2022-09-27T15:50:36.0288755Z 2022-09-27T15:50:36.0288839Z Trying granularity 2 2022-09-27T15:50:36.0288964Z 2022-09-27T15:50:36.0289081Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:50:36.0289322Z FAIL: Eliminate dead code 2022-09-27T15:50:36.0289447Z 2022-09-27T15:50:36.0289576Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:50:36.0289814Z FAIL: Remove unused inputs 2022-09-27T15:50:36.0289940Z 2022-09-27T15:50:36.0290060Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:50:36.0290283Z FAIL: Truncate suffix 2022-09-27T15:50:36.0290406Z 2022-09-27T15:50:36.0290510Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-09-27T15:50:36.0290736Z FAIL: Delta Debugging 2022-09-27T15:50:36.0290929Z Trying granularity 1 2022-09-27T15:50:36.0291048Z 2022-09-27T15:50:36.0291166Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:50:36.0291388Z FAIL: Truncate suffix 2022-09-27T15:50:36.0291504Z 2022-09-27T15:50:36.0291620Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:50:36.0291831Z FAIL: Delta Debugging 2022-09-27T15:50:36.0291949Z 2022-09-27T15:50:36.0292064Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-09-27T15:50:36.0292289Z FAIL: Remove outputs 2022-09-27T15:50:36.0292470Z Made 15 queries 2022-09-27T15:50:36.0292578Z 2022-09-27T15:50:36.0292668Z # Working Repro with 3 nodes 2022-09-27T15:50:36.0292907Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:36.0293234Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:36.0293450Z 2022-09-27T15:50:36.0293455Z 2022-09-27T15:50:36.0293460Z 2022-09-27T15:50:36.0293544Z def forward(self, sub): 2022-09-27T15:50:36.0293758Z truediv = sub / sub; sub = None 2022-09-27T15:50:36.0293962Z return (truediv,) 2022-09-27T15:50:36.0294135Z 2022-09-27T15:50:36.0294231Z 2022-09-27T15:50:36.0294334Z Wrote minimal repro out to repro.py 2022-09-27T15:50:36.0531019Z Started off with 8 nodes 2022-09-27T15:50:36.0531462Z test_tup_use (__main__.TestMinifier) ... ok (0.026s) 2022-09-27T15:50:36.0531670Z 2022-09-27T15:50:36.0531804Z # Working Repro with 8 nodes 2022-09-27T15:50:36.0532191Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:36.0532694Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:36.0532926Z 2022-09-27T15:50:36.0532931Z 2022-09-27T15:50:36.0532936Z 2022-09-27T15:50:36.0533038Z def forward(self, a_1, b_1): 2022-09-27T15:50:36.0533333Z std_mean = torch.ops.aten.std_mean.correction(a_1, None, correction = 1); a_1 = None 2022-09-27T15:50:36.0533605Z getitem = std_mean[0] 2022-09-27T15:50:36.0533812Z getitem_1 = std_mean[1]; std_mean = None 2022-09-27T15:50:36.0534101Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-09-27T15:50:36.0534431Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-09-27T15:50:36.0534678Z return (add,) 2022-09-27T15:50:36.0534844Z 2022-09-27T15:50:36.0534939Z 2022-09-27T15:50:36.0535005Z Trying granularity 8 2022-09-27T15:50:36.0535127Z 2022-09-27T15:50:36.0535255Z Strategy: Eliminate dead code (G: 8) (8 nodes, 2 inputs) 2022-09-27T15:50:36.0535487Z FAIL: Eliminate dead code 2022-09-27T15:50:36.0535611Z 2022-09-27T15:50:36.0535735Z Strategy: Remove unused inputs (G: 8) (8 nodes, 2 inputs) 2022-09-27T15:50:36.0535966Z FAIL: Remove unused inputs 2022-09-27T15:50:36.0536209Z 2022-09-27T15:50:36.0536329Z Strategy: Truncate suffix (G: 8) (8 nodes, 2 inputs) 2022-09-27T15:50:36.0536554Z FAIL: Truncate suffix 2022-09-27T15:50:36.0536710Z 2022-09-27T15:50:36.0536870Z ---------------------------------------------------------------------- 2022-09-27T15:50:36.0537180Z Ran 5 tests in 0.484s 2022-09-27T15:50:36.0537283Z 2022-09-27T15:50:36.0537346Z OK 2022-09-27T15:50:36.0537439Z 2022-09-27T15:50:36.0537529Z Generating XML reports... 2022-09-27T15:50:36.0537656Z 2022-09-27T15:50:36.0537770Z Strategy: Delta Debugging (G: 8) (8 nodes, 2 inputs) 2022-09-27T15:50:36.0537989Z FAIL: Delta Debugging 2022-09-27T15:50:36.0538181Z Trying granularity 4 2022-09-27T15:50:36.0538297Z 2022-09-27T15:50:36.0538411Z Strategy: Truncate suffix (G: 4) (8 nodes, 2 inputs) 2022-09-27T15:50:36.0538619Z FAIL: Truncate suffix 2022-09-27T15:50:36.0538735Z 2022-09-27T15:50:36.0538850Z Strategy: Delta Debugging (G: 4) (8 nodes, 2 inputs) 2022-09-27T15:50:36.0539083Z SUCCESS: Went from 8 to 6 nodes 2022-09-27T15:50:36.0539296Z SUCCESS: Went from 2 to 3 inputs 2022-09-27T15:50:36.0539428Z 2022-09-27T15:50:36.0539516Z # Working Repro with 6 nodes 2022-09-27T15:50:36.0539834Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu')] 2022-09-27T15:50:36.0540249Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:36.0540459Z 2022-09-27T15:50:36.0540464Z 2022-09-27T15:50:36.0540469Z 2022-09-27T15:50:36.0540580Z def forward(self, b_1, getitem, getitem_1): 2022-09-27T15:50:36.0540870Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-09-27T15:50:36.0541200Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-09-27T15:50:36.0541450Z return (add,) 2022-09-27T15:50:36.0541618Z 2022-09-27T15:50:36.0541714Z 2022-09-27T15:50:36.0541785Z Trying granularity 4 2022-09-27T15:50:36.0541905Z 2022-09-27T15:50:36.0542032Z Strategy: Eliminate dead code (G: 4) (6 nodes, 3 inputs) 2022-09-27T15:50:36.0542264Z FAIL: Eliminate dead code 2022-09-27T15:50:36.0542387Z 2022-09-27T15:50:36.0542510Z Strategy: Remove unused inputs (G: 4) (6 nodes, 3 inputs) 2022-09-27T15:50:36.0542745Z FAIL: Remove unused inputs 2022-09-27T15:50:36.0542869Z 2022-09-27T15:50:36.0542988Z Strategy: Truncate suffix (G: 4) (6 nodes, 3 inputs) 2022-09-27T15:50:36.0543198Z FAIL: Truncate suffix 2022-09-27T15:50:36.0543314Z 2022-09-27T15:50:36.0543429Z Strategy: Delta Debugging (G: 4) (6 nodes, 3 inputs) 2022-09-27T15:50:36.0543661Z SUCCESS: Went from 6 to 4 nodes 2022-09-27T15:50:36.0543788Z 2022-09-27T15:50:36.0543877Z # Working Repro with 4 nodes 2022-09-27T15:50:36.0544162Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:36.0544536Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:36.0544744Z 2022-09-27T15:50:36.0544749Z 2022-09-27T15:50:36.0544754Z 2022-09-27T15:50:36.0544850Z def forward(self, getitem, mul): 2022-09-27T15:50:36.0545123Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-09-27T15:50:36.0545371Z return (add,) 2022-09-27T15:50:36.0545538Z 2022-09-27T15:50:36.0545634Z 2022-09-27T15:50:36.0545712Z Trying granularity 4 2022-09-27T15:50:36.0545829Z 2022-09-27T15:50:36.0545954Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:36.0546185Z FAIL: Eliminate dead code 2022-09-27T15:50:36.0546307Z 2022-09-27T15:50:36.0546415Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:36.0546645Z FAIL: Remove unused inputs 2022-09-27T15:50:36.0546768Z 2022-09-27T15:50:36.0546885Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:36.0547106Z FAIL: Truncate suffix 2022-09-27T15:50:36.0547223Z 2022-09-27T15:50:36.0547393Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-09-27T15:50:36.0547617Z FAIL: Delta Debugging 2022-09-27T15:50:36.0547794Z Trying granularity 2 2022-09-27T15:50:36.0547910Z 2022-09-27T15:50:36.0548021Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-09-27T15:50:36.0548238Z FAIL: Truncate suffix 2022-09-27T15:50:36.0548395Z 2022-09-27T15:50:36.0548510Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-09-27T15:50:36.0548728Z FAIL: Delta Debugging 2022-09-27T15:50:36.0548914Z Trying granularity 1 2022-09-27T15:50:36.0549016Z 2022-09-27T15:50:36.0549129Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:50:36.0549346Z FAIL: Truncate suffix 2022-09-27T15:50:36.0549461Z 2022-09-27T15:50:36.0549575Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:50:36.0549794Z FAIL: Delta Debugging 2022-09-27T15:50:36.0549908Z 2022-09-27T15:50:36.0550022Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-09-27T15:50:36.0550242Z FAIL: Remove outputs 2022-09-27T15:50:36.0550409Z Made 11 queries 2022-09-27T15:50:36.0550517Z 2022-09-27T15:50:36.0550605Z # Working Repro with 4 nodes 2022-09-27T15:50:36.0550891Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-09-27T15:50:36.0551264Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-09-27T15:50:36.0551479Z 2022-09-27T15:50:36.0551484Z 2022-09-27T15:50:36.0551489Z 2022-09-27T15:50:36.0551585Z def forward(self, getitem, mul): 2022-09-27T15:50:36.0551868Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-09-27T15:50:36.0552104Z return (add,) 2022-09-27T15:50:36.0552273Z 2022-09-27T15:50:36.0552365Z 2022-09-27T15:50:36.0552465Z Wrote minimal repro out to repro.py 2022-09-27T15:50:36.0599173Z Generated XML report: test-reports\python-unittest\functorch\test\test_minifier\TEST-TestMinifier-20220927155035.xml 2022-09-27T15:50:36.3075474Z Running C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_ops ... [2022-09-27 15:50:36.300117] 2022-09-27T15:50:36.3076092Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:36.300117] 2022-09-27T15:50:38.6413447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T15:50:38.6414027Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:38.6414639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-09-27T15:50:38.6415183Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:38.6436031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-09-27T15:50:38.6436581Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:38.6438046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-09-27T15:50:38.6438570Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:38.6441163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-09-27T15:50:38.6441837Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:38.6446946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-09-27T15:50:38.6447615Z warnings.warn(msg, FutureWarning) 2022-09-27T15:50:39.0622836Z 2022-09-27T15:50:39.0623212Z Running tests... 2022-09-27T15:50:39.0623544Z ---------------------------------------------------------------------- 2022-09-27T15:50:39.0623945Z Test results will be stored in test-reports\python-unittest\functorch\test\test_ops 2022-09-27T15:50:39.1716658Z test_extremal_numerics_binary_cross_entropy_cpu (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:50:55.0364720Z test_extremal_numerics_cross_entropy_cpu (__main__.TestOperatorsCPU) ... ok (15.876s) 2022-09-27T15:50:55.5718164Z test_extremal_numerics_l1_loss_cpu (__main__.TestOperatorsCPU) ... ok (0.524s) 2022-09-27T15:50:55.5745984Z test_extremal_numerics_layer_norm_cpu (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:50:55.5761926Z test_extremal_numerics_log_softmax_cpu (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_ops.py:1428: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:50:55.5762763Z result = torch.nn.functional.log_softmax(input) 2022-09-27T15:50:55.5765962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\eager_transforms.py:288: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:50:55.5766581Z primals_out = func(*primals) 2022-09-27T15:50:55.6578894Z ok (0.095s) 2022-09-27T15:50:56.3649680Z test_extremal_numerics_mse_loss_cpu (__main__.TestOperatorsCPU) ... ok (0.710s) 2022-09-27T15:51:02.4030911Z test_extremal_numerics_nll_loss_cpu (__main__.TestOperatorsCPU) ... ok (6.025s) 2022-09-27T15:51:02.4059760Z test_extremal_numerics_softmax_cpu (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_ops.py:1416: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:51:02.4060503Z result = torch.nn.functional.softmax(input) 2022-09-27T15:51:02.4067128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\eager_transforms.py:288: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T15:51:02.4067754Z primals_out = func(*primals) 2022-09-27T15:51:02.5026106Z ok (0.111s) 2022-09-27T15:51:02.5067097Z test_grad_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:02.5105230Z test_grad_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:02.5246562Z test_grad___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:02.5636041Z test_grad___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:02.5731319Z test_grad___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:02.5844241Z test_grad___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:02.6014259Z test_grad___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:02.6122484Z test_grad___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:02.6225668Z test_grad___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:02.6261002Z test_grad___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:51:02.6261767Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:51:02.6353343Z ok (0.016s) 2022-09-27T15:51:02.6453136Z test_grad___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:02.7113217Z test_grad__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:51:02.7774518Z test_grad__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:51:02.7803978Z test_grad__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:02.7832441Z test_grad__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:02.7969194Z test_grad__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:02.8085435Z test_grad__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:02.8247921Z test_grad__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:02.8425743Z test_grad__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:02.9154302Z test_grad__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:51:02.9929921Z test_grad__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:51:03.0094187Z test_grad__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.3462467Z test_grad__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.347s) 2022-09-27T15:51:03.3827312Z test_grad__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:03.4678422Z test_grad__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:51:03.4842164Z test_grad__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.5011191Z test_grad__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.6311969Z test_grad__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:51:03.6894032Z test_grad__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:51:03.8125198Z test_grad__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:51:03.8160948Z test_grad_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.8209715Z test_grad_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:03.8256933Z test_grad_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:03.8368053Z test_grad_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.8469659Z test_grad_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.8640711Z test_grad_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:03.8802322Z test_grad_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.8864506Z test_grad_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:03.8924447Z test_grad_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:03.9017838Z test_grad_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.9089812Z test_grad_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:03.9117432Z test_grad_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:03.9144765Z test_grad_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:03.9288903Z test_grad_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.9434438Z test_grad_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.9462181Z test_grad_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:03.9496058Z test_grad_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:03.9523748Z test_grad_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:03.9551014Z test_grad_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:03.9582747Z test_grad_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:03.9626457Z test_grad_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:03.9669639Z test_grad_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:03.9712141Z test_grad_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:03.9810387Z test_grad_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.9844180Z test_grad_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:03.9900641Z test_grad_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:03.9956382Z test_grad_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:04.0137230Z test_grad_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:04.0192941Z test_grad_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:04.0249847Z test_grad_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:04.0353883Z test_grad_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:04.0464876Z test_grad_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:04.0576679Z test_grad_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:04.0731962Z test_grad_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:04.0946522Z test_grad_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:04.1034341Z test_grad_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:04.1111449Z test_grad_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:04.1214813Z test_grad_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:04.1273879Z test_grad_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:04.1318226Z test_grad_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:04.1361681Z test_grad_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:04.1405271Z test_grad_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:04.1471657Z test_grad_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:04.1573216Z test_grad_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:51:04.1617300Z test_grad_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:04.1661090Z test_grad_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:04.1704568Z test_grad_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:04.1787127Z test_grad_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:04.1917115Z test_grad_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:04.5344857Z test_grad_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.349s) 2022-09-27T15:51:04.5380035Z test_grad_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:04.5410479Z test_grad_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-09-27T15:51:04.5411174Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:51:05.1636144Z expected failure (0.632s) 2022-09-27T15:51:05.1665327Z test_grad_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:05.1692343Z test_grad_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:05.1730772Z test_grad_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:51:05.1731555Z L = torch.cholesky(A) 2022-09-27T15:51:05.1732798Z should be replaced with 2022-09-27T15:51:05.1734048Z L = torch.linalg.cholesky(A) 2022-09-27T15:51:05.1734403Z and 2022-09-27T15:51:05.1734738Z U = torch.cholesky(A, upper=True) 2022-09-27T15:51:05.1735115Z should be replaced with 2022-09-27T15:51:05.1735511Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:51:05.1737880Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:51:05.1738535Z return self.op(*args, **kwargs) 2022-09-27T15:51:05.1854101Z ok (0.016s) 2022-09-27T15:51:05.1980043Z test_grad_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.2133966Z test_grad_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.2185472Z test_grad_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.2261963Z test_grad_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.2362841Z test_grad_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.2463083Z test_grad_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.2501053Z test_grad_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.2553207Z test_grad_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.2742017Z test_grad_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.2842102Z test_grad_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.2883866Z test_grad_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.2916624Z test_grad_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.3227801Z test_grad_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:05.3264722Z test_grad_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.3371721Z test_grad_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.3452842Z test_grad_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.3500372Z test_grad_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.3546233Z test_grad_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.3573751Z test_grad_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:05.4037401Z test_grad_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:51:05.4090979Z test_grad_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.4139964Z test_grad_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.4188046Z test_grad_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.4310855Z test_grad_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.4360748Z test_grad_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.4477630Z test_grad_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:05.4522565Z test_grad_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-09-27T15:51:05.4631792Z test_grad_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-09-27T15:51:05.4743093Z test_grad_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:05.4798697Z test_grad_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:05.4909132Z test_grad_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.5058380Z test_grad_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.5694536Z test_grad_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.077s) 2022-09-27T15:51:05.5740712Z test_grad_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.6296630Z test_grad_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:05.6403693Z test_grad_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.6516945Z test_grad_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.6622297Z test_grad_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:05.6658141Z test_grad_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.6713661Z test_grad_double_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.6763580Z test_grad_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.6808018Z test_grad_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.6857789Z test_grad_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.6987788Z test_grad_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.7015108Z test_grad_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:05.7042234Z test_grad_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:05.7069444Z test_grad_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:05.7096740Z test_grad_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:05.7133111Z test_grad_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.7180129Z test_grad_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.7217521Z test_grad_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.7262941Z test_grad_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.7307373Z test_grad_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.7354694Z test_grad_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.7436044Z test_grad_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.7471671Z test_grad_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.7499902Z test_grad_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:05.7593119Z test_grad_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.7694387Z test_grad_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:05.7801929Z test_grad_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.7874735Z test_grad_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.7969730Z test_grad_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.8053016Z test_grad_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:05.8146278Z test_grad_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.8220219Z test_grad_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.8300747Z test_grad_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.8386297Z test_grad_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.8444354Z test_grad_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.8522196Z test_grad_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.8604537Z test_grad_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:05.8698324Z test_grad_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.8785554Z test_grad_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.8883874Z test_grad_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.8994344Z test_grad_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.9085342Z test_grad_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.9184293Z test_grad_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.9290455Z test_grad_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.9348046Z test_grad_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.9421120Z test_grad_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.9524002Z test_grad_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.9573223Z test_grad_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.9622333Z test_grad_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.9690739Z test_grad_float_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:05.9750737Z test_grad_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:05.9918627Z test_grad_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.9962647Z test_grad_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:05.9998780Z test_grad_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.0130063Z test_grad_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.0262183Z test_grad_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.0372057Z test_grad_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.0414992Z test_grad_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.0462127Z test_grad_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.0488983Z test_grad_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.0546700Z test_grad_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.0574339Z test_grad_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:06.0600555Z test_grad_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.0775324Z test_grad_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:06.0801690Z test_grad_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.0856692Z test_grad_half_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.0905009Z test_grad_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.0931863Z test_grad_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.0958319Z test_grad_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.0985239Z test_grad_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:06.1011867Z test_grad_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.1054484Z test_grad_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.1100989Z test_grad_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.1209854Z test_grad_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.1255075Z test_grad_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.1283406Z test_grad_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.1310252Z test_grad_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:06.1408381Z test_grad_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.1460453Z test_grad_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.1507007Z test_grad_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.1568079Z test_grad_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:06.1656922Z test_grad_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.1687449Z test_grad_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1007.) 2022-09-27T15:51:06.1688222Z return self.op(*args, **kwargs) 2022-09-27T15:51:06.2014245Z ok (0.031s) 2022-09-27T15:51:06.2059473Z test_grad_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.2104916Z test_grad_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.2132579Z test_grad_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.2159591Z test_grad_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.2186828Z test_grad_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:06.2214088Z test_grad_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.2241301Z test_grad_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.2268494Z test_grad_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.2295595Z test_grad_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.2322868Z test_grad_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.2350103Z test_grad_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:06.2377166Z test_grad_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.2411301Z test_grad_istft_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:980.) 2022-09-27T15:51:06.2412018Z return self.op(*args, **kwargs) 2022-09-27T15:51:06.2578159Z ok (0.016s) 2022-09-27T15:51:06.2614255Z test_grad_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T15:51:06.2649977Z test_grad_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:51:06.2685620Z test_grad_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:51:06.2721180Z test_grad_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:51:06.2756996Z test_grad_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T15:51:06.2807289Z test_grad_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.2922713Z test_grad_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.3060747Z test_grad_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.3096963Z test_grad_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.3288964Z test_grad_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.3346878Z test_grad_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:06.3533733Z test_grad_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.3734593Z test_grad_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-09-27T15:51:06.3809981Z test_grad_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:06.3876415Z test_grad_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.4021665Z test_grad_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.4650282Z test_grad_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:51:06.4720722Z test_grad_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.010s) 2022-09-27T15:51:06.4896068Z test_grad_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.5029829Z test_grad_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.5148461Z test_grad_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.5456530Z test_grad_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:06.5576807Z test_grad_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:06.5704813Z test_grad_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:06.5741199Z test_grad_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.5777243Z test_grad_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:06.5813315Z test_grad_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:06.6744626Z test_grad_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:51:06.7612559Z test_grad_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:51:06.7876801Z test_grad_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:06.8174479Z test_grad_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:06.8446073Z test_grad_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:07.1432252Z test_grad_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.303s) 2022-09-27T15:51:07.1988251Z test_grad_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.052s) 2022-09-27T15:51:07.2191028Z test_grad_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:07.2219413Z test_grad_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:07.2247501Z test_grad_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:07.2351907Z test_grad_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:07.3058945Z test_grad_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:51:07.3566375Z test_grad_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:51:07.3873498Z test_grad_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:07.4001992Z test_grad_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:07.4030166Z test_grad_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T15:51:07.4481063Z test_grad_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:07.4601204Z test_grad_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:07.4828301Z test_grad_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:07.5067660Z test_grad_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:07.8449978Z test_grad_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.348s) 2022-09-27T15:51:08.1199026Z test_grad_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.270s) 2022-09-27T15:51:08.1478979Z test_grad_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:08.1532825Z test_grad_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.1610101Z test_grad_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.1720172Z test_grad_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:08.2107332Z test_grad_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:08.3294787Z test_grad_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T15:51:08.3323111Z test_grad_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:08.3369734Z test_grad_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.3405757Z test_grad_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.3451782Z test_grad_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.3497002Z test_grad_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.3559902Z test_grad_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.3626005Z test_grad_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:08.3664011Z test_grad_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.3701625Z test_grad_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:08.3781838Z test_grad_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.3903159Z test_grad_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.3931535Z test_grad_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:51:08.3959223Z test_grad_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:08.3986908Z test_grad_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:08.4014608Z test_grad_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:08.4073879Z test_grad_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.4101509Z test_grad_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:08.4230992Z test_grad_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.4258900Z test_grad_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:08.4286551Z test_grad_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:08.4313922Z test_grad_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:08.4345609Z test_grad_lu_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1660: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T15:51:08.4346374Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:51:08.4346748Z should be replaced with 2022-09-27T15:51:08.4347165Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:51:08.4347528Z and 2022-09-27T15:51:08.4347896Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:51:08.4348307Z should be replaced with 2022-09-27T15:51:08.4349060Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:51:08.4349928Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:51:08.4869303Z ok (0.057s) 2022-09-27T15:51:08.4911586Z test_grad_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:51:08.4912307Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:51:08.4912580Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:51:08.4912792Z should be replaced with 2022-09-27T15:51:08.4913208Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:51:08.4913606Z return self.op(*args, **kwargs) 2022-09-27T15:51:08.5743446Z ok (0.083s) 2022-09-27T15:51:08.5933470Z test_grad_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.6009642Z test_grad_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.6086788Z test_grad_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.6190502Z test_grad_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.6263472Z test_grad_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.6344712Z test_grad_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.6434284Z test_grad_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.6637018Z test_grad_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:08.6726254Z test_grad_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.6859813Z test_grad_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.6910761Z test_grad_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.6978299Z test_grad_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.7110086Z test_grad_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.7275121Z test_grad_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.7409791Z test_grad_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.7563977Z test_grad_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.7712856Z test_grad_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:08.7846141Z test_grad_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.7896684Z test_grad_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.7963853Z test_grad_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.8096384Z test_grad_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.8143067Z test_grad_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.8243141Z test_grad_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.8293056Z test_grad_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.8369118Z test_grad_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.8495276Z test_grad_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.8530975Z test_grad_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:08.8577014Z test_grad_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.8704537Z test_grad_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:08.8828954Z test_grad_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.8953909Z test_grad_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:08.9012447Z test_grad_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:08.9311457Z test_grad_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:08.9446990Z test_grad_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.0309029Z test_grad_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:51:09.0521882Z test_grad_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.0549936Z test_grad_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:09.0632777Z test_grad_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.0891610Z test_grad_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:09.0928045Z test_grad_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:09.0971520Z test_grad_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.1007831Z test_grad_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:09.1043739Z test_grad_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:09.1079652Z test_grad_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:09.1115853Z test_grad_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:09.1151788Z test_grad_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:09.1187823Z test_grad_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:09.1274405Z test_grad_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.1389683Z test_grad_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.1534627Z test_grad_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.1643796Z test_grad_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.1876224Z test_grad_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:09.2086579Z test_grad_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.2188875Z test_grad_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.2264893Z test_grad_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.2349901Z test_grad_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.2506282Z test_grad_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.2843214Z test_grad_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:09.2982182Z test_grad_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.3346188Z test_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:09.3393219Z test_grad_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.4001809Z test_grad_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:51:09.4237131Z test_grad_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:894.) 2022-09-27T15:51:09.4238703Z return self.op(*args, **kwargs) 2022-09-27T15:51:09.4653832Z ok (0.067s) 2022-09-27T15:51:09.4723263Z test_grad_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.4789477Z test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.4851226Z test_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.4908164Z test_grad_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.4967274Z test_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.5028432Z test_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.5087483Z test_grad_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.5145585Z test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.5200766Z test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.5261121Z test_grad_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.5438201Z test_grad_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.5655936Z test_grad_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:09.5913301Z test_grad_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:09.6085598Z test_grad_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.6287075Z test_grad_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.6525516Z test_grad_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:09.6780545Z test_grad_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:09.6824466Z test_grad_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:51:09.6825705Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:51:09.7070761Z ok (0.026s) 2022-09-27T15:51:09.7379837Z test_grad_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:09.7778047Z test_grad_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:51:09.7835137Z test_grad_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.8157238Z test_grad_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:09.8204285Z test_grad_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:09.8268242Z test_grad_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.8417156Z test_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.8598562Z test_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:09.9283520Z test_grad_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:51:10.0226950Z test_grad_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:51:10.5258339Z test_grad_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.499s) 2022-09-27T15:51:10.5344990Z test_grad_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.5663179Z test_grad_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:51:10.5980419Z test_grad_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:10.6070696Z test_grad_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:10.6134098Z test_grad_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.6179480Z test_grad_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:10.6230757Z test_grad_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:10.6294926Z test_grad_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.6432892Z test_grad_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.6542948Z test_grad_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:10.6672781Z test_grad_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.6783114Z test_grad_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.6892806Z test_grad_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.6998028Z test_grad_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:10.7099213Z test_grad_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.7207280Z test_grad_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.7320273Z test_grad_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:10.7372583Z test_grad_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:51:10.7373454Z warnings.warn( 2022-09-27T15:51:10.7517609Z ok (0.032s) 2022-09-27T15:51:10.7601351Z test_grad_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:10.7690216Z test_grad_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.7769002Z test_grad_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:10.7957638Z test_grad_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.8107649Z test_grad_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.8154301Z test_grad_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:10.8384710Z test_grad_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:11.5134899Z test_grad_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.682s) 2022-09-27T15:51:12.5953041Z test_grad_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.078s) 2022-09-27T15:51:13.0356704Z test_grad_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.443s) 2022-09-27T15:51:13.1867923Z test_grad_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.144s) 2022-09-27T15:51:13.2531502Z test_grad_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:51:13.5365968Z test_grad_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.286s) 2022-09-27T15:51:13.6572481Z test_grad_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.125s) 2022-09-27T15:51:13.7790286Z test_grad_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.125s) 2022-09-27T15:51:13.8266452Z test_grad_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:13.8316189Z test_grad_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:13.8396321Z test_grad_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:13.8504873Z test_grad_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:13.8564363Z test_grad_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:13.8611829Z test_grad_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:13.8685472Z test_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:13.9106196Z test_grad_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:13.9213166Z test_grad_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:13.9319761Z test_grad_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:13.9636776Z test_grad_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:13.9754039Z test_grad_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:13.9869452Z test_grad_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:13.9960414Z test_grad_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.0039168Z test_grad_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:14.0079180Z test_grad_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.0117092Z test_grad_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.0987554Z test_grad_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.097s) 2022-09-27T15:51:14.1208366Z test_grad_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:14.1266557Z test_grad_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:14.1331118Z test_grad_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.1428289Z test_grad_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:14.1485677Z test_grad_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.1545893Z test_grad_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.1668375Z test_grad_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:14.1759346Z test_grad_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:14.1838027Z test_grad_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.1920416Z test_grad_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:14.1976766Z test_grad_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.2045297Z test_grad_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:14.2106427Z test_grad_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.2154483Z test_grad_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.2208886Z test_grad_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:14.2345501Z test_grad_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.2487426Z test_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:14.4057573Z test_grad_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:51:14.4088901Z test_grad_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:51:14.4089912Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:51:14.4111705Z ok (0.016s) 2022-09-27T15:51:14.4146732Z test_grad_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:51:14.4147616Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:51:14.4213961Z ok (0.000s) 2022-09-27T15:51:14.4241599Z test_grad_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:14.4578916Z test_grad_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:51:14.4628578Z test_grad_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:51:14.4687012Z test_grad_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.4734462Z test_grad_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.4852835Z test_grad_normal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:14.4897614Z test_grad_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:14.4932817Z test_grad_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:14.4968528Z test_grad_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:14.5004936Z test_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:14.5524409Z test_grad_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:14.5560836Z test_grad_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:14.5607134Z test_grad_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.4276591Z test_grad_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.871s) 2022-09-27T15:51:15.4327960Z test_grad_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.4457332Z test_grad_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.4576422Z test_grad_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.4665212Z test_grad_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:15.4753782Z test_grad_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.4842647Z test_grad_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.4931128Z test_grad_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.5020074Z test_grad_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.5062849Z test_grad_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.5191139Z test_grad_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.5482543Z test_grad_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:15.5662611Z test_grad_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-09-27T15:51:15.5693466Z test_grad_qr_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:51:15.5694079Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:51:15.5694356Z Q, R = torch.qr(A, some) 2022-09-27T15:51:15.5694561Z should be replaced with 2022-09-27T15:51:15.5694997Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:51:15.5695407Z return self.op(*args, **kwargs) 2022-09-27T15:51:15.6104772Z ok (0.048s) 2022-09-27T15:51:15.6815978Z test_grad_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:51:15.6862747Z test_grad_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.6891126Z test_grad_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:15.6918694Z test_grad_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:15.6946175Z test_grad_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:15.6973724Z test_grad_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:15.7018729Z test_grad_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.7061507Z test_grad_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.7107390Z test_grad_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.7220154Z test_grad_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.7288207Z test_grad_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.7447540Z test_grad_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.7503754Z test_grad_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:15.7555556Z test_grad_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.7622120Z test_grad_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.7650765Z test_grad_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T15:51:15.7677701Z test_grad_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:15.7714866Z test_grad_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.7752548Z test_grad_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.7874368Z test_grad_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.8115867Z test_grad_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:15.8150494Z test_grad_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.8195115Z test_grad_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.8239883Z test_grad_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.8284707Z test_grad_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.8332178Z test_grad_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.8446610Z test_grad_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.8546217Z test_grad_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:15.8661118Z test_grad_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.8708270Z test_grad_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1614.) 2022-09-27T15:51:15.8709040Z return self.op(*args, **kwargs) 2022-09-27T15:51:15.8942349Z ok (0.031s) 2022-09-27T15:51:15.9187601Z test_grad_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.9410661Z test_grad_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:15.9704540Z test_grad_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:15.9899355Z test_grad_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:15.9926967Z test_grad_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.0558832Z test_grad_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:51:16.1197790Z test_grad_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:51:16.1254696Z test_grad_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.1322813Z test_grad_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.1356413Z test_grad_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.1383608Z test_grad_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.1422858Z test_grad_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:16.1455279Z test_grad_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.1488427Z test_grad_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.1515515Z test_grad_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.1549749Z test_grad_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.1600781Z test_grad_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.1635693Z test_grad_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.1782338Z test_grad_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.1845838Z test_grad_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.1911417Z test_grad_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.2319618Z test_grad_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:16.2347235Z test_grad_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T15:51:16.2374953Z test_grad_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:16.2401446Z test_grad_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.2428291Z test_grad_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.2454844Z test_grad_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.2481540Z test_grad_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.2509078Z test_grad_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:16.2536968Z test_grad_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T15:51:16.2557856Z test_grad_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:16.2578731Z test_grad_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:16.2621370Z test_grad_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.2670494Z test_grad_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.2698299Z test_grad_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.2726165Z test_grad_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.2769783Z test_grad_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.2822320Z test_grad_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.2875585Z test_grad_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.2903188Z test_grad_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.2924107Z test_grad_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:16.2973294Z test_grad_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.3002067Z test_grad_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:16.3029603Z test_grad_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.3057622Z test_grad_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.3085579Z test_grad_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.3140761Z test_grad_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.3190858Z test_grad_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:51:16.3281263Z test_grad_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.3309650Z test_grad_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:16.3337077Z test_grad_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.3358317Z test_grad_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:16.3379040Z test_grad_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:16.3399793Z test_grad_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:16.3420515Z test_grad_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:16.3448086Z test_grad_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.3567663Z test_grad_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.3595293Z test_grad_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:16.3638797Z test_grad_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.3690492Z test_grad_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.3749264Z test_grad_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.3783740Z test_grad_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.3830644Z test_grad_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.3896730Z test_grad_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.3991962Z test_grad_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.4089893Z test_grad_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:16.4201935Z test_grad_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.4234692Z test_grad_stft_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:610: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:804.) 2022-09-27T15:51:16.4235785Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T15:51:16.4345416Z ok (0.016s) 2022-09-27T15:51:16.4488254Z test_grad_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.4647450Z test_grad_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:16.4780804Z test_grad_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:16.7915684Z test_grad_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.317s) 2022-09-27T15:51:17.6711368Z test_grad_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.873s) 2022-09-27T15:51:17.6746548Z test_grad_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:51:17.6747247Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:51:17.6747607Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:51:17.6747825Z should be replaced with 2022-09-27T15:51:17.6748088Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:51:17.6748310Z and 2022-09-27T15:51:17.6748509Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:51:17.6748718Z should be replaced with 2022-09-27T15:51:17.6749157Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2806.) 2022-09-27T15:51:17.6749568Z return self.op(*args, **kwargs) 2022-09-27T15:51:17.6851144Z ok (0.016s) 2022-09-27T15:51:17.6895358Z test_grad_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.6958559Z test_grad_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.7042400Z test_grad_take_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.7077812Z test_grad_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.7112810Z test_grad_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.7151434Z test_grad_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:17.7201292Z test_grad_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.7378957Z test_grad_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.7581450Z test_grad_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:17.7629495Z test_grad_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:17.7749950Z test_grad_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.7785733Z test_grad_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.7878175Z test_grad_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.7997911Z test_grad_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.8117584Z test_grad_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.8150682Z test_grad_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:51:17.8151623Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:51:17.8152064Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:51:17.8152369Z should be replaced with 2022-09-27T15:51:17.8152938Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:51:17.8153656Z return self.op(*args, **kwargs) 2022-09-27T15:51:17.8316619Z ok (0.016s) 2022-09-27T15:51:17.8411237Z test_grad_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.8502054Z test_grad_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.8645682Z test_grad_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.8691035Z test_grad_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.8788484Z test_grad_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.8897077Z test_grad_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.9093186Z test_grad_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.9129571Z test_grad_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:17.9166683Z test_grad_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:17.9202693Z test_grad_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:17.9293100Z test_grad_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.9404090Z test_grad_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.9532049Z test_grad_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.9578238Z test_grad_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.9621506Z test_grad_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.9689960Z test_grad_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.9773518Z test_grad_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.9830695Z test_grad_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:17.9892514Z test_grad_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:17.9979265Z test_grad_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:18.0090262Z test_grad_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:18.0135020Z test_grad_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:18.0162617Z test_grad_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:18.0190151Z test_grad_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:18.0230083Z test_jvp_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:18.0268888Z test_jvp_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:18.0421515Z test_jvp___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:18.0710506Z test_jvp___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:18.0806884Z test_jvp___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:18.0912859Z test_jvp___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:18.1057877Z test_jvp___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:18.1159876Z test_jvp___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:18.1259255Z test_jvp___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:18.1386365Z test_jvp___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:18.1483466Z test_jvp___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:18.2231855Z test_jvp__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:51:18.2988884Z test_jvp__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T15:51:18.3015477Z test_jvp__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:18.3041161Z test_jvp__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:18.3183887Z test_jvp__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:18.3309835Z test_jvp__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:18.3500984Z test_jvp__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:18.3666766Z test_jvp__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:18.4460655Z test_jvp__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:51:18.5372004Z test_jvp__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.097s) 2022-09-27T15:51:18.5546662Z test_jvp__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:18.9253473Z test_jvp__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.369s) 2022-09-27T15:51:18.9640899Z test_jvp__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:19.0527493Z test_jvp__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:51:19.0717148Z test_jvp__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.0910990Z test_jvp__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.2232439Z test_jvp__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:51:19.2906155Z test_jvp__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:51:19.4194734Z test_jvp__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:51:19.4235666Z test_jvp_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.4304969Z test_jvp_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.4352892Z test_jvp_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.4518750Z test_jvp_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.025s) 2022-09-27T15:51:19.4628917Z test_jvp_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-09-27T15:51:19.4821809Z test_jvp_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.5011317Z test_jvp_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.5073733Z test_jvp_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.5133451Z test_jvp_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.5231601Z test_jvp_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.5313247Z test_jvp_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.5338360Z test_jvp_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.5363046Z test_jvp_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.5535094Z test_jvp_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:19.5704252Z test_jvp_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.5729257Z test_jvp_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.5761394Z test_jvp_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.5786271Z test_jvp_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.5811250Z test_jvp_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.5835626Z test_jvp_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.5860383Z test_jvp_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:19.5884989Z test_jvp_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.5909610Z test_jvp_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.6005650Z test_jvp_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.6070528Z test_jvp_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.6112817Z test_jvp_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.6145478Z test_jvp_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.6288763Z test_jvp_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.6331005Z test_jvp_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.6363781Z test_jvp_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.6439624Z test_jvp_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.6516027Z test_jvp_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.6594140Z test_jvp_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.6693342Z test_jvp_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.6784109Z test_jvp_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.6808521Z test_jvp_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.6832509Z test_jvp_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:19.6889857Z test_jvp_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.6923045Z test_jvp_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.6947273Z test_jvp_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.6971596Z test_jvp_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:19.6995403Z test_jvp_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.7036271Z test_jvp_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.7107650Z test_jvp_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.7132353Z test_jvp_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:19.7156269Z test_jvp_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.7180409Z test_jvp_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.7227757Z test_jvp_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.7305654Z test_jvp_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.7329925Z test_jvp_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.7368799Z test_jvp_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.7393418Z test_jvp_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.7417449Z test_jvp_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.7441879Z test_jvp_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:19.7467156Z test_jvp_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.7590963Z test_jvp_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.7732705Z test_jvp_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.7799322Z test_jvp_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.7909504Z test_jvp_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.8046382Z test_jvp_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.8182365Z test_jvp_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.8220664Z test_jvp_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.8267855Z test_jvp_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.8453988Z test_jvp_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.8554317Z test_jvp_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.8597150Z test_jvp_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.8635543Z test_jvp_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.9015971Z test_jvp_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:19.9054041Z test_jvp_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.9193172Z test_jvp_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.9266493Z test_jvp_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.9333860Z test_jvp_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:19.9399809Z test_jvp_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:19.9424715Z test_jvp_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:19.9979526Z test_jvp_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:51:20.0029432Z test_jvp_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.0076246Z test_jvp_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.0123022Z test_jvp_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.0311085Z test_jvp_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:20.0389242Z test_jvp_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.0492246Z test_jvp_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.0557740Z test_jvp_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.0678482Z test_jvp_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.0811617Z test_jvp_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.0869594Z test_jvp_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.0995579Z test_jvp_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.1142801Z test_jvp_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.1721773Z test_jvp_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:51:20.1787061Z test_jvp_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.2253248Z test_jvp_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:20.2399490Z test_jvp_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.2541866Z test_jvp_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:20.2684770Z test_jvp_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.2717792Z test_jvp_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.2776595Z test_jvp_double_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.2828421Z test_jvp_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.2876698Z test_jvp_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.2920661Z test_jvp_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.3038968Z test_jvp_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.3063788Z test_jvp_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.3088172Z test_jvp_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.3112595Z test_jvp_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.3137061Z test_jvp_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.3180452Z test_jvp_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.3247995Z test_jvp_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.3290478Z test_jvp_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.3354724Z test_jvp_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.3418587Z test_jvp_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.3466496Z test_jvp_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:20.3556136Z test_jvp_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-09-27T15:51:20.3597503Z test_jvp_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-09-27T15:51:20.3622446Z test_jvp_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.3700007Z test_jvp_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-09-27T15:51:20.3783824Z test_jvp_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:20.3877577Z test_jvp_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:20.3938591Z test_jvp_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.4018960Z test_jvp_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:20.4102637Z test_jvp_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.4197428Z test_jvp_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.4274212Z test_jvp_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.4361610Z test_jvp_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.4455447Z test_jvp_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.4516424Z test_jvp_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.4595868Z test_jvp_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.4681463Z test_jvp_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:20.4776977Z test_jvp_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.4853459Z test_jvp_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.4935381Z test_jvp_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.5025712Z test_jvp_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.5099454Z test_jvp_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.5181144Z test_jvp_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.5271565Z test_jvp_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.5349010Z test_jvp_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.5427519Z test_jvp_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.5541973Z test_jvp_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.5590890Z test_jvp_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:20.5639676Z test_jvp_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.5672252Z test_jvp_float_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:51:20.5704452Z test_jvp_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.5857814Z test_jvp_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.5913672Z test_jvp_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.5945423Z test_jvp_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.6070115Z test_jvp_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.6194752Z test_jvp_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.6373118Z test_jvp_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.6449897Z test_jvp_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.6507787Z test_jvp_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.6539552Z test_jvp_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:51:20.6612658Z test_jvp_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.6644417Z test_jvp_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:51:20.6671030Z test_jvp_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.6861684Z test_jvp_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.6886047Z test_jvp_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.6910157Z test_jvp_half_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.6934644Z test_jvp_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.6958645Z test_jvp_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:20.6983033Z test_jvp_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.7007488Z test_jvp_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.7031281Z test_jvp_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.7078286Z test_jvp_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.7121381Z test_jvp_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.7262559Z test_jvp_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.7328938Z test_jvp_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.7353526Z test_jvp_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.7377706Z test_jvp_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.7544140Z test_jvp_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.7617432Z test_jvp_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.7686113Z test_jvp_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:20.7774371Z test_jvp_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.7920387Z test_jvp_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.7945348Z test_jvp_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.7990379Z test_jvp_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.8031356Z test_jvp_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.8057191Z test_jvp_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.8081919Z test_jvp_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.8106850Z test_jvp_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.8131507Z test_jvp_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.8156547Z test_jvp_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:20.8181213Z test_jvp_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.8206110Z test_jvp_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.8230767Z test_jvp_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.8255686Z test_jvp_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.8280146Z test_jvp_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.8459026Z test_jvp_istft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.8484094Z test_jvp_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T15:51:20.8508722Z test_jvp_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:51:20.8533941Z test_jvp_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:51:20.8558765Z test_jvp_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:51:20.8583399Z test_jvp_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T15:51:20.8621544Z test_jvp_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.8718168Z test_jvp_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.8822877Z test_jvp_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.8847808Z test_jvp_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:20.9039369Z test_jvp_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:20.9105489Z test_jvp_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.9262725Z test_jvp_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:20.9421565Z test_jvp_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.9486024Z test_jvp_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:20.9535629Z test_jvp_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:20.9650253Z test_jvp_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:21.0000269Z test_jvp_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:21.0137701Z test_jvp_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:21.0268190Z test_jvp_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:21.0396453Z test_jvp_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:21.0503204Z test_jvp_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:21.0687616Z test_jvp_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-09-27T15:51:21.0785878Z test_jvp_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:21.0885531Z test_jvp_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:21.0910441Z test_jvp_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:21.0935359Z test_jvp_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:21.0960012Z test_jvp_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:21.0984728Z test_jvp_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:21.1593389Z test_jvp_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:51:21.1867751Z test_jvp_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:21.2103376Z test_jvp_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:21.2309223Z test_jvp_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:21.5218131Z test_jvp_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.285s) 2022-09-27T15:51:21.5898951Z test_jvp_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:51:21.6095096Z test_jvp_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:21.6120512Z test_jvp_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:21.6145455Z test_jvp_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:21.6231994Z test_jvp_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:21.7053428Z test_jvp_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:51:21.7647651Z test_jvp_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:51:21.7925836Z test_jvp_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:21.8042181Z test_jvp_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:21.8067331Z test_jvp_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T15:51:21.8524615Z test_jvp_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:21.8655507Z test_jvp_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:21.8857717Z test_jvp_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:21.9061896Z test_jvp_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:22.2599366Z test_jvp_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.358s) 2022-09-27T15:51:22.5656605Z test_jvp_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.307s) 2022-09-27T15:51:22.6162192Z test_jvp_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:22.6211318Z test_jvp_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:22.6277423Z test_jvp_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:22.6396511Z test_jvp_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:22.6775567Z test_jvp_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:51:22.8090140Z test_jvp_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:51:22.8115285Z test_jvp_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:22.8182068Z test_jvp_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:22.8224302Z test_jvp_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:22.8290619Z test_jvp_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:22.8355570Z test_jvp_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:22.8426953Z test_jvp_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:22.8501254Z test_jvp_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:22.8535453Z test_jvp_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:22.8569091Z test_jvp_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:22.8594268Z test_jvp_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:22.8716365Z test_jvp_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:22.8741532Z test_jvp_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:22.8766312Z test_jvp_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:22.8791011Z test_jvp_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:22.8815775Z test_jvp_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:22.8905338Z test_jvp_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:22.8930277Z test_jvp_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:22.9072743Z test_jvp_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:22.9097697Z test_jvp_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:22.9123511Z test_jvp_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:22.9147605Z test_jvp_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:22.9596696Z test_jvp_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:23.0389136Z test_jvp_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.077s) 2022-09-27T15:51:23.0623786Z test_jvp_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:23.0709365Z test_jvp_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.0792466Z test_jvp_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.0931333Z test_jvp_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.1021324Z test_jvp_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.1101802Z test_jvp_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.1179102Z test_jvp_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.1326013Z test_jvp_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.1393332Z test_jvp_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.1497527Z test_jvp_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.1536818Z test_jvp_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.1589624Z test_jvp_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.1692615Z test_jvp_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:23.1847495Z test_jvp_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.1961148Z test_jvp_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.2093216Z test_jvp_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.2225688Z test_jvp_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.2328688Z test_jvp_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.2367623Z test_jvp_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.2420493Z test_jvp_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.2523255Z test_jvp_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.2555921Z test_jvp_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:23.2635281Z test_jvp_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.2674920Z test_jvp_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.2737755Z test_jvp_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.2873513Z test_jvp_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.2897990Z test_jvp_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:23.2930224Z test_jvp_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.3119838Z test_jvp_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.3310087Z test_jvp_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:23.3498317Z test_jvp_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.3567272Z test_jvp_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:23.3878240Z test_jvp_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.3998957Z test_jvp_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.4753683Z test_jvp_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:51:23.5010323Z test_jvp_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:23.5035632Z test_jvp_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:23.5126065Z test_jvp_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.5150861Z test_jvp_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:23.5175557Z test_jvp_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:51:23.5214949Z test_jvp_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.5239825Z test_jvp_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:23.5264218Z test_jvp_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:23.5288798Z test_jvp_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:23.5313262Z test_jvp_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:23.5338079Z test_jvp_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:23.5362547Z test_jvp_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:23.5432987Z test_jvp_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.5533613Z test_jvp_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.5658487Z test_jvp_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:23.5748335Z test_jvp_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.5962136Z test_jvp_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.6151891Z test_jvp_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.6245766Z test_jvp_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.6324077Z test_jvp_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.6407374Z test_jvp_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.6564215Z test_jvp_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.6884527Z test_jvp_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:23.7013369Z test_jvp_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.7360422Z test_jvp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:23.7426632Z test_jvp_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.7569701Z test_jvp_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.7976253Z test_jvp_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:51:23.8014779Z test_jvp_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.8058019Z test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.8098351Z test_jvp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.8137357Z test_jvp_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.8174546Z test_jvp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.8214467Z test_jvp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.8254863Z test_jvp_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.8295438Z test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.8335362Z test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.8374682Z test_jvp_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:23.8500417Z test_jvp_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.8660931Z test_jvp_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:23.8897110Z test_jvp_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.9013267Z test_jvp_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.9159552Z test_jvp_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.9373112Z test_jvp_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:23.9398200Z test_jvp_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:23.9949173Z test_jvp_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:51:24.0539957Z test_jvp_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:51:24.1348774Z test_jvp_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:51:24.1416498Z test_jvp_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:24.1442434Z test_jvp_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:24.1490564Z test_jvp_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:24.1560490Z test_jvp_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:24.1906528Z test_jvp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:24.2313404Z test_jvp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:24.3019246Z test_jvp_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:51:24.4143685Z test_jvp_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.105s) 2022-09-27T15:51:24.9159844Z test_jvp_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.498s) 2022-09-27T15:51:24.9246441Z test_jvp_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:24.9604311Z test_jvp_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:51:24.9629308Z test_jvp_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:24.9731068Z test_jvp_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:24.9796975Z test_jvp_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:24.9862448Z test_jvp_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:24.9914378Z test_jvp_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:24.9980835Z test_jvp_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:25.0115581Z test_jvp_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:25.0218702Z test_jvp_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:25.0377333Z test_jvp_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:25.0494640Z test_jvp_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:25.0618373Z test_jvp_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:25.0735435Z test_jvp_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:25.0847146Z test_jvp_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-09-27T15:51:25.0963795Z test_jvp_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:25.1094876Z test_jvp_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:25.1276249Z test_jvp_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:25.1353725Z test_jvp_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:25.1444440Z test_jvp_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:25.1528482Z test_jvp_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:25.1689947Z test_jvp_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:25.1858379Z test_jvp_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:25.1909010Z test_jvp_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:25.2195195Z test_jvp_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:25.9340242Z test_jvp_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.713s) 2022-09-27T15:51:27.1452530Z test_jvp_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.204s) 2022-09-27T15:51:27.6256261Z test_jvp_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.478s) 2022-09-27T15:51:27.6275386Z test_jvp_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T15:51:27.7020688Z test_jvp_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:51:27.7044450Z test_jvp_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:27.8164079Z test_jvp_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.118s) 2022-09-27T15:51:27.8188567Z test_jvp_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:27.8756993Z test_jvp_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:51:27.8848741Z test_jvp_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:27.8947203Z test_jvp_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:27.9077223Z test_jvp_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:27.9109952Z test_jvp_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:27.9142295Z test_jvp_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:27.9245423Z test_jvp_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:27.9805025Z test_jvp_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:51:27.9907656Z test_jvp_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.0004762Z test_jvp_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.0391701Z test_jvp_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:28.0503161Z test_jvp_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.0615798Z test_jvp_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.0702053Z test_jvp_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:28.0727214Z test_jvp_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:28.0765805Z test_jvp_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.0804649Z test_jvp_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.1576366Z test_jvp_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:51:28.1788298Z test_jvp_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:28.1833048Z test_jvp_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.1884602Z test_jvp_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.1946080Z test_jvp_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:28.2009915Z test_jvp_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.2077365Z test_jvp_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.2173434Z test_jvp_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.2250927Z test_jvp_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.2323150Z test_jvp_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.2396681Z test_jvp_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.2442218Z test_jvp_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.2500841Z test_jvp_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.2550411Z test_jvp_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.2596156Z test_jvp_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.2652630Z test_jvp_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.2768036Z test_jvp_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:28.2892519Z test_jvp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.4774177Z test_jvp_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.181s) 2022-09-27T15:51:28.4831870Z test_jvp_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.4947238Z test_jvp_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.4972354Z test_jvp_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:28.5330947Z test_jvp_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:28.5379260Z test_jvp_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.5439696Z test_jvp_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:28.5491928Z test_jvp_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:28.5516955Z test_jvp_normal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:28.5541106Z test_jvp_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:28.5565582Z test_jvp_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:51:28.5589776Z test_jvp_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:28.5614225Z test_jvp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:28.6294029Z test_jvp_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:51:28.6324130Z test_jvp_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:28.6356993Z test_jvp_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.3056044Z test_jvp_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.672s) 2022-09-27T15:51:29.3110604Z test_jvp_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.3228810Z test_jvp_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.3343356Z test_jvp_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.3508265Z test_jvp_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.3671923Z test_jvp_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.3835997Z test_jvp_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.4000117Z test_jvp_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.4164253Z test_jvp_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.4207166Z test_jvp_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.4322672Z test_jvp_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.4659891Z test_jvp_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:29.5000876Z test_jvp_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:29.5456127Z test_jvp_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:29.6180629Z test_jvp_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:51:29.6246301Z test_jvp_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.6271302Z test_jvp_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:29.6296068Z test_jvp_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:29.6320579Z test_jvp_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:29.6345077Z test_jvp_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:29.6390598Z test_jvp_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.6434482Z test_jvp_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.6500924Z test_jvp_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.6652725Z test_jvp_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.6678238Z test_jvp_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:29.6860548Z test_jvp_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.6915528Z test_jvp_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.6970261Z test_jvp_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.7043703Z test_jvp_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.7068382Z test_jvp_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:29.7092877Z test_jvp_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:29.7130655Z test_jvp_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.7167811Z test_jvp_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.7304377Z test_jvp_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.7574375Z test_jvp_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.7616596Z test_jvp_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.7680903Z test_jvp_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.7745103Z test_jvp_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.7809466Z test_jvp_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.7875591Z test_jvp_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:29.7988183Z test_jvp_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.8123936Z test_jvp_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.8273447Z test_jvp_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:29.8689071Z test_jvp_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:29.9103402Z test_jvp_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:29.9506617Z test_jvp_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:51:29.9531840Z test_jvp_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:29.9899850Z test_jvp_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:29.9924719Z test_jvp_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:29.9949065Z test_jvp_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:29.9973701Z test_jvp_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:30.0032629Z test_jvp_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.0097253Z test_jvp_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.0138000Z test_jvp_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.0162765Z test_jvp_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.0187176Z test_jvp_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.0251293Z test_jvp_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.0291191Z test_jvp_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.0315888Z test_jvp_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.0357338Z test_jvp_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.0430090Z test_jvp_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.0469668Z test_jvp_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.0626467Z test_jvp_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.0697474Z test_jvp_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.0770614Z test_jvp_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.1200822Z test_jvp_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:30.1225368Z test_jvp_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T15:51:30.1249113Z test_jvp_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.1272745Z test_jvp_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.1296441Z test_jvp_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.1320008Z test_jvp_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.1343732Z test_jvp_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.1367626Z test_jvp_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.1391353Z test_jvp_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:30.1408994Z test_jvp_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:30.1426313Z test_jvp_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:30.1464217Z test_jvp_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.1510452Z test_jvp_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.1535330Z test_jvp_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:30.1559819Z test_jvp_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-09-27T15:51:30.1599324Z test_jvp_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.1647903Z test_jvp_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.1697065Z test_jvp_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.1721382Z test_jvp_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-09-27T15:51:30.1739493Z test_jvp_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:30.1786145Z test_jvp_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.1810833Z test_jvp_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.1835195Z test_jvp_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.1859640Z test_jvp_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:30.1884036Z test_jvp_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.1933865Z test_jvp_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.1980308Z test_jvp_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.2077161Z test_jvp_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.2101786Z test_jvp_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.2126460Z test_jvp_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.2144524Z test_jvp_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:30.2162440Z test_jvp_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:30.2180365Z test_jvp_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T15:51:30.2198230Z test_jvp_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:30.2222554Z test_jvp_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.2330069Z test_jvp_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.2354560Z test_jvp_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:30.2398306Z test_jvp_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.2459188Z test_jvp_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.2531604Z test_jvp_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.2571777Z test_jvp_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.2638624Z test_jvp_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.2754343Z test_jvp_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.2845363Z test_jvp_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.2942843Z test_jvp_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:30.3060596Z test_jvp_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.3184086Z test_jvp_stft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.3346059Z test_jvp_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.3496359Z test_jvp_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.3624902Z test_jvp_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:30.6686712Z test_jvp_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T15:51:31.4683743Z test_jvp_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.793s) 2022-09-27T15:51:31.4710824Z test_jvp_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:31.4774462Z test_jvp_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.4838139Z test_jvp_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.4929094Z test_jvp_take_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.4971575Z test_jvp_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.5011112Z test_jvp_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.5047135Z test_jvp_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:31.5090854Z test_jvp_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.5299586Z test_jvp_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.5513976Z test_jvp_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:31.5538685Z test_jvp_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:31.5661737Z test_jvp_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.5693490Z test_jvp_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.5824051Z test_jvp_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.5929506Z test_jvp_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.6034219Z test_jvp_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.6200657Z test_jvp_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.6336223Z test_jvp_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.6470760Z test_jvp_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.6613746Z test_jvp_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.6655417Z test_jvp_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.6773566Z test_jvp_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.6866726Z test_jvp_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.7046083Z test_jvp_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.7070544Z test_jvp_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:51:31.7094477Z test_jvp_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:31.7118129Z test_jvp_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:31.7255110Z test_jvp_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.7347920Z test_jvp_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.7464337Z test_jvp_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.7496843Z test_jvp_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.7530665Z test_jvp_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.7587224Z test_jvp_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.7660859Z test_jvp_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.7712042Z test_jvp_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.7755093Z test_jvp_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.7823415Z test_jvp_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.7972264Z test_jvp_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.8036591Z test_jvp_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.8061409Z test_jvp_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:31.8086159Z test_jvp_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:51:31.8149058Z test_jvpvjp_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:31.8212894Z test_jvpvjp_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.8471783Z test_jvpvjp___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:31.9232406Z test_jvpvjp___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:51:31.9404680Z test_jvpvjp___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:31.9621897Z test_jvpvjp___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:31.9931452Z test_jvpvjp___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:32.0129628Z test_jvpvjp___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:32.0323136Z test_jvpvjp___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:32.0569443Z test_jvpvjp___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:32.0744220Z test_jvpvjp___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:32.2174944Z test_jvpvjp__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T15:51:32.3606028Z test_jvpvjp__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:51:32.3649244Z test_jvpvjp__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:32.3691358Z test_jvpvjp__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:32.3952870Z test_jvpvjp__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:32.4167713Z test_jvpvjp__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:32.4524813Z test_jvpvjp__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:32.4858625Z test_jvpvjp__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:32.6331066Z test_jvpvjp__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:51:32.7909832Z test_jvpvjp__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:51:32.8217473Z test_jvpvjp__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:33.5494576Z test_jvpvjp__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.727s) 2022-09-27T15:51:33.6331140Z test_jvpvjp__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:51:33.8419406Z test_jvpvjp__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.223s) 2022-09-27T15:51:33.8783798Z test_jvpvjp__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:33.9158845Z test_jvpvjp__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:34.1697281Z test_jvpvjp__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T15:51:34.2844721Z test_jvpvjp__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.127s) 2022-09-27T15:51:34.5223150Z test_jvpvjp__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.234s) 2022-09-27T15:51:34.5281219Z test_jvpvjp_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:34.5369168Z test_jvpvjp_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:34.5453300Z test_jvpvjp_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:34.5654080Z test_jvpvjp_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:34.5844649Z test_jvpvjp_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:34.6182061Z test_jvpvjp_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:34.6490047Z test_jvpvjp_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:34.6601059Z test_jvpvjp_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:34.6705903Z test_jvpvjp_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:34.6879596Z test_jvpvjp_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:34.7008554Z test_jvpvjp_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:34.7050774Z test_jvpvjp_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:34.7092449Z test_jvpvjp_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:34.7427859Z test_jvpvjp_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:51:34.7765906Z test_jvpvjp_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:34.7808329Z test_jvpvjp_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:34.7861957Z test_jvpvjp_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:34.7903779Z test_jvpvjp_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:34.7945570Z test_jvpvjp_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:51:34.7987084Z test_jvpvjp_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:34.8028670Z test_jvpvjp_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:34.8070709Z test_jvpvjp_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:34.8111649Z test_jvpvjp_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:34.8217260Z test_jvpvjp_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:34.8252790Z test_jvpvjp_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T15:51:34.8311522Z test_jvpvjp_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:34.8368342Z test_jvpvjp_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:34.8596125Z test_jvpvjp_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:34.8653409Z test_jvpvjp_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:34.8710015Z test_jvpvjp_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:34.8828125Z test_jvpvjp_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:34.8947726Z test_jvpvjp_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:34.9069812Z test_jvpvjp_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:34.9246915Z test_jvpvjp_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:34.9391043Z test_jvpvjp_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:34.9486002Z test_jvpvjp_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:34.9569328Z test_jvpvjp_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:34.9683755Z test_jvpvjp_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:34.9743394Z test_jvpvjp_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:34.9784588Z test_jvpvjp_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:34.9825164Z test_jvpvjp_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:34.9866366Z test_jvpvjp_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:34.9931813Z test_jvpvjp_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:35.0049625Z test_jvpvjp_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:35.0090494Z test_jvpvjp_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:35.0130419Z test_jvpvjp_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:35.0170961Z test_jvpvjp_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:35.0260191Z test_jvpvjp_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.0399937Z test_jvpvjp_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:35.0671838Z test_jvpvjp_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.041s) 2022-09-27T15:51:35.0724387Z test_jvpvjp_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:35.0822451Z test_jvpvjp_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.0863147Z test_jvpvjp_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T15:51:35.0903317Z test_jvpvjp_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:35.0960710Z test_jvpvjp_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:35.1217186Z test_jvpvjp_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:35.1542521Z test_jvpvjp_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:35.1625105Z test_jvpvjp_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:35.1758949Z test_jvpvjp_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.1945777Z test_jvpvjp_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.2131279Z test_jvpvjp_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.2194511Z test_jvpvjp_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.2280243Z test_jvpvjp_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:35.2671964Z test_jvpvjp_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:51:35.2855695Z test_jvpvjp_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.2926296Z test_jvpvjp_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.2978693Z test_jvpvjp_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:35.3594369Z test_jvpvjp_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:51:35.3656606Z test_jvpvjp_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:35.3861041Z test_jvpvjp_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.4041599Z test_jvpvjp_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.4122976Z test_jvpvjp_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.4201699Z test_jvpvjp_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:35.4243784Z test_jvpvjp_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:35.5455927Z test_jvpvjp_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:51:35.5549381Z test_jvpvjp_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:35.5628061Z test_jvpvjp_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.5705973Z test_jvpvjp_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:35.6022256Z test_jvpvjp_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:35.6108736Z test_jvpvjp_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:35.6339120Z test_jvpvjp_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:35.6417742Z test_jvpvjp_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:35.6624858Z test_jvpvjp_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:35.6832571Z test_jvpvjp_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:35.6929593Z test_jvpvjp_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.7134837Z test_jvpvjp_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:35.7404724Z test_jvpvjp_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:35.8668199Z test_jvpvjp_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.132s) 2022-09-27T15:51:35.8749419Z test_jvpvjp_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.0005716Z test_jvpvjp_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:51:36.0191125Z test_jvpvjp_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.0405865Z test_jvpvjp_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:36.0588675Z test_jvpvjp_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.0646941Z test_jvpvjp_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.0743577Z test_jvpvjp_double_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.0828818Z test_jvpvjp_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.0898991Z test_jvpvjp_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.0981339Z test_jvpvjp_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.1227924Z test_jvpvjp_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:36.1269781Z test_jvpvjp_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.1311166Z test_jvpvjp_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.1352735Z test_jvpvjp_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:36.1393954Z test_jvpvjp_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.1452913Z test_jvpvjp_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.1536598Z test_jvpvjp_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.1595416Z test_jvpvjp_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.1672917Z test_jvpvjp_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.1750025Z test_jvpvjp_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.1826165Z test_jvpvjp_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.1968932Z test_jvpvjp_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.2024333Z test_jvpvjp_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.2065808Z test_jvpvjp_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.2195361Z test_jvpvjp_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.2334497Z test_jvpvjp_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.2491868Z test_jvpvjp_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.2592630Z test_jvpvjp_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.2743932Z test_jvpvjp_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.2898746Z test_jvpvjp_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:51:36.3078689Z test_jvpvjp_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:36.3207434Z test_jvpvjp_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.3356970Z test_jvpvjp_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.3514832Z test_jvpvjp_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.3615873Z test_jvpvjp_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.3759724Z test_jvpvjp_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.3913432Z test_jvpvjp_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.4088285Z test_jvpvjp_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.4226903Z test_jvpvjp_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.4373624Z test_jvpvjp_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.4540533Z test_jvpvjp_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:36.4672589Z test_jvpvjp_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.4818618Z test_jvpvjp_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.4980799Z test_jvpvjp_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.5063683Z test_jvpvjp_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.5166529Z test_jvpvjp_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.5317961Z test_jvpvjp_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.5380972Z test_jvpvjp_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.5444710Z test_jvpvjp_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.5536294Z test_jvpvjp_float_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.5617373Z test_jvpvjp_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.5918144Z test_jvpvjp_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:36.5970625Z test_jvpvjp_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.6011234Z test_jvpvjp_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.6200330Z test_jvpvjp_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.6388835Z test_jvpvjp_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:36.6588167Z test_jvpvjp_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.6658504Z test_jvpvjp_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.6736783Z test_jvpvjp_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.6777423Z test_jvpvjp_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.6875913Z test_jvpvjp_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.6916425Z test_jvpvjp_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.6956838Z test_jvpvjp_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.7378503Z test_jvpvjp_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:36.7418710Z test_jvpvjp_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.7512120Z test_jvpvjp_half_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.7596586Z test_jvpvjp_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.7638216Z test_jvpvjp_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.7680898Z test_jvpvjp_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:36.7722273Z test_jvpvjp_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.7763407Z test_jvpvjp_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.7832821Z test_jvpvjp_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.7910132Z test_jvpvjp_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.8117337Z test_jvpvjp_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.8201120Z test_jvpvjp_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.8242853Z test_jvpvjp_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.8284398Z test_jvpvjp_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.8463675Z test_jvpvjp_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:36.8550308Z test_jvpvjp_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.8628830Z test_jvpvjp_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.8735053Z test_jvpvjp_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.8896667Z test_jvpvjp_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.8951710Z test_jvpvjp_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:51:36.9028339Z test_jvpvjp_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:36.9106252Z test_jvpvjp_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:36.9148075Z test_jvpvjp_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.9189528Z test_jvpvjp_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.9230891Z test_jvpvjp_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.9272251Z test_jvpvjp_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:36.9313581Z test_jvpvjp_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.9354899Z test_jvpvjp_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.9396094Z test_jvpvjp_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.9437544Z test_jvpvjp_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:36.9478792Z test_jvpvjp_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.9520106Z test_jvpvjp_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:36.9874109Z test_jvpvjp_istft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:36.9918873Z test_jvpvjp_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:51:36.9960900Z test_jvpvjp_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:51:37.0002843Z test_jvpvjp_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:51:37.0047032Z test_jvpvjp_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T15:51:37.0088500Z test_jvpvjp_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:51:37.0155181Z test_jvpvjp_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:37.0321384Z test_jvpvjp_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:37.0538128Z test_jvpvjp_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:37.0579998Z test_jvpvjp_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:37.0877739Z test_jvpvjp_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:37.0956877Z test_jvpvjp_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:37.1321665Z test_jvpvjp_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:37.1686288Z test_jvpvjp_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:37.1811725Z test_jvpvjp_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:37.1903619Z test_jvpvjp_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:37.2140033Z test_jvpvjp_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:37.3450409Z test_jvpvjp_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:51:37.3836895Z test_jvpvjp_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:51:37.4102263Z test_jvpvjp_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:37.4342508Z test_jvpvjp_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:37.4534662Z test_jvpvjp_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:37.5257122Z test_jvpvjp_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:51:37.5447932Z test_jvpvjp_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:37.5636381Z test_jvpvjp_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:37.5678365Z test_jvpvjp_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:37.5719899Z test_jvpvjp_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:37.5761721Z test_jvpvjp_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:37.7574814Z test_jvpvjp_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T15:51:37.9369481Z test_jvpvjp_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T15:51:37.9919145Z test_jvpvjp_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:51:38.0475821Z test_jvpvjp_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:38.1070017Z test_jvpvjp_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:51:38.8526289Z test_jvpvjp_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.744s) 2022-09-27T15:51:38.9919903Z test_jvpvjp_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:51:39.0382926Z test_jvpvjp_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:39.0439435Z test_jvpvjp_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:39.0485870Z test_jvpvjp_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.019s) 2022-09-27T15:51:39.0686813Z test_jvpvjp_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-09-27T15:51:39.2404022Z test_jvpvjp_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T15:51:39.3702602Z test_jvpvjp_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:51:39.4458263Z test_jvpvjp_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:51:39.4745280Z test_jvpvjp_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:39.4787611Z test_jvpvjp_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T15:51:39.5740701Z test_jvpvjp_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:51:39.5950650Z test_jvpvjp_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:39.6379588Z test_jvpvjp_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:39.6808604Z test_jvpvjp_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:51:40.3988711Z test_jvpvjp_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.711s) 2022-09-27T15:51:41.0796815Z test_jvpvjp_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.685s) 2022-09-27T15:51:41.1568323Z test_jvpvjp_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:51:41.1654913Z test_jvpvjp_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:41.1792797Z test_jvpvjp_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-09-27T15:51:41.2023455Z test_jvpvjp_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:41.2806977Z test_jvpvjp_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:51:41.5857515Z test_jvpvjp_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.316s) 2022-09-27T15:51:41.5900793Z test_jvpvjp_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:41.5981357Z test_jvpvjp_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:41.6038341Z test_jvpvjp_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:41.6118032Z test_jvpvjp_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:41.6195381Z test_jvpvjp_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:41.6326563Z test_jvpvjp_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:41.6465581Z test_jvpvjp_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:41.6528323Z test_jvpvjp_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:41.6588963Z test_jvpvjp_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:41.6645477Z test_jvpvjp_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:41.6868715Z test_jvpvjp_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:51:41.6910876Z test_jvpvjp_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:41.6951979Z test_jvpvjp_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:41.6993505Z test_jvpvjp_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:41.7035169Z test_jvpvjp_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:41.7140029Z test_jvpvjp_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:41.7181821Z test_jvpvjp_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:41.7450891Z test_jvpvjp_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:41.7492614Z test_jvpvjp_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T15:51:41.7534219Z test_jvpvjp_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:41.7575706Z test_jvpvjp_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:41.8628316Z test_jvpvjp_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:51:42.0470023Z test_jvpvjp_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.189s) 2022-09-27T15:51:42.0742977Z test_jvpvjp_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.0852392Z test_jvpvjp_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.0961917Z test_jvpvjp_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.1109607Z test_jvpvjp_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.1210380Z test_jvpvjp_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:42.1318314Z test_jvpvjp_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.1450008Z test_jvpvjp_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.1758854Z test_jvpvjp_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:42.1895726Z test_jvpvjp_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.2096193Z test_jvpvjp_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.2165952Z test_jvpvjp_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:42.2255531Z test_jvpvjp_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.2454521Z test_jvpvjp_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.2724613Z test_jvpvjp_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:42.2924858Z test_jvpvjp_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.3132253Z test_jvpvjp_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.3338956Z test_jvpvjp_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:42.3537008Z test_jvpvjp_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.3606477Z test_jvpvjp_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:42.3695829Z test_jvpvjp_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.3894552Z test_jvpvjp_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.3953981Z test_jvpvjp_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.4087508Z test_jvpvjp_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:42.4150494Z test_jvpvjp_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.4249358Z test_jvpvjp_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:42.4441527Z test_jvpvjp_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:42.4482414Z test_jvpvjp_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:42.4539700Z test_jvpvjp_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:42.4746579Z test_jvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:51:42.4953300Z test_jvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.5159575Z test_jvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.5242577Z test_jvpvjp_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.5847483Z test_jvpvjp_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:51:42.6053405Z test_jvpvjp_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:42.7675041Z test_jvpvjp_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:51:42.8164438Z test_jvpvjp_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:42.8206394Z test_jvpvjp_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:42.8357534Z test_jvpvjp_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:42.8979714Z test_jvpvjp_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:51:42.9021904Z test_jvpvjp_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:42.9075100Z test_jvpvjp_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:42.9116995Z test_jvpvjp_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:42.9158309Z test_jvpvjp_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:42.9200743Z test_jvpvjp_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:42.9242020Z test_jvpvjp_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:42.9283530Z test_jvpvjp_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:42.9325225Z test_jvpvjp_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:42.9446597Z test_jvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:42.9616021Z test_jvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:42.9831288Z test_jvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:51:42.9982629Z test_jvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:43.0328189Z test_jvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:43.0634738Z test_jvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.034s) 2022-09-27T15:51:43.0796902Z test_jvpvjp_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-09-27T15:51:43.0928961Z test_jvpvjp_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:43.1069864Z test_jvpvjp_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:43.1490770Z test_jvpvjp_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:43.2398211Z test_jvpvjp_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:51:43.2730725Z test_jvpvjp_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:51:43.3535458Z test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:51:43.3617206Z test_jvpvjp_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:43.3939588Z test_jvpvjp_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:43.5010255Z test_jvpvjp_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T15:51:43.5087003Z test_jvpvjp_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:43.5176927Z test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-09-27T15:51:43.5257833Z test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:43.5332032Z test_jvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:43.5406902Z test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:43.5487904Z test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-09-27T15:51:43.5568653Z test_jvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-09-27T15:51:43.5648689Z test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-09-27T15:51:43.5726090Z test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:43.5806206Z test_jvpvjp_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:43.6091179Z test_jvpvjp_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:43.6444625Z test_jvpvjp_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:43.6915850Z test_jvpvjp_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:51:43.7221533Z test_jvpvjp_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:43.7615860Z test_jvpvjp_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:43.8108511Z test_jvpvjp_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:43.8171138Z test_jvpvjp_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:51:43.8576359Z test_jvpvjp_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:43.9021352Z test_jvpvjp_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:51:43.9616114Z test_jvpvjp_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:51:43.9697324Z test_jvpvjp_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:43.9754777Z test_jvpvjp_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:51:43.9832312Z test_jvpvjp_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:43.9944543Z test_jvpvjp_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:44.0202783Z test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:44.0499089Z test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:44.1590150Z test_jvpvjp_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:51:44.3044717Z test_jvpvjp_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T15:51:45.4549639Z test_jvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.138s) 2022-09-27T15:51:45.4728637Z test_jvpvjp_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:45.5399247Z test_jvpvjp_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:51:45.5482936Z test_jvpvjp_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:51:45.5707513Z test_jvpvjp_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:45.5823687Z test_jvpvjp_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:45.5877825Z test_jvpvjp_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:45.5971838Z test_jvpvjp_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:45.6088721Z test_jvpvjp_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:45.6347235Z test_jvpvjp_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:45.6403954Z test_jvpvjp_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:45.6763420Z test_jvpvjp_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:51:45.6965052Z test_jvpvjp_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:45.7162177Z test_jvpvjp_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:45.7350403Z test_jvpvjp_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:45.7531967Z test_jvpvjp_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:45.7720938Z test_jvpvjp_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-09-27T15:51:45.7931680Z test_jvpvjp_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:45.8325915Z test_jvpvjp_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:45.8479878Z test_jvpvjp_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:45.8705477Z test_jvpvjp_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:45.8853113Z test_jvpvjp_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:45.9218869Z test_jvpvjp_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:45.9555019Z test_jvpvjp_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:45.9609801Z test_jvpvjp_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:46.0098153Z test_jvpvjp_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:51:47.2584088Z test_jvpvjp_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.249s) 2022-09-27T15:51:49.3508915Z test_jvpvjp_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.102s) 2022-09-27T15:51:50.1418832Z test_jvpvjp_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.793s) 2022-09-27T15:51:50.3799728Z test_jvpvjp_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.234s) 2022-09-27T15:51:50.4520773Z test_jvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:51:50.8817552Z test_jvpvjp_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.421s) 2022-09-27T15:51:50.9907580Z test_jvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T15:51:51.1453873Z test_jvpvjp_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.151s) 2022-09-27T15:51:51.1973859Z test_jvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T15:51:51.2068983Z test_jvpvjp_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.2225800Z test_jvpvjp_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.2443143Z test_jvpvjp_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.2498434Z test_jvpvjp_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:51:51.2552168Z test_jvpvjp_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:51.2615509Z test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.010s) 2022-09-27T15:51:51.3564954Z test_jvpvjp_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T15:51:51.3793276Z test_jvpvjp_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.3992982Z test_jvpvjp_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.4612756Z test_jvpvjp_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.074s) 2022-09-27T15:51:51.4798153Z test_jvpvjp_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.4983545Z test_jvpvjp_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.5165505Z test_jvpvjp_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.5218586Z test_jvpvjp_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:51.5282515Z test_jvpvjp_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.5346616Z test_jvpvjp_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:51.7288806Z test_jvpvjp_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T15:51:51.7750805Z test_jvpvjp_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:51.7830847Z test_jvpvjp_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.7920874Z test_jvpvjp_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.8045769Z test_jvpvjp_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:51.8126203Z test_jvpvjp_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.8214314Z test_jvpvjp_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:51.8426609Z test_jvpvjp_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:51.8483175Z test_jvpvjp_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:51.8620668Z test_jvpvjp_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.8766575Z test_jvpvjp_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.8847602Z test_jvpvjp_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:51.8950916Z test_jvpvjp_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.9045958Z test_jvpvjp_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.9127262Z test_jvpvjp_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:51.9220194Z test_jvpvjp_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:51.9497695Z test_jvpvjp_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:51.9788455Z test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:52.2804006Z test_jvpvjp_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T15:51:52.2895579Z test_jvpvjp_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:52.3083492Z test_jvpvjp_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:52.3125352Z test_jvpvjp_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:52.3899158Z test_jvpvjp_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:51:52.3987196Z test_jvpvjp_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:52.4107678Z test_jvpvjp_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:52.4197032Z test_jvpvjp_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:52.4381103Z test_jvpvjp_normal_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:51:52.4450790Z test_jvpvjp_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:52.4492588Z test_jvpvjp_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:52.4533928Z test_jvpvjp_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:52.4576289Z test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.017s) 2022-09-27T15:51:52.5522287Z test_jvpvjp_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:51:52.5564210Z test_jvpvjp_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:52.5623533Z test_jvpvjp_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:54.7479818Z test_jvpvjp_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.191s) 2022-09-27T15:51:54.7589116Z test_jvpvjp_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:54.7947229Z test_jvpvjp_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:54.8208193Z test_jvpvjp_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:54.8379498Z test_jvpvjp_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:54.8550605Z test_jvpvjp_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:54.8721623Z test_jvpvjp_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:54.8891256Z test_jvpvjp_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:54.9061157Z test_jvpvjp_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:54.9131991Z test_jvpvjp_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:54.9414081Z test_jvpvjp_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:55.0137033Z test_jvpvjp_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:51:55.0489658Z test_jvpvjp_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:55.1465162Z test_jvpvjp_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:51:55.3063366Z test_jvpvjp_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:51:55.3143866Z test_jvpvjp_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.3186034Z test_jvpvjp_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:55.3227636Z test_jvpvjp_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:55.3269133Z test_jvpvjp_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:55.3311399Z test_jvpvjp_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:55.3387250Z test_jvpvjp_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.3458784Z test_jvpvjp_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.3539314Z test_jvpvjp_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.3745442Z test_jvpvjp_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.3799769Z test_jvpvjp_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:51:55.4112581Z test_jvpvjp_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:55.4207515Z test_jvpvjp_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.4296056Z test_jvpvjp_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.4414917Z test_jvpvjp_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.4457138Z test_jvpvjp_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:55.4498992Z test_jvpvjp_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:55.4561463Z test_jvpvjp_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:55.4622874Z test_jvpvjp_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.4846588Z test_jvpvjp_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.5285619Z test_jvpvjp_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:55.5339942Z test_jvpvjp_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.5414653Z test_jvpvjp_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.5489137Z test_jvpvjp_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.5565040Z test_jvpvjp_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.5646932Z test_jvpvjp_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.5851719Z test_jvpvjp_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:55.5996974Z test_jvpvjp_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.6156835Z test_jvpvjp_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.6635179Z test_jvpvjp_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T15:51:55.7113395Z test_jvpvjp_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:55.7561251Z test_jvpvjp_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:55.8157003Z test_jvpvjp_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:51:55.8521514Z test_jvpvjp_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:51:55.8563386Z test_jvpvjp_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:55.8617595Z test_jvpvjp_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:55.8671104Z test_jvpvjp_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:51:55.8768929Z test_jvpvjp_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.8887267Z test_jvpvjp_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.8941955Z test_jvpvjp_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.8984070Z test_jvpvjp_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:55.9025511Z test_jvpvjp_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:55.9104295Z test_jvpvjp_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.9158068Z test_jvpvjp_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.9199895Z test_jvpvjp_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:55.9256582Z test_jvpvjp_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.9353806Z test_jvpvjp_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.9409158Z test_jvpvjp_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:55.9685919Z test_jvpvjp_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:55.9819595Z test_jvpvjp_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:55.9959472Z test_jvpvjp_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.0705272Z test_jvpvjp_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:51:56.0746145Z test_jvpvjp_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T15:51:56.0786445Z test_jvpvjp_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.0826540Z test_jvpvjp_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.0866669Z test_jvpvjp_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.0906798Z test_jvpvjp_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:56.0947056Z test_jvpvjp_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.0987130Z test_jvpvjp_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.1027317Z test_jvpvjp_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.1061366Z test_jvpvjp_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T15:51:56.1095310Z test_jvpvjp_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:56.1163430Z test_jvpvjp_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:56.1247716Z test_jvpvjp_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.1289510Z test_jvpvjp_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.1331194Z test_jvpvjp_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.1407742Z test_jvpvjp_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.1502678Z test_jvpvjp_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:56.1602356Z test_jvpvjp_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.1644346Z test_jvpvjp_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.1679345Z test_jvpvjp_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T15:51:56.1766911Z test_jvpvjp_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:56.1808656Z test_jvpvjp_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.1850069Z test_jvpvjp_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:56.1891594Z test_jvpvjp_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.1932660Z test_jvpvjp_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.2031774Z test_jvpvjp_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.2117130Z test_jvpvjp_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:56.2292058Z test_jvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.2333438Z test_jvpvjp_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:56.2374999Z test_jvpvjp_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.2410232Z test_jvpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:56.2445028Z test_jvpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:56.2479746Z test_jvpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T15:51:56.2514733Z test_jvpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:51:56.2555855Z test_jvpvjp_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.2789625Z test_jvpvjp_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:56.2831326Z test_jvpvjp_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:56.2897449Z test_jvpvjp_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:56.2978679Z test_jvpvjp_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.3071564Z test_jvpvjp_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:56.3127069Z test_jvpvjp_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.3209191Z test_jvpvjp_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:56.3326075Z test_jvpvjp_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.3496906Z test_jvpvjp_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.3696474Z test_jvpvjp_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.3909471Z test_jvpvjp_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:56.4161441Z test_jvpvjp_stft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:56.4364486Z test_jvpvjp_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:56.4624174Z test_jvpvjp_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:51:56.4835827Z test_jvpvjp_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:57.1928262Z test_jvpvjp_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.695s) 2022-09-27T15:51:59.3994402Z test_jvpvjp_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.217s) 2022-09-27T15:51:59.4053032Z test_jvpvjp_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:51:59.4128008Z test_jvpvjp_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:59.4235613Z test_jvpvjp_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:59.4393541Z test_jvpvjp_take_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:59.4452047Z test_jvpvjp_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:59.4506257Z test_jvpvjp_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:59.4561941Z test_jvpvjp_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:51:59.4646147Z test_jvpvjp_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:59.5002799Z test_jvpvjp_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:59.5372900Z test_jvpvjp_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:59.5433601Z test_jvpvjp_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:51:59.5689747Z test_jvpvjp_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:59.5758387Z test_jvpvjp_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:59.5914553Z test_jvpvjp_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:59.6205949Z test_jvpvjp_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:59.6496094Z test_jvpvjp_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:59.6870244Z test_jvpvjp_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:51:59.7032731Z test_jvpvjp_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:59.7195390Z test_jvpvjp_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:59.7461981Z test_jvpvjp_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:51:59.7533475Z test_jvpvjp_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:59.7688493Z test_jvpvjp_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:59.7874108Z test_jvpvjp_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:59.8258364Z test_jvpvjp_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:51:59.8312423Z test_jvpvjp_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:59.8366247Z test_jvpvjp_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:51:59.8419432Z test_jvpvjp_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:51:59.8585047Z test_jvpvjp_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:59.8800745Z test_jvpvjp_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:59.9037240Z test_jvpvjp_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:59.9111873Z test_jvpvjp_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:59.9181086Z test_jvpvjp_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:59.9270363Z test_jvpvjp_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:59.9388224Z test_jvpvjp_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:59.9458150Z test_jvpvjp_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:51:59.9536836Z test_jvpvjp_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:51:59.9659561Z test_jvpvjp_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:51:59.9884339Z test_jvpvjp_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:51:59.9958987Z test_jvpvjp_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:00.0001176Z test_jvpvjp_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:00.0042276Z test_jvpvjp_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:00.0082524Z test_vjp_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:00.0123178Z test_vjp_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:00.0293728Z test_vjp___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:00.0721494Z test_vjp___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:00.0831147Z test_vjp___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:00.0956179Z test_vjp___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:00.1138900Z test_vjp___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:00.1259293Z test_vjp___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:00.1376062Z test_vjp___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:00.1511703Z test_vjp___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:00.1623422Z test_vjp___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:00.2464749Z test_vjp__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:52:00.3306962Z test_vjp__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:52:00.3332735Z test_vjp__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:00.3358012Z test_vjp__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:00.3512226Z test_vjp__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:00.3656276Z test_vjp__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:00.3859083Z test_vjp__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:00.4063268Z test_vjp__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:00.4986032Z test_vjp__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T15:52:00.6015447Z test_vjp__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T15:52:00.6219716Z test_vjp__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.0530604Z test_vjp__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.437s) 2022-09-27T15:52:01.0968440Z test_vjp__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:01.1902865Z test_vjp__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:52:01.2106534Z test_vjp__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.2315716Z test_vjp__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.3796462Z test_vjp__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T15:52:01.4589070Z test_vjp__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:01.5997360Z test_vjp__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:52:01.6034001Z test_vjp_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.6084455Z test_vjp_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.6133848Z test_vjp_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.6264360Z test_vjp_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.6402312Z test_vjp_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.6709757Z test_vjp_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:01.7008736Z test_vjp_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:01.7101841Z test_vjp_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.7192175Z test_vjp_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.7316265Z test_vjp_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.7409178Z test_vjp_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.7442741Z test_vjp_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:01.7475632Z test_vjp_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:01.7690386Z test_vjp_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.7905440Z test_vjp_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.7939225Z test_vjp_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:01.7982023Z test_vjp_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.8015674Z test_vjp_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:01.8048436Z test_vjp_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:01.8082227Z test_vjp_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:01.8114771Z test_vjp_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:01.8147593Z test_vjp_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:01.8180449Z test_vjp_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:01.8263632Z test_vjp_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.8288909Z test_vjp_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:01.8333808Z test_vjp_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.8377619Z test_vjp_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.8504977Z test_vjp_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.8539644Z test_vjp_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.8574039Z test_vjp_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.8655019Z test_vjp_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.8735125Z test_vjp_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.8815737Z test_vjp_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.8939432Z test_vjp_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.9052510Z test_vjp_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.9112870Z test_vjp_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.9166273Z test_vjp_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:01.9235199Z test_vjp_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.9271027Z test_vjp_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.9296469Z test_vjp_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:01.9321655Z test_vjp_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:01.9346518Z test_vjp_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:01.9388988Z test_vjp_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.9465221Z test_vjp_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.9491301Z test_vjp_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:01.9516460Z test_vjp_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:01.9541272Z test_vjp_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:01.9596272Z test_vjp_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:01.9688983Z test_vjp_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.2446298Z test_vjp_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.268s) 2022-09-27T15:52:02.2481679Z test_vjp_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.2547684Z test_vjp_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.2573029Z test_vjp_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:02.2598179Z test_vjp_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:02.2767271Z test_vjp_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.2901857Z test_vjp_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.3071780Z test_vjp_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.3132869Z test_vjp_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.3214125Z test_vjp_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.3328738Z test_vjp_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.3442973Z test_vjp_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.3483245Z test_vjp_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:52:02.3536143Z test_vjp_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.3775524Z test_vjp_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.3875950Z test_vjp_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.3920266Z test_vjp_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.3952753Z test_vjp_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.4362928Z test_vjp_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:02.4402194Z test_vjp_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.4522318Z test_vjp_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:52:02.4607650Z test_vjp_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:52:02.4656183Z test_vjp_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.4704324Z test_vjp_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.4730008Z test_vjp_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:02.5281231Z test_vjp_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:02.5337149Z test_vjp_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.5386193Z test_vjp_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.5435184Z test_vjp_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.5563698Z test_vjp_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.5646099Z test_vjp_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.5775112Z test_vjp_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.5822802Z test_vjp_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.5953753Z test_vjp_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.6093813Z test_vjp_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.6155912Z test_vjp_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.6292116Z test_vjp_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.6466961Z test_vjp_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:02.7207978Z test_vjp_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:52:02.7256161Z test_vjp_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.7872177Z test_vjp_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:02.7993855Z test_vjp_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.8120907Z test_vjp_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.8240256Z test_vjp_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.8275646Z test_vjp_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.8337149Z test_vjp_double_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.8391412Z test_vjp_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.8438896Z test_vjp_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.8489729Z test_vjp_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.8635599Z test_vjp_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.8661140Z test_vjp_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:02.8686429Z test_vjp_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:02.8711364Z test_vjp_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:02.8736557Z test_vjp_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:02.8771844Z test_vjp_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.8821157Z test_vjp_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.8856157Z test_vjp_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.8904002Z test_vjp_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.8951307Z test_vjp_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.9000878Z test_vjp_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.9095600Z test_vjp_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.9129955Z test_vjp_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.9155637Z test_vjp_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:02.9240601Z test_vjp_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.9332270Z test_vjp_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.9434766Z test_vjp_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.9507607Z test_vjp_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.9621914Z test_vjp_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:02.9737781Z test_vjp_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.9870389Z test_vjp_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:02.9973917Z test_vjp_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.0091584Z test_vjp_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.0217274Z test_vjp_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.0297892Z test_vjp_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.0407145Z test_vjp_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.0525353Z test_vjp_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.0658535Z test_vjp_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.0764675Z test_vjp_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.0875071Z test_vjp_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.1001253Z test_vjp_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.1101947Z test_vjp_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.1213708Z test_vjp_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.1338399Z test_vjp_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.1400124Z test_vjp_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.1482163Z test_vjp_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.1602810Z test_vjp_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.1653501Z test_vjp_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.1704196Z test_vjp_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.1778277Z test_vjp_float_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.1843665Z test_vjp_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.2022484Z test_vjp_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.2064584Z test_vjp_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.2097340Z test_vjp_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.2240337Z test_vjp_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.2383139Z test_vjp_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.2533664Z test_vjp_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.2590588Z test_vjp_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.2652114Z test_vjp_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.2684460Z test_vjp_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.2761706Z test_vjp_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.2794547Z test_vjp_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.2825971Z test_vjp_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:03.3064682Z test_vjp_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.3096975Z test_vjp_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.3172612Z test_vjp_half_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.3240066Z test_vjp_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.3273245Z test_vjp_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:03.3306058Z test_vjp_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.3338333Z test_vjp_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.3363439Z test_vjp_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.3410787Z test_vjp_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.3458971Z test_vjp_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.3579085Z test_vjp_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.3627713Z test_vjp_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:52:03.3653201Z test_vjp_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.3678284Z test_vjp_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.3792224Z test_vjp_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.3847829Z test_vjp_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.3899306Z test_vjp_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.4005064Z test_vjp_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.4181207Z test_vjp_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.4613552Z test_vjp_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:03.4664231Z test_vjp_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.4712308Z test_vjp_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.4738132Z test_vjp_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.4763499Z test_vjp_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.4788745Z test_vjp_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.4814014Z test_vjp_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.4839021Z test_vjp_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.4864010Z test_vjp_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:03.4888955Z test_vjp_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.4914074Z test_vjp_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.4939398Z test_vjp_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.4964562Z test_vjp_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.5162230Z test_vjp_istft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:03.5188057Z test_vjp_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:03.5213528Z test_vjp_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:03.5238570Z test_vjp_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:03.5264034Z test_vjp_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:03.5289451Z test_vjp_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:03.5330471Z test_vjp_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.5435881Z test_vjp_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.5563221Z test_vjp_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.5588960Z test_vjp_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.5834027Z test_vjp_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:03.5883065Z test_vjp_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.6055201Z test_vjp_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.6238226Z test_vjp_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.6304572Z test_vjp_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.6365919Z test_vjp_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:03.6500105Z test_vjp_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.7502031Z test_vjp_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:52:03.7676186Z test_vjp_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.7817919Z test_vjp_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.7946474Z test_vjp_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.8059646Z test_vjp_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.8426887Z test_vjp_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:03.8537787Z test_vjp_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.8650160Z test_vjp_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:03.8676036Z test_vjp_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.8701446Z test_vjp_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.8726840Z test_vjp_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:03.9517882Z test_vjp_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:52:04.0320649Z test_vjp_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:04.0608842Z test_vjp_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:52:04.0867091Z test_vjp_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:04.1085306Z test_vjp_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:04.4514232Z test_vjp_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.350s) 2022-09-27T15:52:04.5336928Z test_vjp_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:04.5616345Z test_vjp_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:04.5650240Z test_vjp_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:04.5683461Z test_vjp_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:04.5814494Z test_vjp_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:04.6705888Z test_vjp_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:04.7348764Z test_vjp_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:04.7666000Z test_vjp_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:04.7796279Z test_vjp_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:04.7822092Z test_vjp_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T15:52:04.8306607Z test_vjp_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:04.8447372Z test_vjp_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:04.8701870Z test_vjp_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:04.8956311Z test_vjp_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:05.2799411Z test_vjp_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.380s) 2022-09-27T15:52:05.5781909Z test_vjp_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T15:52:05.6123804Z test_vjp_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:05.6177509Z test_vjp_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:05.6259310Z test_vjp_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:05.6386018Z test_vjp_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:05.6855691Z test_vjp_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:05.8340394Z test_vjp_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T15:52:05.8365989Z test_vjp_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:05.8414891Z test_vjp_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:05.8450445Z test_vjp_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:05.8499173Z test_vjp_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:05.8547419Z test_vjp_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:05.8704062Z test_vjp_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:05.8867008Z test_vjp_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:05.8904164Z test_vjp_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:05.8940906Z test_vjp_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:05.9026697Z test_vjp_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:05.9167934Z test_vjp_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:05.9193526Z test_vjp_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:05.9219418Z test_vjp_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:05.9244753Z test_vjp_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:05.9270334Z test_vjp_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:05.9395604Z test_vjp_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:05.9421434Z test_vjp_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:05.9710689Z test_vjp_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:05.9736529Z test_vjp_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:05.9762094Z test_vjp_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:05.9787385Z test_vjp_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:06.0253374Z test_vjp_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:06.1076402Z test_vjp_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:06.1268669Z test_vjp_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:06.1342717Z test_vjp_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.1415776Z test_vjp_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.1513272Z test_vjp_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.1580004Z test_vjp_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.1649464Z test_vjp_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:52:06.1733540Z test_vjp_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.2061890Z test_vjp_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:06.2185148Z test_vjp_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.2305295Z test_vjp_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.2346497Z test_vjp_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.2403956Z test_vjp_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.2523040Z test_vjp_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.2696066Z test_vjp_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:06.2820469Z test_vjp_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.2965001Z test_vjp_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.3108242Z test_vjp_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.3228562Z test_vjp_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.3269816Z test_vjp_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.3326703Z test_vjp_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.3446612Z test_vjp_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.3483687Z test_vjp_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.3570832Z test_vjp_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.3626322Z test_vjp_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.3702174Z test_vjp_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.3819655Z test_vjp_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.3844876Z test_vjp_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:06.3880433Z test_vjp_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.4000114Z test_vjp_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.4119443Z test_vjp_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.4238784Z test_vjp_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.4288473Z test_vjp_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.4612399Z test_vjp_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:06.4740870Z test_vjp_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.5603840Z test_vjp_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:52:06.5874060Z test_vjp_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:06.5899214Z test_vjp_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:06.5998089Z test_vjp_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.6263940Z test_vjp_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:06.6288551Z test_vjp_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:06.6321430Z test_vjp_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.6346242Z test_vjp_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:06.6371213Z test_vjp_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:06.6395577Z test_vjp_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:06.6420285Z test_vjp_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:06.6444995Z test_vjp_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:06.6469658Z test_vjp_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:06.6547664Z test_vjp_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.6660402Z test_vjp_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.6803122Z test_vjp_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.6899236Z test_vjp_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.7130526Z test_vjp_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:06.7336019Z test_vjp_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.7440046Z test_vjp_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.7526004Z test_vjp_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:52:06.7618742Z test_vjp_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.7790815Z test_vjp_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.8170038Z test_vjp_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:06.8326032Z test_vjp_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.8734253Z test_vjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:06.8783394Z test_vjp_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.8961177Z test_vjp_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.9480210Z test_vjp_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:06.9525284Z test_vjp_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.9574594Z test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.9620792Z test_vjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.9664687Z test_vjp_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.9707529Z test_vjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.9752557Z test_vjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.9797140Z test_vjp_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.9842455Z test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:06.9887443Z test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:06.9933290Z test_vjp_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:07.0095431Z test_vjp_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:07.0296207Z test_vjp_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:07.0559856Z test_vjp_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:07.0709526Z test_vjp_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:07.0883154Z test_vjp_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:07.1122648Z test_vjp_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:07.1387458Z test_vjp_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:07.1725181Z test_vjp_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:07.2085766Z test_vjp_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:07.2602128Z test_vjp_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:07.2651580Z test_vjp_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:07.3032142Z test_vjp_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:07.3082764Z test_vjp_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:07.3156007Z test_vjp_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:07.3356652Z test_vjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:07.3607391Z test_vjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.030s) 2022-09-27T15:52:07.4696789Z test_vjp_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.103s) 2022-09-27T15:52:07.6178543Z test_vjp_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.156s) 2022-09-27T15:52:08.2224362Z test_vjp_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.591s) 2022-09-27T15:52:08.2318798Z test_vjp_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.2725321Z test_vjp_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:08.3097779Z test_vjp_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:08.3187269Z test_vjp_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:08.3258358Z test_vjp_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.3306619Z test_vjp_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:08.3361984Z test_vjp_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:08.3433362Z test_vjp_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.3590291Z test_vjp_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.3712928Z test_vjp_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:08.3862511Z test_vjp_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.3996077Z test_vjp_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.4127134Z test_vjp_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.4252757Z test_vjp_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:08.4372196Z test_vjp_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.4498465Z test_vjp_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.4637619Z test_vjp_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.4856807Z test_vjp_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:08.4950376Z test_vjp_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:08.5047558Z test_vjp_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.5138823Z test_vjp_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:08.5349914Z test_vjp_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:08.5517627Z test_vjp_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:08.5566279Z test_vjp_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:08.5842301Z test_vjp_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:09.3741793Z test_vjp_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.794s) 2022-09-27T15:52:10.5992582Z test_vjp_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.230s) 2022-09-27T15:52:11.1041012Z test_vjp_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.497s) 2022-09-27T15:52:11.3050609Z test_vjp_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.207s) 2022-09-27T15:52:11.3843274Z test_vjp_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:52:11.7036842Z test_vjp_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.316s) 2022-09-27T15:52:11.8056904Z test_vjp_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T15:52:11.9203816Z test_vjp_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T15:52:11.9668306Z test_vjp_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T15:52:11.9720603Z test_vjp_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:11.9810957Z test_vjp_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:11.9934738Z test_vjp_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.0000112Z test_vjp_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.0050857Z test_vjp_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.0133866Z test_vjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.0661520Z test_vjp_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:12.0780255Z test_vjp_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:12.0896018Z test_vjp_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.1316999Z test_vjp_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:12.1437629Z test_vjp_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.1558200Z test_vjp_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.1659832Z test_vjp_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.1751214Z test_vjp_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:12.1790934Z test_vjp_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.1830529Z test_vjp_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.2836095Z test_vjp_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T15:52:12.3072634Z test_vjp_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.3120391Z test_vjp_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.3175851Z test_vjp_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.3269019Z test_vjp_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.3316049Z test_vjp_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.3364901Z test_vjp_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.3474890Z test_vjp_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.3558096Z test_vjp_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.3631699Z test_vjp_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.3707298Z test_vjp_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:12.3754341Z test_vjp_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.3817488Z test_vjp_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.3868879Z test_vjp_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.3917895Z test_vjp_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.3977701Z test_vjp_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.4125680Z test_vjp_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.4280851Z test_vjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.6344420Z test_vjp_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.207s) 2022-09-27T15:52:12.6404249Z test_vjp_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.6527663Z test_vjp_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.6553427Z test_vjp_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:12.6963809Z test_vjp_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:12.7018141Z test_vjp_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.7082180Z test_vjp_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.7132842Z test_vjp_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.7283364Z test_vjp_normal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:12.7332965Z test_vjp_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:12.7358654Z test_vjp_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:12.7383989Z test_vjp_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:52:12.7409477Z test_vjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:12.8129457Z test_vjp_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:52:12.8156229Z test_vjp_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:12.8202196Z test_vjp_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:13.6372349Z test_vjp_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.819s) 2022-09-27T15:52:13.6430014Z test_vjp_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:13.6561572Z test_vjp_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:13.6693370Z test_vjp_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:13.6798818Z test_vjp_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:13.6904306Z test_vjp_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:13.7009457Z test_vjp_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:13.7114412Z test_vjp_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:13.7219794Z test_vjp_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:13.7265368Z test_vjp_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:13.7402514Z test_vjp_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:13.7759566Z test_vjp_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:52:13.8023530Z test_vjp_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:13.8606959Z test_vjp_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:13.9648523Z test_vjp_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:52:13.9708903Z test_vjp_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:13.9742345Z test_vjp_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:13.9775520Z test_vjp_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:13.9808590Z test_vjp_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:13.9841550Z test_vjp_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:13.9901717Z test_vjp_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:13.9959544Z test_vjp_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.0020527Z test_vjp_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.0175472Z test_vjp_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.0261166Z test_vjp_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.0504976Z test_vjp_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.0580850Z test_vjp_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.0652374Z test_vjp_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.0748992Z test_vjp_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.0782383Z test_vjp_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.0815570Z test_vjp_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.0864831Z test_vjp_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.0914400Z test_vjp_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.1093537Z test_vjp_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.1448398Z test_vjp_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:14.1492894Z test_vjp_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.1541940Z test_vjp_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:52:14.1589972Z test_vjp_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.1637381Z test_vjp_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.1687301Z test_vjp_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.1818792Z test_vjp_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.1974204Z test_vjp_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.2146497Z test_vjp_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.2404039Z test_vjp_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.2662376Z test_vjp_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:14.2929647Z test_vjp_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:14.3250605Z test_vjp_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:14.3489797Z test_vjp_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.3515590Z test_vjp_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.4316737Z test_vjp_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:14.5110464Z test_vjp_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:14.5175639Z test_vjp_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.5251409Z test_vjp_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.5286171Z test_vjp_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.5311641Z test_vjp_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T15:52:14.5336908Z test_vjp_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.5385118Z test_vjp_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.5419141Z test_vjp_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.5444791Z test_vjp_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:14.5479459Z test_vjp_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.5531720Z test_vjp_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.5566303Z test_vjp_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.5752844Z test_vjp_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.5906837Z test_vjp_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.6067898Z test_vjp_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.6561108Z test_vjp_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:14.6585945Z test_vjp_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T15:52:14.6610488Z test_vjp_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.6634841Z test_vjp_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.6659240Z test_vjp_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.6683797Z test_vjp_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.6708231Z test_vjp_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:14.6732705Z test_vjp_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.6757205Z test_vjp_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.6775500Z test_vjp_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:14.6793592Z test_vjp_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:14.6833743Z test_vjp_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.6883885Z test_vjp_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.6909277Z test_vjp_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.6934742Z test_vjp_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.6977468Z test_vjp_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.7029908Z test_vjp_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.7082770Z test_vjp_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.7108423Z test_vjp_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.7127428Z test_vjp_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:14.7178171Z test_vjp_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.7203663Z test_vjp_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.7228889Z test_vjp_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.7254082Z test_vjp_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.7279333Z test_vjp_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.7334284Z test_vjp_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.7384534Z test_vjp_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.7490567Z test_vjp_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.7516138Z test_vjp_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T15:52:14.7541413Z test_vjp_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.7560385Z test_vjp_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:14.7579116Z test_vjp_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:14.7597750Z test_vjp_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:14.7616231Z test_vjp_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:14.7641336Z test_vjp_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.7768748Z test_vjp_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.7794185Z test_vjp_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:14.7838925Z test_vjp_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.7897706Z test_vjp_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.7966337Z test_vjp_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.8002099Z test_vjp_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.8051339Z test_vjp_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.8128257Z test_vjp_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.8235038Z test_vjp_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.8344551Z test_vjp_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.8466818Z test_vjp_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:52:14.8620520Z test_vjp_stft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.8751513Z test_vjp_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:14.8917895Z test_vjp_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:14.9057546Z test_vjp_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:15.2126932Z test_vjp_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.316s) 2022-09-27T15:52:16.1666502Z test_vjp_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.955s) 2022-09-27T15:52:16.1872780Z test_vjp_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.1974207Z test_vjp_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.2077354Z test_vjp_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.2226552Z test_vjp_take_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.2281905Z test_vjp_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.2334504Z test_vjp_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.2388640Z test_vjp_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:52:16.2470244Z test_vjp_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.2830260Z test_vjp_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:16.3211954Z test_vjp_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:16.3292608Z test_vjp_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:52:16.3466382Z test_vjp_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.3500162Z test_vjp_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.3585837Z test_vjp_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.3723842Z test_vjp_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.3855835Z test_vjp_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.4041655Z test_vjp_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.4128241Z test_vjp_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.4214147Z test_vjp_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.4341768Z test_vjp_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.4375968Z test_vjp_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.4476946Z test_vjp_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.4577085Z test_vjp_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:52:16.4790068Z test_vjp_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.4815029Z test_vjp_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:16.4839697Z test_vjp_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:16.4863901Z test_vjp_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:16.5009938Z test_vjp_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.5111888Z test_vjp_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.5228445Z test_vjp_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.5263364Z test_vjp_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.5298917Z test_vjp_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.5356413Z test_vjp_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.5436272Z test_vjp_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.5484971Z test_vjp_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.5535465Z test_vjp_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.5614430Z test_vjp_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.5739576Z test_vjp_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.5788058Z test_vjp_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.5813724Z test_vjp_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:16.5839186Z test_vjp_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:16.5889111Z test_vjpvjp_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:16.5940451Z test_vjpvjp_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.6215321Z test_vjpvjp___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.6881703Z test_vjpvjp___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:16.7046198Z test_vjpvjp___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.7250069Z test_vjpvjp___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.7556398Z test_vjpvjp___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:16.7740075Z test_vjpvjp___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.7916260Z test_vjpvjp___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.8137346Z test_vjpvjp___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:16.8304970Z test_vjpvjp___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:16.9797861Z test_vjpvjp__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:52:17.1289122Z test_vjpvjp__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T15:52:17.1316541Z test_vjpvjp__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:17.1343344Z test_vjpvjp__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:17.1621380Z test_vjpvjp__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:17.1854097Z test_vjpvjp__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:17.2207082Z test_vjpvjp__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:17.2544656Z test_vjpvjp__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:17.4240912Z test_vjpvjp__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:52:17.6006505Z test_vjpvjp__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T15:52:17.6341591Z test_vjpvjp__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:18.4038284Z test_vjpvjp__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.777s) 2022-09-27T15:52:18.4921673Z test_vjpvjp__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:52:18.5434171Z test_vjpvjp__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.047s) 2022-09-27T15:52:18.5782376Z test_vjpvjp__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:18.6147666Z test_vjpvjp__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:18.9111974Z test_vjpvjp__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.300s) 2022-09-27T15:52:19.0464560Z test_vjpvjp__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:52:19.3175990Z test_vjpvjp__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.265s) 2022-09-27T15:52:19.3219313Z test_vjpvjp_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.3293244Z test_vjpvjp_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.3364218Z test_vjpvjp_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.3557239Z test_vjpvjp_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:19.3735314Z test_vjpvjp_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-09-27T15:52:19.4183845Z test_vjpvjp_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:19.4597888Z test_vjpvjp_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:52:19.4714705Z test_vjpvjp_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.4824551Z test_vjpvjp_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.4982894Z test_vjpvjp_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.5094114Z test_vjpvjp_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.5121405Z test_vjpvjp_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.5148870Z test_vjpvjp_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.5461061Z test_vjpvjp_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:19.5779204Z test_vjpvjp_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:19.5806945Z test_vjpvjp_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.5846386Z test_vjpvjp_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.5873498Z test_vjpvjp_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.5900450Z test_vjpvjp_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:19.5927147Z test_vjpvjp_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.5953901Z test_vjpvjp_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.5980747Z test_vjpvjp_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.6007302Z test_vjpvjp_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.6109777Z test_vjpvjp_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.6224659Z test_vjpvjp_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.6269439Z test_vjpvjp_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.6311935Z test_vjpvjp_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.6525485Z test_vjpvjp_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:19.6570216Z test_vjpvjp_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.6614088Z test_vjpvjp_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.6723147Z test_vjpvjp_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.6835186Z test_vjpvjp_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.6948648Z test_vjpvjp_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.7156621Z test_vjpvjp_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:19.7314212Z test_vjpvjp_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.7400403Z test_vjpvjp_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.7475279Z test_vjpvjp_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:52:19.7581620Z test_vjpvjp_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:19.7628087Z test_vjpvjp_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-09-27T15:52:19.7654719Z test_vjpvjp_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.7680737Z test_vjpvjp_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.7706513Z test_vjpvjp_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.7758511Z test_vjpvjp_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.7884973Z test_vjpvjp_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.7911428Z test_vjpvjp_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.7939782Z test_vjpvjp_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:19.7966188Z test_vjpvjp_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.8055447Z test_vjpvjp_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.8185165Z test_vjpvjp_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.8211535Z test_vjpvjp_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T15:52:19.8250224Z test_vjpvjp_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.8343436Z test_vjpvjp_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.8370447Z test_vjpvjp_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:19.8397800Z test_vjpvjp_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:19.8781791Z test_vjpvjp_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:19.9053414Z test_vjpvjp_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:19.9376365Z test_vjpvjp_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:19.9454986Z test_vjpvjp_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:19.9576065Z test_vjpvjp_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:52:19.9754635Z test_vjpvjp_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.9933611Z test_vjpvjp_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:19.9984097Z test_vjpvjp_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.0059205Z test_vjpvjp_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.0505334Z test_vjpvjp_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:20.0685981Z test_vjpvjp_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.0744938Z test_vjpvjp_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.0783444Z test_vjpvjp_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.1457982Z test_vjpvjp_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:20.1506460Z test_vjpvjp_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.1703056Z test_vjpvjp_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.1881692Z test_vjpvjp_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.1949666Z test_vjpvjp_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.2015055Z test_vjpvjp_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.2041942Z test_vjpvjp_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:20.3204591Z test_vjpvjp_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:52:20.3280685Z test_vjpvjp_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.3347807Z test_vjpvjp_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.3414687Z test_vjpvjp_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.3738622Z test_vjpvjp_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:20.3867673Z test_vjpvjp_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.4097923Z test_vjpvjp_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.4163067Z test_vjpvjp_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.4373872Z test_vjpvjp_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.4590019Z test_vjpvjp_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:20.4680320Z test_vjpvjp_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.4891798Z test_vjpvjp_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.5157670Z test_vjpvjp_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:20.6509706Z test_vjpvjp_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:52:20.6577805Z test_vjpvjp_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.7944076Z test_vjpvjp_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:52:20.8115408Z test_vjpvjp_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.8324680Z test_vjpvjp_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.8494452Z test_vjpvjp_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.8537877Z test_vjpvjp_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.8625673Z test_vjpvjp_double_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.8701336Z test_vjpvjp_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.8762387Z test_vjpvjp_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.8831142Z test_vjpvjp_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.9087822Z test_vjpvjp_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:20.9115270Z test_vjpvjp_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:20.9141930Z test_vjpvjp_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:20.9168462Z test_vjpvjp_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:20.9195053Z test_vjpvjp_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:20.9239868Z test_vjpvjp_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.9311065Z test_vjpvjp_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.9355888Z test_vjpvjp_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.9422347Z test_vjpvjp_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.9487691Z test_vjpvjp_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.9554094Z test_vjpvjp_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:52:20.9698597Z test_vjpvjp_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:20.9740069Z test_vjpvjp_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:20.9766877Z test_vjpvjp_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:20.9898592Z test_vjpvjp_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.0040564Z test_vjpvjp_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.0203705Z test_vjpvjp_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.0298645Z test_vjpvjp_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.0459711Z test_vjpvjp_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.0624519Z test_vjpvjp_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:52:21.0819623Z test_vjpvjp_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.0949023Z test_vjpvjp_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.1100832Z test_vjpvjp_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.1267513Z test_vjpvjp_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.1360394Z test_vjpvjp_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:21.1509189Z test_vjpvjp_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:52:21.1666896Z test_vjpvjp_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-09-27T15:52:21.1853385Z test_vjpvjp_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.1998942Z test_vjpvjp_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-09-27T15:52:21.2154678Z test_vjpvjp_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.2333133Z test_vjpvjp_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.2468759Z test_vjpvjp_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.2617738Z test_vjpvjp_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.2789527Z test_vjpvjp_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:21.2856416Z test_vjpvjp_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.2950776Z test_vjpvjp_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:21.3099446Z test_vjpvjp_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.3151093Z test_vjpvjp_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:21.3202076Z test_vjpvjp_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.3283781Z test_vjpvjp_float_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:21.3354183Z test_vjpvjp_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.3650939Z test_vjpvjp_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:21.3689743Z test_vjpvjp_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:21.3715975Z test_vjpvjp_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.3898817Z test_vjpvjp_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:21.4080911Z test_vjpvjp_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.4265800Z test_vjpvjp_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:21.4326138Z test_vjpvjp_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.4391025Z test_vjpvjp_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:21.4417550Z test_vjpvjp_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.4509401Z test_vjpvjp_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.4535398Z test_vjpvjp_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.4561279Z test_vjpvjp_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:52:21.4943272Z test_vjpvjp_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:21.4969068Z test_vjpvjp_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.5054039Z test_vjpvjp_half_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.5128970Z test_vjpvjp_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:21.5155771Z test_vjpvjp_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.5182247Z test_vjpvjp_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.5208810Z test_vjpvjp_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:21.5235194Z test_vjpvjp_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.5295689Z test_vjpvjp_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:21.5358959Z test_vjpvjp_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.5560394Z test_vjpvjp_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.5630875Z test_vjpvjp_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:21.5657685Z test_vjpvjp_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.5684306Z test_vjpvjp_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.5858656Z test_vjpvjp_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.5934988Z test_vjpvjp_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.6003010Z test_vjpvjp_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:21.6167198Z test_vjpvjp_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.6451958Z test_vjpvjp_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:21.7242105Z test_vjpvjp_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:52:21.7309470Z test_vjpvjp_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.7374044Z test_vjpvjp_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:21.7401213Z test_vjpvjp_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.7427800Z test_vjpvjp_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.7454584Z test_vjpvjp_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:21.7480863Z test_vjpvjp_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.7520271Z test_vjpvjp_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.7534216Z test_vjpvjp_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.7560528Z test_vjpvjp_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.7587722Z test_vjpvjp_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.7613805Z test_vjpvjp_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.7640182Z test_vjpvjp_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:21.7999634Z test_vjpvjp_istft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:21.8026401Z test_vjpvjp_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T15:52:21.8053101Z test_vjpvjp_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:21.8079814Z test_vjpvjp_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:21.8106124Z test_vjpvjp_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:21.8132609Z test_vjpvjp_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:21.8185318Z test_vjpvjp_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.8350462Z test_vjpvjp_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.8558939Z test_vjpvjp_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:21.8585953Z test_vjpvjp_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:52:21.8996018Z test_vjpvjp_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:21.9062576Z test_vjpvjp_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:21.9459206Z test_vjpvjp_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:21.9840814Z test_vjpvjp_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:21.9958308Z test_vjpvjp_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:22.0035161Z test_vjpvjp_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:22.0295645Z test_vjpvjp_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:22.1707546Z test_vjpvjp_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:52:22.2146708Z test_vjpvjp_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.052s) 2022-09-27T15:52:22.2435249Z test_vjpvjp_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:22.2704408Z test_vjpvjp_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:22.2896933Z test_vjpvjp_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:22.3613519Z test_vjpvjp_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:52:22.3801475Z test_vjpvjp_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:22.3989238Z test_vjpvjp_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:22.4018210Z test_vjpvjp_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:22.4045307Z test_vjpvjp_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:22.4072177Z test_vjpvjp_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:22.5767064Z test_vjpvjp_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.169s) 2022-09-27T15:52:22.7399396Z test_vjpvjp_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:52:22.7927800Z test_vjpvjp_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T15:52:22.8510894Z test_vjpvjp_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.062s) 2022-09-27T15:52:22.9073995Z test_vjpvjp_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:23.6352095Z test_vjpvjp_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.728s) 2022-09-27T15:52:23.7706243Z test_vjpvjp_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.128s) 2022-09-27T15:52:23.8153520Z test_vjpvjp_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:23.8181510Z test_vjpvjp_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:23.8208873Z test_vjpvjp_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:23.8392863Z test_vjpvjp_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:24.0206590Z test_vjpvjp_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T15:52:24.1522274Z test_vjpvjp_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:52:24.2309585Z test_vjpvjp_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:24.2598216Z test_vjpvjp_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:24.2626441Z test_vjpvjp_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T15:52:24.3673937Z test_vjpvjp_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:52:24.3900432Z test_vjpvjp_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:24.4351626Z test_vjpvjp_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:24.4805588Z test_vjpvjp_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T15:52:25.4182480Z test_vjpvjp_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.933s) 2022-09-27T15:52:26.1833969Z test_vjpvjp_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.776s) 2022-09-27T15:52:26.2604568Z test_vjpvjp_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:26.2704180Z test_vjpvjp_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:26.2848513Z test_vjpvjp_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:26.3082430Z test_vjpvjp_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:26.3853046Z test_vjpvjp_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:26.6907748Z test_vjpvjp_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.317s) 2022-09-27T15:52:26.6935994Z test_vjpvjp_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:26.7004344Z test_vjpvjp_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:26.7047976Z test_vjpvjp_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:26.7115246Z test_vjpvjp_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:26.7180452Z test_vjpvjp_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:26.7292395Z test_vjpvjp_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:26.7414704Z test_vjpvjp_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:26.7461999Z test_vjpvjp_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:26.7508368Z test_vjpvjp_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:26.7696728Z test_vjpvjp_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-09-27T15:52:26.7929203Z test_vjpvjp_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:26.7956280Z test_vjpvjp_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:26.7983174Z test_vjpvjp_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:26.8009869Z test_vjpvjp_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:26.8036538Z test_vjpvjp_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:26.8212898Z test_vjpvjp_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:26.8239985Z test_vjpvjp_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:26.8521647Z test_vjpvjp_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:26.8548551Z test_vjpvjp_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:26.8575240Z test_vjpvjp_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:26.8602747Z test_vjpvjp_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:26.9725760Z test_vjpvjp_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.110s) 2022-09-27T15:52:27.1556559Z test_vjpvjp_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T15:52:27.1850869Z test_vjpvjp_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:27.1953192Z test_vjpvjp_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.2054497Z test_vjpvjp_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:27.2199774Z test_vjpvjp_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.2294445Z test_vjpvjp_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.2393801Z test_vjpvjp_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:27.2522576Z test_vjpvjp_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.2829549Z test_vjpvjp_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:27.2956524Z test_vjpvjp_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.3157460Z test_vjpvjp_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.3212816Z test_vjpvjp_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.3292534Z test_vjpvjp_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:27.3491878Z test_vjpvjp_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.3786253Z test_vjpvjp_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:27.3987063Z test_vjpvjp_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:27.4199408Z test_vjpvjp_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.4410420Z test_vjpvjp_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.4612275Z test_vjpvjp_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:27.4667101Z test_vjpvjp_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:27.4746523Z test_vjpvjp_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:27.4946101Z test_vjpvjp_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:27.4991408Z test_vjpvjp_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:27.5122271Z test_vjpvjp_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.5173817Z test_vjpvjp_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:27.5268840Z test_vjpvjp_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:27.5444153Z test_vjpvjp_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.5470327Z test_vjpvjp_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:27.5514406Z test_vjpvjp_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.5710776Z test_vjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-09-27T15:52:27.5905253Z test_vjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.6099403Z test_vjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.6166877Z test_vjpvjp_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.6744549Z test_vjpvjp_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.052s) 2022-09-27T15:52:27.6960934Z test_vjpvjp_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.022s) 2022-09-27T15:52:27.8617169Z test_vjpvjp_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.157s) 2022-09-27T15:52:27.9113650Z test_vjpvjp_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:27.9142921Z test_vjpvjp_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:27.9295933Z test_vjpvjp_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.9374151Z test_vjpvjp_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:52:27.9401377Z test_vjpvjp_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:27.9449214Z test_vjpvjp_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:27.9484199Z test_vjpvjp_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:27.9518742Z test_vjpvjp_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:27.9553291Z test_vjpvjp_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:27.9588673Z test_vjpvjp_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:27.9622997Z test_vjpvjp_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:27.9657589Z test_vjpvjp_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:27.9804054Z test_vjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:28.0003448Z test_vjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:28.0270568Z test_vjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:28.0454915Z test_vjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:28.0894005Z test_vjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:28.1281687Z test_vjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:28.1477439Z test_vjpvjp_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:28.1629050Z test_vjpvjp_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:52:28.1793997Z test_vjpvjp_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:28.2169889Z test_vjpvjp_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:28.3274064Z test_vjpvjp_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:52:28.3636846Z test_vjpvjp_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:28.4718760Z test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:52:28.4803412Z test_vjpvjp_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:28.5201475Z test_vjpvjp_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:28.6486265Z test_vjpvjp_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:52:28.6565534Z test_vjpvjp_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:28.6666826Z test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:28.6751516Z test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:28.6828876Z test_vjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:28.6906881Z test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:28.6986769Z test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:28.7067079Z test_vjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:28.7148368Z test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:28.7227515Z test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:28.7307411Z test_vjpvjp_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:28.7669389Z test_vjpvjp_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:28.8148389Z test_vjpvjp_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:28.8752175Z test_vjpvjp_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:28.9129540Z test_vjpvjp_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:28.9639223Z test_vjpvjp_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:29.0162543Z test_vjpvjp_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:29.0242727Z test_vjpvjp_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:52:29.0819563Z test_vjpvjp_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T15:52:29.1432978Z test_vjpvjp_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:29.2238471Z test_vjpvjp_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:52:29.2306379Z test_vjpvjp_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:29.2333583Z test_vjpvjp_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T15:52:29.2401729Z test_vjpvjp_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:29.2509969Z test_vjpvjp_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:29.2793172Z test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:29.3142731Z test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:29.4479598Z test_vjpvjp_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.144s) 2022-09-27T15:52:29.6258045Z test_vjpvjp_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T15:52:30.7639327Z test_vjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.138s) 2022-09-27T15:52:30.7807277Z test_vjpvjp_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:30.8590185Z test_vjpvjp_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:30.8619477Z test_vjpvjp_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T15:52:30.8810537Z test_vjpvjp_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:30.8913718Z test_vjpvjp_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:30.8941058Z test_vjpvjp_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T15:52:30.9023686Z test_vjpvjp_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:30.9127818Z test_vjpvjp_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:30.9384823Z test_vjpvjp_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:30.9599616Z test_vjpvjp_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:30.9900399Z test_vjpvjp_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:31.0105717Z test_vjpvjp_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:31.0317357Z test_vjpvjp_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:31.0523973Z test_vjpvjp_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:31.0742369Z test_vjpvjp_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:31.0984002Z test_vjpvjp_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:31.1225190Z test_vjpvjp_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:31.1613552Z test_vjpvjp_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:31.1766886Z test_vjpvjp_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:31.1950268Z test_vjpvjp_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:31.2095922Z test_vjpvjp_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:31.2539234Z test_vjpvjp_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:31.2964612Z test_vjpvjp_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:31.3050533Z test_vjpvjp_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:31.3563948Z test_vjpvjp_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:32.7195490Z test_vjpvjp_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.368s) 2022-09-27T15:52:34.8218067Z test_vjpvjp_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.096s) 2022-09-27T15:52:35.7277080Z test_vjpvjp_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.919s) 2022-09-27T15:52:35.7298423Z test_vjpvjp_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:35.8102398Z test_vjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:52:35.8122259Z test_vjpvjp_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:35.9243257Z test_vjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:52:36.1024449Z test_vjpvjp_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T15:52:36.1643449Z test_vjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:52:36.1724080Z test_vjpvjp_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.1866841Z test_vjpvjp_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.2067819Z test_vjpvjp_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.2095128Z test_vjpvjp_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T15:52:36.2121829Z test_vjpvjp_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T15:52:36.2262464Z test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.3088679Z test_vjpvjp_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:52:36.3328845Z test_vjpvjp_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:36.3553095Z test_vjpvjp_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-09-27T15:52:36.4233194Z test_vjpvjp_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:36.4415688Z test_vjpvjp_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:36.4598850Z test_vjpvjp_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.4776011Z test_vjpvjp_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:36.4802936Z test_vjpvjp_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T15:52:36.4854960Z test_vjpvjp_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.4906378Z test_vjpvjp_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:36.6807898Z test_vjpvjp_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.197s) 2022-09-27T15:52:36.7222162Z test_vjpvjp_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:36.7287168Z test_vjpvjp_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.7366495Z test_vjpvjp_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:36.7498433Z test_vjpvjp_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.7565945Z test_vjpvjp_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.7638743Z test_vjpvjp_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:36.7833601Z test_vjpvjp_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:36.7966825Z test_vjpvjp_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:36.8082166Z test_vjpvjp_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.8205423Z test_vjpvjp_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.8272587Z test_vjpvjp_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:36.8359533Z test_vjpvjp_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.8443254Z test_vjpvjp_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.8514021Z test_vjpvjp_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:36.8595006Z test_vjpvjp_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:36.8875269Z test_vjpvjp_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:36.9166181Z test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:37.2584329Z test_vjpvjp_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.326s) 2022-09-27T15:52:37.2669610Z test_vjpvjp_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:37.2863869Z test_vjpvjp_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:37.2891232Z test_vjpvjp_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:37.3730316Z test_vjpvjp_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:52:37.3813259Z test_vjpvjp_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:37.3912747Z test_vjpvjp_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:37.3991371Z test_vjpvjp_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:37.4200461Z test_vjpvjp_normal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:37.4262397Z test_vjpvjp_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:37.4289216Z test_vjpvjp_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:37.4315876Z test_vjpvjp_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:37.4342745Z test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:37.5388129Z test_vjpvjp_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.106s) 2022-09-27T15:52:37.5416406Z test_vjpvjp_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:37.5461879Z test_vjpvjp_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:39.8031565Z test_vjpvjp_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.263s) 2022-09-27T15:52:39.8108643Z test_vjpvjp_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:39.8402135Z test_vjpvjp_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:39.8654810Z test_vjpvjp_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:39.8822579Z test_vjpvjp_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:39.8987860Z test_vjpvjp_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:39.9153799Z test_vjpvjp_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:39.9319833Z test_vjpvjp_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:39.9485919Z test_vjpvjp_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:39.9545474Z test_vjpvjp_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:39.9818522Z test_vjpvjp_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:40.1123459Z test_vjpvjp_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:52:40.1483443Z test_vjpvjp_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:40.2554859Z test_vjpvjp_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:52:40.4220623Z test_vjpvjp_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T15:52:40.4287453Z test_vjpvjp_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:40.4314773Z test_vjpvjp_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:40.4341707Z test_vjpvjp_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:40.4368625Z test_vjpvjp_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:40.4395375Z test_vjpvjp_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:40.4459993Z test_vjpvjp_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:40.4519940Z test_vjpvjp_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:52:40.4588976Z test_vjpvjp_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:40.4782032Z test_vjpvjp_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:40.4909948Z test_vjpvjp_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:40.5254663Z test_vjpvjp_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:40.5346569Z test_vjpvjp_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:40.5425881Z test_vjpvjp_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:40.5540127Z test_vjpvjp_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:40.5567259Z test_vjpvjp_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:40.5593996Z test_vjpvjp_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:40.5642674Z test_vjpvjp_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:40.5691521Z test_vjpvjp_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:40.5926294Z test_vjpvjp_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:40.6396526Z test_vjpvjp_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:40.6436734Z test_vjpvjp_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:40.6499045Z test_vjpvjp_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:40.6566111Z test_vjpvjp_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:40.6632277Z test_vjpvjp_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:40.6704503Z test_vjpvjp_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:40.6906866Z test_vjpvjp_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:40.7148089Z test_vjpvjp_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:40.7421751Z test_vjpvjp_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:40.7857631Z test_vjpvjp_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:40.8291208Z test_vjpvjp_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:40.8740414Z test_vjpvjp_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.045s) 2022-09-27T15:52:40.9545996Z test_vjpvjp_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.066s) 2022-09-27T15:52:40.9920047Z test_vjpvjp_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:40.9947329Z test_vjpvjp_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:40.9974146Z test_vjpvjp_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T15:52:41.0000843Z test_vjpvjp_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T15:52:41.0091228Z test_vjpvjp_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.0199359Z test_vjpvjp_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.0239715Z test_vjpvjp_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:41.0266705Z test_vjpvjp_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.0293586Z test_vjpvjp_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.0361766Z test_vjpvjp_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.0401236Z test_vjpvjp_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:41.0428160Z test_vjpvjp_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.0470359Z test_vjpvjp_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:41.0553594Z test_vjpvjp_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.0595340Z test_vjpvjp_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:41.0853327Z test_vjpvjp_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:41.0964437Z test_vjpvjp_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:41.1084188Z test_vjpvjp_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.1918746Z test_vjpvjp_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:52:41.1945350Z test_vjpvjp_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T15:52:41.1971749Z test_vjpvjp_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.1997861Z test_vjpvjp_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2023707Z test_vjpvjp_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2049544Z test_vjpvjp_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2075870Z test_vjpvjp_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:41.2102137Z test_vjpvjp_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2127694Z test_vjpvjp_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2147401Z test_vjpvjp_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:41.2167087Z test_vjpvjp_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:41.2221769Z test_vjpvjp_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:41.2295291Z test_vjpvjp_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.2322328Z test_vjpvjp_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2348892Z test_vjpvjp_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2411987Z test_vjpvjp_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.2495128Z test_vjpvjp_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:41.2584177Z test_vjpvjp_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.2611336Z test_vjpvjp_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2631728Z test_vjpvjp_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:41.2710812Z test_vjpvjp_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.2738155Z test_vjpvjp_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2764841Z test_vjpvjp_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2791323Z test_vjpvjp_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2817836Z test_vjpvjp_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.2902981Z test_vjpvjp_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.2979302Z test_vjpvjp_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:41.3148140Z test_vjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.3175501Z test_vjpvjp_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:41.3202356Z test_vjpvjp_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.3223016Z test_vjpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:41.3242922Z test_vjpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:41.3263051Z test_vjpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:41.3283227Z test_vjpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:41.3309714Z test_vjpvjp_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.3530454Z test_vjpvjp_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:41.3557741Z test_vjpvjp_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:41.3614263Z test_vjpvjp_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:41.3690167Z test_vjpvjp_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.3780433Z test_vjpvjp_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:41.3823551Z test_vjpvjp_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.3894008Z test_vjpvjp_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:41.4006339Z test_vjpvjp_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.4172160Z test_vjpvjp_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.4385570Z test_vjpvjp_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.4612518Z test_vjpvjp_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:52:41.4879684Z test_vjpvjp_stft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:41.5079741Z test_vjpvjp_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:41.5357383Z test_vjpvjp_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:41.5592466Z test_vjpvjp_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:42.3195243Z test_vjpvjp_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.754s) 2022-09-27T15:52:44.7280875Z test_vjpvjp_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.401s) 2022-09-27T15:52:44.7571732Z test_vjpvjp_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:44.7674063Z test_vjpvjp_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:44.7780170Z test_vjpvjp_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:44.7965830Z test_vjpvjp_take_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:44.8022396Z test_vjpvjp_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:44.8075032Z test_vjpvjp_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:44.8123534Z test_vjpvjp_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:52:44.8214845Z test_vjpvjp_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:44.8679902Z test_vjpvjp_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:52:44.9140548Z test_vjpvjp_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:44.9217073Z test_vjpvjp_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:44.9481797Z test_vjpvjp_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:44.9535248Z test_vjpvjp_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:44.9688839Z test_vjpvjp_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:44.9983516Z test_vjpvjp_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:45.0277730Z test_vjpvjp_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.0648521Z test_vjpvjp_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T15:52:45.0804083Z test_vjpvjp_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.0959501Z test_vjpvjp_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.1218296Z test_vjpvjp_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.1269697Z test_vjpvjp_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.1445987Z test_vjpvjp_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.1634491Z test_vjpvjp_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.2033078Z test_vjpvjp_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:45.2068437Z test_vjpvjp_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:45.2103328Z test_vjpvjp_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:45.2138182Z test_vjpvjp_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:45.2430187Z test_vjpvjp_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:45.2645868Z test_vjpvjp_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.2882706Z test_vjpvjp_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:45.2938001Z test_vjpvjp_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:45.2981808Z test_vjpvjp_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:45.3059913Z test_vjpvjp_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.3174021Z test_vjpvjp_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.3234971Z test_vjpvjp_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:45.3301294Z test_vjpvjp_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:45.3414072Z test_vjpvjp_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.3627001Z test_vjpvjp_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.3690211Z test_vjpvjp_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.3717166Z test_vjpvjp_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:45.3743591Z test_vjpvjp_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:45.3804200Z test_vjpvmap_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:45.3865273Z test_vjpvmap_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:45.4235925Z test_vjpvmap___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.031s) 2022-09-27T15:52:45.9810650Z test_vjpvmap___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.555s) 2022-09-27T15:52:46.0270164Z test_vjpvmap___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:46.0799039Z test_vjpvmap___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:46.1743928Z test_vjpvmap___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:52:46.2243988Z test_vjpvmap___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:46.2646927Z test_vjpvmap___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:46.2689023Z test_vjpvmap___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::detach_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:46.2690125Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:52:46.2692345Z expected failure (0.016s) 2022-09-27T15:52:46.3081914Z test_vjpvmap___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:46.4841020Z test_vjpvmap__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.176s) 2022-09-27T15:52:46.6597134Z test_vjpvmap__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T15:52:46.6630966Z test_vjpvmap__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:46.6663177Z test_vjpvmap__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.017s) 2022-09-27T15:52:46.6978918Z test_vjpvmap__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:46.7271741Z test_vjpvmap__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:46.7732735Z test_vjpvmap__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.050s) 2022-09-27T15:52:46.8566574Z test_vjpvmap__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:52:47.0560044Z test_vjpvmap__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.188s) 2022-09-27T15:52:47.2804066Z test_vjpvmap__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.228s) 2022-09-27T15:52:47.3226962Z test_vjpvmap__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:48.2468437Z test_vjpvmap__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.924s) 2022-09-27T15:52:48.3434776Z test_vjpvmap__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:52:48.5424065Z test_vjpvmap__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.197s) 2022-09-27T15:52:48.5850757Z test_vjpvmap__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:48.6293572Z test_vjpvmap__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:48.9537705Z test_vjpvmap__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.327s) 2022-09-27T15:52:49.1197139Z test_vjpvmap__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.171s) 2022-09-27T15:52:49.4299646Z test_vjpvmap__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T15:52:49.4351974Z test_vjpvmap_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:49.4433906Z test_vjpvmap_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:49.4513692Z test_vjpvmap_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:49.4964709Z test_vjpvmap_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.052s) 2022-09-27T15:52:49.5791241Z test_vjpvmap_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:52:49.7040013Z test_vjpvmap_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:52:49.8245136Z test_vjpvmap_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T15:52:49.8634581Z test_vjpvmap_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:49.9020016Z test_vjpvmap_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:49.9765033Z test_vjpvmap_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.077s) 2022-09-27T15:52:50.0428572Z test_vjpvmap_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:50.0466958Z test_vjpvmap_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:50.0504052Z test_vjpvmap_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:50.0902465Z test_vjpvmap_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:50.1300118Z test_vjpvmap_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:50.1337843Z test_vjpvmap_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:50.1392319Z test_vjpvmap_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:50.1429372Z test_vjpvmap_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:50.1466395Z test_vjpvmap_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:50.1503258Z test_vjpvmap_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:50.1539961Z test_vjpvmap_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:50.1576813Z test_vjpvmap_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:50.1614036Z test_vjpvmap_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:50.1757341Z test_vjpvmap_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:50.1804316Z test_vjpvmap_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:10473: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:50.1882058Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-09-27T15:52:50.1882368Z expected failure (0.016s) 2022-09-27T15:52:50.1939260Z test_vjpvmap_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:50.1990750Z test_vjpvmap_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:50.2429370Z test_vjpvmap_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:52:50.2481613Z test_vjpvmap_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:50.2533355Z test_vjpvmap_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:50.3173933Z test_vjpvmap_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:52:50.3825777Z test_vjpvmap_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T15:52:50.4494313Z test_vjpvmap_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:52:50.5301793Z test_vjpvmap_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.077s) 2022-09-27T15:52:50.5328063Z test_vjpvmap_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:50.5429050Z test_vjpvmap_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:52:50.5517122Z test_vjpvmap_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:50.5982027Z test_vjpvmap_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:52:50.6067045Z test_vjpvmap_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:50.6099802Z test_vjpvmap_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:50.6132040Z test_vjpvmap_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:50.6164369Z test_vjpvmap_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:50.6445562Z test_vjpvmap_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:50.6592647Z test_vjpvmap_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:50.6625174Z test_vjpvmap_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:50.6657264Z test_vjpvmap_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:50.6689708Z test_vjpvmap_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:52:50.6914273Z test_vjpvmap_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:50.7226653Z test_vjpvmap_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:51.9422558Z test_vjpvmap_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.215s) 2022-09-27T15:52:51.9476758Z test_vjpvmap_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:51.9515078Z test_vjpvmap_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:13883: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::chalf. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:51.9515907Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:52:51.9623181Z ok (0.016s) 2022-09-27T15:52:51.9657435Z test_vjpvmap_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:51.9691338Z test_vjpvmap_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:52.0083294Z test_vjpvmap_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:52.0405392Z test_vjpvmap_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:52.1165487Z test_vjpvmap_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:52:52.1276049Z test_vjpvmap_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:52.1438186Z test_vjpvmap_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:52:52.1928051Z test_vjpvmap_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:52:52.2415317Z test_vjpvmap_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:52.2493544Z test_vjpvmap_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:52.2552316Z test_vjpvmap_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:52:52.3246137Z test_vjpvmap_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.062s) 2022-09-27T15:52:52.3284698Z test_vjpvmap_complex_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:52.3285499Z return self.op(*args, **kwargs) 2022-09-27T15:52:52.3748536Z ok (0.051s) 2022-09-27T15:52:52.3820211Z test_vjpvmap_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:52.3868930Z test_vjpvmap_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:52.4766615Z test_vjpvmap_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:52:52.4828257Z test_vjpvmap_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:52.4866355Z test_vjpvmap_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:52.4867161Z return self.op(*args, **kwargs) 2022-09-27T15:52:52.5364050Z ok (0.051s) 2022-09-27T15:52:52.5558601Z test_vjpvmap_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:52.5640849Z test_vjpvmap_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:52.5727382Z test_vjpvmap_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:52.5761031Z test_vjpvmap_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:52.7355926Z test_vjpvmap_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T15:52:52.7534226Z test_vjpvmap_cross_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:52:52.7640527Z test_vjpvmap_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:52.7746620Z test_vjpvmap_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:52.8049150Z test_vjpvmap_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:52.8165882Z test_vjpvmap_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:52.8681265Z test_vjpvmap_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:52:52.8776547Z test_vjpvmap_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:52.9114555Z test_vjpvmap_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:52.9414869Z test_vjpvmap_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:52.9452385Z test_vjpvmap_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:52.9453182Z return self.op(*args, **kwargs) 2022-09-27T15:52:52.9551084Z ok (0.016s) 2022-09-27T15:52:52.9802346Z test_vjpvmap_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:53.0449257Z test_vjpvmap_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:52:53.4930686Z test_vjpvmap_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.457s) 2022-09-27T15:52:53.5009193Z test_vjpvmap_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:53.7466678Z test_vjpvmap_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.234s) 2022-09-27T15:52:53.7873801Z test_vjpvmap_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:53.8292684Z test_vjpvmap_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:53.8690002Z test_vjpvmap_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:53.8768532Z test_vjpvmap_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:53.8869561Z test_vjpvmap_double_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:52:53.8959843Z test_vjpvmap_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:53.9030578Z test_vjpvmap_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:53.9281141Z test_vjpvmap_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:53.9824728Z test_vjpvmap_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:52:53.9858048Z test_vjpvmap_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:53.9892710Z test_vjpvmap_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:53.9930628Z test_vjpvmap_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:53.9967530Z test_vjpvmap_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:54.0021362Z test_vjpvmap_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:54.0111426Z test_vjpvmap_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.0171985Z test_vjpvmap_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:54.0264144Z test_vjpvmap_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.0346316Z test_vjpvmap_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:54.0486723Z test_vjpvmap_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.0703815Z test_vjpvmap_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:54.0754355Z test_vjpvmap_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:54.0786812Z test_vjpvmap_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:54.0940081Z test_vjpvmap_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.1106264Z test_vjpvmap_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.1296803Z test_vjpvmap_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:54.1408835Z test_vjpvmap_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:54.1583231Z test_vjpvmap_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.1762165Z test_vjpvmap_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:54.1971600Z test_vjpvmap_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.2123213Z test_vjpvmap_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.2299247Z test_vjpvmap_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.2488732Z test_vjpvmap_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:54.2601484Z test_vjpvmap_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:54.2642894Z test_vjpvmap_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:54.2643999Z return self.op(*args, **kwargs) 2022-09-27T15:52:54.2824902Z ok (0.016s) 2022-09-27T15:52:54.3001281Z test_vjpvmap_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.3042618Z test_vjpvmap_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:54.3043405Z return self.op(*args, **kwargs) 2022-09-27T15:52:54.3282449Z ok (0.031s) 2022-09-27T15:52:54.3462160Z test_vjpvmap_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.3690059Z test_vjpvmap_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:54.3981163Z test_vjpvmap_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:54.4205094Z test_vjpvmap_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.4454450Z test_vjpvmap_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:54.4736228Z test_vjpvmap_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:54.4860087Z test_vjpvmap_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.5032884Z test_vjpvmap_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:54.5301383Z test_vjpvmap_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.5396681Z test_vjpvmap_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.5491748Z test_vjpvmap_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.5631793Z test_vjpvmap_float_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.010s) 2022-09-27T15:52:54.5758169Z test_vjpvmap_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.6577730Z test_vjpvmap_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:52:54.6659919Z test_vjpvmap_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:54.6711471Z test_vjpvmap_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:54.7145309Z test_vjpvmap_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:54.7559371Z test_vjpvmap_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:52:54.7975923Z test_vjpvmap_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:54.8048589Z test_vjpvmap_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:54.8128260Z test_vjpvmap_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.8160650Z test_vjpvmap_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:54.8347970Z test_vjpvmap_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.8380343Z test_vjpvmap_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:54.8412272Z test_vjpvmap_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:54.8866457Z test_vjpvmap_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:54.8898530Z test_vjpvmap_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:54.8994367Z test_vjpvmap_half_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:52:54.9079756Z test_vjpvmap_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:54.9111855Z test_vjpvmap_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:54.9143662Z test_vjpvmap_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:54.9175199Z test_vjpvmap_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:54.9207001Z test_vjpvmap_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:54.9274589Z test_vjpvmap_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.9496381Z test_vjpvmap_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:54.9907722Z test_vjpvmap_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:52:54.9983227Z test_vjpvmap_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:55.0015750Z test_vjpvmap_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:55.0047634Z test_vjpvmap_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:55.0867569Z test_vjpvmap_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:52:55.1140492Z test_vjpvmap_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:55.1177424Z test_vjpvmap_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:55.1178390Z return self.op(*args, **kwargs) 2022-09-27T15:52:55.1300851Z ok (0.016s) 2022-09-27T15:52:55.1434330Z test_vjpvmap_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:52:55.2157062Z test_vjpvmap_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:52:55.2193574Z test_vjpvmap_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:55.2194357Z return self.op(*args, **kwargs) 2022-09-27T15:52:55.6434070Z ok (0.430s) 2022-09-27T15:52:55.6566151Z test_vjpvmap_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:55.6690039Z test_vjpvmap_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:52:55.6723893Z test_vjpvmap_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:55.6757075Z test_vjpvmap_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:55.6790206Z test_vjpvmap_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:55.6823431Z test_vjpvmap_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:55.6856026Z test_vjpvmap_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:55.6888874Z test_vjpvmap_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:55.6921647Z test_vjpvmap_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:55.6955479Z test_vjpvmap_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:55.6989391Z test_vjpvmap_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:55.7021873Z test_vjpvmap_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:55.7062539Z test_vjpvmap_istft_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::istft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:55.7063577Z return self.op(*args, **kwargs) 2022-09-27T15:52:55.7625695Z ok (0.067s) 2022-09-27T15:52:55.7660246Z test_vjpvmap_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:55.7693617Z test_vjpvmap_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:55.7726431Z test_vjpvmap_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:55.7759338Z test_vjpvmap_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:52:55.7792183Z test_vjpvmap_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T15:52:55.7899663Z test_vjpvmap_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:52:55.8112654Z test_vjpvmap_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:55.8560414Z test_vjpvmap_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:52:55.8593840Z test_vjpvmap_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:52:55.9602101Z test_vjpvmap_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:52:55.9679349Z test_vjpvmap_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:56.0027704Z test_vjpvmap_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:52:56.0379360Z test_vjpvmap_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:56.0494373Z test_vjpvmap_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:56.0650206Z test_vjpvmap_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:56.0888617Z test_vjpvmap_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:52:56.1982159Z test_vjpvmap_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T15:52:56.2327873Z test_vjpvmap_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:56.2368582Z test_vjpvmap_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:56.2369621Z return self.op(*args, **kwargs) 2022-09-27T15:52:56.2665840Z ok (0.041s) 2022-09-27T15:52:56.2898365Z test_vjpvmap_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:56.3087487Z test_vjpvmap_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:56.3933025Z test_vjpvmap_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:52:56.4130026Z test_vjpvmap_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:52:56.4330284Z test_vjpvmap_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:52:56.4363831Z test_vjpvmap_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:56.4397042Z test_vjpvmap_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:56.4447719Z test_vjpvmap_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:52:56.7676257Z test_vjpvmap_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.331s) 2022-09-27T15:52:57.0791792Z test_vjpvmap_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.316s) 2022-09-27T15:52:57.0830967Z test_vjpvmap_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:57.0832019Z return self.op(*args, **kwargs) 2022-09-27T15:52:57.1471012Z ok (0.063s) 2022-09-27T15:52:57.1511569Z test_vjpvmap_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:52:57.1512721Z return self.op(*args, **kwargs) 2022-09-27T15:52:57.2155859Z ok (0.073s) 2022-09-27T15:52:57.2607598Z test_vjpvmap_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:00.0229479Z test_vjpvmap_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.753s) 2022-09-27T15:53:00.1742607Z test_vjpvmap_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T15:53:00.2201082Z test_vjpvmap_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:00.2237402Z test_vjpvmap_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:00.2271114Z test_vjpvmap_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:00.3547383Z test_vjpvmap_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:53:00.5434676Z test_vjpvmap_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T15:53:00.6826808Z test_vjpvmap_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T15:53:00.7542838Z test_vjpvmap_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:53:00.7794890Z test_vjpvmap_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:00.7829473Z test_vjpvmap_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T15:53:00.8718329Z test_vjpvmap_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:53:00.8958635Z test_vjpvmap_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:00.9890127Z test_vjpvmap_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:53:01.0842711Z test_vjpvmap_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:53:02.6881905Z test_vjpvmap_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.610s) 2022-09-27T15:53:03.2839392Z test_vjpvmap_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.602s) 2022-09-27T15:53:03.3514956Z test_vjpvmap_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:53:03.3611528Z test_vjpvmap_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:03.3650459Z test_vjpvmap_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:03.3651536Z return self.op(*args, **kwargs) 2022-09-27T15:53:03.3964992Z ok (0.026s) 2022-09-27T15:53:03.4009435Z test_vjpvmap_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:03.4010560Z return self.op(*args, **kwargs) 2022-09-27T15:53:03.4294186Z ok (0.032s) 2022-09-27T15:53:03.4337841Z test_vjpvmap_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:03.4339001Z return self.op(*args, **kwargs) 2022-09-27T15:53:03.6678835Z ok (0.241s) 2022-09-27T15:53:03.9832925Z test_vjpvmap_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.316s) 2022-09-27T15:53:03.9873303Z test_vjpvmap_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:03.9958061Z test_vjpvmap_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:04.0015933Z test_vjpvmap_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:04.0099736Z test_vjpvmap_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:04.0181701Z test_vjpvmap_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:04.0318511Z test_vjpvmap_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:04.0461718Z test_vjpvmap_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:04.0547439Z test_vjpvmap_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:04.0629331Z test_vjpvmap_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:04.0810615Z test_vjpvmap_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:04.1082282Z test_vjpvmap_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:04.1133665Z test_vjpvmap_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:04.1184474Z test_vjpvmap_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:04.1234804Z test_vjpvmap_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:04.1285181Z test_vjpvmap_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:04.1419462Z test_vjpvmap_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:04.1470273Z test_vjpvmap_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:04.1829227Z test_vjpvmap_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:04.1868400Z test_vjpvmap_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:04.1907109Z test_vjpvmap_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:04.1945382Z test_vjpvmap_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:04.2889753Z test_vjpvmap_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:53:04.2935717Z test_vjpvmap_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:04.2936516Z return self.op(*args, **kwargs) 2022-09-27T15:53:05.2155777Z ok (0.935s) 2022-09-27T15:53:05.2202571Z test_vjpvmap_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:05.2203809Z return self.op(*args, **kwargs) 2022-09-27T15:53:05.3156958Z ok (0.095s) 2022-09-27T15:53:05.3322811Z test_vjpvmap_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:05.3486880Z test_vjpvmap_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:05.3582816Z test_vjpvmap_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:05.3583646Z return self.op(*args, **kwargs) 2022-09-27T15:53:05.4067713Z ok (0.063s) 2022-09-27T15:53:05.4271641Z test_vjpvmap_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:05.4316825Z test_vjpvmap_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:05.4317902Z return self.op(*args, **kwargs) 2022-09-27T15:53:05.4756766Z ok (0.049s) 2022-09-27T15:53:05.4810118Z test_vjpvmap_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:53:05.5576923Z test_vjpvmap_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:53:05.5625131Z test_vjpvmap_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:05.5626191Z return self.op(*args, **kwargs) 2022-09-27T15:53:05.5792036Z ok (0.032s) 2022-09-27T15:53:05.6215365Z test_vjpvmap_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:05.6285654Z test_vjpvmap_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:05.6393363Z test_vjpvmap_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:05.6815739Z test_vjpvmap_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:05.7159929Z test_vjpvmap_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:05.7406711Z test_vjpvmap_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:05.8354744Z test_vjpvmap_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:53:05.9267266Z test_vjpvmap_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:53:05.9693457Z test_vjpvmap_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:05.9765268Z test_vjpvmap_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:05.9872797Z test_vjpvmap_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:06.0294132Z test_vjpvmap_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:06.0381393Z test_vjpvmap_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:06.0557502Z test_vjpvmap_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:06.0631361Z test_vjpvmap_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:06.0821735Z test_vjpvmap_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:06.1224479Z test_vjpvmap_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:06.1262446Z test_vjpvmap_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:06.1345017Z test_vjpvmap_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:06.1572504Z test_vjpvmap_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:06.1809055Z test_vjpvmap_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:06.2083603Z test_vjpvmap_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:06.2191398Z test_vjpvmap_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:06.2250899Z test_vjpvmap_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:06.2251685Z return self.op(*args, **kwargs) 2022-09-27T15:53:06.3309486Z ok (0.110s) 2022-09-27T15:53:06.3565658Z test_vjpvmap_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:06.3617291Z test_vjpvmap_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:06.3618082Z return self.op(*args, **kwargs) 2022-09-27T15:53:06.4878756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:06.4879530Z return self.op(*args, **kwargs) 2022-09-27T15:53:06.7793507Z ok (0.421s) 2022-09-27T15:53:06.7841752Z test_vjpvmap_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:06.7842567Z return self.op(*args, **kwargs) 2022-09-27T15:53:06.8563221Z ok (0.078s) 2022-09-27T15:53:06.8603916Z test_vjpvmap_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:53:06.8668460Z test_vjpvmap_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:53:06.9948867Z test_vjpvmap_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:53:06.9989622Z test_vjpvmap_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:07.0045004Z test_vjpvmap_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:07.0089053Z test_vjpvmap_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:07.0127794Z test_vjpvmap_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:07.0166841Z test_vjpvmap_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:07.0208344Z test_vjpvmap_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:07.0250645Z test_vjpvmap_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:07.0293011Z test_vjpvmap_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:07.0465144Z test_vjpvmap_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:07.0743842Z test_vjpvmap_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-09-27T15:53:07.1073742Z test_vjpvmap_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:07.1288043Z test_vjpvmap_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:07.1825781Z test_vjpvmap_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:53:07.2319365Z test_vjpvmap_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:07.2545909Z test_vjpvmap_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:07.2742725Z test_vjpvmap_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:07.2968145Z test_vjpvmap_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:07.8040216Z test_vjpvmap_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.519s) 2022-09-27T15:53:07.8131851Z test_vjpvmap_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:07.8132765Z return self.op(*args, **kwargs) 2022-09-27T15:53:08.6574851Z ok (0.839s) 2022-09-27T15:53:08.7283443Z test_vjpvmap_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:53:08.9539685Z test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.222s) 2022-09-27T15:53:08.9623498Z test_vjpvmap_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:09.0967819Z test_vjpvmap_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:53:09.5877862Z test_vjpvmap_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.494s) 2022-09-27T15:53:09.6070902Z test_vjpvmap_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:09.6413546Z test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:09.6665457Z test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:09.6790970Z test_vjpvmap_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:09.6924374Z test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:09.7153373Z test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:09.7381114Z test_vjpvmap_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:09.7643931Z test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:09.7924674Z test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:09.8199518Z test_vjpvmap_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:09.9304154Z test_vjpvmap_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:53:10.0609357Z test_vjpvmap_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:53:10.2997596Z test_vjpvmap_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.238s) 2022-09-27T15:53:10.4131525Z test_vjpvmap_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:53:10.4833734Z test_vjpvmap_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T15:53:10.5892509Z test_vjpvmap_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:53:10.5959430Z test_vjpvmap_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:10.5960730Z return torch.ctc_loss( 2022-09-27T15:53:11.2016000Z ok (0.619s) 2022-09-27T15:53:11.2164335Z test_vjpvmap_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:53:11.2318785Z test_vjpvmap_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:53:11.2356309Z test_vjpvmap_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:11.2436718Z test_vjpvmap_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:11.2480526Z test_vjpvmap_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:11.2481632Z ret, _, _, _ = torch.embedding_bag( 2022-09-27T15:53:11.4526798Z ok (0.206s) 2022-09-27T15:53:11.4679436Z test_vjpvmap_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:11.4956091Z test_vjpvmap_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:11.4988784Z test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:11.5021083Z test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:11.5054259Z test_vjpvmap_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:11.5086352Z test_vjpvmap_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:11.5132044Z test_vjpvmap_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:11.5133147Z if torch.any(var < 0): 2022-09-27T15:53:11.5141320Z expected failure (0.016s) 2022-09-27T15:53:11.5321849Z test_vjpvmap_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:11.6160581Z test_vjpvmap_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:53:11.7950828Z test_vjpvmap_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T15:53:11.8141122Z test_vjpvmap_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:11.8268995Z test_vjpvmap_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:11.8361360Z test_vjpvmap_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:11.8467456Z test_vjpvmap_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:11.8623828Z test_vjpvmap_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:11.9374028Z test_vjpvmap_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:53:11.9429406Z test_vjpvmap_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:11.9430331Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-09-27T15:53:11.9964031Z ok (0.063s) 2022-09-27T15:53:12.0021388Z test_vjpvmap_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:12.0331089Z test_vjpvmap_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:12.0633844Z test_vjpvmap_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:12.0921777Z test_vjpvmap_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:12.1193468Z test_vjpvmap_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:12.1483239Z test_vjpvmap_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:12.1817748Z test_vjpvmap_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:12.1860416Z test_vjpvmap_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:12.1861532Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-09-27T15:53:12.2910007Z ok (0.111s) 2022-09-27T15:53:12.3229604Z test_vjpvmap_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:12.3843890Z test_vjpvmap_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T15:53:12.4018845Z test_vjpvmap_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:12.5594771Z test_vjpvmap_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:53:12.6059925Z test_vjpvmap_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:12.6165793Z test_vjpvmap_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:12.6223923Z test_vjpvmap_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:12.6224813Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-09-27T15:53:12.9271660Z ok (0.318s) 2022-09-27T15:53:12.9340519Z test_vjpvmap_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:696: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool1d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:12.9341665Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T15:53:15.2445382Z ok (2.311s) 2022-09-27T15:53:18.1889849Z test_vjpvmap_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.945s) 2022-09-27T15:53:18.1948082Z test_vjpvmap_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:843: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:18.1949021Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T15:53:18.1982189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:18.1982998Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T15:53:19.8088499Z ok (1.616s) 2022-09-27T15:53:19.8134845Z test_vjpvmap_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:948: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:19.8136071Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-09-27T15:53:20.6859508Z ok (0.886s) 2022-09-27T15:53:20.8446762Z test_vjpvmap_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:53:20.8494320Z test_vjpvmap_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:980: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:20.8495478Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-09-27T15:53:22.3755162Z ok (1.520s) 2022-09-27T15:53:22.6080709Z test_vjpvmap_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.237s) 2022-09-27T15:53:22.6138498Z test_vjpvmap_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1012: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:22.6139385Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-09-27T15:53:23.2703197Z ok (0.657s) 2022-09-27T15:53:23.3680920Z test_vjpvmap_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.105s) 2022-09-27T15:53:23.3771003Z test_vjpvmap_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:23.3836033Z test_vjpvmap_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T15:53:23.3837026Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:23.3881669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape [2, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T15:53:23.3882588Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:23.4019206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [25], which does not match the required output shape [2, 25]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T15:53:23.4020137Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:23.4071573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [125], which does not match the required output shape [2, 125]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T15:53:23.4072491Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:23.4091613Z ok (0.031s) 2022-09-27T15:53:23.4456348Z test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [625], which does not match the required output shape [2, 625]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T15:53:23.4457738Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:23.4586447Z ok (0.057s) 2022-09-27T15:53:23.4630292Z test_vjpvmap_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:23.4631446Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-09-27T15:53:23.4842378Z ok (0.016s) 2022-09-27T15:53:23.4885555Z test_vjpvmap_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:23.4886708Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-09-27T15:53:23.5021806Z ok (0.016s) 2022-09-27T15:53:23.5314208Z test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:23.7980682Z test_vjpvmap_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.275s) 2022-09-27T15:53:23.8231375Z test_vjpvmap_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:23.8475902Z test_vjpvmap_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:23.9397089Z test_vjpvmap_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:53:23.9678234Z test_vjpvmap_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:53:23.9958222Z test_vjpvmap_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:24.0320760Z test_vjpvmap_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:24.0363537Z test_vjpvmap_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:24.0364614Z return self.op(*args, **kwargs) 2022-09-27T15:53:24.0557292Z ok (0.026s) 2022-09-27T15:53:24.0630112Z test_vjpvmap_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:24.0703191Z test_vjpvmap_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:24.5318186Z test_vjpvmap_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.472s) 2022-09-27T15:53:24.6292489Z test_vjpvmap_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T15:53:24.6375467Z test_vjpvmap_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:24.6473792Z test_vjpvmap_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:24.6505581Z test_vjpvmap_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:24.6586352Z test_vjpvmap_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:24.6671383Z test_vjpvmap_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:24.6713589Z test_vjpvmap_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:24.6714564Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-09-27T15:53:24.7166077Z ok (0.047s) 2022-09-27T15:53:24.7209727Z test_vjpvmap_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:24.7210599Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-09-27T15:53:24.7526362Z ok (0.031s) 2022-09-27T15:53:24.7670183Z test_vjpvmap_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-09-27T15:53:24.7838815Z test_vjpvmap_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:24.7941976Z test_vjpvmap_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:24.8079170Z test_vjpvmap_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:24.8195203Z test_vjpvmap_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:24.8303827Z test_vjpvmap_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:24.8436293Z test_vjpvmap_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:24.8495535Z test_vjpvmap_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:24.8496474Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-09-27T15:53:25.0153396Z ok (0.171s) 2022-09-27T15:53:25.1313659Z test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T15:53:25.7225524Z test_vjpvmap_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.586s) 2022-09-27T15:53:25.7338183Z test_vjpvmap_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:25.7605425Z test_vjpvmap_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:25.7638330Z test_vjpvmap_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:25.8492118Z test_vjpvmap_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:53:25.8583673Z test_vjpvmap_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:25.8696271Z test_vjpvmap_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:25.8784361Z test_vjpvmap_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:25.8811549Z test_vjpvmap_normal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T15:53:25.8838231Z test_vjpvmap_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:25.8871575Z test_vjpvmap_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:25.8904762Z test_vjpvmap_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:25.8937830Z test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:28.3080351Z test_vjpvmap_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.417s) 2022-09-27T15:53:28.3116280Z test_vjpvmap_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:28.3193598Z test_vjpvmap_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:28.3249146Z test_vjpvmap_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:53:28.3344766Z test_vjpvmap_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:28.3596880Z test_vjpvmap_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:28.4060123Z test_vjpvmap_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:28.4260287Z test_vjpvmap_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:28.4459875Z test_vjpvmap_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:28.4659426Z test_vjpvmap_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:53:28.4858555Z test_vjpvmap_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:28.5059684Z test_vjpvmap_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:28.5131167Z test_vjpvmap_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:28.5633407Z test_vjpvmap_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:28.6378348Z test_vjpvmap_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:53:28.6416993Z test_vjpvmap_put_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:28.6417782Z return self.op(*args, **kwargs) 2022-09-27T15:53:28.8589446Z ok (0.222s) 2022-09-27T15:53:28.9481408Z test_vjpvmap_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:53:28.9530383Z test_vjpvmap_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:28.9531777Z return self.op(*args, **kwargs) 2022-09-27T15:53:29.0908854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:29.0909615Z return self.op(*args, **kwargs) 2022-09-27T15:53:29.3823263Z ok (0.427s) 2022-09-27T15:53:29.3903447Z test_vjpvmap_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:29.3937840Z test_vjpvmap_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:29.3970893Z test_vjpvmap_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:29.4004314Z test_vjpvmap_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:29.4037320Z test_vjpvmap_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:29.4120951Z test_vjpvmap_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:29.4198365Z test_vjpvmap_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:29.4287452Z test_vjpvmap_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:29.4742977Z test_vjpvmap_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T15:53:29.4786284Z test_vjpvmap_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:29.4787885Z return self.op(*args, **kwargs) 2022-09-27T15:53:29.4934591Z ok (0.016s) 2022-09-27T15:53:29.5398268Z test_vjpvmap_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:29.5509424Z test_vjpvmap_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:29.5660594Z test_vjpvmap_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:29.5803407Z test_vjpvmap_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:29.5837777Z test_vjpvmap_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:29.5871298Z test_vjpvmap_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:29.5930266Z test_vjpvmap_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:29.5995199Z test_vjpvmap_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:29.6352797Z test_vjpvmap_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:29.7109662Z test_vjpvmap_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:53:29.7175266Z test_vjpvmap_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:29.7270301Z test_vjpvmap_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:29.7366242Z test_vjpvmap_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:29.7460295Z test_vjpvmap_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:29.7550853Z test_vjpvmap_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:29.8004875Z test_vjpvmap_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:29.8593798Z test_vjpvmap_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:53:29.9224118Z test_vjpvmap_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:53:29.9268403Z test_vjpvmap_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:29.9269243Z return self.op(*args, **kwargs) 2022-09-27T15:53:30.1768830Z ok (0.254s) 2022-09-27T15:53:30.4327455Z test_vjpvmap_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.252s) 2022-09-27T15:53:30.7007975Z test_vjpvmap_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.267s) 2022-09-27T15:53:31.0467003Z test_vjpvmap_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.356s) 2022-09-27T15:53:31.2717499Z test_vjpvmap_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.229s) 2022-09-27T15:53:31.2753008Z test_vjpvmap_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:31.2791459Z test_vjpvmap_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:31.2792382Z return self.op(*args, **kwargs) 2022-09-27T15:53:31.5031487Z ok (0.218s) 2022-09-27T15:53:31.7168588Z test_vjpvmap_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.223s) 2022-09-27T15:53:31.7282832Z test_vjpvmap_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:31.7551769Z test_vjpvmap_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:31.7603890Z test_vjpvmap_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:31.7637844Z test_vjpvmap_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:31.7671161Z test_vjpvmap_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:31.7749127Z test_vjpvmap_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:31.7799188Z test_vjpvmap_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:31.7832595Z test_vjpvmap_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:31.7884544Z test_vjpvmap_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:31.7970137Z test_vjpvmap_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:31.8021450Z test_vjpvmap_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:31.8861254Z test_vjpvmap_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:53:31.8991913Z test_vjpvmap_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:31.9141671Z test_vjpvmap_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:32.0631488Z test_vjpvmap_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.155s) 2022-09-27T15:53:32.0666360Z test_vjpvmap_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-09-27T15:53:32.0698625Z test_vjpvmap_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.0730602Z test_vjpvmap_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.0762601Z test_vjpvmap_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.0794675Z test_vjpvmap_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.0827742Z test_vjpvmap_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:32.0860163Z test_vjpvmap_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.0892606Z test_vjpvmap_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.0918576Z test_vjpvmap_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T15:53:32.0944152Z test_vjpvmap_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:32.1022951Z test_vjpvmap_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:32.1112671Z test_vjpvmap_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:32.1145855Z test_vjpvmap_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.1178663Z test_vjpvmap_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.1243697Z test_vjpvmap_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:32.1328275Z test_vjpvmap_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:32.1414649Z test_vjpvmap_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:32.1447376Z test_vjpvmap_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.1474032Z test_vjpvmap_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:32.1509865Z test_vjpvmap_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:32.1510690Z return self.op(*args, **kwargs) 2022-09-27T15:53:32.1578877Z ok (0.016s) 2022-09-27T15:53:32.1612132Z test_vjpvmap_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.1645018Z test_vjpvmap_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:53:32.1677682Z test_vjpvmap_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.1710560Z test_vjpvmap_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.1802616Z test_vjpvmap_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:32.1882804Z test_vjpvmap_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:32.2079914Z test_vjpvmap_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:32.2112982Z test_vjpvmap_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:32.2145548Z test_vjpvmap_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.2172142Z test_vjpvmap_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:32.2198342Z test_vjpvmap_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:32.2224428Z test_vjpvmap_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:32.2250621Z test_vjpvmap_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:32.2283442Z test_vjpvmap_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:32.2731069Z test_vjpvmap_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:53:32.2763943Z test_vjpvmap_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:32.2830379Z test_vjpvmap_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:32.2919281Z test_vjpvmap_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:32.3024815Z test_vjpvmap_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:32.3074927Z test_vjpvmap_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:32.3153055Z test_vjpvmap_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:32.3284233Z test_vjpvmap_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:32.3862031Z test_vjpvmap_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:32.4075501Z test_vjpvmap_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:32.4297618Z test_vjpvmap_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:32.4338095Z test_vjpvmap_stft_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:610: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::stft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:32.4338964Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T15:53:32.4754717Z ok (0.041s) 2022-09-27T15:53:32.5307723Z test_vjpvmap_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:53:32.5700281Z test_vjpvmap_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:53:32.6038413Z test_vjpvmap_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:33.2989803Z test_vjpvmap_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.695s) 2022-09-27T15:53:33.3059757Z test_vjpvmap_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:53:33.3352599Z test_vjpvmap_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:33.3445121Z test_vjpvmap_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:33.3699923Z test_vjpvmap_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:33.3749408Z test_vjpvmap_take_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:33.3750213Z return self.op(*args, **kwargs) 2022-09-27T15:53:33.4221309Z ok (0.057s) 2022-09-27T15:53:33.4289794Z test_vjpvmap_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:33.4352842Z test_vjpvmap_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:33.4408725Z test_vjpvmap_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:53:33.4584183Z test_vjpvmap_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:33.5174044Z test_vjpvmap_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:33.5209807Z test_vjpvmap_to_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:33.5245367Z test_vjpvmap_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:33.5589115Z test_vjpvmap_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:33.5654536Z test_vjpvmap_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:33.5839278Z test_vjpvmap_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:33.6364664Z test_vjpvmap_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:53:33.6804743Z test_vjpvmap_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:53:33.7395369Z test_vjpvmap_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:53:33.7551298Z test_vjpvmap_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:33.7707060Z test_vjpvmap_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-09-27T15:53:33.8142116Z test_vjpvmap_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:33.8192665Z test_vjpvmap_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:33.8333431Z test_vjpvmap_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:33.8550646Z test_vjpvmap_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:33.9078966Z test_vjpvmap_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T15:53:33.9122253Z test_vjpvmap_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:33.9165073Z test_vjpvmap_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:33.9207253Z test_vjpvmap_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:33.9402619Z test_vjpvmap_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:33.9638437Z test_vjpvmap_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:33.9859197Z test_vjpvmap_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:33.9895918Z test_vjpvmap_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:33.9896706Z return self.op(*args, **kwargs) 2022-09-27T15:53:33.9944100Z ok (0.000s) 2022-09-27T15:53:33.9994737Z test_vjpvmap_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:53:34.0145184Z test_vjpvmap_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:34.0287531Z test_vjpvmap_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:34.0357830Z test_vjpvmap_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:34.0593288Z test_vjpvmap_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:34.1042449Z test_vjpvmap_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:53:34.1488255Z test_vjpvmap_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:34.1569065Z test_vjpvmap_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:34.1602624Z test_vjpvmap_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:34.1636415Z test_vjpvmap_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:34.1712721Z test_vmap_autograd_grad_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-09-27T15:53:34.1787856Z test_vmap_autograd_grad_H_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:34.1864881Z test_vmap_autograd_grad_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:34.1940946Z test_vmap_autograd_grad_T_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:34.2342038Z test_vmap_autograd_grad___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:34.2735528Z test_vmap_autograd_grad___getitem___cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:34.4916460Z test_vmap_autograd_grad___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.222s) 2022-09-27T15:53:34.7289464Z test_vmap_autograd_grad___getitem___functorch_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.236s) 2022-09-27T15:53:34.7566079Z test_vmap_autograd_grad___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:53:34.7831585Z test_vmap_autograd_grad___radd___cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:34.8133197Z test_vmap_autograd_grad___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:34.8423183Z test_vmap_autograd_grad___rdiv___cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:34.8455479Z test_vmap_autograd_grad___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:34.8487554Z test_vmap_autograd_grad___rmatmul___cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T15:53:34.8786231Z test_vmap_autograd_grad___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:34.9069479Z test_vmap_autograd_grad___rmod___cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:34.9373032Z test_vmap_autograd_grad___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:34.9645329Z test_vmap_autograd_grad___rmul___cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:34.9911760Z test_vmap_autograd_grad___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:35.0179558Z test_vmap_autograd_grad___rpow___cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:35.0452191Z test_vmap_autograd_grad___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:35.0717785Z test_vmap_autograd_grad___rsub___cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:35.2467381Z test_vmap_autograd_grad__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T15:53:35.4187870Z test_vmap_autograd_grad__masked_amax_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T15:53:35.5941687Z test_vmap_autograd_grad__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T15:53:35.7717271Z test_vmap_autograd_grad__masked_amin_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T15:53:35.7757405Z test_vmap_autograd_grad__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:35.7796003Z test_vmap_autograd_grad__masked_argmax_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:35.7835543Z test_vmap_autograd_grad__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:35.7873301Z test_vmap_autograd_grad__masked_argmin_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:35.7924629Z test_vmap_autograd_grad__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:35.7925930Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:35.8213884Z ok (0.031s) 2022-09-27T15:53:35.8550426Z test_vmap_autograd_grad__masked_cumprod_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:35.8842303Z test_vmap_autograd_grad__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:35.9128333Z test_vmap_autograd_grad__masked_cumsum_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:35.9601875Z test_vmap_autograd_grad__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:36.0085924Z test_vmap_autograd_grad__masked_log_softmax_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:36.0591313Z test_vmap_autograd_grad__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:36.1117339Z test_vmap_autograd_grad__masked_logaddexp_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:36.2965067Z test_vmap_autograd_grad__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T15:53:36.4637989Z test_vmap_autograd_grad__masked_logsumexp_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T15:53:36.6441722Z test_vmap_autograd_grad__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T15:53:36.8211323Z test_vmap_autograd_grad__masked_mean_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.176s) 2022-09-27T15:53:36.8632071Z test_vmap_autograd_grad__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:36.9049059Z test_vmap_autograd_grad__masked_median_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:37.7045323Z test_vmap_autograd_grad__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.797s) 2022-09-27T15:53:38.4824494Z test_vmap_autograd_grad__masked_norm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.778s) 2022-09-27T15:53:38.5707205Z test_vmap_autograd_grad__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:53:38.6578988Z test_vmap_autograd_grad__masked_normalize_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:53:38.8563601Z test_vmap_autograd_grad__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.189s) 2022-09-27T15:53:39.0483506Z test_vmap_autograd_grad__masked_prod_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T15:53:39.0949397Z test_vmap_autograd_grad__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:53:39.1429291Z test_vmap_autograd_grad__masked_softmax_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:39.1931814Z test_vmap_autograd_grad__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:53:39.2426348Z test_vmap_autograd_grad__masked_softmin_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:39.5020763Z test_vmap_autograd_grad__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.256s) 2022-09-27T15:53:39.7497391Z test_vmap_autograd_grad__masked_std_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T15:53:39.9152055Z test_vmap_autograd_grad__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:53:40.0742896Z test_vmap_autograd_grad__masked_sum_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:53:40.2997055Z test_vmap_autograd_grad__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.221s) 2022-09-27T15:53:40.5357921Z test_vmap_autograd_grad__masked_var_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.241s) 2022-09-27T15:53:40.5421127Z test_vmap_autograd_grad_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:40.5482703Z test_vmap_autograd_grad_abs_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:40.5583355Z test_vmap_autograd_grad_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:40.5683490Z test_vmap_autograd_grad_acos_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-09-27T15:53:40.5782309Z test_vmap_autograd_grad_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:40.5882614Z test_vmap_autograd_grad_acosh_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:40.6214271Z test_vmap_autograd_grad_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:40.6531775Z test_vmap_autograd_grad_add_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:40.6867423Z test_vmap_autograd_grad_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:53:40.7204661Z test_vmap_autograd_grad_addbmm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:40.7791523Z test_vmap_autograd_grad_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T15:53:40.8358323Z test_vmap_autograd_grad_addcdiv_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:40.8927155Z test_vmap_autograd_grad_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:40.9421604Z test_vmap_autograd_grad_addcmul_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:40.9572378Z test_vmap_autograd_grad_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:40.9716211Z test_vmap_autograd_grad_addmm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:40.9859750Z test_vmap_autograd_grad_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:40.9998967Z test_vmap_autograd_grad_addmm_decomposed_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:41.0253172Z test_vmap_autograd_grad_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:41.0499162Z test_vmap_autograd_grad_addmv_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:41.0677288Z test_vmap_autograd_grad_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:41.0849675Z test_vmap_autograd_grad_addr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:41.0889399Z test_vmap_autograd_grad_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.0928494Z test_vmap_autograd_grad_all_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:41.0967651Z test_vmap_autograd_grad_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.1006803Z test_vmap_autograd_grad_allclose_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.1471931Z test_vmap_autograd_grad_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:41.1930841Z test_vmap_autograd_grad_amax_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:53:41.2394909Z test_vmap_autograd_grad_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:41.2853134Z test_vmap_autograd_grad_amin_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:41.2892802Z test_vmap_autograd_grad_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.2932218Z test_vmap_autograd_grad_aminmax_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.2991795Z test_vmap_autograd_grad_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:41.3051687Z test_vmap_autograd_grad_angle_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:41.3090893Z test_vmap_autograd_grad_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.3130163Z test_vmap_autograd_grad_any_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.011s) 2022-09-27T15:53:41.3169227Z test_vmap_autograd_grad_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.3208306Z test_vmap_autograd_grad_arange_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.3247301Z test_vmap_autograd_grad_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.3286521Z test_vmap_autograd_grad_argmax_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:41.3325660Z test_vmap_autograd_grad_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.3364521Z test_vmap_autograd_grad_argmin_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.3403792Z test_vmap_autograd_grad_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.3442912Z test_vmap_autograd_grad_argsort_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:41.3482303Z test_vmap_autograd_grad_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.3521753Z test_vmap_autograd_grad_argwhere_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:41.3630104Z test_vmap_autograd_grad_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:41.3631024Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:41.3673501Z ok (0.016s) 2022-09-27T15:53:41.3821380Z test_vmap_autograd_grad_as_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:41.3903684Z test_vmap_autograd_grad_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:53:41.3984157Z test_vmap_autograd_grad_as_strided_scatter_cpu_float64 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:53:41.4047552Z test_vmap_autograd_grad_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:41.4108995Z test_vmap_autograd_grad_asin_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:41.4171073Z test_vmap_autograd_grad_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:41.4233033Z test_vmap_autograd_grad_asinh_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:41.4536458Z test_vmap_autograd_grad_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:41.4832893Z test_vmap_autograd_grad_atan2_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:53:41.4895631Z test_vmap_autograd_grad_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:41.4956459Z test_vmap_autograd_grad_atan_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:41.5019223Z test_vmap_autograd_grad_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:41.5081744Z test_vmap_autograd_grad_atanh_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:41.5995163Z test_vmap_autograd_grad_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:53:41.6880712Z test_vmap_autograd_grad_atleast_1d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.099s) 2022-09-27T15:53:41.7800459Z test_vmap_autograd_grad_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:53:41.8686336Z test_vmap_autograd_grad_atleast_2d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.093s) 2022-09-27T15:53:41.9624790Z test_vmap_autograd_grad_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:53:42.0532843Z test_vmap_autograd_grad_atleast_3d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.090s) 2022-09-27T15:53:42.0851744Z test_vmap_autograd_grad_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:53:42.1170026Z test_vmap_autograd_grad_baddbmm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:42.1323880Z test_vmap_autograd_grad_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:42.1452899Z test_vmap_autograd_grad_bernoulli_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:42.1585979Z test_vmap_autograd_grad_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:42.1714126Z test_vmap_autograd_grad_bfloat16_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:42.1825456Z test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:42.1934941Z test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:42.2098285Z test_vmap_autograd_grad_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:42.2255658Z test_vmap_autograd_grad_block_diag_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:42.2326302Z test_vmap_autograd_grad_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:42.2396428Z test_vmap_autograd_grad_bmm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:42.2435093Z test_vmap_autograd_grad_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:42.2477049Z test_vmap_autograd_grad_bool_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:42.2518645Z test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:42.2559246Z test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:42.2597268Z test_vmap_autograd_grad_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:42.2971529Z test_vmap_autograd_grad_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:42.3333534Z test_vmap_autograd_grad_broadcast_tensors_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:42.3502686Z test_vmap_autograd_grad_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:42.3667483Z test_vmap_autograd_grad_broadcast_to_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:42.3706628Z test_vmap_autograd_grad_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:42.3743950Z test_vmap_autograd_grad_bucketize_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:42.3781715Z test_vmap_autograd_grad_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:42.3831011Z test_vmap_autograd_grad_byte_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.018s) 2022-09-27T15:53:42.3882750Z test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T15:53:42.3934032Z test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T15:53:42.4083958Z test_vmap_autograd_grad_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:53:42.4229749Z test_vmap_autograd_grad_cartesian_prod_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:42.4475571Z test_vmap_autograd_grad_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:42.4682530Z test_vmap_autograd_grad_cat_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:53:43.2136325Z test_vmap_autograd_grad_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.744s) 2022-09-27T15:53:43.9602421Z test_vmap_autograd_grad_cdist_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.753s) 2022-09-27T15:53:43.9664084Z test_vmap_autograd_grad_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:43.9724164Z test_vmap_autograd_grad_ceil_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:43.9861362Z test_vmap_autograd_grad_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:43.9995119Z test_vmap_autograd_grad_chalf_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:44.0033359Z test_vmap_autograd_grad_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:44.0071204Z test_vmap_autograd_grad_char_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:44.0109407Z test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:44.0147157Z test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:44.0603827Z test_vmap_autograd_grad_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:44.1099030Z test_vmap_autograd_grad_cholesky_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:44.1506825Z test_vmap_autograd_grad_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:44.1911178Z test_vmap_autograd_grad_cholesky_inverse_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:44.2427846Z test_vmap_autograd_grad_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:44.2856776Z test_vmap_autograd_grad_cholesky_solve_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:44.3780183Z test_vmap_autograd_grad_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T15:53:44.4683955Z test_vmap_autograd_grad_chunk_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T15:53:44.4892577Z test_vmap_autograd_grad_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:44.5093012Z test_vmap_autograd_grad_clamp_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:44.5385460Z test_vmap_autograd_grad_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:44.5672589Z test_vmap_autograd_grad_clamp_max_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:44.5964937Z test_vmap_autograd_grad_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:44.6251306Z test_vmap_autograd_grad_clamp_min_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:44.6326525Z test_vmap_autograd_grad_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:44.6399864Z test_vmap_autograd_grad_clone_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:44.6514787Z test_vmap_autograd_grad_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:44.6630436Z test_vmap_autograd_grad_column_stack_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-09-27T15:53:44.7139823Z test_vmap_autograd_grad_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.050s) 2022-09-27T15:53:44.7641109Z test_vmap_autograd_grad_combinations_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:44.7927711Z test_vmap_autograd_grad_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:44.8206494Z test_vmap_autograd_grad_complex_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:44.8294877Z test_vmap_autograd_grad_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:44.8381452Z test_vmap_autograd_grad_conj_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:44.8439377Z test_vmap_autograd_grad_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:44.8496423Z test_vmap_autograd_grad_conj_physical_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:44.9482135Z test_vmap_autograd_grad_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T15:53:45.0448069Z test_vmap_autograd_grad_constant_pad_nd_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:53:45.0522420Z test_vmap_autograd_grad_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.0594973Z test_vmap_autograd_grad_contiguous_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:45.0886961Z test_vmap_autograd_grad_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:45.1172598Z test_vmap_autograd_grad_copysign_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:45.1358768Z test_vmap_autograd_grad_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.1542917Z test_vmap_autograd_grad_corrcoef_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.1640602Z test_vmap_autograd_grad_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.1738194Z test_vmap_autograd_grad_cos_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.1832920Z test_vmap_autograd_grad_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:45.1926633Z test_vmap_autograd_grad_cosh_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.1966128Z test_vmap_autograd_grad_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:45.2005177Z test_vmap_autograd_grad_count_nonzero_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:45.3232886Z test_vmap_autograd_grad_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:53:45.4587649Z test_vmap_autograd_grad_cov_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.144s) 2022-09-27T15:53:45.4740444Z test_vmap_autograd_grad_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:53:45.4889083Z test_vmap_autograd_grad_cross_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.4951156Z test_vmap_autograd_grad_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cummaxmin_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:45.4952216Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:45.5027943Z ok (0.016s) 2022-09-27T15:53:45.5162981Z test_vmap_autograd_grad_cummax_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.5300185Z test_vmap_autograd_grad_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.5435423Z test_vmap_autograd_grad_cummin_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.5833056Z test_vmap_autograd_grad_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:45.6176057Z test_vmap_autograd_grad_cumprod_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:45.6301815Z test_vmap_autograd_grad_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:45.6434112Z test_vmap_autograd_grad_cumsum_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.6756652Z test_vmap_autograd_grad_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:53:45.7058435Z test_vmap_autograd_grad_cumulative_trapezoid_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:45.7161224Z test_vmap_autograd_grad_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.7251977Z test_vmap_autograd_grad_deg2rad_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:45.7595123Z test_vmap_autograd_grad_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:45.7949808Z test_vmap_autograd_grad_diag_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:45.8313614Z test_vmap_autograd_grad_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:45.8635482Z test_vmap_autograd_grad_diag_embed_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:45.8771558Z test_vmap_autograd_grad_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.8903652Z test_vmap_autograd_grad_diagflat_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:45.9221309Z test_vmap_autograd_grad_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:45.9532883Z test_vmap_autograd_grad_diagonal_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.034s) 2022-09-27T15:53:45.9984144Z test_vmap_autograd_grad_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.034s) 2022-09-27T15:53:46.0426571Z test_vmap_autograd_grad_diagonal_scatter_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:46.2391162Z test_vmap_autograd_grad_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.202s) 2022-09-27T15:53:46.4329052Z test_vmap_autograd_grad_diff_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.187s) 2022-09-27T15:53:46.4422496Z test_vmap_autograd_grad_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:46.4513640Z test_vmap_autograd_grad_digamma_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:46.6134396Z test_vmap_autograd_grad_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.177s) 2022-09-27T15:53:46.7718794Z test_vmap_autograd_grad_dist_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.146s) 2022-09-27T15:53:46.8006210Z test_vmap_autograd_grad_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:46.8284428Z test_vmap_autograd_grad_div_floor_rounding_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:46.8578769Z test_vmap_autograd_grad_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:46.8865936Z test_vmap_autograd_grad_div_no_rounding_mode_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:46.9148856Z test_vmap_autograd_grad_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:46.9425841Z test_vmap_autograd_grad_div_trunc_rounding_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:46.9490324Z test_vmap_autograd_grad_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:46.9554687Z test_vmap_autograd_grad_dot_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:46.9687211Z test_vmap_autograd_grad_double_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:46.9811937Z test_vmap_autograd_grad_double_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:46.9925349Z test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.0032434Z test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.0339432Z test_vmap_autograd_grad_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.0640609Z test_vmap_autograd_grad_dsplit_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:53:47.0749364Z test_vmap_autograd_grad_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:47.0855389Z test_vmap_autograd_grad_dstack_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.1224649Z test_vmap_autograd_grad_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:47.1584019Z test_vmap_autograd_grad_einsum_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:47.1624423Z test_vmap_autograd_grad_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:47.1663784Z test_vmap_autograd_grad_empty_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:53:47.1703458Z test_vmap_autograd_grad_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:47.1742547Z test_vmap_autograd_grad_empty_like_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:47.1781548Z test_vmap_autograd_grad_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:47.1821178Z test_vmap_autograd_grad_eq_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:47.1860651Z test_vmap_autograd_grad_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:47.1904734Z test_vmap_autograd_grad_equal_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:53:47.1988120Z test_vmap_autograd_grad_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:47.2069183Z test_vmap_autograd_grad_erf_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.2193291Z test_vmap_autograd_grad_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:47.2315786Z test_vmap_autograd_grad_erfc_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.2398452Z test_vmap_autograd_grad_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.2479798Z test_vmap_autograd_grad_erfinv_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:47.2599063Z test_vmap_autograd_grad_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.2714113Z test_vmap_autograd_grad_exp2_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:47.2831080Z test_vmap_autograd_grad_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.2947950Z test_vmap_autograd_grad_exp_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.3070039Z test_vmap_autograd_grad_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:47.3190668Z test_vmap_autograd_grad_expand_as_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.3452365Z test_vmap_autograd_grad_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:47.3675309Z test_vmap_autograd_grad_expand_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:47.3736383Z test_vmap_autograd_grad_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:47.3797946Z test_vmap_autograd_grad_expm1_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:47.3837110Z test_vmap_autograd_grad_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:47.3875988Z test_vmap_autograd_grad_eye_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:47.4061401Z test_vmap_autograd_grad_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.4254986Z test_vmap_autograd_grad_fft_fft2_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.4501494Z test_vmap_autograd_grad_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:47.4720541Z test_vmap_autograd_grad_fft_fft_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-09-27T15:53:47.4974324Z test_vmap_autograd_grad_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:47.5251844Z test_vmap_autograd_grad_fft_fftn_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:47.5391124Z test_vmap_autograd_grad_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.5529338Z test_vmap_autograd_grad_fft_fftshift_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.5743627Z test_vmap_autograd_grad_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:53:47.5963331Z test_vmap_autograd_grad_fft_hfft2_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:47.6191533Z test_vmap_autograd_grad_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.6411761Z test_vmap_autograd_grad_fft_hfft_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.6674577Z test_vmap_autograd_grad_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:47.6934105Z test_vmap_autograd_grad_fft_hfftn_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.7161256Z test_vmap_autograd_grad_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:47.7384675Z test_vmap_autograd_grad_fft_ifft2_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.7646582Z test_vmap_autograd_grad_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:47.7906293Z test_vmap_autograd_grad_fft_ifft_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:47.8190744Z test_vmap_autograd_grad_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:47.8471314Z test_vmap_autograd_grad_fft_ifftn_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:47.8644043Z test_vmap_autograd_grad_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:47.8814427Z test_vmap_autograd_grad_fft_ifftshift_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-09-27T15:53:47.8880916Z test_vmap_autograd_grad_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:47.8881903Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:47.9075226Z ok (0.031s) 2022-09-27T15:53:47.9341470Z test_vmap_autograd_grad_fft_ihfft2_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:47.9612335Z test_vmap_autograd_grad_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:53:47.9880571Z test_vmap_autograd_grad_fft_ihfft_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.0195466Z test_vmap_autograd_grad_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:48.0507502Z test_vmap_autograd_grad_fft_ihfftn_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:48.0746466Z test_vmap_autograd_grad_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:48.0959253Z test_vmap_autograd_grad_fft_irfft2_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.1220759Z test_vmap_autograd_grad_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:48.1478895Z test_vmap_autograd_grad_fft_irfft_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.1776167Z test_vmap_autograd_grad_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:48.2068285Z test_vmap_autograd_grad_fft_irfftn_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:48.2300406Z test_vmap_autograd_grad_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:53:48.2529468Z test_vmap_autograd_grad_fft_rfft2_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-09-27T15:53:48.2785904Z test_vmap_autograd_grad_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:48.3040971Z test_vmap_autograd_grad_fft_rfft_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:48.3331119Z test_vmap_autograd_grad_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-09-27T15:53:48.3618611Z test_vmap_autograd_grad_fft_rfftn_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:48.3739686Z test_vmap_autograd_grad_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.3859068Z test_vmap_autograd_grad_fill_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.4041953Z test_vmap_autograd_grad_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.4221032Z test_vmap_autograd_grad_flatten_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.4501494Z test_vmap_autograd_grad_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:48.4776908Z test_vmap_autograd_grad_flip_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.4874775Z test_vmap_autograd_grad_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.4971667Z test_vmap_autograd_grad_fliplr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.5069205Z test_vmap_autograd_grad_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:48.5165876Z test_vmap_autograd_grad_flipud_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.5323349Z test_vmap_autograd_grad_float_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.5485594Z test_vmap_autograd_grad_float_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.5619684Z test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.5730850Z test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:48.6104014Z test_vmap_autograd_grad_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:48.6455013Z test_vmap_autograd_grad_float_power_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:48.6514854Z test_vmap_autograd_grad_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:48.6574419Z test_vmap_autograd_grad_floor_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.6613742Z test_vmap_autograd_grad_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:48.6652585Z test_vmap_autograd_grad_floor_divide_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:48.6960511Z test_vmap_autograd_grad_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:48.7261875Z test_vmap_autograd_grad_fmax_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:48.7569871Z test_vmap_autograd_grad_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:48.7870604Z test_vmap_autograd_grad_fmin_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:48.8166807Z test_vmap_autograd_grad_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:48.8456124Z test_vmap_autograd_grad_fmod_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:48.8548769Z test_vmap_autograd_grad_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:48.8639941Z test_vmap_autograd_grad_frac_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.8742271Z test_vmap_autograd_grad_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:48.8844519Z test_vmap_autograd_grad_frexp_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.8883640Z test_vmap_autograd_grad_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:48.8923000Z test_vmap_autograd_grad_full_like_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:48.9060696Z test_vmap_autograd_grad_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:48.9197114Z test_vmap_autograd_grad_gather_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:48.9237188Z test_vmap_autograd_grad_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:48.9276501Z test_vmap_autograd_grad_ge_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:48.9316025Z test_vmap_autograd_grad_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:48.9354909Z test_vmap_autograd_grad_geqrf_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.0126965Z test_vmap_autograd_grad_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T15:53:49.0869836Z test_vmap_autograd_grad_gradient_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:53:49.0909815Z test_vmap_autograd_grad_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.0948051Z test_vmap_autograd_grad_gt_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.1079532Z test_vmap_autograd_grad_half_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.1208344Z test_vmap_autograd_grad_half_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.1320189Z test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.1431750Z test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:49.1471217Z test_vmap_autograd_grad_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:49.1510263Z test_vmap_autograd_grad_heaviside_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.1549044Z test_vmap_autograd_grad_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.1587739Z test_vmap_autograd_grad_histc_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.1626707Z test_vmap_autograd_grad_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:49.1665828Z test_vmap_autograd_grad_histogram_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.1704384Z test_vmap_autograd_grad_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.1743051Z test_vmap_autograd_grad_histogramdd_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.2047866Z test_vmap_autograd_grad_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:49.2346645Z test_vmap_autograd_grad_hsplit_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:49.2450270Z test_vmap_autograd_grad_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.2550649Z test_vmap_autograd_grad_hstack_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:49.2841791Z test_vmap_autograd_grad_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:49.3125844Z test_vmap_autograd_grad_hypot_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:49.3221676Z test_vmap_autograd_grad_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.3316217Z test_vmap_autograd_grad_i0_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:49.3355584Z test_vmap_autograd_grad_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:49.3394582Z test_vmap_autograd_grad_igamma_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.3433247Z test_vmap_autograd_grad_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.3471915Z test_vmap_autograd_grad_igammac_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.3760930Z test_vmap_autograd_grad_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:49.4037191Z test_vmap_autograd_grad_index_add_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:49.4082947Z test_vmap_autograd_grad_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:49.4083968Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:49.4163422Z ok (0.016s) 2022-09-27T15:53:49.4287101Z test_vmap_autograd_grad_index_copy_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:49.4391527Z test_vmap_autograd_grad_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.4495622Z test_vmap_autograd_grad_index_fill_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:53:49.4649738Z test_vmap_autograd_grad_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.4800509Z test_vmap_autograd_grad_index_put_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.5054710Z test_vmap_autograd_grad_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.5302580Z test_vmap_autograd_grad_index_put_functorch_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:49.6454259Z test_vmap_autograd_grad_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.110s) 2022-09-27T15:53:49.7583835Z test_vmap_autograd_grad_index_reduce_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:53:49.7682811Z test_vmap_autograd_grad_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.7779923Z test_vmap_autograd_grad_index_select_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:49.7875192Z test_vmap_autograd_grad_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.7968406Z test_vmap_autograd_grad_inner_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:49.8007704Z test_vmap_autograd_grad_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8046561Z test_vmap_autograd_grad_int_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8085175Z test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8123994Z test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:49.8162644Z test_vmap_autograd_grad_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8201543Z test_vmap_autograd_grad_isclose_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8240328Z test_vmap_autograd_grad_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8279274Z test_vmap_autograd_grad_isfinite_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:49.8318167Z test_vmap_autograd_grad_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8356973Z test_vmap_autograd_grad_isin_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8395696Z test_vmap_autograd_grad_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8435018Z test_vmap_autograd_grad_isinf_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:49.8473574Z test_vmap_autograd_grad_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8512434Z test_vmap_autograd_grad_isnan_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8551660Z test_vmap_autograd_grad_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8590458Z test_vmap_autograd_grad_isneginf_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:49.8629300Z test_vmap_autograd_grad_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8667768Z test_vmap_autograd_grad_isposinf_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8706468Z test_vmap_autograd_grad_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:49.8745446Z test_vmap_autograd_grad_isreal_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:49.8798327Z test_vmap_autograd_grad_istft_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::col2im_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:49.8799535Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:49.9196219Z ok (0.031s) 2022-09-27T15:53:49.9642746Z test_vmap_autograd_grad_istft_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:49.9682231Z test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:53:49.9721594Z test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T15:53:49.9760784Z test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:53:49.9799814Z test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:53:49.9838707Z test_vmap_autograd_grad_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:53:49.9878885Z test_vmap_autograd_grad_jiterator_binary_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T15:53:49.9918108Z test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:53:49.9957163Z test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:53:49.9996385Z test_vmap_autograd_grad_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:53:50.0035169Z test_vmap_autograd_grad_jiterator_unary_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T15:53:50.0114627Z test_vmap_autograd_grad_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:50.0196872Z test_vmap_autograd_grad_kron_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:50.0453277Z test_vmap_autograd_grad_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:50.0705307Z test_vmap_autograd_grad_kthvalue_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:50.0738268Z test_vmap_autograd_grad_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:50.1026882Z test_vmap_autograd_grad_ldexp_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:50.1066105Z test_vmap_autograd_grad_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:50.1105424Z test_vmap_autograd_grad_le_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:50.1569538Z test_vmap_autograd_grad_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:50.2014210Z test_vmap_autograd_grad_lerp_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:50.2109278Z test_vmap_autograd_grad_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:50.2202639Z test_vmap_autograd_grad_lgamma_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:50.2657764Z test_vmap_autograd_grad_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:50.3089418Z test_vmap_autograd_grad_linalg_cholesky_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:50.3566014Z test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:50.4025900Z test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:50.4151944Z test_vmap_autograd_grad_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:50.4277299Z test_vmap_autograd_grad_linalg_cond_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:50.4396376Z test_vmap_autograd_grad_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:53:50.4512935Z test_vmap_autograd_grad_linalg_cross_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:50.4717219Z test_vmap_autograd_grad_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:53:50.4920139Z test_vmap_autograd_grad_linalg_det_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:50.5808893Z test_vmap_autograd_grad_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:53:50.6698982Z test_vmap_autograd_grad_linalg_det_singular_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:53:50.6762960Z test_vmap_autograd_grad_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:53:50.6827668Z test_vmap_autograd_grad_linalg_eig_cpu_float64 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:53:50.7397406Z test_vmap_autograd_grad_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:50.7951308Z test_vmap_autograd_grad_linalg_eigh_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:53:50.8202603Z test_vmap_autograd_grad_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:50.8449554Z test_vmap_autograd_grad_linalg_eigvals_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:50.8675074Z test_vmap_autograd_grad_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:50.8897628Z test_vmap_autograd_grad_linalg_eigvalsh_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:50.8969023Z test_vmap_autograd_grad_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:53:50.8970209Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:53:50.9524051Z ok (0.063s) 2022-09-27T15:53:51.0145870Z test_vmap_autograd_grad_linalg_householder_product_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.065s) 2022-09-27T15:53:51.0377121Z test_vmap_autograd_grad_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:51.0605886Z test_vmap_autograd_grad_linalg_inv_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:53:51.0850692Z test_vmap_autograd_grad_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:51.1092907Z test_vmap_autograd_grad_linalg_inv_ex_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:53:51.1132259Z test_vmap_autograd_grad_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:51.1171481Z test_vmap_autograd_grad_linalg_ldl_factor_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:51.1210644Z test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:51.1250216Z test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:51.1289530Z test_vmap_autograd_grad_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:51.1328691Z test_vmap_autograd_grad_linalg_ldl_solve_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:51.9255704Z test_vmap_autograd_grad_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.789s) 2022-09-27T15:53:52.6847979Z test_vmap_autograd_grad_linalg_lstsq_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.760s) 2022-09-27T15:53:52.8918380Z test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.208s) 2022-09-27T15:53:53.0955266Z test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.201s) 2022-09-27T15:53:53.2141101Z test_vmap_autograd_grad_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:53:53.3363362Z test_vmap_autograd_grad_linalg_lu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T15:53:53.4193448Z test_vmap_autograd_grad_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.089s) 2022-09-27T15:53:53.4964610Z test_vmap_autograd_grad_linalg_lu_factor_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:53:53.5617256Z test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:53:53.6262454Z test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:54.5283438Z test_vmap_autograd_grad_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.902s) 2022-09-27T15:53:55.3967185Z test_vmap_autograd_grad_linalg_lu_solve_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.861s) 2022-09-27T15:53:55.5574463Z test_vmap_autograd_grad_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T15:53:55.7161158Z test_vmap_autograd_grad_linalg_matrix_norm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T15:53:55.7688180Z test_vmap_autograd_grad_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:53:55.8204386Z test_vmap_autograd_grad_linalg_matrix_power_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:55.8244344Z test_vmap_autograd_grad_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:55.8283726Z test_vmap_autograd_grad_linalg_matrix_rank_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:53:55.8322705Z test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:55.8361915Z test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:53:55.8394479Z test_vmap_autograd_grad_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:55.8427138Z test_vmap_autograd_grad_linalg_multi_dot_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T15:53:56.0573770Z test_vmap_autograd_grad_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.207s) 2022-09-27T15:53:56.2675437Z test_vmap_autograd_grad_linalg_norm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T15:53:56.4266690Z test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T15:53:56.5827286Z test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T15:53:56.6620669Z test_vmap_autograd_grad_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:53:56.7406829Z test_vmap_autograd_grad_linalg_pinv_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:53:56.7707008Z test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:53:56.8002793Z test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:53:56.8042158Z test_vmap_autograd_grad_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T15:53:56.8081500Z test_vmap_autograd_grad_linalg_pinv_singular_cpu_float64 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T15:53:57.0465988Z test_vmap_autograd_grad_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.232s) 2022-09-27T15:53:57.2793725Z test_vmap_autograd_grad_linalg_qr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.228s) 2022-09-27T15:53:57.3271102Z test_vmap_autograd_grad_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:53:57.3741627Z test_vmap_autograd_grad_linalg_slogdet_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:57.4313272Z test_vmap_autograd_grad_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:57.4869231Z test_vmap_autograd_grad_linalg_solve_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:57.5470955Z test_vmap_autograd_grad_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:57.6058033Z test_vmap_autograd_grad_linalg_solve_ex_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:53:58.6213062Z test_vmap_autograd_grad_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.008s) 2022-09-27T15:53:59.6301753Z test_vmap_autograd_grad_linalg_solve_triangular_cpu_float64 (__main__.TestOperatorsCPU) ... ok (1.013s) 2022-09-27T15:54:00.7613626Z test_vmap_autograd_grad_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.141s) 2022-09-27T15:54:01.8566243Z test_vmap_autograd_grad_linalg_svd_cpu_float64 (__main__.TestOperatorsCPU) ... ok (1.090s) 2022-09-27T15:54:01.9381516Z test_vmap_autograd_grad_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:54:02.0180387Z test_vmap_autograd_grad_linalg_svdvals_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:54:02.0281703Z test_vmap_autograd_grad_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:02.0381168Z test_vmap_autograd_grad_linalg_tensorinv_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:02.0560488Z test_vmap_autograd_grad_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:02.0733153Z test_vmap_autograd_grad_linalg_tensorsolve_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:02.1044698Z test_vmap_autograd_grad_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:02.1353479Z test_vmap_autograd_grad_linalg_vander_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:02.2535509Z test_vmap_autograd_grad_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.119s) 2022-09-27T15:54:02.3680699Z test_vmap_autograd_grad_linalg_vecdot_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.103s) 2022-09-27T15:54:02.7355849Z test_vmap_autograd_grad_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.364s) 2022-09-27T15:54:03.0977825Z test_vmap_autograd_grad_linalg_vector_norm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.362s) 2022-09-27T15:54:03.1019602Z test_vmap_autograd_grad_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:03.1059810Z test_vmap_autograd_grad_linspace_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.1158225Z test_vmap_autograd_grad_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.1253190Z test_vmap_autograd_grad_log10_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:03.1316578Z test_vmap_autograd_grad_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.1377235Z test_vmap_autograd_grad_log1p_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:03.1475590Z test_vmap_autograd_grad_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.1571114Z test_vmap_autograd_grad_log2_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:03.1666462Z test_vmap_autograd_grad_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.1759572Z test_vmap_autograd_grad_log_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:03.1916674Z test_vmap_autograd_grad_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.2070303Z test_vmap_autograd_grad_log_softmax_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.2233436Z test_vmap_autograd_grad_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.2387694Z test_vmap_autograd_grad_log_softmax_dtype_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.2457137Z test_vmap_autograd_grad_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.2526087Z test_vmap_autograd_grad_logaddexp2_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:03.2594889Z test_vmap_autograd_grad_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.2664390Z test_vmap_autograd_grad_logaddexp_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:03.2879666Z test_vmap_autograd_grad_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.3093032Z test_vmap_autograd_grad_logcumsumexp_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:03.3358749Z test_vmap_autograd_grad_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.3622434Z test_vmap_autograd_grad_logdet_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:03.3661911Z test_vmap_autograd_grad_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.3699886Z test_vmap_autograd_grad_logical_and_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:03.3737799Z test_vmap_autograd_grad_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.3775770Z test_vmap_autograd_grad_logical_not_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.3813448Z test_vmap_autograd_grad_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.3857204Z test_vmap_autograd_grad_logical_or_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:03.3904559Z test_vmap_autograd_grad_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.3942346Z test_vmap_autograd_grad_logical_xor_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.4058159Z test_vmap_autograd_grad_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.4171813Z test_vmap_autograd_grad_logit_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:03.4211628Z test_vmap_autograd_grad_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.4250836Z test_vmap_autograd_grad_logspace_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.4603595Z test_vmap_autograd_grad_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:03.4992196Z test_vmap_autograd_grad_logsumexp_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:54:03.5044920Z test_vmap_autograd_grad_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.5096802Z test_vmap_autograd_grad_long_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.5148585Z test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:03.5200360Z test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.5241261Z test_vmap_autograd_grad_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:03.5287429Z test_vmap_autograd_grad_lt_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:03.6731296Z test_vmap_autograd_grad_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:54:03.8337717Z test_vmap_autograd_grad_lu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T15:54:04.0965939Z test_vmap_autograd_grad_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.254s) 2022-09-27T15:54:04.3242515Z test_vmap_autograd_grad_lu_solve_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.237s) 2022-09-27T15:54:04.4121088Z test_vmap_autograd_grad_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T15:54:04.4933113Z test_vmap_autograd_grad_lu_unpack_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T15:54:04.5097128Z test_vmap_autograd_grad_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.5257071Z test_vmap_autograd_grad_mH_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:04.5418953Z test_vmap_autograd_grad_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.5578833Z test_vmap_autograd_grad_mT_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.5803927Z test_vmap_autograd_grad_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.6023389Z test_vmap_autograd_grad_masked_fill_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.6162835Z test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.6300254Z test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.6463735Z test_vmap_autograd_grad_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.6624893Z test_vmap_autograd_grad_masked_scatter_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.6722441Z test_vmap_autograd_grad_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:54:04.6817632Z test_vmap_autograd_grad_masked_select_cpu_float64 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:54:04.6850373Z test_vmap_autograd_grad_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T15:54:04.6883206Z test_vmap_autograd_grad_matmul_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:04.7046509Z test_vmap_autograd_grad_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.7204346Z test_vmap_autograd_grad_matrix_exp_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.7526462Z test_vmap_autograd_grad_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:04.7842047Z test_vmap_autograd_grad_max_binary_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:04.7925287Z test_vmap_autograd_grad_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:04.8007729Z test_vmap_autograd_grad_max_reduction_no_dim_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.8134335Z test_vmap_autograd_grad_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.8260552Z test_vmap_autograd_grad_max_reduction_with_dim_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:04.8580693Z test_vmap_autograd_grad_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:04.8930247Z test_vmap_autograd_grad_maximum_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:04.9445852Z test_vmap_autograd_grad_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:54:04.9954037Z test_vmap_autograd_grad_mean_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.052s) 2022-09-27T15:54:05.0320713Z test_vmap_autograd_grad_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:05.0633507Z test_vmap_autograd_grad_median_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:05.1848853Z test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.124s) 2022-09-27T15:54:05.3024337Z test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T15:54:05.4242812Z test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T15:54:05.5436786Z test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T15:54:05.5757824Z test_vmap_autograd_grad_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:05.6069219Z test_vmap_autograd_grad_min_binary_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:05.6151822Z test_vmap_autograd_grad_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:05.6233575Z test_vmap_autograd_grad_min_reduction_no_dim_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:05.6359455Z test_vmap_autograd_grad_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:05.6482356Z test_vmap_autograd_grad_min_reduction_with_dim_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:05.6801362Z test_vmap_autograd_grad_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:05.7112849Z test_vmap_autograd_grad_minimum_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:05.7180717Z test_vmap_autograd_grad_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:05.7251490Z test_vmap_autograd_grad_mm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:05.7458904Z test_vmap_autograd_grad_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:05.7655461Z test_vmap_autograd_grad_mode_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:05.7733372Z test_vmap_autograd_grad_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:05.7809765Z test_vmap_autograd_grad_movedim_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:05.7922207Z test_vmap_autograd_grad_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:05.8033975Z test_vmap_autograd_grad_msort_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:05.8311616Z test_vmap_autograd_grad_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:05.8582562Z test_vmap_autograd_grad_mul_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:05.8620864Z test_vmap_autograd_grad_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:05.8659158Z test_vmap_autograd_grad_multinomial_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:54:05.8725707Z test_vmap_autograd_grad_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:05.8792144Z test_vmap_autograd_grad_mv_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:05.9045580Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:05.9291091Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:05.9541570Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:05.9786396Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:06.0037061Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:06.0281790Z test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:06.0382389Z test_vmap_autograd_grad_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:06.0479856Z test_vmap_autograd_grad_nan_to_num_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:06.1278624Z test_vmap_autograd_grad_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T15:54:06.2034734Z test_vmap_autograd_grad_nanmean_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:54:06.2345328Z test_vmap_autograd_grad_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:06.2650547Z test_vmap_autograd_grad_nanmedian_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:06.4396637Z test_vmap_autograd_grad_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.172s) 2022-09-27T15:54:06.6108134Z test_vmap_autograd_grad_nanquantile_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.181s) 2022-09-27T15:54:06.6831597Z test_vmap_autograd_grad_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:06.7533339Z test_vmap_autograd_grad_nansum_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:54:06.7572167Z test_vmap_autograd_grad_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:54:06.7610154Z test_vmap_autograd_grad_narrow_copy_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:06.7838733Z test_vmap_autograd_grad_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:06.8061498Z test_vmap_autograd_grad_narrow_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:06.8093298Z test_vmap_autograd_grad_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:06.8124628Z test_vmap_autograd_grad_native_layer_norm_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:06.8162263Z test_vmap_autograd_grad_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:06.8199845Z test_vmap_autograd_grad_ne_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:06.8257714Z test_vmap_autograd_grad_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:06.8315940Z test_vmap_autograd_grad_neg_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:06.8354027Z test_vmap_autograd_grad_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:06.8391596Z test_vmap_autograd_grad_new_empty_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:06.8429168Z test_vmap_autograd_grad_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:06.8466902Z test_vmap_autograd_grad_new_empty_strided_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:06.8504761Z test_vmap_autograd_grad_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:06.8542556Z test_vmap_autograd_grad_new_full_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:06.8580560Z test_vmap_autograd_grad_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:06.8618083Z test_vmap_autograd_grad_new_ones_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:06.8655821Z test_vmap_autograd_grad_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:54:06.8693401Z test_vmap_autograd_grad_new_zeros_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:06.8731775Z test_vmap_autograd_grad_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:06.8769374Z test_vmap_autograd_grad_nextafter_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:06.8938714Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:06.9105710Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:06.9366286Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:06.9633315Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:06.9994543Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:07.0347184Z test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:54:07.0568502Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:07.0788444Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:07.1375749Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:07.2051871Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T15:54:07.2679865Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:54:07.3298128Z test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:07.3582706Z test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:07.3861126Z test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:07.4097267Z test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:07.4332187Z test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:07.4598408Z test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:07.4856498Z test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:07.5428302Z test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.062s) 2022-09-27T15:54:07.5993555Z test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:07.6098287Z test_vmap_autograd_grad_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_trilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:07.6099487Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:07.7501643Z ok (0.145s) 2022-09-27T15:54:07.8989116Z test_vmap_autograd_grad_nn_functional_bilinear_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T15:54:07.9444052Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:07.9905207Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.046s) 2022-09-27T15:54:08.0892995Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T15:54:08.1853474Z test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.093s) 2022-09-27T15:54:08.1972661Z test_vmap_autograd_grad_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:08.2090640Z test_vmap_autograd_grad_nn_functional_celu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:08.2679720Z test_vmap_autograd_grad_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:08.3201268Z test_vmap_autograd_grad_nn_functional_conv1d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:08.4924373Z test_vmap_autograd_grad_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.168s) 2022-09-27T15:54:08.6370146Z test_vmap_autograd_grad_nn_functional_conv2d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.146s) 2022-09-27T15:54:08.6467437Z test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:08.6547236Z test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:08.6657767Z test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:08.6777722Z test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:08.6878707Z test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:08.6971276Z test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:08.7058911Z test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:08.7135168Z test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:08.7223940Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:08.7301261Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:08.7397558Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:08.7483552Z test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:08.7578508Z test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:08.7664190Z test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:08.7759355Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:08.7845419Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:08.7943456Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:08.8029002Z test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:08.8125885Z test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:08.8211730Z test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:08.8243929Z test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:08.8275586Z test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:08.8306832Z test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T15:54:08.8338361Z test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:08.8369868Z test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:08.8401417Z test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:08.8725513Z test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:08.9040976Z test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:08.9462559Z test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:54:08.9872567Z test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:09.0489910Z test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:54:09.1058148Z test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:09.1132925Z test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_ctc_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:09.1133850Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:09.1900219Z ok (0.077s) 2022-09-27T15:54:09.2724560Z test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:54:09.3098279Z test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:09.3461586Z test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:09.3897029Z test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T15:54:09.4330269Z test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:09.4813460Z test_vmap_autograd_grad_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:09.5284305Z test_vmap_autograd_grad_nn_functional_dropout_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:54:09.5379534Z test_vmap_autograd_grad_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:09.5474283Z test_vmap_autograd_grad_nn_functional_elu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:09.5524370Z test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_embedding_bag_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:09.5525590Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:09.6369089Z ok (0.088s) 2022-09-27T15:54:09.7223814Z test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:54:09.7332607Z test_vmap_autograd_grad_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:09.7434992Z test_vmap_autograd_grad_nn_functional_embedding_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:09.7600525Z test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:09.7763162Z test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:09.8015947Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:09.8266694Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:09.8532183Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:09.8793248Z test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-09-27T15:54:09.8860215Z test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fractional_max_pool2d_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:09.8861443Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:09.9875694Z ok (0.114s) 2022-09-27T15:54:10.0940837Z test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T15:54:10.1014275Z test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fractional_max_pool3d_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:10.1015497Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:10.2393191Z ok (0.145s) 2022-09-27T15:54:10.3826327Z test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.145s) 2022-09-27T15:54:11.7311152Z test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.338s) 2022-09-27T15:54:13.0077901Z test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (1.287s) 2022-09-27T15:54:13.0355471Z test_vmap_autograd_grad_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:13.0599370Z test_vmap_autograd_grad_nn_functional_gelu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:13.1630074Z test_vmap_autograd_grad_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T15:54:13.2628575Z test_vmap_autograd_grad_nn_functional_glu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T15:54:13.3714616Z test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T15:54:13.4795731Z test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.110s) 2022-09-27T15:54:13.4955596Z test_vmap_autograd_grad_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:13.5110257Z test_vmap_autograd_grad_nn_functional_group_norm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:13.5258764Z test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:13.5402731Z test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:13.5496309Z test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:13.5586363Z test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:13.5701758Z test_vmap_autograd_grad_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:13.5825842Z test_vmap_autograd_grad_nn_functional_hardswish_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:13.5974285Z test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:13.6120078Z test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:13.6422325Z test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:13.6751043Z test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:13.6810311Z test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:13.6811242Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:13.7119264Z ok (0.031s) 2022-09-27T15:54:13.7411166Z test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:13.7714304Z test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:13.8024615Z test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:13.8339444Z test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:13.8646478Z test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:54:13.8936234Z test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:13.9220977Z test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:13.9506537Z test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:13.9786174Z test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:14.0057099Z test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:14.0320778Z test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:14.0610937Z test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:14.0896503Z test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:14.1211807Z test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:14.1524345Z test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:14.2053686Z test_vmap_autograd_grad_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T15:54:14.2564184Z test_vmap_autograd_grad_nn_functional_kl_div_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:54:14.2770910Z test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:14.2971677Z test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:14.3004472Z test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:14.3231910Z test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:14.3476020Z test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:14.3724601Z test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:14.4403084Z test_vmap_autograd_grad_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:54:14.5082956Z test_vmap_autograd_grad_nn_functional_linear_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T15:54:14.5531483Z test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:54:14.5963969Z test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:14.6085407Z test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:14.6206032Z test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:14.6838475Z test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.052s) 2022-09-27T15:54:14.7427837Z test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:54:16.7762737Z test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.034s) 2022-09-27T15:54:18.9295591Z test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (2.155s) 2022-09-27T15:54:22.3510038Z test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.429s) 2022-09-27T15:54:25.6198764Z test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (3.270s) 2022-09-27T15:54:25.6247656Z test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:25.6248879Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:27.0552553Z ok (1.425s) 2022-09-27T15:54:28.4793411Z test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (1.423s) 2022-09-27T15:54:28.8369447Z test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.360s) 2022-09-27T15:54:29.2111542Z test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.379s) 2022-09-27T15:54:29.2971226Z test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:54:29.3862576Z test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.089s) 2022-09-27T15:54:29.4745789Z test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.081s) 2022-09-27T15:54:29.5589449Z test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float64 (__main__.TestOperatorsCPU) ... expected failure (0.094s) 2022-09-27T15:54:29.5838925Z test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:54:29.6117425Z test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestOperatorsCPU) ... expected failure (0.031s) 2022-09-27T15:54:29.8534820Z test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.238s) 2022-09-27T15:54:30.0957192Z test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.237s) 2022-09-27T15:54:30.1605479Z test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:54:30.2222910Z test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:54:30.2268395Z test_vmap_autograd_grad_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::mish_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:30.2269581Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:30.2322929Z ok (0.000s) 2022-09-27T15:54:30.2419882Z test_vmap_autograd_grad_nn_functional_mish_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:30.2662392Z test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:30.2896330Z test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:30.3261321Z test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:30.3612709Z test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:30.3657755Z test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:30.3659310Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:30.3754284Z ok (0.016s) 2022-09-27T15:54:30.3894731Z test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:30.3939575Z test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:30.3940524Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:30.4000098Z ok (0.016s) 2022-09-27T15:54:30.4112882Z test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:30.4270214Z test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:30.4428917Z test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:30.5985110Z test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.160s) 2022-09-27T15:54:30.7496549Z test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T15:54:30.7820065Z test_vmap_autograd_grad_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:30.8137471Z test_vmap_autograd_grad_nn_functional_normalize_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:30.8503791Z test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:30.8868374Z test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:30.9993431Z test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:54:31.0988013Z test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T15:54:31.1282643Z test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:31.1668370Z test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:31.1955930Z test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:31.2239094Z test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:31.2475976Z test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:31.2711548Z test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:31.2756706Z test_vmap_autograd_grad_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_pdist_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:31.2757913Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:31.2938658Z ok (0.016s) 2022-09-27T15:54:31.3162037Z test_vmap_autograd_grad_nn_functional_pdist_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:31.3242279Z test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:31.3334216Z test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:31.3433668Z test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:31.3531322Z test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:31.6101709Z test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T15:54:31.8459768Z test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.237s) 2022-09-27T15:54:31.9107482Z test_vmap_autograd_grad_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:54:31.9740013Z test_vmap_autograd_grad_nn_functional_prelu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:54:31.9835659Z test_vmap_autograd_grad_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:31.9926246Z test_vmap_autograd_grad_nn_functional_relu6_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:32.0040690Z test_vmap_autograd_grad_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.0153254Z test_vmap_autograd_grad_nn_functional_relu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.0202829Z test_vmap_autograd_grad_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::rrelu_with_noise_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:32.0203754Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:32.0268233Z ok (0.000s) 2022-09-27T15:54:32.0380623Z test_vmap_autograd_grad_nn_functional_rrelu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.0474222Z test_vmap_autograd_grad_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.0564594Z test_vmap_autograd_grad_nn_functional_selu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:32.0659531Z test_vmap_autograd_grad_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.0750130Z test_vmap_autograd_grad_nn_functional_silu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:32.0796482Z test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:32.0797400Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:32.1020364Z ok (0.032s) 2022-09-27T15:54:32.1282448Z test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:32.1327927Z test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:32.1328842Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:32.1468878Z ok (0.016s) 2022-09-27T15:54:32.1655990Z test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:54:32.1836406Z test_vmap_autograd_grad_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.2030398Z test_vmap_autograd_grad_nn_functional_softmin_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:32.2233095Z test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.2424995Z test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.2543691Z test_vmap_autograd_grad_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:54:32.2657811Z test_vmap_autograd_grad_nn_functional_softplus_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:32.2819340Z test_vmap_autograd_grad_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-09-27T15:54:32.2976270Z test_vmap_autograd_grad_nn_functional_softshrink_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.3103786Z test_vmap_autograd_grad_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.3232304Z test_vmap_autograd_grad_nn_functional_softsign_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-09-27T15:54:32.3354415Z test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:32.3477977Z test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.3626226Z test_vmap_autograd_grad_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:32.3771882Z test_vmap_autograd_grad_nn_functional_threshold_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:32.4170967Z test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:54:32.4526994Z test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:32.4885344Z test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:32.5229645Z test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:33.0244348Z test_vmap_autograd_grad_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.509s) 2022-09-27T15:54:33.5284702Z test_vmap_autograd_grad_nn_functional_unfold_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.503s) 2022-09-27T15:54:33.5437425Z test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:33.5586371Z test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:33.5936320Z test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:33.6281843Z test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:33.6332819Z test_vmap_autograd_grad_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:33.6382718Z test_vmap_autograd_grad_nonzero_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:33.7356337Z test_vmap_autograd_grad_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.099s) 2022-09-27T15:54:33.8282714Z test_vmap_autograd_grad_norm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:54:33.8384757Z test_vmap_autograd_grad_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:33.8487302Z test_vmap_autograd_grad_norm_fro_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:33.8621874Z test_vmap_autograd_grad_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:33.8754403Z test_vmap_autograd_grad_norm_inf_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:33.8845320Z test_vmap_autograd_grad_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:33.8934221Z test_vmap_autograd_grad_norm_nuc_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:33.9118386Z test_vmap_autograd_grad_normal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:33.9296022Z test_vmap_autograd_grad_normal_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:33.9359302Z test_vmap_autograd_grad_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:33.9422782Z test_vmap_autograd_grad_normal_number_mean_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:33.9462007Z test_vmap_autograd_grad_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:33.9501185Z test_vmap_autograd_grad_ones_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:33.9541948Z test_vmap_autograd_grad_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.019s) 2022-09-27T15:54:33.9593883Z test_vmap_autograd_grad_ones_like_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T15:54:33.9644928Z test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.005s) 2022-09-27T15:54:33.9695645Z test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.002s) 2022-09-27T15:54:34.2473898Z test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.269s) 2022-09-27T15:54:34.5537976Z test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.302s) 2022-09-27T15:54:34.5591171Z test_vmap_autograd_grad_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:34.5641450Z test_vmap_autograd_grad_ormqr_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:34.5727655Z test_vmap_autograd_grad_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:34.5810907Z test_vmap_autograd_grad_outer_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:41.1168348Z test_vmap_autograd_grad_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.536s) 2022-09-27T15:54:47.5089936Z test_vmap_autograd_grad_pca_lowrank_cpu_float64 (__main__.TestOperatorsCPU) ... ok (6.392s) 2022-09-27T15:54:47.5208164Z test_vmap_autograd_grad_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:47.5323684Z test_vmap_autograd_grad_permute_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:47.5627196Z test_vmap_autograd_grad_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:54:47.5922868Z test_vmap_autograd_grad_pinverse_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:47.6246327Z test_vmap_autograd_grad_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:47.6559597Z test_vmap_autograd_grad_polar_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:47.6795352Z test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:47.7025686Z test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:47.7262124Z test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:47.7493142Z test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:47.7728310Z test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:47.7958328Z test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:47.8193448Z test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:47.8423511Z test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:47.8659026Z test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:47.8889408Z test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:47.8980239Z test_vmap_autograd_grad_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:47.9069430Z test_vmap_autograd_grad_positive_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:47.9421913Z test_vmap_autograd_grad_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:47.9773406Z test_vmap_autograd_grad_pow_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:54:48.0659907Z test_vmap_autograd_grad_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:54:48.1523343Z test_vmap_autograd_grad_prod_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:54:48.1569691Z test_vmap_autograd_grad_put_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:48.1570561Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:48.1598721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:48.1599506Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:48.2169011Z ok (0.064s) 2022-09-27T15:54:48.2795444Z test_vmap_autograd_grad_put_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:54:48.5186750Z test_vmap_autograd_grad_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.238s) 2022-09-27T15:54:48.7789051Z test_vmap_autograd_grad_qr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T15:54:48.9654010Z test_vmap_autograd_grad_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.192s) 2022-09-27T15:54:49.1366543Z test_vmap_autograd_grad_quantile_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T15:54:49.1462432Z test_vmap_autograd_grad_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.1553148Z test_vmap_autograd_grad_rad2deg_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.1591382Z test_vmap_autograd_grad_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:49.1629236Z test_vmap_autograd_grad_rand_like_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:49.1667283Z test_vmap_autograd_grad_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:49.1704522Z test_vmap_autograd_grad_randint_like_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:49.1741758Z test_vmap_autograd_grad_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:49.1779716Z test_vmap_autograd_grad_randn_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:49.1817594Z test_vmap_autograd_grad_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:49.1855144Z test_vmap_autograd_grad_randn_like_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:49.1949861Z test_vmap_autograd_grad_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.2042824Z test_vmap_autograd_grad_ravel_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.2130745Z test_vmap_autograd_grad_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.2216929Z test_vmap_autograd_grad_real_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.2310374Z test_vmap_autograd_grad_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.2402256Z test_vmap_autograd_grad_reciprocal_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.2698004Z test_vmap_autograd_grad_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:49.2984267Z test_vmap_autograd_grad_remainder_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:49.3138724Z test_vmap_autograd_grad_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.3286185Z test_vmap_autograd_grad_renorm_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.3754597Z test_vmap_autograd_grad_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:54:49.4209641Z test_vmap_autograd_grad_repeat_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:54:49.4328041Z test_vmap_autograd_grad_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.4443462Z test_vmap_autograd_grad_repeat_interleave_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.4557826Z test_vmap_autograd_grad_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:54:49.4670559Z test_vmap_autograd_grad_reshape_as_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.4837435Z test_vmap_autograd_grad_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.5002317Z test_vmap_autograd_grad_reshape_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.5040462Z test_vmap_autograd_grad_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:49.5078527Z test_vmap_autograd_grad_resize__cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:49.5116309Z test_vmap_autograd_grad_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:49.5153671Z test_vmap_autograd_grad_resize_as__cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:49.5224505Z test_vmap_autograd_grad_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.5294527Z test_vmap_autograd_grad_resolve_conj_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.5365735Z test_vmap_autograd_grad_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.5436761Z test_vmap_autograd_grad_resolve_neg_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.5774882Z test_vmap_autograd_grad_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:54:49.6105880Z test_vmap_autograd_grad_roll_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:49.6813683Z test_vmap_autograd_grad_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:54:49.7506216Z test_vmap_autograd_grad_rot90_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:54:49.7566057Z test_vmap_autograd_grad_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.7624878Z test_vmap_autograd_grad_round_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.7716796Z test_vmap_autograd_grad_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.7806436Z test_vmap_autograd_grad_round_decimals_0_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.7897332Z test_vmap_autograd_grad_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.7986747Z test_vmap_autograd_grad_round_decimals_3_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.8077016Z test_vmap_autograd_grad_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.8166354Z test_vmap_autograd_grad_round_decimals_neg_3_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.8261249Z test_vmap_autograd_grad_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:49.8353694Z test_vmap_autograd_grad_rsqrt_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.8676004Z test_vmap_autograd_grad_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:49.8988989Z test_vmap_autograd_grad_rsub_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:49.9208889Z test_vmap_autograd_grad_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.9422989Z test_vmap_autograd_grad_scatter_add_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:49.9665146Z test_vmap_autograd_grad_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:49.9901592Z test_vmap_autograd_grad_scatter_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:54:50.0586685Z test_vmap_autograd_grad_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:54:50.1256964Z test_vmap_autograd_grad_scatter_reduce_amax_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:54:50.1940666Z test_vmap_autograd_grad_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:54:50.2609075Z test_vmap_autograd_grad_scatter_reduce_amin_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:54:50.3299732Z test_vmap_autograd_grad_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:54:50.3976344Z test_vmap_autograd_grad_scatter_reduce_mean_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:54:50.4838942Z test_vmap_autograd_grad_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.081s) 2022-09-27T15:54:50.5683106Z test_vmap_autograd_grad_scatter_reduce_prod_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.087s) 2022-09-27T15:54:50.6276072Z test_vmap_autograd_grad_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:54:50.6854158Z test_vmap_autograd_grad_scatter_reduce_sum_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:54:50.6892334Z test_vmap_autograd_grad_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:50.6931126Z test_vmap_autograd_grad_searchsorted_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:50.6974629Z test_vmap_autograd_grad_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_segment_reduce_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:54:50.6975674Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:54:50.8876796Z ok (0.197s) 2022-09-27T15:54:51.0776149Z test_vmap_autograd_grad_segment_reduce_lengths_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.187s) 2022-09-27T15:54:51.2729584Z test_vmap_autograd_grad_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.202s) 2022-09-27T15:54:51.4637573Z test_vmap_autograd_grad_segment_reduce_offsets_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.187s) 2022-09-27T15:54:51.4772820Z test_vmap_autograd_grad_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:51.4904333Z test_vmap_autograd_grad_select_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:51.5081920Z test_vmap_autograd_grad_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:51.5255567Z test_vmap_autograd_grad_select_scatter_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:51.5314816Z test_vmap_autograd_grad_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:51.5375229Z test_vmap_autograd_grad_sgn_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:51.5413897Z test_vmap_autograd_grad_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:51.5451357Z test_vmap_autograd_grad_short_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:51.5488953Z test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:51.5526869Z test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T15:54:51.5618203Z test_vmap_autograd_grad_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:51.5708391Z test_vmap_autograd_grad_sigmoid_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:51.5766635Z test_vmap_autograd_grad_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:51.5824658Z test_vmap_autograd_grad_sign_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:51.5862861Z test_vmap_autograd_grad_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:51.5900285Z test_vmap_autograd_grad_signbit_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:51.5961720Z test_vmap_autograd_grad_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:51.6022205Z test_vmap_autograd_grad_sin_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:51.6130047Z test_vmap_autograd_grad_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:51.6235281Z test_vmap_autograd_grad_sinc_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:51.6295397Z test_vmap_autograd_grad_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:51.6355686Z test_vmap_autograd_grad_sinh_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:51.6949682Z test_vmap_autograd_grad_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:51.7557130Z test_vmap_autograd_grad_slice_scatter_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.062s) 2022-09-27T15:54:51.7712732Z test_vmap_autograd_grad_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:51.7864963Z test_vmap_autograd_grad_softmax_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:51.8025524Z test_vmap_autograd_grad_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:51.8176760Z test_vmap_autograd_grad_softmax_with_dtype_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:51.9427526Z test_vmap_autograd_grad_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T15:54:52.0653326Z test_vmap_autograd_grad_sort_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:54:52.0685638Z test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:52.0717395Z test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.010s) 2022-09-27T15:54:52.0755712Z test_vmap_autograd_grad_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.0793819Z test_vmap_autograd_grad_special_airy_ai_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.0831523Z test_vmap_autograd_grad_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.0869224Z test_vmap_autograd_grad_special_bessel_j0_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:52.0907084Z test_vmap_autograd_grad_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.0944574Z test_vmap_autograd_grad_special_bessel_j1_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.0982173Z test_vmap_autograd_grad_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.1019767Z test_vmap_autograd_grad_special_bessel_y0_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:52.1057363Z test_vmap_autograd_grad_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.1095070Z test_vmap_autograd_grad_special_bessel_y1_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.1132793Z test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.1170419Z test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:52.1207926Z test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.1245391Z test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.1276931Z test_vmap_autograd_grad_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:52.1308601Z test_vmap_autograd_grad_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:52.1340060Z test_vmap_autograd_grad_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T15:54:52.1371455Z test_vmap_autograd_grad_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:52.1449188Z test_vmap_autograd_grad_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:52.1529192Z test_vmap_autograd_grad_special_entr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.1628660Z test_vmap_autograd_grad_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:52.1724374Z test_vmap_autograd_grad_special_erfcx_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:52.1764052Z test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:52.1802963Z test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.1841978Z test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.1880522Z test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.1959864Z test_vmap_autograd_grad_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.2038655Z test_vmap_autograd_grad_special_i0e_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:52.2145306Z test_vmap_autograd_grad_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.2248831Z test_vmap_autograd_grad_special_i1_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.2357083Z test_vmap_autograd_grad_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:52.2461860Z test_vmap_autograd_grad_special_i1e_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.2501318Z test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.2540121Z test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:52.2572714Z test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:52.2605066Z test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:52.2707312Z test_vmap_autograd_grad_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:52.2807906Z test_vmap_autograd_grad_special_log_ndtr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.2847021Z test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.2885839Z test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.2924749Z test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.2963657Z test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:52.3003167Z test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.3041637Z test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.3080455Z test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.3119415Z test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:52.3226229Z test_vmap_autograd_grad_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:52.3328038Z test_vmap_autograd_grad_special_ndtr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.3429139Z test_vmap_autograd_grad_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:54:52.3528050Z test_vmap_autograd_grad_special_ndtri_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.3761139Z test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:52.3989274Z test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.4028655Z test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.4067397Z test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.4106187Z test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:54:52.4144795Z test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.4177496Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:52.4209986Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:52.4242488Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T15:54:52.4275087Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:52.4307775Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:52.4340124Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:52.4372688Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:52.4405003Z test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T15:54:52.4443746Z test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.4482913Z test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.4802750Z test_vmap_autograd_grad_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:52.5111638Z test_vmap_autograd_grad_special_xlog1py_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:52.5150777Z test_vmap_autograd_grad_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.5189737Z test_vmap_autograd_grad_special_zeta_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:54:52.5343260Z test_vmap_autograd_grad_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.5494966Z test_vmap_autograd_grad_split_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:52.5814909Z test_vmap_autograd_grad_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:52.6136432Z test_vmap_autograd_grad_split_list_args_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:52.6555630Z test_vmap_autograd_grad_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:52.6966865Z test_vmap_autograd_grad_split_with_sizes_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:52.7027819Z test_vmap_autograd_grad_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:52.7089929Z test_vmap_autograd_grad_sqrt_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:54:52.7186180Z test_vmap_autograd_grad_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.7279513Z test_vmap_autograd_grad_square_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.7446365Z test_vmap_autograd_grad_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.7609655Z test_vmap_autograd_grad_squeeze_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.7874749Z test_vmap_autograd_grad_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:52.8132158Z test_vmap_autograd_grad_stack_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:54:52.8386770Z test_vmap_autograd_grad_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:52.8634648Z test_vmap_autograd_grad_std_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:52.9183525Z test_vmap_autograd_grad_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:52.9719480Z test_vmap_autograd_grad_std_mean_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:54:53.0072462Z test_vmap_autograd_grad_stft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:53.0492855Z test_vmap_autograd_grad_stft_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:53.0896822Z test_vmap_autograd_grad_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T15:54:53.1214016Z test_vmap_autograd_grad_sub_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:54:53.1679510Z test_vmap_autograd_grad_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:54:53.2151080Z test_vmap_autograd_grad_sum_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T15:54:53.2535819Z test_vmap_autograd_grad_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:54:53.2853426Z test_vmap_autograd_grad_sum_to_size_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:54:54.4128070Z test_vmap_autograd_grad_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.129s) 2022-09-27T15:54:55.6754745Z test_vmap_autograd_grad_svd_cpu_float64 (__main__.TestOperatorsCPU) ... ok (1.259s) 2022-09-27T15:55:02.5993238Z test_vmap_autograd_grad_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.928s) 2022-09-27T15:55:09.0980911Z test_vmap_autograd_grad_svd_lowrank_cpu_float64 (__main__.TestOperatorsCPU) ... ok (6.500s) 2022-09-27T15:55:09.1679604Z test_vmap_autograd_grad_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:55:09.2356835Z test_vmap_autograd_grad_symeig_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:55:09.2475659Z test_vmap_autograd_grad_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:55:09.2592596Z test_vmap_autograd_grad_t_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:55:09.2768720Z test_vmap_autograd_grad_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:09.2942659Z test_vmap_autograd_grad_take_along_dim_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:09.3240893Z test_vmap_autograd_grad_take_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:55:09.3533927Z test_vmap_autograd_grad_take_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:55:09.3613921Z test_vmap_autograd_grad_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:55:09.3692268Z test_vmap_autograd_grad_tan_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:55:09.3769164Z test_vmap_autograd_grad_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:09.3847095Z test_vmap_autograd_grad_tanh_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:55:09.5210395Z test_vmap_autograd_grad_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.144s) 2022-09-27T15:55:09.6512863Z test_vmap_autograd_grad_tensor_split_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:55:09.6616319Z test_vmap_autograd_grad_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:09.6717832Z test_vmap_autograd_grad_tensordot_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:09.7265639Z test_vmap_autograd_grad_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:55:09.7814933Z test_vmap_autograd_grad_tile_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:55:09.8375333Z test_vmap_autograd_grad_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:55:09.8906999Z test_vmap_autograd_grad_to_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:55:09.8964376Z test_vmap_autograd_grad_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_dense_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:55:09.8965994Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:55:09.8971199Z expected failure (0.016s) 2022-09-27T15:55:09.9036821Z test_vmap_autograd_grad_to_sparse_cpu_float64 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:55:09.9459321Z test_vmap_autograd_grad_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:55:09.9874003Z test_vmap_autograd_grad_topk_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:55:09.9952704Z test_vmap_autograd_grad_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:55:10.0031026Z test_vmap_autograd_grad_trace_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:10.0263472Z test_vmap_autograd_grad_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:10.0491477Z test_vmap_autograd_grad_transpose_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:55:10.0886331Z test_vmap_autograd_grad_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:55:10.1219262Z test_vmap_autograd_grad_trapezoid_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:55:10.1537842Z test_vmap_autograd_grad_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:55:10.1843961Z test_vmap_autograd_grad_trapz_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:55:10.2655655Z test_vmap_autograd_grad_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:55:10.3445701Z test_vmap_autograd_grad_triangular_solve_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:55:10.3642830Z test_vmap_autograd_grad_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:10.3918855Z test_vmap_autograd_grad_tril_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:55:10.4241942Z test_vmap_autograd_grad_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:55:10.4560968Z test_vmap_autograd_grad_triu_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:55:10.5053941Z test_vmap_autograd_grad_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:55:10.5490762Z test_vmap_autograd_grad_true_divide_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:55:10.5549800Z test_vmap_autograd_grad_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:55:10.5610587Z test_vmap_autograd_grad_trunc_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:10.8038620Z test_vmap_autograd_grad_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.238s) 2022-09-27T15:55:11.0424810Z test_vmap_autograd_grad_unbind_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.236s) 2022-09-27T15:55:11.0654242Z test_vmap_autograd_grad_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:55:11.0879314Z test_vmap_autograd_grad_unflatten_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.0934681Z test_vmap_autograd_grad_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::unfold_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:55:11.0935603Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:55:11.1459890Z ok (0.062s) 2022-09-27T15:55:11.2031901Z test_vmap_autograd_grad_unfold_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:55:11.2071811Z test_vmap_autograd_grad_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:55:11.2110626Z test_vmap_autograd_grad_uniform_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:55:11.2149052Z test_vmap_autograd_grad_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:55:11.2187345Z test_vmap_autograd_grad_unique_consecutive_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:55:11.2225546Z test_vmap_autograd_grad_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:55:11.2263350Z test_vmap_autograd_grad_unique_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:55:11.2465698Z test_vmap_autograd_grad_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.2661417Z test_vmap_autograd_grad_unsqueeze_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.2896564Z test_vmap_autograd_grad_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:55:11.3130071Z test_vmap_autograd_grad_var_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.3642556Z test_vmap_autograd_grad_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:55:11.4140585Z test_vmap_autograd_grad_var_mean_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:55:11.4205054Z test_vmap_autograd_grad_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:55:11.4269881Z test_vmap_autograd_grad_vdot_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.4328946Z test_vmap_autograd_grad_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:55:11.4387347Z test_vmap_autograd_grad_view_as_complex_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:55:11.4504300Z test_vmap_autograd_grad_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.4619567Z test_vmap_autograd_grad_view_as_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:55:11.4791277Z test_vmap_autograd_grad_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.4960044Z test_vmap_autograd_grad_view_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.5263596Z test_vmap_autograd_grad_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:55:11.5563470Z test_vmap_autograd_grad_vsplit_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:55:11.5667991Z test_vmap_autograd_grad_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:55:11.5769807Z test_vmap_autograd_grad_vstack_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.5953328Z test_vmap_autograd_grad_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.6133333Z test_vmap_autograd_grad_where_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.6449947Z test_vmap_autograd_grad_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:55:11.6753733Z test_vmap_autograd_grad_xlogy_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:55:11.6850237Z test_vmap_autograd_grad_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.6944788Z test_vmap_autograd_grad_zero__cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:55:11.6983898Z test_vmap_autograd_grad_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T15:55:11.7023195Z test_vmap_autograd_grad_zeros_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:55:11.7062263Z test_vmap_autograd_grad_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:55:11.7101112Z test_vmap_autograd_grad_zeros_like_cpu_float64 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T15:55:11.7265947Z test_vmapjvpall_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.7433873Z test_vmapjvpall_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:11.8792955Z test_vmapjvpall___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T15:55:12.1661288Z test_vmapjvpall___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.284s) 2022-09-27T15:55:12.4564342Z test_vmapjvpall___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.300s) 2022-09-27T15:55:12.7801614Z test_vmapjvpall___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.323s) 2022-09-27T15:55:13.3447132Z test_vmapjvpall___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.555s) 2022-09-27T15:55:13.6602725Z test_vmapjvpall___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.317s) 2022-09-27T15:55:13.9600653Z test_vmapjvpall___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T15:55:14.3938349Z test_vmapjvpall___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.428s) 2022-09-27T15:55:14.6904964Z test_vmapjvpall___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.302s) 2022-09-27T15:55:15.6396336Z test_vmapjvpall__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.950s) 2022-09-27T15:55:16.5880778Z test_vmapjvpall__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.956s) 2022-09-27T15:55:16.5905988Z test_vmapjvpall__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:16.5929603Z test_vmapjvpall__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:16.7116804Z test_vmapjvpall__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_masked\__init__.py:1196: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:55:16.7117675Z return torch.cumprod(mask_input, dim_, dtype=dtype).to(dtype=dtype) 2022-09-27T15:55:16.7208600Z ok (0.120s) 2022-09-27T15:55:16.8308490Z test_vmapjvpall__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.109s) 2022-09-27T15:55:17.0166105Z test_vmapjvpall__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.187s) 2022-09-27T15:55:17.5986795Z test_vmapjvpall__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.592s) 2022-09-27T15:55:18.5870705Z test_vmapjvpall__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.990s) 2022-09-27T15:55:18.7986501Z test_vmapjvpall__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.201s) 2022-09-27T15:55:18.9653863Z test_vmapjvpall__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.172s) 2022-09-27T15:55:23.7066159Z test_vmapjvpall__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.740s) 2022-09-27T15:55:24.1011250Z test_vmapjvpall__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.389s) 2022-09-27T15:55:25.2898272Z test_vmapjvpall__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.203s) 2022-09-27T15:55:25.4774667Z test_vmapjvpall__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.187s) 2022-09-27T15:55:25.6699790Z test_vmapjvpall__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.193s) 2022-09-27T15:55:28.8586467Z test_vmapjvpall__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.190s) 2022-09-27T15:55:29.7319731Z test_vmapjvpall__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.870s) 2022-09-27T15:55:32.8495878Z test_vmapjvpall__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.120s) 2022-09-27T15:55:32.8604702Z test_vmapjvpall_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:55:32.8882505Z test_vmapjvpall_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:55:32.9137600Z test_vmapjvpall_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:55:33.2753659Z test_vmapjvpall_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.369s) 2022-09-27T15:55:34.5501837Z test_vmapjvpall_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.266s) 2022-09-27T15:55:36.4109578Z test_vmapjvpall_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.868s) 2022-09-27T15:55:38.1778936Z test_vmapjvpall_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.757s) 2022-09-27T15:55:38.6769164Z test_vmapjvpall_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.506s) 2022-09-27T15:55:39.1496139Z test_vmapjvpall_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.475s) 2022-09-27T15:55:40.1983027Z test_vmapjvpall_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.046s) 2022-09-27T15:55:41.2344107Z test_vmapjvpall_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.029s) 2022-09-27T15:55:41.2370386Z test_vmapjvpall_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:41.2412077Z test_vmapjvpall_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:41.4131385Z test_vmapjvpall_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.163s) 2022-09-27T15:55:41.5847778Z test_vmapjvpall_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.179s) 2022-09-27T15:55:41.5875777Z test_vmapjvpall_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:41.5979768Z test_vmapjvpall_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:41.6003559Z test_vmapjvpall_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:41.6026957Z test_vmapjvpall_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:41.6050385Z test_vmapjvpall_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:41.6073891Z test_vmapjvpall_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:41.6109418Z test_vmapjvpall_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:55:41.6132950Z test_vmapjvpall_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:41.6149988Z test_vmapjvpall_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:55:41.7940328Z test_vmapjvpall_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T15:55:41.8055646Z test_vmapjvpall_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:41.8165992Z test_vmapjvpall_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:42.1481663Z test_vmapjvpall_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.332s) 2022-09-27T15:55:42.1596063Z test_vmapjvpall_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-09-27T15:55:42.1710282Z test_vmapjvpall_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:55:47.3296425Z test_vmapjvpall_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.151s) 2022-09-27T15:55:52.4458727Z test_vmapjvpall_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.117s) 2022-09-27T15:55:57.6871239Z test_vmapjvpall_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.250s) 2022-09-27T15:55:58.8451208Z test_vmapjvpall_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.148s) 2022-09-27T15:55:58.8474343Z test_vmapjvpall_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T15:55:58.8505848Z test_vmapjvpall_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:58.8535725Z test_vmapjvpall_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:59.3871718Z test_vmapjvpall_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.527s) 2022-09-27T15:55:59.4289168Z test_vmapjvpall_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:55:59.4313467Z test_vmapjvpall_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:59.4336891Z test_vmapjvpall_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:55:59.4359741Z test_vmapjvpall_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:00.5407940Z test_vmapjvpall_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.108s) 2022-09-27T15:56:00.5957940Z test_vmapjvpall_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:56:00.6006992Z test_vmapjvpall_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:00.6030232Z test_vmapjvpall_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:00.6052918Z test_vmapjvpall_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:00.8430813Z test_vmapjvpall_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.237s) 2022-09-27T15:56:01.0687212Z test_vmapjvpall_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.237s) 2022-09-27T15:56:01.0927978Z test_vmapjvpall_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:01.1032981Z test_vmapjvpall_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:01.1056598Z test_vmapjvpall_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:01.1079925Z test_vmapjvpall_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:01.1102605Z test_vmapjvpall_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:01.1132723Z test_vmapjvpall_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:01.2465578Z test_vmapjvpall_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.128s) 2022-09-27T15:56:01.7460528Z test_vmapjvpall_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.499s) 2022-09-27T15:56:01.7912250Z test_vmapjvpall_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:56:02.2253762Z test_vmapjvpall_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.436s) 2022-09-27T15:56:02.5314952Z test_vmapjvpall_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T15:56:02.8386778Z test_vmapjvpall_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.312s) 2022-09-27T15:56:02.8560441Z test_vmapjvpall_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:02.9589870Z test_vmapjvpall_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T15:56:03.1658117Z test_vmapjvpall_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.213s) 2022-09-27T15:56:03.4961582Z test_vmapjvpall_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.333s) 2022-09-27T15:56:03.5185537Z test_vmapjvpall_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:03.5288346Z test_vmapjvpall_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:03.9127100Z test_vmapjvpall_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.379s) 2022-09-27T15:56:03.9293046Z test_vmapjvpall_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:04.2558613Z test_vmapjvpall_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.333s) 2022-09-27T15:56:04.3289345Z test_vmapjvpall_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:56:04.3593937Z test_vmapjvpall_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:04.3892981Z test_vmapjvpall_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:04.3926783Z test_vmapjvpall_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:05.0209227Z test_vmapjvpall_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.619s) 2022-09-27T15:56:05.1253827Z test_vmapjvpall_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:56:05.1514465Z test_vmapjvpall_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:05.1776394Z test_vmapjvpall_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:05.2088300Z test_vmapjvpall_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:56:05.2089355Z return self.op(*args, **kwargs) 2022-09-27T15:56:05.2703419Z ok (0.095s) 2022-09-27T15:56:05.3022270Z test_vmapjvpall_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:05.5814172Z test_vmapjvpall_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.285s) 2022-09-27T15:56:05.6061641Z test_vmapjvpall_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:05.7254366Z test_vmapjvpall_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:56:05.8445198Z test_vmapjvpall_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:56:05.8852750Z test_vmapjvpall_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:56:05.9966488Z test_vmapjvpall_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:56:06.5007500Z test_vmapjvpall_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.509s) 2022-09-27T15:56:12.0050426Z test_vmapjvpall_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.490s) 2022-09-27T15:56:12.0288111Z test_vmapjvpall_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:13.8960053Z test_vmapjvpall_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.868s) 2022-09-27T15:56:14.2078563Z test_vmapjvpall_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.307s) 2022-09-27T15:56:14.5152688Z test_vmapjvpall_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.311s) 2022-09-27T15:56:14.8223067Z test_vmapjvpall_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.305s) 2022-09-27T15:56:14.8647617Z test_vmapjvpall_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:56:14.9046662Z test_vmapjvpall_double_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.041s) 2022-09-27T15:56:14.9422658Z test_vmapjvpall_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:14.9762613Z test_vmapjvpall_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:56:15.3071565Z test_vmapjvpall_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.326s) 2022-09-27T15:56:15.6848264Z test_vmapjvpall_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.380s) 2022-09-27T15:56:15.6873325Z test_vmapjvpall_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:15.6900642Z test_vmapjvpall_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:15.6924518Z test_vmapjvpall_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:15.6947173Z test_vmapjvpall_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:15.7065676Z test_vmapjvpall_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:15.7320091Z test_vmapjvpall_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:15.7438497Z test_vmapjvpall_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:15.7684040Z test_vmapjvpall_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:15.8008277Z test_vmapjvpall_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:56:15.8997637Z test_vmapjvpall_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T15:56:15.9706895Z test_vmapjvpall_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:56:15.9814637Z test_vmapjvpall_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:15.9838678Z test_vmapjvpall_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:16.0561390Z test_vmapjvpall_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:56:16.1379238Z test_vmapjvpall_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:56:16.2334245Z test_vmapjvpall_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T15:56:16.2841099Z test_vmapjvpall_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T15:56:16.3625557Z test_vmapjvpall_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:56:16.4456884Z test_vmapjvpall_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:56:16.5443500Z test_vmapjvpall_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:56:16.6173504Z test_vmapjvpall_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.081s) 2022-09-27T15:56:16.6950521Z test_vmapjvpall_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:56:16.7767103Z test_vmapjvpall_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:56:16.8272486Z test_vmapjvpall_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:56:16.8325654Z test_vmapjvpall_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:56:16.8326489Z return self.op(*args, **kwargs) 2022-09-27T15:56:16.9066229Z ok (0.080s) 2022-09-27T15:56:16.9788738Z test_vmapjvpall_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:56:17.0598627Z test_vmapjvpall_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:56:17.1193847Z test_vmapjvpall_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:56:17.1917802Z test_vmapjvpall_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:56:17.2835869Z test_vmapjvpall_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:56:17.3515937Z test_vmapjvpall_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:56:17.4297521Z test_vmapjvpall_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:56:17.5125783Z test_vmapjvpall_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T15:56:17.5407389Z test_vmapjvpall_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:17.5883903Z test_vmapjvpall_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:56:17.6671216Z test_vmapjvpall_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:56:17.6841891Z test_vmapjvpall_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:17.7017650Z test_vmapjvpall_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:17.7040616Z test_vmapjvpall_float_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:17.7063822Z test_vmapjvpall_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:18.1258786Z test_vmapjvpall_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.414s) 2022-09-27T15:56:18.1363554Z test_vmapjvpall_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:18.1388326Z test_vmapjvpall_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:18.4658048Z test_vmapjvpall_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.331s) 2022-09-27T15:56:18.7922647Z test_vmapjvpall_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.322s) 2022-09-27T15:56:19.1057767Z test_vmapjvpall_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.311s) 2022-09-27T15:56:19.1285411Z test_vmapjvpall_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:19.1533208Z test_vmapjvpall_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:19.1564663Z test_vmapjvpall_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:56:19.1945549Z test_vmapjvpall_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:56:19.1968506Z test_vmapjvpall_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:19.1991363Z test_vmapjvpall_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:19.3695045Z test_vmapjvpall_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.171s) 2022-09-27T15:56:19.3718426Z test_vmapjvpall_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:19.3741369Z test_vmapjvpall_half_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:19.3764030Z test_vmapjvpall_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:19.3850004Z test_vmapjvpall_has_batch_rule_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:19.3938000Z test_vmapjvpall_has_batch_rule_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:19.4517144Z test_vmapjvpall_has_batch_rule___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T15:56:19.5726199Z test_vmapjvpall_has_batch_rule___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T15:56:19.7054671Z test_vmapjvpall_has_batch_rule___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.135s) 2022-09-27T15:56:19.8428698Z test_vmapjvpall_has_batch_rule___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.135s) 2022-09-27T15:56:20.0931478Z test_vmapjvpall_has_batch_rule___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.248s) 2022-09-27T15:56:20.2460549Z test_vmapjvpall_has_batch_rule___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T15:56:20.3795338Z test_vmapjvpall_has_batch_rule___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:56:20.5829285Z test_vmapjvpall_has_batch_rule___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.208s) 2022-09-27T15:56:20.7052709Z test_vmapjvpall_has_batch_rule___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T15:56:21.1355653Z test_vmapjvpall_has_batch_rule__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.425s) 2022-09-27T15:56:21.5619510Z test_vmapjvpall_has_batch_rule__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.431s) 2022-09-27T15:56:21.5655246Z test_vmapjvpall_has_batch_rule__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:21.5690233Z test_vmapjvpall_has_batch_rule__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:56:21.6261476Z test_vmapjvpall_has_batch_rule__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.047s) 2022-09-27T15:56:21.6753334Z test_vmapjvpall_has_batch_rule__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:56:21.7787175Z test_vmapjvpall_has_batch_rule__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.105s) 2022-09-27T15:56:22.0742011Z test_vmapjvpall_has_batch_rule__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.285s) 2022-09-27T15:56:22.5343316Z test_vmapjvpall_has_batch_rule__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.459s) 2022-09-27T15:56:22.5373010Z test_vmapjvpall_has_batch_rule__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T15:56:22.6139187Z test_vmapjvpall_has_batch_rule__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:56:24.8074074Z test_vmapjvpall_has_batch_rule__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.200s) 2022-09-27T15:56:24.9968106Z test_vmapjvpall_has_batch_rule__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.187s) 2022-09-27T15:56:25.5772588Z test_vmapjvpall_has_batch_rule__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.591s) 2022-09-27T15:56:25.6640182Z test_vmapjvpall_has_batch_rule__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:56:25.7535065Z test_vmapjvpall_has_batch_rule__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:56:27.2979946Z test_vmapjvpall_has_batch_rule__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.534s) 2022-09-27T15:56:27.6734707Z test_vmapjvpall_has_batch_rule__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.381s) 2022-09-27T15:56:29.1479528Z test_vmapjvpall_has_batch_rule__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.482s) 2022-09-27T15:56:29.1548880Z test_vmapjvpall_has_batch_rule_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:29.1681374Z test_vmapjvpall_has_batch_rule_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:56:29.1811873Z test_vmapjvpall_has_batch_rule_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:29.3271434Z test_vmapjvpall_has_batch_rule_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.151s) 2022-09-27T15:56:29.9021799Z test_vmapjvpall_has_batch_rule_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.566s) 2022-09-27T15:56:30.7466697Z test_vmapjvpall_has_batch_rule_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.855s) 2022-09-27T15:56:31.5166169Z test_vmapjvpall_has_batch_rule_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.767s) 2022-09-27T15:56:31.7546908Z test_vmapjvpall_has_batch_rule_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.237s) 2022-09-27T15:56:32.0110881Z test_vmapjvpall_has_batch_rule_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T15:56:32.4836025Z test_vmapjvpall_has_batch_rule_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.477s) 2022-09-27T15:56:32.9903817Z test_vmapjvpall_has_batch_rule_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.505s) 2022-09-27T15:56:32.9940179Z test_vmapjvpall_has_batch_rule_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:32.9992316Z test_vmapjvpall_has_batch_rule_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:33.0760041Z test_vmapjvpall_has_batch_rule_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:56:33.1524462Z test_vmapjvpall_has_batch_rule_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:56:33.1562118Z test_vmapjvpall_has_batch_rule_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:33.1629828Z test_vmapjvpall_has_batch_rule_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:33.1663826Z test_vmapjvpall_has_batch_rule_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:33.1697895Z test_vmapjvpall_has_batch_rule_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:33.1731637Z test_vmapjvpall_has_batch_rule_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:33.1765599Z test_vmapjvpall_has_batch_rule_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:33.1811634Z test_vmapjvpall_has_batch_rule_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:33.1845603Z test_vmapjvpall_has_batch_rule_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:33.1873079Z test_vmapjvpall_has_batch_rule_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:56:33.1924463Z test_vmapjvpall_has_batch_rule_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:56:33.1996870Z test_vmapjvpall_has_batch_rule_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:33.2066259Z test_vmapjvpall_has_batch_rule_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:33.3490939Z test_vmapjvpall_has_batch_rule_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:56:33.3561489Z test_vmapjvpall_has_batch_rule_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:33.3632756Z test_vmapjvpall_has_batch_rule_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:34.8394542Z test_vmapjvpall_has_batch_rule_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.481s) 2022-09-27T15:56:36.3433142Z test_vmapjvpall_has_batch_rule_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.501s) 2022-09-27T15:56:37.9043054Z test_vmapjvpall_has_batch_rule_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.572s) 2022-09-27T15:56:38.3693850Z test_vmapjvpall_has_batch_rule_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.458s) 2022-09-27T15:56:38.3721439Z test_vmapjvpall_has_batch_rule_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:56:38.3756068Z test_vmapjvpall_has_batch_rule_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:38.3790116Z test_vmapjvpall_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:38.6055379Z test_vmapjvpall_has_batch_rule_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.222s) 2022-09-27T15:56:38.6257729Z test_vmapjvpall_has_batch_rule_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:38.6292991Z test_vmapjvpall_has_batch_rule_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:38.6326398Z test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:38.6359460Z test_vmapjvpall_has_batch_rule_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:38.9836701Z test_vmapjvpall_has_batch_rule_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.350s) 2022-09-27T15:56:39.0070037Z test_vmapjvpall_has_batch_rule_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:39.0129784Z test_vmapjvpall_has_batch_rule_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:39.0163541Z test_vmapjvpall_has_batch_rule_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:39.0196529Z test_vmapjvpall_has_batch_rule_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:39.1302382Z test_vmapjvpall_has_batch_rule_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:56:39.2238579Z test_vmapjvpall_has_batch_rule_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:56:39.2489363Z test_vmapjvpall_has_batch_rule_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.032s) 2022-09-27T15:56:39.2553901Z test_vmapjvpall_has_batch_rule_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:39.2587968Z test_vmapjvpall_has_batch_rule_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:39.2621237Z test_vmapjvpall_has_batch_rule_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:39.2653965Z test_vmapjvpall_has_batch_rule_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-09-27T15:56:39.2693819Z test_vmapjvpall_has_batch_rule_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:39.3331807Z test_vmapjvpall_has_batch_rule_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:56:39.5945778Z test_vmapjvpall_has_batch_rule_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.255s) 2022-09-27T15:56:39.6161778Z test_vmapjvpall_has_batch_rule_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:39.8232723Z test_vmapjvpall_has_batch_rule_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.204s) 2022-09-27T15:56:39.9482081Z test_vmapjvpall_has_batch_rule_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.127s) 2022-09-27T15:56:40.0727449Z test_vmapjvpall_has_batch_rule_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:56:40.0817844Z test_vmapjvpall_has_batch_rule_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:40.1269137Z test_vmapjvpall_has_batch_rule_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:56:40.2262035Z test_vmapjvpall_has_batch_rule_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:56:40.2309673Z test_vmapjvpall_has_batch_rule_complex_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:56:40.2418019Z test_vmapjvpall_has_batch_rule_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:40.2478988Z test_vmapjvpall_has_batch_rule_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:40.4008841Z test_vmapjvpall_has_batch_rule_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T15:56:40.4097565Z test_vmapjvpall_has_batch_rule_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:40.4145175Z test_vmapjvpall_has_batch_rule_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:56:40.4525678Z test_vmapjvpall_has_batch_rule_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:56:40.4684288Z test_vmapjvpall_has_batch_rule_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:56:40.4837390Z test_vmapjvpall_has_batch_rule_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:40.4882864Z test_vmapjvpall_has_batch_rule_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:40.8365302Z test_vmapjvpall_has_batch_rule_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.347s) 2022-09-27T15:56:40.8944156Z test_vmapjvpall_has_batch_rule_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.052s) 2022-09-27T15:56:40.9104737Z test_vmapjvpall_has_batch_rule_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:40.9240364Z test_vmapjvpall_has_batch_rule_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:40.9408045Z test_vmapjvpall_has_batch_rule_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:56:40.9566728Z test_vmapjvpall_has_batch_rule_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:41.0799140Z test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.135s) 2022-09-27T15:56:41.0919627Z test_vmapjvpall_has_batch_rule_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:41.1408786Z test_vmapjvpall_has_batch_rule_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:56:41.1878992Z test_vmapjvpall_has_batch_rule_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:56:41.2062951Z test_vmapjvpall_has_batch_rule_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:41.2512489Z test_vmapjvpall_has_batch_rule_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:56:41.4474491Z test_vmapjvpall_has_batch_rule_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.197s) 2022-09-27T15:56:43.8976380Z test_vmapjvpall_has_batch_rule_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.454s) 2022-09-27T15:56:43.9099350Z test_vmapjvpall_has_batch_rule_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:44.7307519Z test_vmapjvpall_has_batch_rule_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.825s) 2022-09-27T15:56:44.8564424Z test_vmapjvpall_has_batch_rule_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:56:44.9814442Z test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:56:45.1042536Z test_vmapjvpall_has_batch_rule_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.127s) 2022-09-27T15:56:45.1224849Z test_vmapjvpall_has_batch_rule_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:45.1386796Z test_vmapjvpall_has_batch_rule_double_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:56:45.1534914Z test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:45.1646569Z test_vmapjvpall_has_batch_rule_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:45.3087509Z test_vmapjvpall_has_batch_rule_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T15:56:45.4673638Z test_vmapjvpall_has_batch_rule_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:56:45.4707940Z test_vmapjvpall_has_batch_rule_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:45.4745645Z test_vmapjvpall_has_batch_rule_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:45.4779800Z test_vmapjvpall_has_batch_rule_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:45.4813618Z test_vmapjvpall_has_batch_rule_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:45.4885805Z test_vmapjvpall_has_batch_rule_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:45.5015020Z test_vmapjvpall_has_batch_rule_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:45.5089869Z test_vmapjvpall_has_batch_rule_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:45.5210166Z test_vmapjvpall_has_batch_rule_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:45.5327654Z test_vmapjvpall_has_batch_rule_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:45.5717212Z test_vmapjvpall_has_batch_rule_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:56:45.6017725Z test_vmapjvpall_has_batch_rule_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:45.6084680Z test_vmapjvpall_has_batch_rule_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:45.6118774Z test_vmapjvpall_has_batch_rule_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:45.6376086Z test_vmapjvpall_has_batch_rule_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:45.6653351Z test_vmapjvpall_has_batch_rule_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:45.6980159Z test_vmapjvpall_has_batch_rule_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:45.7171398Z test_vmapjvpall_has_batch_rule_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:45.7459013Z test_vmapjvpall_has_batch_rule_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:45.7755670Z test_vmapjvpall_has_batch_rule_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:45.8113209Z test_vmapjvpall_has_batch_rule_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:56:45.8374008Z test_vmapjvpall_has_batch_rule_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:45.8663000Z test_vmapjvpall_has_batch_rule_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:45.8991262Z test_vmapjvpall_has_batch_rule_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:45.9187632Z test_vmapjvpall_has_batch_rule_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:45.9238349Z test_vmapjvpall_has_batch_rule_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:56:45.9525366Z test_vmapjvpall_has_batch_rule_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:45.9575775Z test_vmapjvpall_has_batch_rule_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:56:45.9865118Z test_vmapjvpall_has_batch_rule_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:46.0148751Z test_vmapjvpall_has_batch_rule_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:46.0535011Z test_vmapjvpall_has_batch_rule_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:46.0834048Z test_vmapjvpall_has_batch_rule_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:46.1173436Z test_vmapjvpall_has_batch_rule_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:46.1560313Z test_vmapjvpall_has_batch_rule_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:56:46.1742627Z test_vmapjvpall_has_batch_rule_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:46.1990197Z test_vmapjvpall_has_batch_rule_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:46.2391924Z test_vmapjvpall_has_batch_rule_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:56:46.2508315Z test_vmapjvpall_has_batch_rule_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:56:46.2623893Z test_vmapjvpall_has_batch_rule_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:46.2669055Z test_vmapjvpall_has_batch_rule_float_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.017s) 2022-09-27T15:56:46.2713754Z test_vmapjvpall_has_batch_rule_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:46.4843814Z test_vmapjvpall_has_batch_rule_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.212s) 2022-09-27T15:56:46.4910644Z test_vmapjvpall_has_batch_rule_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:46.4944929Z test_vmapjvpall_has_batch_rule_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:46.6345875Z test_vmapjvpall_has_batch_rule_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.140s) 2022-09-27T15:56:46.7790944Z test_vmapjvpall_has_batch_rule_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.140s) 2022-09-27T15:56:46.9120224Z test_vmapjvpall_has_batch_rule_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.135s) 2022-09-27T15:56:46.9236772Z test_vmapjvpall_has_batch_rule_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:46.9363255Z test_vmapjvpall_has_batch_rule_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:46.9404217Z test_vmapjvpall_has_batch_rule_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:46.9588068Z test_vmapjvpall_has_batch_rule_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.034s) 2022-09-27T15:56:46.9632365Z test_vmapjvpall_has_batch_rule_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.004s) 2022-09-27T15:56:46.9661033Z test_vmapjvpall_has_batch_rule_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.003s) 2022-09-27T15:56:47.0517347Z test_vmapjvpall_has_batch_rule_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T15:56:47.0552228Z test_vmapjvpall_has_batch_rule_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.0585772Z test_vmapjvpall_has_batch_rule_half_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:56:47.0618906Z test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.0651856Z test_vmapjvpall_has_batch_rule_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.0728114Z test_vmapjvpall_has_batch_rule_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:56:47.0863809Z test_vmapjvpall_has_batch_rule_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:47.1023408Z test_vmapjvpall_has_batch_rule_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:47.1130602Z test_vmapjvpall_has_batch_rule_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:47.2375593Z test_vmapjvpall_has_batch_rule_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.135s) 2022-09-27T15:56:47.3695259Z test_vmapjvpall_has_batch_rule_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.124s) 2022-09-27T15:56:47.3787992Z test_vmapjvpall_has_batch_rule_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:47.3821840Z test_vmapjvpall_has_batch_rule_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.3854885Z test_vmapjvpall_has_batch_rule_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.5075631Z test_vmapjvpall_has_batch_rule_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T15:56:47.5492616Z test_vmapjvpall_has_batch_rule_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T15:56:47.5539689Z test_vmapjvpall_has_batch_rule_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:56:47.6163163Z test_vmapjvpall_has_batch_rule_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T15:56:47.7292034Z test_vmapjvpall_has_batch_rule_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T15:56:47.7327361Z test_vmapjvpall_has_batch_rule_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:47.7450819Z test_vmapjvpall_has_batch_rule_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:56:47.7806260Z test_vmapjvpall_has_batch_rule_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:56:47.7841263Z test_vmapjvpall_has_batch_rule_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:47.7875945Z test_vmapjvpall_has_batch_rule_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.7910248Z test_vmapjvpall_has_batch_rule_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.7944483Z test_vmapjvpall_has_batch_rule_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.7980208Z test_vmapjvpall_has_batch_rule_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.8015066Z test_vmapjvpall_has_batch_rule_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:56:47.8051295Z test_vmapjvpall_has_batch_rule_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.8087336Z test_vmapjvpall_has_batch_rule_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.8121746Z test_vmapjvpall_has_batch_rule_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:56:47.8155694Z test_vmapjvpall_has_batch_rule_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:47.8206835Z test_vmapjvpall_has_batch_rule_istft_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:56:47.8240908Z test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:56:47.8274972Z test_vmapjvpall_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T15:56:47.8309127Z test_vmapjvpall_has_batch_rule_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:56:47.8343125Z test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:56:47.8377197Z test_vmapjvpall_has_batch_rule_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:56:47.8633202Z test_vmapjvpall_has_batch_rule_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:47.8998970Z test_vmapjvpall_has_batch_rule_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:56:48.0649607Z test_vmapjvpall_has_batch_rule_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.163s) 2022-09-27T15:56:48.0683969Z test_vmapjvpall_has_batch_rule_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:48.6069901Z test_vmapjvpall_has_batch_rule_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.541s) 2022-09-27T15:56:48.6192703Z test_vmapjvpall_has_batch_rule_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:48.6931492Z test_vmapjvpall_has_batch_rule_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:56:48.7670698Z test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:56:48.7939977Z test_vmapjvpall_has_batch_rule_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:48.8397940Z test_vmapjvpall_has_batch_rule_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:56:48.8825738Z test_vmapjvpall_has_batch_rule_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:56:49.0255217Z test_vmapjvpall_has_batch_rule_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.135s) 2022-09-27T15:56:49.0895528Z test_vmapjvpall_has_batch_rule_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:56:49.1364776Z test_vmapjvpall_has_batch_rule_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:56:49.1945304Z test_vmapjvpall_has_batch_rule_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:56:49.2380478Z test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:56:49.7635352Z test_vmapjvpall_has_batch_rule_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.533s) 2022-09-27T15:56:49.8093614Z test_vmapjvpall_has_batch_rule_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:49.8557205Z test_vmapjvpall_has_batch_rule_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:56:49.8605161Z test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.019s) 2022-09-27T15:56:49.8651762Z test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.005s) 2022-09-27T15:56:49.8696920Z test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:49.8820560Z test_vmapjvpall_has_batch_rule_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.010s) 2022-09-27T15:56:51.4988915Z test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.613s) 2022-09-27T15:56:51.5052499Z test_vmapjvpall_has_batch_rule_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:56:51.5115268Z test_vmapjvpall_has_batch_rule_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:56:51.5174044Z test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:56:51.5237649Z test_vmapjvpall_has_batch_rule_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:56:51.9612229Z test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.430s) 2022-09-27T15:56:52.0777279Z test_vmapjvpall_has_batch_rule_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:56:52.0825305Z test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:52.0870798Z test_vmapjvpall_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:56:54.2836081Z test_vmapjvpall_has_batch_rule_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.197s) 2022-09-27T15:56:54.7513124Z test_vmapjvpall_has_batch_rule_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.476s) 2022-09-27T15:56:55.0940609Z test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.332s) 2022-09-27T15:56:55.3000534Z test_vmapjvpall_has_batch_rule_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.221s) 2022-09-27T15:56:55.3723003Z test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:56:55.3769120Z test_vmapjvpall_has_batch_rule_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T15:56:55.5952807Z test_vmapjvpall_has_batch_rule_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.221s) 2022-09-27T15:56:55.6358024Z test_vmapjvpall_has_batch_rule_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:56:55.9533698Z test_vmapjvpall_has_batch_rule_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.316s) 2022-09-27T15:56:56.2528104Z test_vmapjvpall_has_batch_rule_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.294s) 2022-09-27T15:56:58.6820232Z test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.434s) 2022-09-27T15:57:00.4274328Z test_vmapjvpall_has_batch_rule_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.746s) 2022-09-27T15:57:00.6752155Z test_vmapjvpall_has_batch_rule_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.240s) 2022-09-27T15:57:00.6894842Z test_vmapjvpall_has_batch_rule_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:00.7750570Z test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:57:00.8274010Z test_vmapjvpall_has_batch_rule_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:57:00.8321763Z test_vmapjvpall_has_batch_rule_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:01.4944416Z test_vmapjvpall_has_batch_rule_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.648s) 2022-09-27T15:57:01.4980432Z test_vmapjvpall_has_batch_rule_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:01.5104747Z test_vmapjvpall_has_batch_rule_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:01.5175650Z test_vmapjvpall_has_batch_rule_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:01.5299457Z test_vmapjvpall_has_batch_rule_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:01.5418423Z test_vmapjvpall_has_batch_rule_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:01.5682178Z test_vmapjvpall_has_batch_rule_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:57:01.5958290Z test_vmapjvpall_has_batch_rule_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:01.6158350Z test_vmapjvpall_has_batch_rule_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:01.6350981Z test_vmapjvpall_has_batch_rule_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:01.6389201Z test_vmapjvpall_has_batch_rule_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:01.6823930Z test_vmapjvpall_has_batch_rule_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.052s) 2022-09-27T15:57:01.6859720Z test_vmapjvpall_has_batch_rule_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:01.6894481Z test_vmapjvpall_has_batch_rule_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:01.6928907Z test_vmapjvpall_has_batch_rule_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:01.6963029Z test_vmapjvpall_has_batch_rule_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:01.7147865Z test_vmapjvpall_has_batch_rule_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:57:01.7181880Z test_vmapjvpall_has_batch_rule_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:01.7792929Z test_vmapjvpall_has_batch_rule_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:57:01.7827659Z test_vmapjvpall_has_batch_rule_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:01.7862134Z test_vmapjvpall_has_batch_rule_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:01.7896208Z test_vmapjvpall_has_batch_rule_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:01.7951227Z test_vmapjvpall_has_batch_rule_lu_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:02.3795924Z test_vmapjvpall_has_batch_rule_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.591s) 2022-09-27T15:57:02.3843953Z test_vmapjvpall_has_batch_rule_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:02.4053742Z test_vmapjvpall_has_batch_rule_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:02.4261194Z test_vmapjvpall_has_batch_rule_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:02.4339541Z test_vmapjvpall_has_batch_rule_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:02.4527784Z test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:02.4574935Z test_vmapjvpall_has_batch_rule_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:02.4842531Z test_vmapjvpall_has_batch_rule_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:57:02.7943940Z test_vmapjvpall_has_batch_rule_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.306s) 2022-09-27T15:57:02.8251226Z test_vmapjvpall_has_batch_rule_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:02.9728430Z test_vmapjvpall_has_batch_rule_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.145s) 2022-09-27T15:57:02.9837000Z test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:02.9995820Z test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:03.1452655Z test_vmapjvpall_has_batch_rule_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.145s) 2022-09-27T15:57:03.2100871Z test_vmapjvpall_has_batch_rule_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T15:57:03.2560425Z test_vmapjvpall_has_batch_rule_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:04.1967534Z test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.943s) 2022-09-27T15:57:05.1364618Z test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.939s) 2022-09-27T15:57:05.2828254Z test_vmapjvpall_has_batch_rule_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.150s) 2022-09-27T15:57:05.2936115Z test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:05.3095644Z test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:05.4553804Z test_vmapjvpall_has_batch_rule_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.151s) 2022-09-27T15:57:05.4748310Z test_vmapjvpall_has_batch_rule_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:57:05.5025242Z test_vmapjvpall_has_batch_rule_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:05.5119141Z test_vmapjvpall_has_batch_rule_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:05.5343296Z test_vmapjvpall_has_batch_rule_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:05.6601161Z test_vmapjvpall_has_batch_rule_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:57:05.6638597Z test_vmapjvpall_has_batch_rule_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:05.6825789Z test_vmapjvpall_has_batch_rule_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:05.7231081Z test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:05.7636613Z test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:57:05.8041184Z test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:05.8174771Z test_vmapjvpall_has_batch_rule_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:05.8225894Z test_vmapjvpall_has_batch_rule_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:05.8699808Z test_vmapjvpall_has_batch_rule_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:57:05.8757604Z test_vmapjvpall_has_batch_rule_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:05.8805739Z test_vmapjvpall_has_batch_rule_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:05.8839617Z test_vmapjvpall_has_batch_rule_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:05.9164190Z test_vmapjvpall_has_batch_rule_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:05.9198105Z test_vmapjvpall_has_batch_rule_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:05.9231833Z test_vmapjvpall_has_batch_rule_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:05.9296725Z test_vmapjvpall_has_batch_rule_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:05.9334845Z test_vmapjvpall_has_batch_rule_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:05.9372582Z test_vmapjvpall_has_batch_rule_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:05.9413417Z test_vmapjvpall_has_batch_rule_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:05.9451025Z test_vmapjvpall_has_batch_rule_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:05.9489055Z test_vmapjvpall_has_batch_rule_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:05.9523125Z test_vmapjvpall_has_batch_rule_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:05.9766550Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:06.0145207Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:06.0627670Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:06.0976389Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:06.1901486Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:57:06.2765653Z test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T15:57:06.3204625Z test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:06.3544561Z test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:06.3923245Z test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:57:07.8761210Z test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (1.473s) 2022-09-27T15:57:07.8834329Z test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:08.0841364Z test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.189s) 2022-09-27T15:57:08.8541745Z test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.775s) 2022-09-27T15:57:08.8667080Z test_vmapjvpall_has_batch_rule_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:09.7269219Z test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.856s) 2022-09-27T15:57:12.6187719Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.895s) 2022-09-27T15:57:12.6502650Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:12.7987218Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.156s) 2022-09-27T15:57:12.9395343Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:57:12.9712414Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:57:13.0048932Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:13.1270991Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T15:57:13.2678008Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.140s) 2022-09-27T15:57:13.3950279Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.124s) 2022-09-27T15:57:13.5194722Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:57:13.6467716Z test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:57:14.2941760Z test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.645s) 2022-09-27T15:57:15.0101364Z test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.713s) 2022-09-27T15:57:16.2578055Z test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.252s) 2022-09-27T15:57:17.1000868Z test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.840s) 2022-09-27T15:57:17.3753796Z test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.270s) 2022-09-27T15:57:17.6686226Z test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.300s) 2022-09-27T15:57:17.6733725Z test_vmapjvpall_has_batch_rule_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:17.6770693Z test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:17.6807194Z test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T15:57:17.6843573Z test_vmapjvpall_has_batch_rule_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:17.6996607Z test_vmapjvpall_has_batch_rule_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:17.7041721Z test_vmapjvpall_has_batch_rule_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:17.7078299Z test_vmapjvpall_has_batch_rule_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:17.7369943Z test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:17.7406535Z test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:17.7443260Z test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T15:57:17.7532893Z test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:17.7628319Z test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:17.7689984Z test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:17.8053242Z test_vmapjvpall_has_batch_rule_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:17.8151826Z test_vmapjvpall_has_batch_rule_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:17.8232977Z test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:17.8724921Z test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:57:17.8984614Z test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:17.9134528Z test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:17.9326867Z test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:17.9591373Z test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:18.1902694Z test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.236s) 2022-09-27T15:57:18.1949788Z test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:18.2299092Z test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:18.2763853Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:57:18.3265774Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:57:18.3772446Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:57:18.4319365Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:18.4867917Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.065s) 2022-09-27T15:57:18.5409655Z test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:18.8398124Z test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T15:57:18.9386051Z test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:57:19.4607755Z test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.525s) 2022-09-27T15:57:19.4985907Z test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:20.3307627Z test_vmapjvpall_has_batch_rule_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.838s) 2022-09-27T15:57:20.4017050Z test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:57:20.4135709Z test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T15:57:20.4137236Z return self.op(*args, **kwargs) 2022-09-27T15:57:20.4148307Z ok (0.016s) 2022-09-27T15:57:22.3381576Z test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.927s) 2022-09-27T15:57:22.3409991Z test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:28.2725536Z test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.930s) 2022-09-27T15:57:28.2775898Z test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:28.2802802Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:28.2850758Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:28.2877426Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:28.2930662Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:28.2957335Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:28.3008681Z test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:28.3149574Z test_vmapjvpall_has_batch_rule_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:28.4547563Z test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T15:57:28.6669663Z test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T15:57:28.6705362Z test_vmapjvpall_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:28.6740493Z test_vmapjvpall_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:28.8237984Z test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:57:29.0561220Z test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.238s) 2022-09-27T15:57:29.0993833Z test_vmapjvpall_has_batch_rule_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:29.1381722Z test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:29.2942199Z test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:57:29.3363076Z test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:29.3782558Z test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:29.4996962Z test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.128s) 2022-09-27T15:57:29.5031044Z test_vmapjvpall_has_batch_rule_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:29.5130254Z test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:29.5228809Z test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:31.1005563Z test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.577s) 2022-09-27T15:57:31.3972543Z test_vmapjvpall_has_batch_rule_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.302s) 2022-09-27T15:57:31.4092985Z test_vmapjvpall_has_batch_rule_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:31.4240823Z test_vmapjvpall_has_batch_rule_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:31.4267657Z test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:31.4385862Z test_vmapjvpall_has_batch_rule_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:31.4519368Z test_vmapjvpall_has_batch_rule_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:31.4566084Z test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.017s) 2022-09-27T15:57:31.4611576Z test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:31.4880946Z test_vmapjvpall_has_batch_rule_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:31.5170073Z test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:31.5291606Z test_vmapjvpall_has_batch_rule_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:31.5471309Z test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:31.5621528Z test_vmapjvpall_has_batch_rule_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-09-27T15:57:31.5746470Z test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-09-27T15:57:31.5902099Z test_vmapjvpall_has_batch_rule_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:32.3407359Z test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.747s) 2022-09-27T15:57:33.1447218Z test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.808s) 2022-09-27T15:57:34.0617277Z test_vmapjvpall_has_batch_rule_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.918s) 2022-09-27T15:57:34.0832787Z test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:34.1392825Z test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:34.1428549Z test_vmapjvpall_has_batch_rule_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:34.3142657Z test_vmapjvpall_has_batch_rule_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T15:57:34.3287638Z test_vmapjvpall_has_batch_rule_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:34.3499074Z test_vmapjvpall_has_batch_rule_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:34.3682243Z test_vmapjvpall_has_batch_rule_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:34.3721507Z test_vmapjvpall_has_batch_rule_normal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:34.3757124Z test_vmapjvpall_has_batch_rule_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:34.3792377Z test_vmapjvpall_has_batch_rule_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:34.3832479Z test_vmapjvpall_has_batch_rule_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:34.3878175Z test_vmapjvpall_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:34.8412202Z test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.461s) 2022-09-27T15:57:34.8683337Z test_vmapjvpall_has_batch_rule_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:34.8909086Z test_vmapjvpall_has_batch_rule_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:34.8945319Z test_vmapjvpall_has_batch_rule_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:34.9108549Z test_vmapjvpall_has_batch_rule_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:34.9724043Z test_vmapjvpall_has_batch_rule_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.065s) 2022-09-27T15:57:34.9774823Z test_vmapjvpall_has_batch_rule_polar_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:35.0132227Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:35.0489544Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.034s) 2022-09-27T15:57:35.0846313Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T15:57:35.1217368Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:35.1578351Z test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:35.1696070Z test_vmapjvpall_has_batch_rule_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:35.3537763Z test_vmapjvpall_has_batch_rule_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.183s) 2022-09-27T15:57:35.5160917Z test_vmapjvpall_has_batch_rule_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T15:57:35.5210208Z test_vmapjvpall_has_batch_rule_put_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:35.7106855Z test_vmapjvpall_has_batch_rule_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.189s) 2022-09-27T15:57:35.7163398Z test_vmapjvpall_has_batch_rule_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:35.7287757Z test_vmapjvpall_has_batch_rule_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:35.7326089Z test_vmapjvpall_has_batch_rule_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:35.7365012Z test_vmapjvpall_has_batch_rule_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:35.7404454Z test_vmapjvpall_has_batch_rule_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:35.7452751Z test_vmapjvpall_has_batch_rule_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:35.7601474Z test_vmapjvpall_has_batch_rule_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:35.7737472Z test_vmapjvpall_has_batch_rule_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:35.7886283Z test_vmapjvpall_has_batch_rule_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:35.9446261Z test_vmapjvpall_has_batch_rule_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:57:35.9482303Z test_vmapjvpall_has_batch_rule_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:36.0665672Z test_vmapjvpall_has_batch_rule_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:57:36.0841112Z test_vmapjvpall_has_batch_rule_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.1357243Z test_vmapjvpall_has_batch_rule_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:57:36.1592071Z test_vmapjvpall_has_batch_rule_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.1625535Z test_vmapjvpall_has_batch_rule_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:36.1658665Z test_vmapjvpall_has_batch_rule_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:36.1745097Z test_vmapjvpall_has_batch_rule_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.1829632Z test_vmapjvpall_has_batch_rule_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.2339976Z test_vmapjvpall_has_batch_rule_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:36.3478433Z test_vmapjvpall_has_batch_rule_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:57:36.3543947Z test_vmapjvpall_has_batch_rule_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:36.3660182Z test_vmapjvpall_has_batch_rule_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.3776678Z test_vmapjvpall_has_batch_rule_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.3891711Z test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.4013157Z test_vmapjvpall_has_batch_rule_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:36.5470966Z test_vmapjvpall_has_batch_rule_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T15:57:36.6412696Z test_vmapjvpall_has_batch_rule_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:57:36.6601239Z test_vmapjvpall_has_batch_rule_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:36.6652680Z test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:36.6703006Z test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:36.6753821Z test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:36.6786683Z test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:36.6837867Z test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:36.6949225Z test_vmapjvpall_has_batch_rule_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:36.6982485Z test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:36.7015538Z test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:36.7191376Z test_vmapjvpall_has_batch_rule_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.8095512Z test_vmapjvpall_has_batch_rule_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T15:57:36.8165447Z test_vmapjvpall_has_batch_rule_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.8199154Z test_vmapjvpall_has_batch_rule_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:36.8232440Z test_vmapjvpall_has_batch_rule_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:36.8352003Z test_vmapjvpall_has_batch_rule_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.8416561Z test_vmapjvpall_has_batch_rule_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:36.8449710Z test_vmapjvpall_has_batch_rule_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:36.8517655Z test_vmapjvpall_has_batch_rule_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.8670616Z test_vmapjvpall_has_batch_rule_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:36.8738057Z test_vmapjvpall_has_batch_rule_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:37.0453071Z test_vmapjvpall_has_batch_rule_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T15:57:37.0715149Z test_vmapjvpall_has_batch_rule_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:37.0992373Z test_vmapjvpall_has_batch_rule_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:37.2976755Z test_vmapjvpall_has_batch_rule_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T15:57:37.3011960Z test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T15:57:37.3045523Z test_vmapjvpall_has_batch_rule_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.3078659Z test_vmapjvpall_has_batch_rule_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:37.3111728Z test_vmapjvpall_has_batch_rule_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.3144732Z test_vmapjvpall_has_batch_rule_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.3177955Z test_vmapjvpall_has_batch_rule_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.3211104Z test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.3244672Z test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.3271333Z test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:57:37.3297683Z test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:57:37.3394716Z test_vmapjvpall_has_batch_rule_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:37.3524984Z test_vmapjvpall_has_batch_rule_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:37.3559333Z test_vmapjvpall_has_batch_rule_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-09-27T15:57:37.3593385Z test_vmapjvpall_has_batch_rule_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.3691315Z test_vmapjvpall_has_batch_rule_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:37.3799713Z test_vmapjvpall_has_batch_rule_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:37.3911639Z test_vmapjvpall_has_batch_rule_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:37.3945984Z test_vmapjvpall_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.3973651Z test_vmapjvpall_has_batch_rule_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:57:37.4020078Z test_vmapjvpall_has_batch_rule_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:37.4054582Z test_vmapjvpall_has_batch_rule_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.4088486Z test_vmapjvpall_has_batch_rule_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.4122334Z test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.4156093Z test_vmapjvpall_has_batch_rule_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.4307048Z test_vmapjvpall_has_batch_rule_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:37.4438594Z test_vmapjvpall_has_batch_rule_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:37.4799010Z test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.042s) 2022-09-27T15:57:37.4834911Z test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.4869091Z test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.4897008Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T15:57:37.4924385Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:57:37.4951823Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:57:37.4978957Z test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:57:37.5012904Z test_vmapjvpall_has_batch_rule_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.6634735Z test_vmapjvpall_has_batch_rule_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.172s) 2022-09-27T15:57:37.6670133Z test_vmapjvpall_has_batch_rule_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:37.6773946Z test_vmapjvpall_has_batch_rule_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:37.6922096Z test_vmapjvpall_has_batch_rule_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:37.7106428Z test_vmapjvpall_has_batch_rule_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:37.7174183Z test_vmapjvpall_has_batch_rule_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:37.7302013Z test_vmapjvpall_has_batch_rule_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:37.7536809Z test_vmapjvpall_has_batch_rule_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:38.0594824Z test_vmapjvpall_has_batch_rule_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.318s) 2022-09-27T15:57:38.1004744Z test_vmapjvpall_has_batch_rule_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:38.1436015Z test_vmapjvpall_has_batch_rule_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:38.1902328Z test_vmapjvpall_has_batch_rule_stft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:57:38.3627918Z test_vmapjvpall_has_batch_rule_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T15:57:38.4248040Z test_vmapjvpall_has_batch_rule_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:57:38.4752257Z test_vmapjvpall_has_batch_rule_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T15:57:40.2082624Z test_vmapjvpall_has_batch_rule_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.733s) 2022-09-27T15:57:40.2120169Z test_vmapjvpall_has_batch_rule_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:40.2167348Z test_vmapjvpall_has_batch_rule_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:40.2313734Z test_vmapjvpall_has_batch_rule_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:40.2565927Z test_vmapjvpall_has_batch_rule_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:40.2626346Z test_vmapjvpall_has_batch_rule_take_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:40.2716761Z test_vmapjvpall_has_batch_rule_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:40.2798098Z test_vmapjvpall_has_batch_rule_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:40.2857545Z test_vmapjvpall_has_batch_rule_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:40.3341064Z test_vmapjvpall_has_batch_rule_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:40.5042459Z test_vmapjvpall_has_batch_rule_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T15:57:40.5069491Z test_vmapjvpall_has_batch_rule_to_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:57:40.5105948Z test_vmapjvpall_has_batch_rule_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:40.5574718Z test_vmapjvpall_has_batch_rule_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:40.5641389Z test_vmapjvpall_has_batch_rule_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T15:57:40.5902899Z test_vmapjvpall_has_batch_rule_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:40.7180932Z test_vmapjvpall_has_batch_rule_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.127s) 2022-09-27T15:57:40.8442271Z test_vmapjvpall_has_batch_rule_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:57:41.0887894Z test_vmapjvpall_has_batch_rule_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.238s) 2022-09-27T15:57:41.1230795Z test_vmapjvpall_has_batch_rule_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:57:41.1570189Z test_vmapjvpall_has_batch_rule_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:41.2925640Z test_vmapjvpall_has_batch_rule_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T15:57:41.2992898Z test_vmapjvpall_has_batch_rule_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:41.3303350Z test_vmapjvpall_has_batch_rule_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:41.3633607Z test_vmapjvpall_has_batch_rule_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:41.4307005Z test_vmapjvpall_has_batch_rule_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:57:41.4340272Z test_vmapjvpall_has_batch_rule_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:41.4373456Z test_vmapjvpall_has_batch_rule_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:41.4531348Z test_vmapjvpall_has_batch_rule_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:41.4808796Z test_vmapjvpall_has_batch_rule_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:57:41.5181079Z test_vmapjvpall_has_batch_rule_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:41.5582241Z test_vmapjvpall_has_batch_rule_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:41.5629288Z test_vmapjvpall_has_batch_rule_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:57:41.5683694Z test_vmapjvpall_has_batch_rule_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:57:41.6196084Z test_vmapjvpall_has_batch_rule_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:57:41.6428251Z test_vmapjvpall_has_batch_rule_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:41.6536446Z test_vmapjvpall_has_batch_rule_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:41.7838765Z test_vmapjvpall_has_batch_rule_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.127s) 2022-09-27T15:57:41.8518443Z test_vmapjvpall_has_batch_rule_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:57:42.0030285Z test_vmapjvpall_has_batch_rule_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T15:57:42.0151051Z test_vmapjvpall_has_batch_rule_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:42.0185249Z test_vmapjvpall_has_batch_rule_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:42.0221970Z test_vmapjvpall_has_batch_rule_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:42.0245425Z test_vmapjvpall_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:42.0310259Z test_vmapjvpall_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:42.0436015Z test_vmapjvpall_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:42.0589093Z test_vmapjvpall_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:42.0850565Z test_vmapjvpall_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:42.3703064Z test_vmapjvpall_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.289s) 2022-09-27T15:57:42.6793352Z test_vmapjvpall_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.305s) 2022-09-27T15:57:42.6959542Z test_vmapjvpall_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:42.6983587Z test_vmapjvpall_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:42.7006194Z test_vmapjvpall_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:42.9877748Z test_vmapjvpall_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.291s) 2022-09-27T15:57:43.0831455Z test_vmapjvpall_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T15:57:43.1086427Z test_vmapjvpall_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:43.2474271Z test_vmapjvpall_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.134s) 2022-09-27T15:57:43.5093904Z test_vmapjvpall_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.270s) 2022-09-27T15:57:43.5118479Z test_vmapjvpall_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:43.5355029Z test_vmapjvpall_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-09-27T15:57:43.6098459Z test_vmapjvpall_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:57:43.6123160Z test_vmapjvpall_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:43.6154357Z test_vmapjvpall_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:43.6190353Z test_vmapjvpall_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:43.6226033Z test_vmapjvpall_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:43.6261806Z test_vmapjvpall_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:43.6297751Z test_vmapjvpall_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:43.6334124Z test_vmapjvpall_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:43.6370004Z test_vmapjvpall_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:43.6406029Z test_vmapjvpall_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:43.6430711Z test_vmapjvpall_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:43.6480541Z test_vmapjvpall_istft_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::col2im. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:57:43.6481678Z return self.op(*args, **kwargs) 2022-09-27T15:57:43.8115379Z ok (0.175s) 2022-09-27T15:57:43.8141357Z test_vmapjvpall_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:57:43.8165182Z test_vmapjvpall_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:57:43.8188399Z test_vmapjvpall_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:57:43.8211730Z test_vmapjvpall_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:57:43.8234917Z test_vmapjvpall_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T15:57:43.8902122Z test_vmapjvpall_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:57:43.9728729Z test_vmapjvpall_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T15:57:44.3130327Z test_vmapjvpall_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.331s) 2022-09-27T15:57:44.3155103Z test_vmapjvpall_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:45.5797722Z test_vmapjvpall_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.267s) 2022-09-27T15:57:45.6034934Z test_vmapjvpall_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:45.7933250Z test_vmapjvpall_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.191s) 2022-09-27T15:57:45.9858121Z test_vmapjvpall_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T15:57:46.0388250Z test_vmapjvpall_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:46.1471099Z test_vmapjvpall_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:57:46.2382839Z test_vmapjvpall_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T15:57:46.5445927Z test_vmapjvpall_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.309s) 2022-09-27T15:57:46.6773476Z test_vmapjvpall_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.124s) 2022-09-27T15:57:46.8019795Z test_vmapjvpall_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:57:46.9304735Z test_vmapjvpall_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T15:57:47.0338194Z test_vmapjvpall_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.115s) 2022-09-27T15:57:48.0650994Z test_vmapjvpall_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.030s) 2022-09-27T15:57:48.1554103Z test_vmapjvpall_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:57:48.2510536Z test_vmapjvpall_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T15:57:48.2543899Z test_vmapjvpall_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:48.2575427Z test_vmapjvpall_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:48.2606149Z test_vmapjvpall_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:48.2719355Z test_vmapjvpall_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:57:51.1786532Z test_vmapjvpall_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.898s) 2022-09-27T15:57:51.5123129Z test_vmapjvpall_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.332s) 2022-09-27T15:57:51.7785772Z test_vmapjvpall_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.281s) 2022-09-27T15:57:52.0131686Z test_vmapjvpall_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.234s) 2022-09-27T15:57:57.1249699Z test_vmapjvpall_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.104s) 2022-09-27T15:57:57.8781616Z test_vmapjvpall_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.763s) 2022-09-27T15:57:58.0848665Z test_vmapjvpall_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.203s) 2022-09-27T15:57:58.0882797Z test_vmapjvpall_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:57:58.0914197Z test_vmapjvpall_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:02.8763658Z test_vmapjvpall_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.785s) 2022-09-27T15:58:03.8670667Z test_vmapjvpall_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.992s) 2022-09-27T15:58:04.5492589Z test_vmapjvpall_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.679s) 2022-09-27T15:58:04.8627182Z test_vmapjvpall_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.322s) 2022-09-27T15:58:04.9711194Z test_vmapjvpall_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T15:58:04.9736674Z test_vmapjvpall_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T15:58:05.4139005Z test_vmapjvpall_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.440s) 2022-09-27T15:58:05.5133168Z test_vmapjvpall_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.089s) 2022-09-27T15:58:06.1828609Z test_vmapjvpall_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.680s) 2022-09-27T15:58:06.8551895Z test_vmapjvpall_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.664s) 2022-09-27T15:58:12.1338665Z test_vmapjvpall_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.276s) 2022-09-27T15:58:15.6491521Z test_vmapjvpall_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.521s) 2022-09-27T15:58:16.1319563Z test_vmapjvpall_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.473s) 2022-09-27T15:58:16.1624740Z test_vmapjvpall_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:58:16.3844231Z test_vmapjvpall_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.221s) 2022-09-27T15:58:16.5173685Z test_vmapjvpall_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.144s) 2022-09-27T15:58:18.0114411Z test_vmapjvpall_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.486s) 2022-09-27T15:58:19.5693388Z test_vmapjvpall_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.568s) 2022-09-27T15:58:19.5718899Z test_vmapjvpall_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:19.5968152Z test_vmapjvpall_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:19.6083421Z test_vmapjvpall_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:19.6336580Z test_vmapjvpall_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:19.6575548Z test_vmapjvpall_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.024s) 2022-09-27T15:58:19.7227335Z test_vmapjvpall_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:58:19.7921580Z test_vmapjvpall_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:58:19.8423333Z test_vmapjvpall_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:58:19.8831259Z test_vmapjvpall_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:58:19.8860013Z test_vmapjvpall_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:19.9840861Z test_vmapjvpall_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T15:58:19.9873799Z test_vmapjvpall_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:19.9905088Z test_vmapjvpall_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:19.9935947Z test_vmapjvpall_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:58:19.9966812Z test_vmapjvpall_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:20.0426803Z test_vmapjvpall_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:58:20.0457753Z test_vmapjvpall_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:20.2098479Z test_vmapjvpall_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T15:58:20.2125332Z test_vmapjvpall_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:20.2149565Z test_vmapjvpall_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:20.2173701Z test_vmapjvpall_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:58:20.2218271Z test_vmapjvpall_lu_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1660: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:58:20.2219107Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:58:20.7678273Z ok (0.545s) 2022-09-27T15:58:22.0800173Z test_vmapjvpall_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.309s) 2022-09-27T15:58:22.2564723Z test_vmapjvpall_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.187s) 2022-09-27T15:58:22.3174960Z test_vmapjvpall_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:58:22.3782078Z test_vmapjvpall_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:58:22.5328999Z test_vmapjvpall_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.155s) 2022-09-27T15:58:22.5730471Z test_vmapjvpall_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:58:22.7152157Z test_vmapjvpall_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.150s) 2022-09-27T15:58:22.7738210Z test_vmapjvpall_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:58:23.4829949Z test_vmapjvpall_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.703s) 2022-09-27T15:58:23.5263964Z test_vmapjvpall_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:58:23.8760230Z test_vmapjvpall_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.350s) 2022-09-27T15:58:23.8948354Z test_vmapjvpall_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:23.9274295Z test_vmapjvpall_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:24.2635664Z test_vmapjvpall_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.347s) 2022-09-27T15:58:24.4162430Z test_vmapjvpall_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T15:58:24.5210046Z test_vmapjvpall_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.112s) 2022-09-27T15:58:27.3399328Z test_vmapjvpall_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.819s) 2022-09-27T15:58:30.1543652Z test_vmapjvpall_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.803s) 2022-09-27T15:58:30.4918774Z test_vmapjvpall_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.349s) 2022-09-27T15:58:30.5108937Z test_vmapjvpall_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:30.5445961Z test_vmapjvpall_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:58:30.8801232Z test_vmapjvpall_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.326s) 2022-09-27T15:58:30.9205279Z test_vmapjvpall_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:58:30.9820717Z test_vmapjvpall_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:58:31.0002908Z test_vmapjvpall_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:31.0456292Z test_vmapjvpall_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:58:31.3529269Z test_vmapjvpall_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.311s) 2022-09-27T15:58:31.3556060Z test_vmapjvpall_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:31.3937228Z test_vmapjvpall_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.042s) 2022-09-27T15:58:31.4838413Z test_vmapjvpall_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:58:31.5736475Z test_vmapjvpall_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:58:31.6636300Z test_vmapjvpall_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.101s) 2022-09-27T15:58:31.6895846Z test_vmapjvpall_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-09-27T15:58:32.0456211Z test_vmapjvpall_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.363s) 2022-09-27T15:58:32.1532032Z test_vmapjvpall_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:58:32.1582756Z test_vmapjvpall_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:58:32.1583550Z return self.op(*args, **kwargs) 2022-09-27T15:58:32.5643870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:58:32.5644605Z return self.op(*args, **kwargs) 2022-09-27T15:58:32.5648986Z expected failure (0.416s) 2022-09-27T15:58:32.8556510Z test_vmapjvpall_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.286s) 2022-09-27T15:58:32.8581606Z test_vmapjvpall_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:58:32.9340182Z test_vmapjvpall_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.068s) 2022-09-27T15:58:32.9364123Z test_vmapjvpall_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:32.9387405Z test_vmapjvpall_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:32.9488242Z test_vmapjvpall_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:32.9515824Z test_vmapjvpall_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:32.9543240Z test_vmapjvpall_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:32.9574004Z test_vmapjvpall_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:58:32.9601247Z test_vmapjvpall_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-09-27T15:58:32.9628685Z test_vmapjvpall_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:32.9652310Z test_vmapjvpall_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:58:33.0170850Z test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:58:33.1028069Z test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T15:58:33.2128455Z test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.112s) 2022-09-27T15:58:33.2870170Z test_vmapjvpall_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:58:33.4960157Z test_vmapjvpall_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.207s) 2022-09-27T15:58:33.6764423Z test_vmapjvpall_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.191s) 2022-09-27T15:58:33.7546067Z test_vmapjvpall_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:58:33.8154222Z test_vmapjvpall_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:58:33.8832804Z test_vmapjvpall_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:58:36.7232216Z test_vmapjvpall_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (2.836s) 2022-09-27T15:58:36.7335755Z test_vmapjvpall_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_trilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:58:36.7336852Z return self.op(*args, **kwargs) 2022-09-27T15:58:51.9963188Z ok (15.273s) 2022-09-27T15:58:52.4467057Z test_vmapjvpall_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.459s) 2022-09-27T15:58:54.1431924Z test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.696s) 2022-09-27T15:58:54.1682927Z test_vmapjvpall_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:55.7389937Z test_vmapjvpall_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.569s) 2022-09-27T15:59:01.5623639Z test_vmapjvpall_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.832s) 2022-09-27T15:59:01.6244026Z test_vmapjvpall_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:59:01.9145751Z test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.285s) 2022-09-27T15:59:02.1832712Z test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.269s) 2022-09-27T15:59:02.2464355Z test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.062s) 2022-09-27T15:59:02.3065901Z test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:59:02.5497887Z test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.238s) 2022-09-27T15:59:02.8125034Z test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.270s) 2022-09-27T15:59:03.0643468Z test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T15:59:03.3167210Z test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.252s) 2022-09-27T15:59:03.5770976Z test_vmapjvpall_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T15:59:04.9042471Z test_vmapjvpall_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.328s) 2022-09-27T15:59:06.5192767Z test_vmapjvpall_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.621s) 2022-09-27T15:59:09.9751037Z test_vmapjvpall_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.451s) 2022-09-27T15:59:11.6614232Z test_vmapjvpall_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.693s) 2022-09-27T15:59:12.2239465Z test_vmapjvpall_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.551s) 2022-09-27T15:59:12.7949902Z test_vmapjvpall_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.582s) 2022-09-27T15:59:12.7976077Z test_vmapjvpall_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:59:12.7993294Z test_vmapjvpall_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:12.8010100Z test_vmapjvpall_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:12.8027019Z test_vmapjvpall_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:12.8274255Z test_vmapjvpall_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:59:12.8298249Z test_vmapjvpall_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:59:12.8315288Z test_vmapjvpall_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:12.8830349Z test_vmapjvpall_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T15:59:12.8847724Z test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:12.8864909Z test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:12.8943993Z test_vmapjvpall_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:59:12.9027587Z test_vmapjvpall_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T15:59:12.9081009Z test_vmapjvpall_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:59:12.9760664Z test_vmapjvpall_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:59:12.9826783Z test_vmapjvpall_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:59:12.9827882Z return torch._C._nn.glu(input, dim) 2022-09-27T15:59:13.3827194Z ok (0.409s) 2022-09-27T15:59:13.3881491Z test_vmapjvpall_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:59:13.4637999Z test_vmapjvpall_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:59:13.5102809Z test_vmapjvpall_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:59:13.5341901Z test_vmapjvpall_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:59:13.5686351Z test_vmapjvpall_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T15:59:13.6238009Z test_vmapjvpall_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:59:14.0841717Z test_vmapjvpall_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.457s) 2022-09-27T15:59:14.0880170Z test_vmapjvpall_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:59:14.0881069Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-09-27T15:59:14.4494099Z ok (0.378s) 2022-09-27T15:59:14.5184553Z test_vmapjvpall_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:59:14.6365322Z test_vmapjvpall_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:59:14.7541506Z test_vmapjvpall_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.129s) 2022-09-27T15:59:14.8718873Z test_vmapjvpall_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.109s) 2022-09-27T15:59:14.9728756Z test_vmapjvpall_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T15:59:15.0827140Z test_vmapjvpall_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T15:59:15.2109448Z test_vmapjvpall_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T15:59:15.8870028Z test_vmapjvpall_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.674s) 2022-09-27T15:59:16.1168466Z test_vmapjvpall_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.228s) 2022-09-27T15:59:17.1280620Z test_vmapjvpall_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.011s) 2022-09-27T15:59:17.2006525Z test_vmapjvpall_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T15:59:18.8448375Z test_vmapjvpall_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.657s) 2022-09-27T15:59:18.9900336Z test_vmapjvpall_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T15:59:19.0156570Z test_vmapjvpall_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-09-27T15:59:23.2577087Z test_vmapjvpall_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.251s) 2022-09-27T15:59:23.2595422Z test_vmapjvpall_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:35.9150928Z test_vmapjvpall_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (12.650s) 2022-09-27T15:59:35.9283281Z test_vmapjvpall_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:59:35.9284446Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T15:59:41.3060309Z ok (5.389s) 2022-09-27T15:59:41.3078677Z test_vmapjvpall_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:41.5222349Z test_vmapjvpall_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.222s) 2022-09-27T15:59:41.5239814Z test_vmapjvpall_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:41.7744957Z test_vmapjvpall_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T15:59:41.7762435Z test_vmapjvpall_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:41.9348402Z test_vmapjvpall_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T15:59:41.9628408Z test_vmapjvpall_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:59:42.2320136Z test_vmapjvpall_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.268s) 2022-09-27T15:59:42.6429363Z test_vmapjvpall_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.411s) 2022-09-27T15:59:42.6454757Z test_vmapjvpall_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:59:42.6479008Z test_vmapjvpall_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:59:42.9015250Z test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T15:59:43.3983750Z test_vmapjvpall_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.506s) 2022-09-27T15:59:43.4901109Z test_vmapjvpall_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T15:59:43.5738915Z test_vmapjvpall_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T15:59:43.9640890Z test_vmapjvpall_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.380s) 2022-09-27T15:59:44.0621131Z test_vmapjvpall_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.097s) 2022-09-27T15:59:44.1600736Z test_vmapjvpall_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T15:59:44.4357528Z test_vmapjvpall_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.269s) 2022-09-27T15:59:44.4382349Z test_vmapjvpall_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:59:44.4565365Z test_vmapjvpall_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:59:44.4748930Z test_vmapjvpall_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T15:59:47.8968005Z test_vmapjvpall_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.432s) 2022-09-27T15:59:48.6170194Z test_vmapjvpall_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.713s) 2022-09-27T15:59:48.6421897Z test_vmapjvpall_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:59:48.6748292Z test_vmapjvpall_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:59:48.6766199Z test_vmapjvpall_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:48.7013721Z test_vmapjvpall_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:59:48.7283957Z test_vmapjvpall_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:59:48.7323601Z test_vmapjvpall_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T15:59:48.7324514Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-09-27T15:59:49.0545850Z ok (0.332s) 2022-09-27T15:59:49.0586460Z test_vmapjvpall_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T15:59:49.1151686Z test_vmapjvpall_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T15:59:49.1741382Z test_vmapjvpall_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T15:59:49.1980536Z test_vmapjvpall_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:59:49.2367767Z test_vmapjvpall_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:59:49.2656066Z test_vmapjvpall_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T15:59:49.2901810Z test_vmapjvpall_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:59:49.3225169Z test_vmapjvpall_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:59:50.8727900Z test_vmapjvpall_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.549s) 2022-09-27T15:59:52.5226619Z test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.646s) 2022-09-27T15:59:54.5365295Z test_vmapjvpall_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.014s) 2022-09-27T15:59:54.5734780Z test_vmapjvpall_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T15:59:54.6790411Z test_vmapjvpall_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.099s) 2022-09-27T15:59:54.6814930Z test_vmapjvpall_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:59:55.0425415Z test_vmapjvpall_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.373s) 2022-09-27T15:59:55.0698850Z test_vmapjvpall_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T15:59:55.1109727Z test_vmapjvpall_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T15:59:55.1422098Z test_vmapjvpall_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:59:55.1450991Z test_vmapjvpall_normal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:59:55.1476141Z test_vmapjvpall_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:59:55.1500235Z test_vmapjvpall_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T15:59:55.1527999Z test_vmapjvpall_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.001s) 2022-09-27T15:59:55.1559640Z test_vmapjvpall_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T15:59:58.1416110Z test_vmapjvpall_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.981s) 2022-09-27T15:59:58.1636022Z test_vmapjvpall_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.032s) 2022-09-27T15:59:58.2010206Z test_vmapjvpall_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T15:59:58.2027412Z test_vmapjvpall_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:59:58.2342013Z test_vmapjvpall_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:59:58.3408741Z test_vmapjvpall_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.102s) 2022-09-27T15:59:58.7409185Z test_vmapjvpall_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.409s) 2022-09-27T15:59:58.8175647Z test_vmapjvpall_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T15:59:58.8942302Z test_vmapjvpall_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T15:59:58.9705849Z test_vmapjvpall_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T15:59:59.0470680Z test_vmapjvpall_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T15:59:59.1235126Z test_vmapjvpall_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.068s) 2022-09-27T15:59:59.1450667Z test_vmapjvpall_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T15:59:59.5353223Z test_vmapjvpall_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.377s) 2022-09-27T15:59:59.8885450Z test_vmapjvpall_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.364s) 2022-09-27T16:00:00.6103077Z test_vmapjvpall_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.711s) 2022-09-27T16:00:01.0475188Z test_vmapjvpall_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.442s) 2022-09-27T16:00:01.4459025Z test_vmapjvpall_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.395s) 2022-09-27T16:00:01.4701622Z test_vmapjvpall_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T16:00:01.4729671Z test_vmapjvpall_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:01.4757832Z test_vmapjvpall_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:01.4781580Z test_vmapjvpall_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:01.4808957Z test_vmapjvpall_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:01.5052876Z test_vmapjvpall_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:00:01.5274467Z test_vmapjvpall_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:01.5513172Z test_vmapjvpall_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:00:01.8695310Z test_vmapjvpall_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.316s) 2022-09-27T16:00:01.8721105Z test_vmapjvpall_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:02.1628258Z test_vmapjvpall_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.299s) 2022-09-27T16:00:02.1988165Z test_vmapjvpall_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:00:02.3257382Z test_vmapjvpall_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T16:00:02.3793328Z test_vmapjvpall_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:00:02.3817429Z test_vmapjvpall_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T16:00:02.3841311Z test_vmapjvpall_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:02.3999549Z test_vmapjvpall_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:02.4157445Z test_vmapjvpall_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:02.5355624Z test_vmapjvpall_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.112s) 2022-09-27T16:00:02.7993351Z test_vmapjvpall_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.269s) 2022-09-27T16:00:02.8097005Z test_vmapjvpall_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:00:02.8331980Z test_vmapjvpall_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:00:02.8566145Z test_vmapjvpall_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:02.8801300Z test_vmapjvpall_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:00:02.9044447Z test_vmapjvpall_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:03.2658337Z test_vmapjvpall_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.363s) 2022-09-27T16:00:03.4940657Z test_vmapjvpall_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.240s) 2022-09-27T16:00:03.5312444Z test_vmapjvpall_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.031s) 2022-09-27T16:00:04.4257433Z test_vmapjvpall_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.902s) 2022-09-27T16:00:05.3196188Z test_vmapjvpall_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.879s) 2022-09-27T16:00:06.1444133Z test_vmapjvpall_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.830s) 2022-09-27T16:00:06.1469618Z test_vmapjvpall_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:06.8872654Z test_vmapjvpall_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.751s) 2022-09-27T16:00:06.8975854Z test_vmapjvpall_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:06.9000157Z test_vmapjvpall_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:06.9024150Z test_vmapjvpall_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T16:00:06.9408720Z test_vmapjvpall_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:00:07.1122693Z test_vmapjvpall_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.166s) 2022-09-27T16:00:07.1228937Z test_vmapjvpall_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:07.1253746Z test_vmapjvpall_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:07.1276774Z test_vmapjvpall_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:07.1509674Z test_vmapjvpall_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:00:07.1612093Z test_vmapjvpall_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:07.1636093Z test_vmapjvpall_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:07.1744521Z test_vmapjvpall_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:00:07.2026391Z test_vmapjvpall_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:00:07.2132764Z test_vmapjvpall_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:00:07.8238885Z test_vmapjvpall_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.606s) 2022-09-27T16:00:07.8785086Z test_vmapjvpall_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:00:07.9352000Z test_vmapjvpall_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:00:08.4172484Z test_vmapjvpall_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.477s) 2022-09-27T16:00:08.4197592Z test_vmapjvpall_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:00:08.4220925Z test_vmapjvpall_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.4244085Z test_vmapjvpall_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.4267261Z test_vmapjvpall_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T16:00:08.4290200Z test_vmapjvpall_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.4312980Z test_vmapjvpall_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.4335696Z test_vmapjvpall_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.4358660Z test_vmapjvpall_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.4375347Z test_vmapjvpall_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:00:08.4391991Z test_vmapjvpall_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:00:08.4567084Z test_vmapjvpall_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:08.4818067Z test_vmapjvpall_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:00:08.4842096Z test_vmapjvpall_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.4865608Z test_vmapjvpall_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.5040474Z test_vmapjvpall_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:08.5233148Z test_vmapjvpall_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:00:08.5429342Z test_vmapjvpall_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:08.5453021Z test_vmapjvpall_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.5470183Z test_vmapjvpall_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:00:08.5739868Z test_vmapjvpall_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:00:08.5763774Z test_vmapjvpall_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.5787302Z test_vmapjvpall_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.5810901Z test_vmapjvpall_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.5834553Z test_vmapjvpall_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.6121201Z test_vmapjvpall_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:00:08.6374367Z test_vmapjvpall_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:00:08.7159510Z test_vmapjvpall_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:00:08.7183280Z test_vmapjvpall_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.7206990Z test_vmapjvpall_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:08.7224147Z test_vmapjvpall_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:00:08.7241002Z test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:00:08.7257744Z test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:00:08.7274719Z test_vmapjvpall_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:00:08.7298050Z test_vmapjvpall_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:09.0823614Z test_vmapjvpall_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.350s) 2022-09-27T16:00:09.0848244Z test_vmapjvpall_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:09.1068657Z test_vmapjvpall_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:09.1455368Z test_vmapjvpall_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:00:09.1957809Z test_vmapjvpall_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:00:09.2063362Z test_vmapjvpall_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:09.2308911Z test_vmapjvpall_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:09.2833609Z test_vmapjvpall_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:00:09.9808786Z test_vmapjvpall_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.691s) 2022-09-27T16:00:10.0653739Z test_vmapjvpall_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:00:10.1670942Z test_vmapjvpall_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T16:00:10.2858048Z test_vmapjvpall_stft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T16:00:10.6411124Z test_vmapjvpall_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.353s) 2022-09-27T16:00:10.7885235Z test_vmapjvpall_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.155s) 2022-09-27T16:00:10.9070516Z test_vmapjvpall_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T16:00:14.3276414Z test_vmapjvpall_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.418s) 2022-09-27T16:00:14.3294669Z test_vmapjvpall_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:00:14.3320714Z test_vmapjvpall_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:14.3559427Z test_vmapjvpall_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:00:14.3982800Z test_vmapjvpall_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.036s) 2022-09-27T16:00:14.4760149Z test_vmapjvpall_take_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.077s) 2022-09-27T16:00:14.4874489Z test_vmapjvpall_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:14.4977915Z test_vmapjvpall_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:00:14.5014075Z test_vmapjvpall_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:00:14.5871740Z test_vmapjvpall_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:00:14.9821059Z test_vmapjvpall_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.394s) 2022-09-27T16:00:14.9838394Z test_vmapjvpall_to_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:00:14.9863923Z test_vmapjvpall_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:15.0982067Z test_vmapjvpall_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T16:00:15.1082265Z test_vmapjvpall_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:00:15.1691083Z test_vmapjvpall_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:00:15.4543653Z test_vmapjvpall_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.281s) 2022-09-27T16:00:15.7388702Z test_vmapjvpall_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.280s) 2022-09-27T16:00:16.2652451Z test_vmapjvpall_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.530s) 2022-09-27T16:00:16.3286918Z test_vmapjvpall_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.058s) 2022-09-27T16:00:16.3921081Z test_vmapjvpall_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:00:16.7019345Z test_vmapjvpall_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.317s) 2022-09-27T16:00:16.7129059Z test_vmapjvpall_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:00:16.8131015Z test_vmapjvpall_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:00:16.8899970Z test_vmapjvpall_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:00:17.0746775Z test_vmapjvpall_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.176s) 2022-09-27T16:00:17.0771030Z test_vmapjvpall_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:17.0796149Z test_vmapjvpall_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.016s) 2022-09-27T16:00:17.0944640Z test_vmapjvpall_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:17.1618452Z test_vmapjvpall_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:00:17.2427005Z test_vmapjvpall_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:00:17.3411740Z test_vmapjvpall_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:00:17.3791858Z test_vmapjvpall_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:00:17.3847136Z test_vmapjvpall_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:00:17.5136218Z test_vmapjvpall_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T16:00:17.5680203Z test_vmapjvpall_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:00:17.5947109Z test_vmapjvpall_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:00:17.8979339Z test_vmapjvpall_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T16:00:18.0714479Z test_vmapjvpall_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:00:18.4213854Z test_vmapjvpall_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.348s) 2022-09-27T16:00:18.4463117Z test_vmapjvpall_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:00:18.4487787Z test_vmapjvpall_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:18.4515483Z test_vmapjvpall_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Forward AD not supported. (0.000s) 2022-09-27T16:00:18.5436787Z test_vmapjvpvjp_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:00:18.6396561Z test_vmapjvpvjp_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T16:00:19.5538669Z test_vmapjvpvjp___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.911s) 2022-09-27T16:00:23.0391945Z test_vmapjvpvjp___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.481s) 2022-09-27T16:00:25.1364697Z test_vmapjvpvjp___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.100s) 2022-09-27T16:00:28.0840510Z test_vmapjvpvjp___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.945s) 2022-09-27T16:00:33.1025072Z test_vmapjvpvjp___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.034s) 2022-09-27T16:00:35.6805287Z test_vmapjvpvjp___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.577s) 2022-09-27T16:00:38.1858405Z test_vmapjvpvjp___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.493s) 2022-09-27T16:00:41.5423246Z test_vmapjvpvjp___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.355s) 2022-09-27T16:00:43.6979821Z test_vmapjvpvjp___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.170s) 2022-09-27T16:00:49.2429852Z test_vmapjvpvjp__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.545s) 2022-09-27T16:00:54.8015586Z test_vmapjvpvjp__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.557s) 2022-09-27T16:00:54.8069688Z test_vmapjvpvjp__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:00:54.8122284Z test_vmapjvpvjp__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:00:54.8217309Z test_vmapjvpvjp__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:00:54.8218235Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:00:54.8222546Z expected failure (0.016s) 2022-09-27T16:00:55.5226473Z test_vmapjvpvjp__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.704s) 2022-09-27T16:00:56.8393052Z test_vmapjvpvjp__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.319s) 2022-09-27T16:01:01.5018761Z test_vmapjvpvjp__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.662s) 2022-09-27T16:01:07.2959312Z test_vmapjvpvjp__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.783s) 2022-09-27T16:01:13.2139857Z test_vmapjvpvjp__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.930s) 2022-09-27T16:01:14.2806581Z test_vmapjvpvjp__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.061s) 2022-09-27T16:01:43.5884871Z test_vmapjvpvjp__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (29.303s) 2022-09-27T16:01:46.8371183Z test_vmapjvpvjp__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.254s) 2022-09-27T16:01:56.6293569Z test_vmapjvpvjp__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (9.789s) 2022-09-27T16:01:57.9553706Z test_vmapjvpvjp__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.329s) 2022-09-27T16:01:59.3236236Z test_vmapjvpvjp__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.358s) 2022-09-27T16:02:08.5139154Z test_vmapjvpvjp__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (9.191s) 2022-09-27T16:02:13.0190092Z test_vmapjvpvjp__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.510s) 2022-09-27T16:02:21.4553075Z test_vmapjvpvjp__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (8.435s) 2022-09-27T16:02:21.5205127Z test_vmapjvpvjp_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.065s) 2022-09-27T16:02:21.7153128Z test_vmapjvpvjp_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.204s) 2022-09-27T16:02:21.9006910Z test_vmapjvpvjp_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:02:24.5231916Z test_vmapjvpvjp_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.631s) 2022-09-27T16:02:34.9896639Z test_vmapjvpvjp_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (10.457s) 2022-09-27T16:02:54.5241268Z test_vmapjvpvjp_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (19.535s) 2022-09-27T16:03:11.4572912Z test_vmapjvpvjp_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (16.943s) 2022-09-27T16:03:16.2709492Z test_vmapjvpvjp_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.806s) 2022-09-27T16:03:20.7158812Z test_vmapjvpvjp_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.443s) 2022-09-27T16:03:30.0179195Z test_vmapjvpvjp_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (9.312s) 2022-09-27T16:03:36.4046557Z test_vmapjvpvjp_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.386s) 2022-09-27T16:03:36.4103182Z test_vmapjvpvjp_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:03:36.4157301Z test_vmapjvpvjp_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:03:37.7266926Z test_vmapjvpvjp_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.313s) 2022-09-27T16:03:39.0379883Z test_vmapjvpvjp_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.311s) 2022-09-27T16:03:39.0435866Z test_vmapjvpvjp_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:03:39.0975578Z test_vmapjvpvjp_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:03:39.1029514Z test_vmapjvpvjp_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:03:39.1082996Z test_vmapjvpvjp_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:03:39.1136477Z test_vmapjvpvjp_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:03:39.1190241Z test_vmapjvpvjp_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:03:39.1243549Z test_vmapjvpvjp_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:03:39.1296921Z test_vmapjvpvjp_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:03:39.1381955Z test_vmapjvpvjp_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:03:39.1559674Z test_vmapjvpvjp_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:03:39.2310941Z test_vmapjvpvjp_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:03:39.3023449Z test_vmapjvpvjp_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:03:42.6224652Z test_vmapjvpvjp_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.325s) 2022-09-27T16:03:42.6923522Z test_vmapjvpvjp_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:03:42.7654030Z test_vmapjvpvjp_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:03:42.7701584Z test_vmapjvpvjp_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:42.7748762Z test_vmapjvpvjp_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:42.7795750Z test_vmapjvpvjp_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:03:53.0139515Z test_vmapjvpvjp_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (10.220s) 2022-09-27T16:03:53.0274471Z test_vmapjvpvjp_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:03:53.2461255Z test_vmapjvpvjp_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.217s) 2022-09-27T16:03:53.4276741Z test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.192s) 2022-09-27T16:03:57.5287421Z test_vmapjvpvjp_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.098s) 2022-09-27T16:03:57.8615159Z test_vmapjvpvjp_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.326s) 2022-09-27T16:03:57.8668447Z test_vmapjvpvjp_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:03:57.8719661Z test_vmapjvpvjp_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:03:57.8770441Z test_vmapjvpvjp_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:03:57.8814828Z test_vmapjvpvjp_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:58.2083058Z test_vmapjvpvjp_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.321s) 2022-09-27T16:03:58.2134165Z test_vmapjvpvjp_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:03:58.2184834Z test_vmapjvpvjp_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:03:58.2235737Z test_vmapjvpvjp_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:04:00.1741733Z test_vmapjvpvjp_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.963s) 2022-09-27T16:04:01.7698559Z test_vmapjvpvjp_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.592s) 2022-09-27T16:04:01.7988342Z test_vmapjvpvjp_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.031s) 2022-09-27T16:04:01.8515018Z test_vmapjvpvjp_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:04:02.0459914Z test_vmapjvpvjp_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.197s) 2022-09-27T16:04:02.0511259Z test_vmapjvpvjp_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:04:02.0562393Z test_vmapjvpvjp_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:04:02.0634596Z test_vmapjvpvjp_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:04:03.1703445Z test_vmapjvpvjp_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.111s) 2022-09-27T16:04:08.1091491Z test_vmapjvpvjp_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.939s) 2022-09-27T16:04:41.6122671Z test_vmapjvpvjp_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (33.501s) 2022-09-27T16:04:45.4009914Z test_vmapjvpvjp_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.791s) 2022-09-27T16:04:47.7663765Z test_vmapjvpvjp_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.361s) 2022-09-27T16:04:50.1335443Z test_vmapjvpvjp_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.373s) 2022-09-27T16:04:50.2250228Z test_vmapjvpvjp_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.089s) 2022-09-27T16:04:50.9555153Z test_vmapjvpvjp_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.727s) 2022-09-27T16:04:50.9634761Z test_vmapjvpvjp_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:04:50.9635760Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:04:52.5624904Z ok (1.613s) 2022-09-27T16:04:54.9178135Z test_vmapjvpvjp_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.358s) 2022-09-27T16:04:55.0391521Z test_vmapjvpvjp_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T16:04:55.0879217Z test_vmapjvpvjp_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T16:04:57.4135714Z test_vmapjvpvjp_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.324s) 2022-09-27T16:04:57.5018476Z test_vmapjvpvjp_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T16:05:00.1755725Z test_vmapjvpvjp_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.689s) 2022-09-27T16:05:00.7777414Z test_vmapjvpvjp_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.602s) 2022-09-27T16:05:00.9450476Z test_vmapjvpvjp_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.162s) 2022-09-27T16:05:01.1043657Z test_vmapjvpvjp_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.157s) 2022-09-27T16:05:01.1096727Z test_vmapjvpvjp_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:05:06.1736802Z test_vmapjvpvjp_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.077s) 2022-09-27T16:05:07.0115092Z test_vmapjvpvjp_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.824s) 2022-09-27T16:05:07.1693081Z test_vmapjvpvjp_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.157s) 2022-09-27T16:05:07.3268457Z test_vmapjvpvjp_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:05:07.3359094Z test_vmapjvpvjp_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:05:07.5326028Z test_vmapjvpvjp_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T16:05:10.1550536Z test_vmapjvpvjp_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.632s) 2022-09-27T16:05:10.3099431Z test_vmapjvpvjp_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.146s) 2022-09-27T16:05:11.0587499Z test_vmapjvpvjp_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.763s) 2022-09-27T16:05:11.7655516Z test_vmapjvpvjp_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.695s) 2022-09-27T16:05:12.0198195Z test_vmapjvpvjp_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.252s) 2022-09-27T16:05:12.7220905Z test_vmapjvpvjp_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.711s) 2022-09-27T16:05:16.4592069Z test_vmapjvpvjp_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.731s) 2022-09-27T16:06:06.5295687Z test_vmapjvpvjp_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (50.067s) 2022-09-27T16:06:06.6888541Z test_vmapjvpvjp_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:06:27.6413817Z test_vmapjvpvjp_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (20.938s) 2022-09-27T16:06:29.8127927Z test_vmapjvpvjp_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.184s) 2022-09-27T16:06:32.6005040Z test_vmapjvpvjp_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.788s) 2022-09-27T16:06:34.7584348Z test_vmapjvpvjp_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.155s) 2022-09-27T16:06:35.0366285Z test_vmapjvpvjp_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.269s) 2022-09-27T16:06:35.2254761Z test_vmapjvpvjp_double_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.191s) 2022-09-27T16:06:35.4112864Z test_vmapjvpvjp_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T16:06:40.0543526Z test_vmapjvpvjp_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.647s) 2022-09-27T16:06:42.7573130Z test_vmapjvpvjp_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.705s) 2022-09-27T16:06:45.7714007Z test_vmapjvpvjp_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.000s) 2022-09-27T16:06:45.7768425Z test_vmapjvpvjp_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:06:45.7820856Z test_vmapjvpvjp_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:06:45.7873592Z test_vmapjvpvjp_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:06:45.7925719Z test_vmapjvpvjp_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T16:06:45.8682254Z test_vmapjvpvjp_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:06:46.0515394Z test_vmapjvpvjp_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:06:46.1301248Z test_vmapjvpvjp_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:06:46.2867029Z test_vmapjvpvjp_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:06:46.4370959Z test_vmapjvpvjp_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:06:46.5798305Z test_vmapjvpvjp_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T16:06:47.0112459Z test_vmapjvpvjp_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.435s) 2022-09-27T16:06:47.0732186Z test_vmapjvpvjp_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:06:47.0784928Z test_vmapjvpvjp_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:06:47.4485884Z test_vmapjvpvjp_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.358s) 2022-09-27T16:06:47.8593897Z test_vmapjvpvjp_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.410s) 2022-09-27T16:06:48.3512109Z test_vmapjvpvjp_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.498s) 2022-09-27T16:06:48.6010568Z test_vmapjvpvjp_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.248s) 2022-09-27T16:06:49.0576790Z test_vmapjvpvjp_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.460s) 2022-09-27T16:06:49.5347921Z test_vmapjvpvjp_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.475s) 2022-09-27T16:06:50.1100904Z test_vmapjvpvjp_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.569s) 2022-09-27T16:06:50.4807390Z test_vmapjvpvjp_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.379s) 2022-09-27T16:06:50.9242314Z test_vmapjvpvjp_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.444s) 2022-09-27T16:06:51.4172295Z test_vmapjvpvjp_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.492s) 2022-09-27T16:06:51.6676224Z test_vmapjvpvjp_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.249s) 2022-09-27T16:06:52.1195845Z test_vmapjvpvjp_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.450s) 2022-09-27T16:06:52.5893008Z test_vmapjvpvjp_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.477s) 2022-09-27T16:06:53.1584492Z test_vmapjvpvjp_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.564s) 2022-09-27T16:06:53.5671515Z test_vmapjvpvjp_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.412s) 2022-09-27T16:06:54.0113538Z test_vmapjvpvjp_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.446s) 2022-09-27T16:06:54.5367923Z test_vmapjvpvjp_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.523s) 2022-09-27T16:06:54.9234037Z test_vmapjvpvjp_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.379s) 2022-09-27T16:06:55.3658604Z test_vmapjvpvjp_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.442s) 2022-09-27T16:06:55.8778154Z test_vmapjvpvjp_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.523s) 2022-09-27T16:06:56.0495721Z test_vmapjvpvjp_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:06:56.3212434Z test_vmapjvpvjp_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.272s) 2022-09-27T16:06:56.7838277Z test_vmapjvpvjp_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.451s) 2022-09-27T16:06:56.8806371Z test_vmapjvpvjp_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T16:06:56.9773775Z test_vmapjvpvjp_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.087s) 2022-09-27T16:06:57.1472890Z test_vmapjvpvjp_float_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.176s) 2022-09-27T16:06:57.3148377Z test_vmapjvpvjp_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.168s) 2022-09-27T16:07:01.7127131Z test_vmapjvpvjp_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.402s) 2022-09-27T16:07:01.7654535Z test_vmapjvpvjp_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:07:01.7706903Z test_vmapjvpvjp_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:04.2604518Z test_vmapjvpvjp_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.499s) 2022-09-27T16:07:06.7515068Z test_vmapjvpvjp_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.494s) 2022-09-27T16:07:09.3002380Z test_vmapjvpvjp_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.536s) 2022-09-27T16:07:09.4272657Z test_vmapjvpvjp_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.128s) 2022-09-27T16:07:09.5837655Z test_vmapjvpvjp_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:07:09.5889474Z test_vmapjvpvjp_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:07:09.8303027Z test_vmapjvpvjp_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.237s) 2022-09-27T16:07:09.8354229Z test_vmapjvpvjp_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:09.8405346Z test_vmapjvpvjp_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:15.7832037Z test_vmapjvpvjp_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.945s) 2022-09-27T16:07:15.7886134Z test_vmapjvpvjp_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:07:15.9700299Z test_vmapjvpvjp_half_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.173s) 2022-09-27T16:07:16.1537129Z test_vmapjvpvjp_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T16:07:16.1589963Z test_vmapjvpvjp_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:16.1642301Z test_vmapjvpvjp_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:16.1694902Z test_vmapjvpvjp_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:07:16.1747406Z test_vmapjvpvjp_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:20.8412365Z test_vmapjvpvjp_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.664s) 2022-09-27T16:07:23.2088252Z test_vmapjvpvjp_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.377s) 2022-09-27T16:07:26.0245994Z test_vmapjvpvjp_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.803s) 2022-09-27T16:07:26.2031689Z test_vmapjvpvjp_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.193s) 2022-09-27T16:07:26.2084554Z test_vmapjvpvjp_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:26.2135990Z test_vmapjvpvjp_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:28.5045452Z test_vmapjvpvjp_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.293s) 2022-09-27T16:07:29.2419957Z test_vmapjvpvjp_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.742s) 2022-09-27T16:07:29.3943419Z test_vmapjvpvjp_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.155s) 2022-09-27T16:07:30.4355147Z test_vmapjvpvjp_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.038s) 2022-09-27T16:07:32.3969743Z test_vmapjvpvjp_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.963s) 2022-09-27T16:07:32.4039221Z test_vmapjvpvjp_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:07:32.5512856Z test_vmapjvpvjp_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T16:07:33.1884169Z test_vmapjvpvjp_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.647s) 2022-09-27T16:07:33.1937795Z test_vmapjvpvjp_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:33.1990277Z test_vmapjvpvjp_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:07:33.2042658Z test_vmapjvpvjp_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:33.2094584Z test_vmapjvpvjp_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:33.2147219Z test_vmapjvpvjp_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:07:33.2199201Z test_vmapjvpvjp_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:33.2251293Z test_vmapjvpvjp_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:33.2303545Z test_vmapjvpvjp_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:07:33.2356116Z test_vmapjvpvjp_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:33.2408197Z test_vmapjvpvjp_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:34.5833236Z test_vmapjvpvjp_istft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.344s) 2022-09-27T16:07:34.5887802Z test_vmapjvpvjp_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:07:34.5941364Z test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:07:34.5993961Z test_vmapjvpvjp_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:07:34.6046670Z test_vmapjvpvjp_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:07:34.6099346Z test_vmapjvpvjp_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:07:35.0475988Z test_vmapjvpvjp_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.442s) 2022-09-27T16:07:35.5796262Z test_vmapjvpvjp_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.522s) 2022-09-27T16:07:38.5064258Z test_vmapjvpvjp_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.933s) 2022-09-27T16:07:38.5119071Z test_vmapjvpvjp_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:07:51.2471547Z test_vmapjvpvjp_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (12.736s) 2022-09-27T16:07:51.4097527Z test_vmapjvpvjp_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:07:52.8656222Z test_vmapjvpvjp_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.469s) 2022-09-27T16:07:54.3988720Z test_vmapjvpvjp_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.529s) 2022-09-27T16:07:54.7681986Z test_vmapjvpvjp_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.373s) 2022-09-27T16:07:55.6082714Z test_vmapjvpvjp_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.840s) 2022-09-27T16:07:56.4948251Z test_vmapjvpvjp_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.881s) 2022-09-27T16:08:01.8355281Z test_vmapjvpvjp_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.336s) 2022-09-27T16:08:01.8490307Z test_vmapjvpvjp_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:08:05.6916914Z test_vmapjvpvjp_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.852s) 2022-09-27T16:08:06.5027737Z test_vmapjvpvjp_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.807s) 2022-09-27T16:08:07.1285637Z test_vmapjvpvjp_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.622s) 2022-09-27T16:08:20.3527886Z test_vmapjvpvjp_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... ok (13.225s) 2022-09-27T16:08:20.9757373Z test_vmapjvpvjp_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.617s) 2022-09-27T16:08:21.5998499Z test_vmapjvpvjp_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.633s) 2022-09-27T16:08:21.6052884Z test_vmapjvpvjp_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:08:21.6105896Z test_vmapjvpvjp_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:08:21.6158089Z test_vmapjvpvjp_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:08:21.6204171Z test_vmapjvpvjp_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:08:56.3581459Z test_vmapjvpvjp_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (34.747s) 2022-09-27T16:09:05.8536885Z test_vmapjvpvjp_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (9.492s) 2022-09-27T16:09:05.8646690Z test_vmapjvpvjp_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:09:05.8648967Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:09:08.1399767Z ok (2.281s) 2022-09-27T16:09:10.4018073Z test_vmapjvpvjp_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.256s) 2022-09-27T16:10:30.7459770Z test_vmapjvpvjp_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (80.359s) 2022-09-27T16:10:36.4884426Z test_vmapjvpvjp_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.741s) 2022-09-27T16:10:38.1880989Z test_vmapjvpvjp_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.701s) 2022-09-27T16:10:38.1936777Z test_vmapjvpvjp_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:10:38.1989924Z test_vmapjvpvjp_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:10:38.2036230Z test_vmapjvpvjp_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:10:45.4336801Z test_vmapjvpvjp_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (7.222s) 2022-09-27T16:10:50.9038340Z test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.478s) 2022-09-27T16:10:54.5026190Z test_vmapjvpvjp_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.587s) 2022-09-27T16:10:55.7037837Z test_vmapjvpvjp_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.203s) 2022-09-27T16:10:55.7092688Z test_vmapjvpvjp_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:11:11.9874560Z test_vmapjvpvjp_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (16.272s) 2022-09-27T16:11:14.5191311Z test_vmapjvpvjp_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.524s) 2022-09-27T16:11:20.7892306Z test_vmapjvpvjp_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.275s) 2022-09-27T16:11:27.0527956Z test_vmapjvpvjp_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.266s) 2022-09-27T16:12:33.9847068Z test_vmapjvpvjp_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (66.935s) 2022-09-27T16:13:56.9380862Z test_vmapjvpvjp_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (82.950s) 2022-09-27T16:14:00.2693458Z test_vmapjvpvjp_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.328s) 2022-09-27T16:14:00.4519602Z test_vmapjvpvjp_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.192s) 2022-09-27T16:14:02.1112670Z test_vmapjvpvjp_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.653s) 2022-09-27T16:14:02.2528892Z test_vmapjvpvjp_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.144s) 2022-09-27T16:14:14.5332127Z test_vmapjvpvjp_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (12.281s) 2022-09-27T16:14:27.2918540Z test_vmapjvpvjp_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (12.757s) 2022-09-27T16:14:27.2972987Z test_vmapjvpvjp_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:14:27.4589457Z test_vmapjvpvjp_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.170s) 2022-09-27T16:14:27.5234726Z test_vmapjvpvjp_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:14:27.6849097Z test_vmapjvpvjp_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.155s) 2022-09-27T16:14:27.8364545Z test_vmapjvpvjp_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T16:14:28.2256551Z test_vmapjvpvjp_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.390s) 2022-09-27T16:14:28.6469757Z test_vmapjvpvjp_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.425s) 2022-09-27T16:14:28.9983632Z test_vmapjvpvjp_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.342s) 2022-09-27T16:14:29.3291579Z test_vmapjvpvjp_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.342s) 2022-09-27T16:14:29.3363477Z test_vmapjvpvjp_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:14:30.0266466Z test_vmapjvpvjp_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.690s) 2022-09-27T16:14:30.0320519Z test_vmapjvpvjp_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:14:30.0373273Z test_vmapjvpvjp_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:14:30.0426536Z test_vmapjvpvjp_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:14:30.0479467Z test_vmapjvpvjp_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:14:30.3257069Z test_vmapjvpvjp_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.276s) 2022-09-27T16:14:30.3310760Z test_vmapjvpvjp_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:14:31.2845524Z test_vmapjvpvjp_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.944s) 2022-09-27T16:14:31.2899509Z test_vmapjvpvjp_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:14:31.2952418Z test_vmapjvpvjp_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:14:31.3005084Z test_vmapjvpvjp_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:14:35.8170364Z test_vmapjvpvjp_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.518s) 2022-09-27T16:14:54.6868616Z test_vmapjvpvjp_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (18.867s) 2022-09-27T16:14:58.5335387Z test_vmapjvpvjp_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.854s) 2022-09-27T16:14:58.8235718Z test_vmapjvpvjp_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.285s) 2022-09-27T16:14:59.1133599Z test_vmapjvpvjp_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.291s) 2022-09-27T16:15:00.1519722Z test_vmapjvpvjp_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.036s) 2022-09-27T16:15:00.3983713Z test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.244s) 2022-09-27T16:15:01.5309097Z test_vmapjvpvjp_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.143s) 2022-09-27T16:15:01.9359697Z test_vmapjvpvjp_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.397s) 2022-09-27T16:15:07.0308036Z test_vmapjvpvjp_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.090s) 2022-09-27T16:15:07.3901612Z test_vmapjvpvjp_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.365s) 2022-09-27T16:15:10.1274481Z test_vmapjvpvjp_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.744s) 2022-09-27T16:15:10.2606445Z test_vmapjvpvjp_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.134s) 2022-09-27T16:15:10.4709001Z test_vmapjvpvjp_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.208s) 2022-09-27T16:15:13.2029908Z test_vmapjvpvjp_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.722s) 2022-09-27T16:15:14.2116357Z test_vmapjvpvjp_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.021s) 2022-09-27T16:15:14.9308885Z test_vmapjvpvjp_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.705s) 2022-09-27T16:15:14.9356018Z test_vmapjvpvjp_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:15:14.9400949Z test_vmapjvpvjp_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:15:17.6718523Z test_vmapjvpvjp_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.733s) 2022-09-27T16:15:17.8081340Z test_vmapjvpvjp_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.135s) 2022-09-27T16:15:18.0186985Z test_vmapjvpvjp_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.213s) 2022-09-27T16:15:20.7466098Z test_vmapjvpvjp_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.719s) 2022-09-27T16:15:21.0852176Z test_vmapjvpvjp_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.348s) 2022-09-27T16:15:21.4839375Z test_vmapjvpvjp_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.402s) 2022-09-27T16:15:21.5856244Z test_vmapjvpvjp_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:15:21.8007476Z test_vmapjvpvjp_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.218s) 2022-09-27T16:15:24.3400846Z test_vmapjvpvjp_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.539s) 2022-09-27T16:15:24.3455254Z test_vmapjvpvjp_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:15:24.6589486Z test_vmapjvpvjp_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.303s) 2022-09-27T16:15:25.0361602Z test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.380s) 2022-09-27T16:15:25.3991877Z test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.364s) 2022-09-27T16:15:25.7623702Z test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.364s) 2022-09-27T16:15:25.9322039Z test_vmapjvpvjp_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:15:28.3492979Z test_vmapjvpvjp_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.421s) 2022-09-27T16:15:29.0517807Z test_vmapjvpvjp_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.696s) 2022-09-27T16:15:31.9997851Z test_vmapjvpvjp_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (2.954s) 2022-09-27T16:15:33.9694465Z test_vmapjvpvjp_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.957s) 2022-09-27T16:15:33.9747433Z test_vmapjvpvjp_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:15:34.4497205Z test_vmapjvpvjp_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.466s) 2022-09-27T16:15:34.4542420Z test_vmapjvpvjp_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:15:34.4593387Z test_vmapjvpvjp_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:15:34.5113394Z test_vmapjvpvjp_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:15:34.5164777Z test_vmapjvpvjp_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:15:34.5215335Z test_vmapjvpvjp_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:15:34.5266134Z test_vmapjvpvjp_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:15:34.5317102Z test_vmapjvpvjp_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:15:34.5367641Z test_vmapjvpvjp_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:15:34.5418543Z test_vmapjvpvjp_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:15:34.8882688Z test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.333s) 2022-09-27T16:15:35.4462749Z test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.572s) 2022-09-27T16:15:36.1941961Z test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.743s) 2022-09-27T16:15:36.6741839Z test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.475s) 2022-09-27T16:15:37.9958969Z test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.319s) 2022-09-27T16:15:39.1465998Z test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.160s) 2022-09-27T16:15:39.6760935Z test_vmapjvpvjp_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.523s) 2022-09-27T16:15:40.0695927Z test_vmapjvpvjp_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.396s) 2022-09-27T16:15:40.5202793Z test_vmapjvpvjp_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.460s) 2022-09-27T16:15:40.5313707Z test_vmapjvpvjp_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:15:40.5360069Z test_vmapjvpvjp_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:15:40.5789455Z test_vmapjvpvjp_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.031s) 2022-09-27T16:15:54.8533232Z test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (14.271s) 2022-09-27T16:15:55.0213892Z test_vmapjvpvjp_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T16:16:10.4410727Z test_vmapjvpvjp_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (15.423s) 2022-09-27T16:17:08.7817909Z test_vmapjvpvjp_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (58.333s) 2022-09-27T16:17:09.3610351Z test_vmapjvpvjp_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.586s) 2022-09-27T16:17:12.3725839Z test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.011s) 2022-09-27T16:17:15.0620424Z test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.687s) 2022-09-27T16:17:15.6250029Z test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.565s) 2022-09-27T16:17:16.1930583Z test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.566s) 2022-09-27T16:17:18.7379237Z test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.546s) 2022-09-27T16:17:21.2864708Z test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.549s) 2022-09-27T16:17:23.7880656Z test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.505s) 2022-09-27T16:17:26.2910710Z test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.506s) 2022-09-27T16:17:28.8861260Z test_vmapjvpvjp_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.596s) 2022-09-27T16:17:42.0164920Z test_vmapjvpvjp_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (13.126s) 2022-09-27T16:17:56.8782318Z test_vmapjvpvjp_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (14.860s) 2022-09-27T16:18:18.3031806Z test_vmapjvpvjp_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (21.421s) 2022-09-27T16:18:36.5839189Z test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (18.286s) 2022-09-27T16:18:42.7092065Z test_vmapjvpvjp_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.129s) 2022-09-27T16:18:47.6389692Z test_vmapjvpvjp_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.924s) 2022-09-27T16:18:47.6471979Z test_vmapjvpvjp_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:18:47.8245790Z test_vmapjvpvjp_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.167s) 2022-09-27T16:18:48.0198906Z test_vmapjvpvjp_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.206s) 2022-09-27T16:18:48.1946164Z test_vmapjvpvjp_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.174s) 2022-09-27T16:18:48.3612459Z test_vmapjvpvjp_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:18:48.3683413Z test_vmapjvpvjp_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:18:48.5263115Z test_vmapjvpvjp_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:18:48.8383935Z test_vmapjvpvjp_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.300s) 2022-09-27T16:18:48.9344422Z test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.095s) 2022-09-27T16:18:49.7500455Z test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.824s) 2022-09-27T16:18:49.7620859Z test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:18:49.7746671Z test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:18:49.7848790Z test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:18:50.3505200Z test_vmapjvpvjp_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.570s) 2022-09-27T16:18:50.3613410Z test_vmapjvpvjp_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::glu_backward_jvp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:18:50.3614686Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:18:53.2450066Z ok (2.889s) 2022-09-27T16:18:53.2550425Z test_vmapjvpvjp_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:18:54.0448374Z test_vmapjvpvjp_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.782s) 2022-09-27T16:18:54.3644839Z test_vmapjvpvjp_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.318s) 2022-09-27T16:18:54.3714610Z test_vmapjvpvjp_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:18:54.6060905Z test_vmapjvpvjp_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.236s) 2022-09-27T16:18:54.9228631Z test_vmapjvpvjp_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.316s) 2022-09-27T16:18:58.1760971Z test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (3.246s) 2022-09-27T16:18:58.1832373Z test_vmapjvpvjp_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:18:58.1945556Z test_vmapjvpvjp_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:18:58.9200048Z test_vmapjvpvjp_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.732s) 2022-09-27T16:18:59.5929455Z test_vmapjvpvjp_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.674s) 2022-09-27T16:19:00.2399696Z test_vmapjvpvjp_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.651s) 2022-09-27T16:19:00.8580194Z test_vmapjvpvjp_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.618s) 2022-09-27T16:19:01.5122271Z test_vmapjvpvjp_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.648s) 2022-09-27T16:19:02.2410718Z test_vmapjvpvjp_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.728s) 2022-09-27T16:19:08.2458305Z test_vmapjvpvjp_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.012s) 2022-09-27T16:19:10.0817675Z test_vmapjvpvjp_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.835s) 2022-09-27T16:19:20.7414485Z test_vmapjvpvjp_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (10.656s) 2022-09-27T16:19:21.1988435Z test_vmapjvpvjp_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.448s) 2022-09-27T16:19:36.7011219Z test_vmapjvpvjp_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (15.513s) 2022-09-27T16:19:37.9941603Z test_vmapjvpvjp_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.285s) 2022-09-27T16:19:38.0012597Z test_vmapjvpvjp_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:19:39.7716215Z test_vmapjvpvjp_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.771s) 2022-09-27T16:19:39.7763375Z test_vmapjvpvjp_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:21:03.5589993Z test_vmapjvpvjp_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (83.789s) 2022-09-27T16:21:39.8437936Z test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (36.275s) 2022-09-27T16:21:48.4919313Z test_vmapjvpvjp_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (8.651s) 2022-09-27T16:21:49.5581499Z test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.076s) 2022-09-27T16:21:51.5265930Z test_vmapjvpvjp_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (1.966s) 2022-09-27T16:21:51.8678677Z test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.332s) 2022-09-27T16:21:57.4095385Z test_vmapjvpvjp_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.542s) 2022-09-27T16:21:58.1164259Z test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.711s) 2022-09-27T16:21:58.3479136Z test_vmapjvpvjp_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.234s) 2022-09-27T16:22:00.7270043Z test_vmapjvpvjp_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.369s) 2022-09-27T16:22:04.4353636Z test_vmapjvpvjp_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.721s) 2022-09-27T16:22:04.4424518Z test_vmapjvpvjp_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:22:04.4492613Z test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:22:04.4569247Z test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:22:08.2664502Z test_vmapjvpvjp_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.815s) 2022-09-27T16:22:09.0779599Z test_vmapjvpvjp_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.808s) 2022-09-27T16:22:09.7838734Z test_vmapjvpvjp_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.703s) 2022-09-27T16:22:12.1494960Z test_vmapjvpvjp_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.373s) 2022-09-27T16:22:12.7798477Z test_vmapjvpvjp_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.617s) 2022-09-27T16:22:13.4101095Z test_vmapjvpvjp_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.634s) 2022-09-27T16:22:15.7557894Z test_vmapjvpvjp_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.349s) 2022-09-27T16:22:15.7626978Z test_vmapjvpvjp_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.010s) 2022-09-27T16:22:15.8657773Z test_vmapjvpvjp_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.093s) 2022-09-27T16:22:15.9687768Z test_vmapjvpvjp_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T16:22:47.6054851Z test_vmapjvpvjp_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (31.640s) 2022-09-27T16:22:53.6717109Z test_vmapjvpvjp_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.059s) 2022-09-27T16:22:53.8307377Z test_vmapjvpvjp_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:22:54.0373061Z test_vmapjvpvjp_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.205s) 2022-09-27T16:22:54.0478364Z test_vmapjvpvjp_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:22:54.2121915Z test_vmapjvpvjp_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:22:54.4160107Z test_vmapjvpvjp_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.208s) 2022-09-27T16:22:57.5181931Z test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.103s) 2022-09-27T16:22:57.5254587Z test_vmapjvpvjp_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:22:57.9437376Z test_vmapjvpvjp_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.426s) 2022-09-27T16:22:58.3898161Z test_vmapjvpvjp_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.451s) 2022-09-27T16:22:58.5603665Z test_vmapjvpvjp_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.171s) 2022-09-27T16:22:58.8254339Z test_vmapjvpvjp_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.266s) 2022-09-27T16:22:59.0563211Z test_vmapjvpvjp_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.228s) 2022-09-27T16:22:59.2285738Z test_vmapjvpvjp_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.171s) 2022-09-27T16:22:59.4381131Z test_vmapjvpvjp_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.202s) 2022-09-27T16:23:15.1090918Z test_vmapjvpvjp_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (15.669s) 2022-09-27T16:23:31.1611213Z test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (16.052s) 2022-09-27T16:23:43.5536835Z test_vmapjvpvjp_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (12.400s) 2022-09-27T16:23:43.7700264Z test_vmapjvpvjp_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.221s) 2022-09-27T16:23:44.4045835Z test_vmapjvpvjp_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.635s) 2022-09-27T16:23:44.4098536Z test_vmapjvpvjp_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:23:47.5086578Z test_vmapjvpvjp_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.100s) 2022-09-27T16:23:47.7106887Z test_vmapjvpvjp_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T16:23:48.0463777Z test_vmapjvpvjp_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.331s) 2022-09-27T16:23:48.2533048Z test_vmapjvpvjp_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T16:23:48.2642596Z test_vmapjvpvjp_normal_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:23:48.2743861Z test_vmapjvpvjp_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:23:48.2796647Z test_vmapjvpvjp_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:23:48.2849152Z test_vmapjvpvjp_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:23:48.2901462Z test_vmapjvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:24:03.7150954Z test_vmapjvpvjp_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (15.433s) 2022-09-27T16:24:03.7229977Z test_vmapjvpvjp_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:24:04.0258927Z test_vmapjvpvjp_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T16:24:04.0467280Z test_vmapjvpvjp_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.031s) 2022-09-27T16:24:04.2316095Z test_vmapjvpvjp_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:24:05.4402952Z test_vmapjvpvjp_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.215s) 2022-09-27T16:24:09.1201027Z test_vmapjvpvjp_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.684s) 2022-09-27T16:24:09.6611078Z test_vmapjvpvjp_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.544s) 2022-09-27T16:24:10.2013722Z test_vmapjvpvjp_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.539s) 2022-09-27T16:24:10.7415719Z test_vmapjvpvjp_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.534s) 2022-09-27T16:24:11.2820907Z test_vmapjvpvjp_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.549s) 2022-09-27T16:24:11.8293256Z test_vmapjvpvjp_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.536s) 2022-09-27T16:24:11.9503681Z test_vmapjvpvjp_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.131s) 2022-09-27T16:24:16.0686633Z test_vmapjvpvjp_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.105s) 2022-09-27T16:24:19.1650119Z test_vmapjvpvjp_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.090s) 2022-09-27T16:24:24.6491236Z test_vmapjvpvjp_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.489s) 2022-09-27T16:24:40.9569260Z test_vmapjvpvjp_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (16.293s) 2022-09-27T16:24:43.9639011Z test_vmapjvpvjp_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (3.015s) 2022-09-27T16:24:44.1188541Z test_vmapjvpvjp_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:24:44.1241823Z test_vmapjvpvjp_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:24:44.1294259Z test_vmapjvpvjp_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:24:44.1346283Z test_vmapjvpvjp_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:24:44.1398361Z test_vmapjvpvjp_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:24:44.2849737Z test_vmapjvpvjp_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T16:24:44.4091134Z test_vmapjvpvjp_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.128s) 2022-09-27T16:24:44.5729995Z test_vmapjvpvjp_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.167s) 2022-09-27T16:24:47.1781756Z test_vmapjvpvjp_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.595s) 2022-09-27T16:24:47.1851371Z test_vmapjvpvjp_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:24:48.3250103Z test_vmapjvpvjp_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.134s) 2022-09-27T16:24:48.5497672Z test_vmapjvpvjp_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.228s) 2022-09-27T16:24:48.7384599Z test_vmapjvpvjp_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.187s) 2022-09-27T16:24:49.0638966Z test_vmapjvpvjp_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.335s) 2022-09-27T16:24:49.0691879Z test_vmapjvpvjp_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:24:49.0744612Z test_vmapjvpvjp_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:24:49.1605558Z test_vmapjvpvjp_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T16:24:49.2466127Z test_vmapjvpvjp_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:24:49.9971948Z test_vmapjvpvjp_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.737s) 2022-09-27T16:24:51.6392447Z test_vmapjvpvjp_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.637s) 2022-09-27T16:24:51.6928994Z test_vmapjvpvjp_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:24:51.8296353Z test_vmapjvpvjp_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.135s) 2022-09-27T16:24:51.9661335Z test_vmapjvpvjp_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.135s) 2022-09-27T16:24:52.1025989Z test_vmapjvpvjp_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.140s) 2022-09-27T16:24:52.2728515Z test_vmapjvpvjp_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.165s) 2022-09-27T16:24:54.9068993Z test_vmapjvpvjp_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.635s) 2022-09-27T16:24:56.5365063Z test_vmapjvpvjp_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.628s) 2022-09-27T16:24:58.2426015Z test_vmapjvpvjp_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.712s) 2022-09-27T16:25:05.8526260Z test_vmapjvpvjp_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (7.605s) 2022-09-27T16:25:13.3766962Z test_vmapjvpvjp_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (7.516s) 2022-09-27T16:25:20.0230408Z test_vmapjvpvjp_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.653s) 2022-09-27T16:25:20.0336824Z test_vmapjvpvjp_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:25:20.0337849Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:25:20.0342413Z expected failure (0.016s) 2022-09-27T16:25:25.3264736Z test_vmapjvpvjp_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.291s) 2022-09-27T16:25:25.3318471Z test_vmapjvpvjp_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:25.3385474Z test_vmapjvpvjp_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:25:25.3452007Z test_vmapjvpvjp_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:25:25.5853026Z test_vmapjvpvjp_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.239s) 2022-09-27T16:25:26.8528851Z test_vmapjvpvjp_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.274s) 2022-09-27T16:25:26.9084951Z test_vmapjvpvjp_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T16:25:26.9137619Z test_vmapjvpvjp_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:26.9188899Z test_vmapjvpvjp_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:27.0742318Z test_vmapjvpvjp_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T16:25:27.1272705Z test_vmapjvpvjp_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:25:27.1324760Z test_vmapjvpvjp_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:27.1994669Z test_vmapjvpvjp_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T16:25:27.4396698Z test_vmapjvpvjp_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.248s) 2022-09-27T16:25:27.5027061Z test_vmapjvpvjp_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T16:25:31.7557637Z test_vmapjvpvjp_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.267s) 2022-09-27T16:25:32.1545087Z test_vmapjvpvjp_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.395s) 2022-09-27T16:25:32.5802714Z test_vmapjvpvjp_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.429s) 2022-09-27T16:25:35.5863556Z test_vmapjvpvjp_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.002s) 2022-09-27T16:25:35.5917771Z test_vmapjvpvjp_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:25:35.5969220Z test_vmapjvpvjp_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:35.6020528Z test_vmapjvpvjp_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:25:35.6071875Z test_vmapjvpvjp_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:35.6123046Z test_vmapjvpvjp_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:35.6174118Z test_vmapjvpvjp_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:25:35.6224967Z test_vmapjvpvjp_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:35.6276075Z test_vmapjvpvjp_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:35.6320993Z test_vmapjvpvjp_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:25:35.6365463Z test_vmapjvpvjp_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:25:35.7546891Z test_vmapjvpvjp_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:25:35.9336396Z test_vmapjvpvjp_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.189s) 2022-09-27T16:25:35.9389344Z test_vmapjvpvjp_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:35.9441712Z test_vmapjvpvjp_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:36.0865720Z test_vmapjvpvjp_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T16:25:36.3125082Z test_vmapjvpvjp_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.232s) 2022-09-27T16:25:36.5568768Z test_vmapjvpvjp_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.244s) 2022-09-27T16:25:36.5622560Z test_vmapjvpvjp_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:36.5668836Z test_vmapjvpvjp_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:25:36.7658795Z test_vmapjvpvjp_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.197s) 2022-09-27T16:25:36.7711905Z test_vmapjvpvjp_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:36.7764613Z test_vmapjvpvjp_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:25:36.7816887Z test_vmapjvpvjp_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:36.7869651Z test_vmapjvpvjp_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:37.0261620Z test_vmapjvpvjp_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.244s) 2022-09-27T16:25:37.2102919Z test_vmapjvpvjp_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.187s) 2022-09-27T16:25:37.7655775Z test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.549s) 2022-09-27T16:25:37.7710302Z test_vmapjvpvjp_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:25:37.7763186Z test_vmapjvpvjp_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:37.7808769Z test_vmapjvpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:25:37.7854698Z test_vmapjvpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:25:37.7900498Z test_vmapjvpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:25:37.7946292Z test_vmapjvpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:25:37.7998793Z test_vmapjvpvjp_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:25:41.0629605Z test_vmapjvpvjp_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.263s) 2022-09-27T16:25:41.0684181Z test_vmapjvpvjp_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:25:42.0123711Z test_vmapjvpvjp_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.935s) 2022-09-27T16:25:44.7140360Z test_vmapjvpvjp_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.698s) 2022-09-27T16:25:48.2779728Z test_vmapjvpvjp_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.558s) 2022-09-27T16:25:48.3395904Z test_vmapjvpvjp_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:25:48.5121268Z test_vmapjvpvjp_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:25:48.8316808Z test_vmapjvpvjp_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.316s) 2022-09-27T16:25:54.4543235Z test_vmapjvpvjp_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.627s) 2022-09-27T16:25:55.1347283Z test_vmapjvpvjp_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.680s) 2022-09-27T16:25:58.0769406Z test_vmapjvpvjp_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.935s) 2022-09-27T16:25:58.9366243Z test_vmapjvpvjp_stft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.856s) 2022-09-27T16:26:01.5456977Z test_vmapjvpvjp_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.614s) 2022-09-27T16:26:02.4906838Z test_vmapjvpvjp_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.939s) 2022-09-27T16:26:03.2319807Z test_vmapjvpvjp_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.747s) 2022-09-27T16:27:28.9086822Z test_vmapjvpvjp_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (85.680s) 2022-09-27T16:27:28.9301034Z test_vmapjvpvjp_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:27:28.9376210Z test_vmapjvpvjp_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:27:29.0747203Z test_vmapjvpvjp_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.127s) 2022-09-27T16:27:29.3456713Z test_vmapjvpvjp_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.284s) 2022-09-27T16:27:29.3530919Z test_vmapjvpvjp_take_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:27:29.3531850Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:27:29.3841799Z expected failure (0.033s) 2022-09-27T16:27:29.4527541Z test_vmapjvpvjp_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:27:29.5125983Z test_vmapjvpvjp_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:27:29.5195029Z test_vmapjvpvjp_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:27:30.2561630Z test_vmapjvpvjp_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.743s) 2022-09-27T16:27:31.5676625Z test_vmapjvpvjp_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.316s) 2022-09-27T16:27:31.6260400Z test_vmapjvpvjp_to_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.048s) 2022-09-27T16:27:31.6330281Z test_vmapjvpvjp_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:27:32.3476489Z test_vmapjvpvjp_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.713s) 2022-09-27T16:27:32.4050539Z test_vmapjvpvjp_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:27:32.7683308Z test_vmapjvpvjp_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.363s) 2022-09-27T16:27:35.4048138Z test_vmapjvpvjp_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.625s) 2022-09-27T16:27:38.0393586Z test_vmapjvpvjp_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.633s) 2022-09-27T16:27:54.6743060Z test_vmapjvpvjp_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (16.644s) 2022-09-27T16:27:55.0622615Z test_vmapjvpvjp_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.380s) 2022-09-27T16:27:55.4424479Z test_vmapjvpvjp_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.380s) 2022-09-27T16:27:58.2230559Z test_vmapjvpvjp_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.783s) 2022-09-27T16:27:58.2777211Z test_vmapjvpvjp_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:29:32.5215681Z test_vmapjvpvjp_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (94.249s) 2022-09-27T16:29:32.9778948Z test_vmapjvpvjp_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.456s) 2022-09-27T16:29:34.1401621Z test_vmapjvpvjp_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.165s) 2022-09-27T16:29:34.1454968Z test_vmapjvpvjp_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:29:34.1506458Z test_vmapjvpvjp_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:29:34.1557511Z test_vmapjvpvjp_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:29:34.5553536Z test_vmapjvpvjp_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.396s) 2022-09-27T16:29:35.1279055Z test_vmapjvpvjp_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.574s) 2022-09-27T16:29:37.6741632Z test_vmapjvpvjp_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.550s) 2022-09-27T16:29:37.9573497Z test_vmapjvpvjp_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.279s) 2022-09-27T16:29:37.9670182Z test_vmapjvpvjp_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:29:38.1551216Z test_vmapjvpvjp_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.192s) 2022-09-27T16:29:38.4811133Z test_vmapjvpvjp_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.336s) 2022-09-27T16:29:43.0969955Z test_vmapjvpvjp_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.605s) 2022-09-27T16:29:45.5726084Z test_vmapjvpvjp_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.482s) 2022-09-27T16:29:46.8473846Z test_vmapjvpvjp_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.265s) 2022-09-27T16:29:49.9764735Z test_vmapjvpvjp_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.143s) 2022-09-27T16:29:50.1197876Z test_vmapjvpvjp_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.141s) 2022-09-27T16:29:50.1252147Z test_vmapjvpvjp_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:29:50.1304759Z test_vmapjvpvjp_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:29:50.1446974Z test_vmapvjp_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:29:50.1594427Z test_vmapvjp_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:29:50.3026233Z test_vmapvjp___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.144s) 2022-09-27T16:29:52.5876885Z test_vmapvjp___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.292s) 2022-09-27T16:29:52.7376171Z test_vmapvjp___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.152s) 2022-09-27T16:29:52.9119710Z test_vmapvjp___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.166s) 2022-09-27T16:29:53.2233068Z test_vmapvjp___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.306s) 2022-09-27T16:29:53.3908994Z test_vmapvjp___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:29:53.5522454Z test_vmapvjp___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:29:53.7488309Z test_vmapvjp___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.205s) 2022-09-27T16:29:53.9008646Z test_vmapvjp___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T16:29:54.6251777Z test_vmapvjp__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.728s) 2022-09-27T16:29:55.3467435Z test_vmapvjp__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.729s) 2022-09-27T16:29:55.3490004Z test_vmapvjp__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:29:55.3511037Z test_vmapvjp__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:29:55.4769118Z test_vmapvjp__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.127s) 2022-09-27T16:29:55.5836383Z test_vmapvjp__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:29:55.7535960Z test_vmapvjp__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T16:29:56.0611372Z test_vmapvjp__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.318s) 2022-09-27T16:29:56.8458810Z test_vmapvjp__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.783s) 2022-09-27T16:29:57.7045743Z test_vmapvjp__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.858s) 2022-09-27T16:29:57.8680607Z test_vmapvjp__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T16:30:01.7093666Z test_vmapvjp__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.832s) 2022-09-27T16:30:02.0879691Z test_vmapvjp__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.381s) 2022-09-27T16:30:02.9753074Z test_vmapvjp__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.885s) 2022-09-27T16:30:03.1379988Z test_vmapvjp__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:30:03.3069496Z test_vmapvjp__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:30:04.4301908Z test_vmapvjp__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.126s) 2022-09-27T16:30:05.1049255Z test_vmapvjp__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.685s) 2022-09-27T16:30:06.1737636Z test_vmapvjp__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.060s) 2022-09-27T16:30:06.1835310Z test_vmapvjp_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:30:06.2077571Z test_vmapvjp_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:06.2312868Z test_vmapvjp_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:06.4157242Z test_vmapvjp_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.187s) 2022-09-27T16:30:06.7279446Z test_vmapvjp_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.306s) 2022-09-27T16:30:07.2987312Z test_vmapvjp_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.582s) 2022-09-27T16:30:07.8323416Z test_vmapvjp_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.525s) 2022-09-27T16:30:07.9880014Z test_vmapvjp_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:30:08.1288440Z test_vmapvjp_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T16:30:08.4169701Z test_vmapvjp_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.285s) 2022-09-27T16:30:08.6187508Z test_vmapvjp_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T16:30:08.6209405Z test_vmapvjp_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:08.6231177Z test_vmapvjp_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:08.7752084Z test_vmapvjp_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:30:08.9266923Z test_vmapvjp_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T16:30:08.9288377Z test_vmapvjp_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:08.9377984Z test_vmapvjp_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:08.9399454Z test_vmapvjp_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:08.9420659Z test_vmapvjp_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:08.9441671Z test_vmapvjp_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:08.9462842Z test_vmapvjp_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:08.9484789Z test_vmapvjp_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:08.9506013Z test_vmapvjp_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:08.9546412Z test_vmapvjp_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:30:08.9787169Z test_vmapvjp_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:08.9894814Z test_vmapvjp_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:08.9996131Z test_vmapvjp_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:09.1822980Z test_vmapvjp_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:30:09.1925716Z test_vmapvjp_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:09.2027669Z test_vmapvjp_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:12.6718629Z test_vmapvjp_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.466s) 2022-09-27T16:30:16.2315899Z test_vmapvjp_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.550s) 2022-09-27T16:30:19.9049341Z test_vmapvjp_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.680s) 2022-09-27T16:30:20.2034502Z test_vmapvjp_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.300s) 2022-09-27T16:30:20.2049555Z test_vmapvjp_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:20.2343750Z test_vmapvjp_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.032s) 2022-09-27T16:30:20.2680895Z test_vmapvjp_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:30:20.4149260Z test_vmapvjp_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T16:30:20.4375872Z test_vmapvjp_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:20.4397016Z test_vmapvjp_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:20.4417880Z test_vmapvjp_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:20.4438521Z test_vmapvjp_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:21.2205851Z test_vmapvjp_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.775s) 2022-09-27T16:30:21.2724096Z test_vmapvjp_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:30:21.2746371Z test_vmapvjp_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:21.2767540Z test_vmapvjp_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T16:30:21.2788132Z test_vmapvjp_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:21.3576546Z test_vmapvjp_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:30:21.4746777Z test_vmapvjp_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.113s) 2022-09-27T16:30:26.8808597Z test_vmapvjp_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.409s) 2022-09-27T16:30:26.8899807Z test_vmapvjp_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:30:26.9204338Z test_vmapvjp_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.031s) 2022-09-27T16:30:26.9225724Z test_vmapvjp_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:26.9246719Z test_vmapvjp_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:27.0662402Z test_vmapvjp_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.145s) 2022-09-27T16:30:27.1735982Z test_vmapvjp_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T16:30:27.4403367Z test_vmapvjp_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.264s) 2022-09-27T16:30:27.7071390Z test_vmapvjp_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.269s) 2022-09-27T16:30:27.8599143Z test_vmapvjp_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.155s) 2022-09-27T16:30:28.0223940Z test_vmapvjp_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T16:30:28.1849493Z test_vmapvjp_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.168s) 2022-09-27T16:30:28.1995230Z test_vmapvjp_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:28.2535664Z test_vmapvjp_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:30:28.4558052Z test_vmapvjp_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.207s) 2022-09-27T16:30:28.6183630Z test_vmapvjp_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:30:28.6374725Z test_vmapvjp_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:28.6457016Z test_vmapvjp_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:29.0271702Z test_vmapvjp_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.379s) 2022-09-27T16:30:29.0413475Z test_vmapvjp_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:29.2158445Z test_vmapvjp_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:30:29.2754411Z test_vmapvjp_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:30:29.2981683Z test_vmapvjp_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:29.3201138Z test_vmapvjp_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:29.3222720Z test_vmapvjp_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:29.8377628Z test_vmapvjp_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.523s) 2022-09-27T16:30:29.8924400Z test_vmapvjp_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T16:30:29.9174862Z test_vmapvjp_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:29.9422146Z test_vmapvjp_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:30.0484458Z test_vmapvjp_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T16:30:30.0778629Z test_vmapvjp_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:30:30.2470948Z test_vmapvjp_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:30:30.2686888Z test_vmapvjp_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:30.3765563Z test_vmapvjp_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.112s) 2022-09-27T16:30:30.4762749Z test_vmapvjp_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T16:30:30.5127888Z test_vmapvjp_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:30:30.6112787Z test_vmapvjp_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T16:30:30.8784438Z test_vmapvjp_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.267s) 2022-09-27T16:30:32.7712752Z test_vmapvjp_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.886s) 2022-09-27T16:30:32.7936753Z test_vmapvjp_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:30:33.9418000Z test_vmapvjp_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.137s) 2022-09-27T16:30:34.0992435Z test_vmapvjp_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.167s) 2022-09-27T16:30:34.2700985Z test_vmapvjp_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T16:30:34.4249835Z test_vmapvjp_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.155s) 2022-09-27T16:30:34.4447035Z test_vmapvjp_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:34.4741726Z test_vmapvjp_double_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.026s) 2022-09-27T16:30:34.5016707Z test_vmapvjp_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:34.5851261Z test_vmapvjp_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:34.6757888Z test_vmapvjp_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T16:30:34.8788148Z test_vmapvjp_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.208s) 2022-09-27T16:30:34.8809731Z test_vmapvjp_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:34.8831068Z test_vmapvjp_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:34.8852312Z test_vmapvjp_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:34.8873510Z test_vmapvjp_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:34.8979850Z test_vmapvjp_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:34.9214585Z test_vmapvjp_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:34.9318307Z test_vmapvjp_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:34.9545404Z test_vmapvjp_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:34.9762694Z test_vmapvjp_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:35.0177718Z test_vmapvjp_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:30:35.0850264Z test_vmapvjp_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T16:30:35.0946267Z test_vmapvjp_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:35.0967556Z test_vmapvjp_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:35.1495469Z test_vmapvjp_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:30:35.2073814Z test_vmapvjp_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.058s) 2022-09-27T16:30:35.2760225Z test_vmapvjp_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:35.3123084Z test_vmapvjp_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:35.3732399Z test_vmapvjp_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:30:35.4368860Z test_vmapvjp_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.052s) 2022-09-27T16:30:35.5134540Z test_vmapvjp_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:30:35.5662702Z test_vmapvjp_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:30:35.6281894Z test_vmapvjp_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:35.6993022Z test_vmapvjp_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:30:35.7355662Z test_vmapvjp_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:30:35.7963296Z test_vmapvjp_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.062s) 2022-09-27T16:30:35.8586062Z test_vmapvjp_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:30:35.9342383Z test_vmapvjp_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:35.9902987Z test_vmapvjp_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:30:36.0508060Z test_vmapvjp_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:30:36.1220474Z test_vmapvjp_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T16:30:36.1740665Z test_vmapvjp_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:30:36.2330123Z test_vmapvjp_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:30:36.3014219Z test_vmapvjp_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:30:36.3241110Z test_vmapvjp_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:30:36.3630633Z test_vmapvjp_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:30:36.4298330Z test_vmapvjp_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:30:36.4449220Z test_vmapvjp_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:36.4600643Z test_vmapvjp_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:36.4869631Z test_vmapvjp_float_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.036s) 2022-09-27T16:30:36.5119856Z test_vmapvjp_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:36.7368961Z test_vmapvjp_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.228s) 2022-09-27T16:30:36.7458498Z test_vmapvjp_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:36.7480132Z test_vmapvjp_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:36.9177455Z test_vmapvjp_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.171s) 2022-09-27T16:30:37.0885924Z test_vmapvjp_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:30:37.2534694Z test_vmapvjp_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.163s) 2022-09-27T16:30:37.2732483Z test_vmapvjp_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:37.2955624Z test_vmapvjp_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:37.2976467Z test_vmapvjp_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:37.3687172Z test_vmapvjp_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:37.3707798Z test_vmapvjp_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:37.3728121Z test_vmapvjp_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:37.6399375Z test_vmapvjp_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.266s) 2022-09-27T16:30:37.6419960Z test_vmapvjp_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:37.6703963Z test_vmapvjp_half_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.032s) 2022-09-27T16:30:37.6977894Z test_vmapvjp_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:30:37.7075253Z test_vmapvjp_has_batch_rule_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:37.7175443Z test_vmapvjp_has_batch_rule_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:37.7898816Z test_vmapvjp_has_batch_rule___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.079s) 2022-09-27T16:30:38.3897823Z test_vmapvjp_has_batch_rule___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.601s) 2022-09-27T16:30:38.4538888Z test_vmapvjp_has_batch_rule___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.056s) 2022-09-27T16:30:38.5314484Z test_vmapvjp_has_batch_rule___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.082s) 2022-09-27T16:30:38.6674193Z test_vmapvjp_has_batch_rule___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T16:30:38.7421413Z test_vmapvjp_has_batch_rule___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:30:38.8116849Z test_vmapvjp_has_batch_rule___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:30:38.9029670Z test_vmapvjp_has_batch_rule___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T16:30:38.9695665Z test_vmapvjp_has_batch_rule___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:30:39.3251782Z test_vmapvjp_has_batch_rule__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.364s) 2022-09-27T16:30:39.6807178Z test_vmapvjp_has_batch_rule__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.349s) 2022-09-27T16:30:39.6851190Z test_vmapvjp_has_batch_rule__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:39.6895499Z test_vmapvjp_has_batch_rule__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:39.6959873Z test_vmapvjp_has_batch_rule__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:30:39.7506635Z test_vmapvjp_has_batch_rule__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:30:39.8305861Z test_vmapvjp_has_batch_rule__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:30:39.9711291Z test_vmapvjp_has_batch_rule__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T16:30:40.3467109Z test_vmapvjp_has_batch_rule__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.363s) 2022-09-27T16:30:40.7670425Z test_vmapvjp_has_batch_rule__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.428s) 2022-09-27T16:30:40.8487044Z test_vmapvjp_has_batch_rule__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:30:42.6805338Z test_vmapvjp_has_batch_rule__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.836s) 2022-09-27T16:30:42.8738092Z test_vmapvjp_has_batch_rule__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.189s) 2022-09-27T16:30:43.3405726Z test_vmapvjp_has_batch_rule__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.473s) 2022-09-27T16:30:43.4199196Z test_vmapvjp_has_batch_rule__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:30:43.5029989Z test_vmapvjp_has_batch_rule__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T16:30:44.0864865Z test_vmapvjp_has_batch_rule__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.586s) 2022-09-27T16:30:44.4073003Z test_vmapvjp_has_batch_rule__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.317s) 2022-09-27T16:30:44.9598090Z test_vmapvjp_has_batch_rule__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.557s) 2022-09-27T16:30:44.9707343Z test_vmapvjp_has_batch_rule_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:44.9944519Z test_vmapvjp_has_batch_rule_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:30:45.0178051Z test_vmapvjp_has_batch_rule_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:45.0961119Z test_vmapvjp_has_batch_rule_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:30:45.2333576Z test_vmapvjp_has_batch_rule_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T16:30:45.4654063Z test_vmapvjp_has_batch_rule_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.227s) 2022-09-27T16:30:45.6784774Z test_vmapvjp_has_batch_rule_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.221s) 2022-09-27T16:30:45.7443193Z test_vmapvjp_has_batch_rule_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:30:45.8065508Z test_vmapvjp_has_batch_rule_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:30:45.9298457Z test_vmapvjp_has_batch_rule_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.128s) 2022-09-27T16:30:46.0258064Z test_vmapvjp_has_batch_rule_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T16:30:46.0302347Z test_vmapvjp_has_batch_rule_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:46.0346537Z test_vmapvjp_has_batch_rule_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:46.1084662Z test_vmapvjp_has_batch_rule_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:30:46.1828154Z test_vmapvjp_has_batch_rule_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:30:46.1872264Z test_vmapvjp_has_batch_rule_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:46.1946058Z test_vmapvjp_has_batch_rule_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:46.1990098Z test_vmapvjp_has_batch_rule_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:46.2034323Z test_vmapvjp_has_batch_rule_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:46.2078492Z test_vmapvjp_has_batch_rule_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:46.2122599Z test_vmapvjp_has_batch_rule_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:46.2166196Z test_vmapvjp_has_batch_rule_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:46.2210008Z test_vmapvjp_has_batch_rule_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:46.2381119Z test_vmapvjp_has_batch_rule_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:46.2442477Z test_vmapvjp_has_batch_rule_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:46.2561215Z test_vmapvjp_has_batch_rule_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:46.2673660Z test_vmapvjp_has_batch_rule_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:46.4226017Z test_vmapvjp_has_batch_rule_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:30:46.4339944Z test_vmapvjp_has_batch_rule_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:46.4454222Z test_vmapvjp_has_batch_rule_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:47.5770852Z test_vmapvjp_has_batch_rule_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.142s) 2022-09-27T16:30:48.7582455Z test_vmapvjp_has_batch_rule_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.183s) 2022-09-27T16:30:50.0066030Z test_vmapvjp_has_batch_rule_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.244s) 2022-09-27T16:30:50.1358296Z test_vmapvjp_has_batch_rule_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.129s) 2022-09-27T16:30:50.1395116Z test_vmapvjp_has_batch_rule_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:50.1563100Z test_vmapvjp_has_batch_rule_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:50.1717225Z test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:50.2357813Z test_vmapvjp_has_batch_rule_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:50.2484554Z test_vmapvjp_has_batch_rule_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:50.2527631Z test_vmapvjp_has_batch_rule_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:50.2570299Z test_vmapvjp_has_batch_rule_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:50.2612910Z test_vmapvjp_has_batch_rule_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:50.5640193Z test_vmapvjp_has_batch_rule_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.314s) 2022-09-27T16:30:50.5911301Z test_vmapvjp_has_batch_rule_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:50.5954263Z test_vmapvjp_has_batch_rule_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:50.5996680Z test_vmapvjp_has_batch_rule_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:50.6039006Z test_vmapvjp_has_batch_rule_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:50.6417570Z test_vmapvjp_has_batch_rule_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:30:50.7829726Z test_vmapvjp_has_batch_rule_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T16:30:53.1707168Z test_vmapvjp_has_batch_rule_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.390s) 2022-09-27T16:30:53.1784201Z test_vmapvjp_has_batch_rule_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:53.1962320Z test_vmapvjp_has_batch_rule_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.010s) 2022-09-27T16:30:53.2006317Z test_vmapvjp_has_batch_rule_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:53.2050466Z test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:53.2780207Z test_vmapvjp_has_batch_rule_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:53.3361792Z test_vmapvjp_has_batch_rule_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:30:53.4610963Z test_vmapvjp_has_batch_rule_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.124s) 2022-09-27T16:30:53.5865639Z test_vmapvjp_has_batch_rule_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.119s) 2022-09-27T16:30:53.7194519Z test_vmapvjp_has_batch_rule_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.131s) 2022-09-27T16:30:53.7942925Z test_vmapvjp_has_batch_rule_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:53.8689186Z test_vmapvjp_has_batch_rule_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:30:53.8787916Z test_vmapvjp_has_batch_rule_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:53.9049301Z test_vmapvjp_has_batch_rule_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:54.0136016Z test_vmapvjp_has_batch_rule_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T16:30:54.0192699Z test_vmapvjp_has_batch_rule_complex_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:30:54.0310530Z test_vmapvjp_has_batch_rule_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:54.0380745Z test_vmapvjp_has_batch_rule_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:54.2207947Z test_vmapvjp_has_batch_rule_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.177s) 2022-09-27T16:30:54.2304855Z test_vmapvjp_has_batch_rule_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:54.2362165Z test_vmapvjp_has_batch_rule_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:30:54.2714558Z test_vmapvjp_has_batch_rule_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:30:54.2852403Z test_vmapvjp_has_batch_rule_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:30:54.2985424Z test_vmapvjp_has_batch_rule_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:54.3029363Z test_vmapvjp_has_batch_rule_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:54.5746551Z test_vmapvjp_has_batch_rule_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.264s) 2022-09-27T16:30:54.6005341Z test_vmapvjp_has_batch_rule_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:54.6064210Z test_vmapvjp_has_batch_rule_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:54.6122516Z test_vmapvjp_has_batch_rule_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:30:54.6179621Z test_vmapvjp_has_batch_rule_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:54.6350075Z test_vmapvjp_has_batch_rule_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:54.7167507Z test_vmapvjp_has_batch_rule_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:54.7301696Z test_vmapvjp_has_batch_rule_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:54.7832007Z test_vmapvjp_has_batch_rule_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:30:54.8314402Z test_vmapvjp_has_batch_rule_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:30:54.8521150Z test_vmapvjp_has_batch_rule_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:54.9413008Z test_vmapvjp_has_batch_rule_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:30:55.0559275Z test_vmapvjp_has_batch_rule_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.108s) 2022-09-27T16:30:55.9076671Z test_vmapvjp_has_batch_rule_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.862s) 2022-09-27T16:30:55.9377387Z test_vmapvjp_has_batch_rule_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:56.4702399Z test_vmapvjp_has_batch_rule_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.529s) 2022-09-27T16:30:56.6011258Z test_vmapvjp_has_batch_rule_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.129s) 2022-09-27T16:30:56.7439584Z test_vmapvjp_has_batch_rule_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.145s) 2022-09-27T16:30:56.8708716Z test_vmapvjp_has_batch_rule_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T16:30:56.8826782Z test_vmapvjp_has_batch_rule_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:30:56.8999391Z test_vmapvjp_has_batch_rule_double_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.010s) 2022-09-27T16:30:56.9158238Z test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:56.9586089Z test_vmapvjp_has_batch_rule_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:30:56.9986434Z test_vmapvjp_has_batch_rule_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:30:57.0958340Z test_vmapvjp_has_batch_rule_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T16:30:57.1002944Z test_vmapvjp_has_batch_rule_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:57.1047276Z test_vmapvjp_has_batch_rule_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:57.1091480Z test_vmapvjp_has_batch_rule_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:57.1136126Z test_vmapvjp_has_batch_rule_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:57.1255222Z test_vmapvjp_has_batch_rule_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:57.1512066Z test_vmapvjp_has_batch_rule_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:57.1630769Z test_vmapvjp_has_batch_rule_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:57.1850227Z test_vmapvjp_has_batch_rule_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:57.1980521Z test_vmapvjp_has_batch_rule_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:57.2202012Z test_vmapvjp_has_batch_rule_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:57.2552151Z test_vmapvjp_has_batch_rule_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:57.2670881Z test_vmapvjp_has_batch_rule_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:57.2729436Z test_vmapvjp_has_batch_rule_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:30:57.3023181Z test_vmapvjp_has_batch_rule_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:57.3323531Z test_vmapvjp_has_batch_rule_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:57.3678349Z test_vmapvjp_has_batch_rule_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:57.3885760Z test_vmapvjp_has_batch_rule_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:57.4212460Z test_vmapvjp_has_batch_rule_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:57.4549748Z test_vmapvjp_has_batch_rule_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:57.4950208Z test_vmapvjp_has_batch_rule_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:30:57.5231569Z test_vmapvjp_has_batch_rule_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:57.5549431Z test_vmapvjp_has_batch_rule_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:57.5906381Z test_vmapvjp_has_batch_rule_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:30:57.6107292Z test_vmapvjp_has_batch_rule_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:57.6168304Z test_vmapvjp_has_batch_rule_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:30:57.6495384Z test_vmapvjp_has_batch_rule_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:57.6557831Z test_vmapvjp_has_batch_rule_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:57.6858900Z test_vmapvjp_has_batch_rule_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:57.7179383Z test_vmapvjp_has_batch_rule_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:30:57.7551121Z test_vmapvjp_has_batch_rule_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:57.7831205Z test_vmapvjp_has_batch_rule_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:57.8141798Z test_vmapvjp_has_batch_rule_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:57.8496660Z test_vmapvjp_has_batch_rule_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:30:57.8638247Z test_vmapvjp_has_batch_rule_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:30:57.8843618Z test_vmapvjp_has_batch_rule_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:57.9180296Z test_vmapvjp_has_batch_rule_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:57.9282518Z test_vmapvjp_has_batch_rule_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:57.9384692Z test_vmapvjp_has_batch_rule_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:57.9542000Z test_vmapvjp_has_batch_rule_float_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:57.9686579Z test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:58.0777096Z test_vmapvjp_has_batch_rule_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T16:30:58.0851036Z test_vmapvjp_has_batch_rule_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:58.0895420Z test_vmapvjp_has_batch_rule_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:30:58.1691865Z test_vmapvjp_has_batch_rule_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:58.2489651Z test_vmapvjp_has_batch_rule_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:30:58.3236809Z test_vmapvjp_has_batch_rule_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:58.3361714Z test_vmapvjp_has_batch_rule_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:58.3500918Z test_vmapvjp_has_batch_rule_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:30:58.3545285Z test_vmapvjp_has_batch_rule_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:58.3913103Z test_vmapvjp_has_batch_rule_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:58.3957597Z test_vmapvjp_has_batch_rule_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:58.4002220Z test_vmapvjp_has_batch_rule_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:58.5525776Z test_vmapvjp_has_batch_rule_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.145s) 2022-09-27T16:30:58.5570303Z test_vmapvjp_has_batch_rule_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:58.5739829Z test_vmapvjp_has_batch_rule_half_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:58.5896376Z test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:30:58.5940970Z test_vmapvjp_has_batch_rule_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:58.5985235Z test_vmapvjp_has_batch_rule_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:58.6029419Z test_vmapvjp_has_batch_rule_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:58.6073565Z test_vmapvjp_has_batch_rule_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:58.6500347Z test_vmapvjp_has_batch_rule_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:30:58.6853274Z test_vmapvjp_has_batch_rule_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:30:58.7603852Z test_vmapvjp_has_batch_rule_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:58.7823210Z test_vmapvjp_has_batch_rule_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:58.7867396Z test_vmapvjp_has_batch_rule_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:58.7911467Z test_vmapvjp_has_batch_rule_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:58.9382219Z test_vmapvjp_has_batch_rule_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.155s) 2022-09-27T16:30:58.9441963Z test_vmapvjp_has_batch_rule_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:30:58.9499738Z test_vmapvjp_has_batch_rule_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:58.9727402Z test_vmapvjp_has_batch_rule_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:59.1058830Z test_vmapvjp_has_batch_rule_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T16:30:59.1117377Z test_vmapvjp_has_batch_rule_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:59.1367653Z test_vmapvjp_has_batch_rule_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:59.1584190Z test_vmapvjp_has_batch_rule_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:59.1628265Z test_vmapvjp_has_batch_rule_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:59.1672394Z test_vmapvjp_has_batch_rule_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:30:59.1716421Z test_vmapvjp_has_batch_rule_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:59.1761113Z test_vmapvjp_has_batch_rule_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:59.1817151Z test_vmapvjp_has_batch_rule_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:30:59.1875508Z test_vmapvjp_has_batch_rule_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:59.1919992Z test_vmapvjp_has_batch_rule_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:30:59.1963843Z test_vmapvjp_has_batch_rule_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:59.2007609Z test_vmapvjp_has_batch_rule_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:59.2051474Z test_vmapvjp_has_batch_rule_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:59.2111777Z test_vmapvjp_has_batch_rule_istft_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:30:59.2156202Z test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:59.2200130Z test_vmapvjp_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:59.2244072Z test_vmapvjp_has_batch_rule_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:59.2287857Z test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:59.2331831Z test_vmapvjp_has_batch_rule_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:59.2499224Z test_vmapvjp_has_batch_rule_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:59.2907068Z test_vmapvjp_has_batch_rule_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:30:59.3708816Z test_vmapvjp_has_batch_rule_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:30:59.3752732Z test_vmapvjp_has_batch_rule_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:30:59.5580980Z test_vmapvjp_has_batch_rule_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.181s) 2022-09-27T16:30:59.5798886Z test_vmapvjp_has_batch_rule_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:30:59.6545389Z test_vmapvjp_has_batch_rule_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:30:59.7284021Z test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:30:59.7496134Z test_vmapvjp_has_batch_rule_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:30:59.7754399Z test_vmapvjp_has_batch_rule_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:30:59.8672175Z test_vmapvjp_has_batch_rule_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:31:00.3277291Z test_vmapvjp_has_batch_rule_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.456s) 2022-09-27T16:31:00.3344493Z test_vmapvjp_has_batch_rule_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:00.4272358Z test_vmapvjp_has_batch_rule_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:31:00.4712548Z test_vmapvjp_has_batch_rule_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:31:00.5076313Z test_vmapvjp_has_batch_rule_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:31:00.5157695Z test_vmapvjp_has_batch_rule_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:00.5885072Z test_vmapvjp_has_batch_rule_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:31:00.6278932Z test_vmapvjp_has_batch_rule_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:00.6323788Z test_vmapvjp_has_batch_rule_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:00.6367870Z test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:00.6411988Z test_vmapvjp_has_batch_rule_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:03.3455844Z test_vmapvjp_has_batch_rule_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.709s) 2022-09-27T16:31:04.0723685Z test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.730s) 2022-09-27T16:31:04.0784949Z test_vmapvjp_has_batch_rule_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:04.0846424Z test_vmapvjp_has_batch_rule_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:04.0904363Z test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:04.0965722Z test_vmapvjp_has_batch_rule_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:04.4153905Z test_vmapvjp_has_batch_rule_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.318s) 2022-09-27T16:31:04.6167917Z test_vmapvjp_has_batch_rule_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T16:31:04.6213002Z test_vmapvjp_has_batch_rule_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:04.6257799Z test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:04.8439717Z test_vmapvjp_has_batch_rule_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.221s) 2022-09-27T16:31:05.2418617Z test_vmapvjp_has_batch_rule_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.396s) 2022-09-27T16:31:05.5394338Z test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T16:31:05.7113776Z test_vmapvjp_has_batch_rule_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:31:05.7719142Z test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:05.7763971Z test_vmapvjp_has_batch_rule_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:06.1529802Z test_vmapvjp_has_batch_rule_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.379s) 2022-09-27T16:31:06.2305614Z test_vmapvjp_has_batch_rule_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:31:06.4092077Z test_vmapvjp_has_batch_rule_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:31:06.5879174Z test_vmapvjp_has_batch_rule_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T16:31:09.8871977Z test_vmapvjp_has_batch_rule_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.300s) 2022-09-27T16:31:11.9830706Z test_vmapvjp_has_batch_rule_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.107s) 2022-09-27T16:31:11.9869712Z test_vmapvjp_has_batch_rule_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:31:12.0028482Z test_vmapvjp_has_batch_rule_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:12.0536140Z test_vmapvjp_has_batch_rule_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:31:12.0596368Z test_vmapvjp_has_batch_rule_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:12.0653665Z test_vmapvjp_has_batch_rule_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:12.7318284Z test_vmapvjp_has_batch_rule_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.659s) 2022-09-27T16:31:12.7363792Z test_vmapvjp_has_batch_rule_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:12.7501541Z test_vmapvjp_has_batch_rule_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:31:12.7615532Z test_vmapvjp_has_batch_rule_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:12.7752190Z test_vmapvjp_has_batch_rule_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:12.7884307Z test_vmapvjp_has_batch_rule_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:31:12.8498090Z test_vmapvjp_has_batch_rule_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:12.9166560Z test_vmapvjp_has_batch_rule_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:31:12.9298334Z test_vmapvjp_has_batch_rule_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:12.9425206Z test_vmapvjp_has_batch_rule_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:12.9761125Z test_vmapvjp_has_batch_rule_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:13.0258925Z test_vmapvjp_has_batch_rule_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.052s) 2022-09-27T16:31:13.0303061Z test_vmapvjp_has_batch_rule_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:13.0347400Z test_vmapvjp_has_batch_rule_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:13.0391896Z test_vmapvjp_has_batch_rule_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:13.0436258Z test_vmapvjp_has_batch_rule_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:13.0778987Z test_vmapvjp_has_batch_rule_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:31:13.0823151Z test_vmapvjp_has_batch_rule_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:13.2051791Z test_vmapvjp_has_batch_rule_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.124s) 2022-09-27T16:31:13.2096339Z test_vmapvjp_has_batch_rule_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:13.2140539Z test_vmapvjp_has_batch_rule_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:13.2184934Z test_vmapvjp_has_batch_rule_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:13.2245287Z test_vmapvjp_has_batch_rule_lu_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:13.2307040Z test_vmapvjp_has_batch_rule_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:13.2364785Z test_vmapvjp_has_batch_rule_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:13.2733263Z test_vmapvjp_has_batch_rule_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:31:13.2944157Z test_vmapvjp_has_batch_rule_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:31:13.3065879Z test_vmapvjp_has_batch_rule_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:13.3433599Z test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:13.3491217Z test_vmapvjp_has_batch_rule_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:13.3551847Z test_vmapvjp_has_batch_rule_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:13.6186240Z test_vmapvjp_has_batch_rule_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.270s) 2022-09-27T16:31:13.6649503Z test_vmapvjp_has_batch_rule_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:13.8232422Z test_vmapvjp_has_batch_rule_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T16:31:13.8350446Z test_vmapvjp_has_batch_rule_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:31:13.8573947Z test_vmapvjp_has_batch_rule_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:13.9594489Z test_vmapvjp_has_batch_rule_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T16:31:14.0423953Z test_vmapvjp_has_batch_rule_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:31:14.0943119Z test_vmapvjp_has_batch_rule_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:31:14.9498388Z test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.867s) 2022-09-27T16:31:15.7975079Z test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.839s) 2022-09-27T16:31:15.9568331Z test_vmapvjp_has_batch_rule_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:31:15.9687753Z test_vmapvjp_has_batch_rule_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:15.9872124Z test_vmapvjp_has_batch_rule_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:16.0702187Z test_vmapvjp_has_batch_rule_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T16:31:16.0833756Z test_vmapvjp_has_batch_rule_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:16.1146582Z test_vmapvjp_has_batch_rule_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:16.1345574Z test_vmapvjp_has_batch_rule_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:16.1589485Z test_vmapvjp_has_batch_rule_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:16.2924743Z test_vmapvjp_has_batch_rule_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.127s) 2022-09-27T16:31:16.2968001Z test_vmapvjp_has_batch_rule_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:16.3092480Z test_vmapvjp_has_batch_rule_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:31:16.3917559Z test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T16:31:16.4742258Z test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:31:16.5562883Z test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:31:16.5706634Z test_vmapvjp_has_batch_rule_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T16:31:16.5768372Z test_vmapvjp_has_batch_rule_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:16.6273043Z test_vmapvjp_has_batch_rule_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:16.6341647Z test_vmapvjp_has_batch_rule_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:16.6400931Z test_vmapvjp_has_batch_rule_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:16.6445494Z test_vmapvjp_has_batch_rule_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:16.6536768Z test_vmapvjp_has_batch_rule_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:17.4676314Z test_vmapvjp_has_batch_rule_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.823s) 2022-09-27T16:31:17.4722081Z test_vmapvjp_has_batch_rule_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:17.4823911Z test_vmapvjp_has_batch_rule_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:17.4868556Z test_vmapvjp_has_batch_rule_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:17.4912666Z test_vmapvjp_has_batch_rule_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:17.4956915Z test_vmapvjp_has_batch_rule_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:17.5001450Z test_vmapvjp_has_batch_rule_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:17.5045583Z test_vmapvjp_has_batch_rule_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:17.5089727Z test_vmapvjp_has_batch_rule_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:17.5373557Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:17.5812400Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:31:17.6375510Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:31:17.6763969Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:31:17.7788984Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:31:17.8702433Z test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T16:31:17.9120407Z test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:17.9483064Z test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:17.9856270Z test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:31:18.8598856Z test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.885s) 2022-09-27T16:31:18.8684671Z test_vmapvjp_has_batch_rule_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:18.9811090Z test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:31:19.3535097Z test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.380s) 2022-09-27T16:31:19.3670273Z test_vmapvjp_has_batch_rule_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T16:31:19.8259048Z test_vmapvjp_has_batch_rule_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.458s) 2022-09-27T16:31:21.4411572Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.612s) 2022-09-27T16:31:21.4616320Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:21.5060407Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:21.5471147Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:31:21.5675081Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:21.5885999Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:21.6279215Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:21.6658449Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:21.7057731Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:21.7457926Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:31:21.7832128Z test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:22.1738457Z test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.376s) 2022-09-27T16:31:22.6436688Z test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.483s) 2022-09-27T16:31:23.2805929Z test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.634s) 2022-09-27T16:31:23.5047358Z test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.222s) 2022-09-27T16:31:23.6440707Z test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T16:31:23.8433099Z test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T16:31:23.8499985Z test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:23.8538511Z test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:31:23.8576298Z test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:31:23.8615169Z test_vmapvjp_has_batch_rule_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:31:23.8750155Z test_vmapvjp_has_batch_rule_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:31:23.8813768Z test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:23.9074850Z test_vmapvjp_has_batch_rule_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:23.9547956Z test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:31:23.9586160Z test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:31:23.9624233Z test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:31:23.9710685Z test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:23.9803116Z test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:23.9862830Z test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:24.0170913Z test_vmapvjp_has_batch_rule_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:24.1785329Z test_vmapvjp_has_batch_rule_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:31:24.4826304Z test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T16:31:24.5483780Z test_vmapvjp_has_batch_rule_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:24.5707142Z test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:24.5840361Z test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:24.6004958Z test_vmapvjp_has_batch_rule_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:24.6233523Z test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:24.7390537Z test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:31:24.7448734Z test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:24.7790643Z test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:31:24.8374987Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:24.8937014Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:24.9481185Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T16:31:24.9994889Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:25.0533348Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:25.1130911Z test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:31:25.2721977Z test_vmapvjp_has_batch_rule_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:31:25.3278540Z test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:31:25.5411994Z test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.222s) 2022-09-27T16:31:25.5728184Z test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:31:25.8215763Z test_vmapvjp_has_batch_rule_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.248s) 2022-09-27T16:31:25.8967477Z test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:31:25.9053058Z test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [20], which does not match the required output shape [2, 20]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:25.9054508Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:31:25.9138722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:25.9139943Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:31:25.9156556Z ok (0.031s) 2022-09-27T16:31:26.3402740Z test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.412s) 2022-09-27T16:31:29.8291041Z test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.494s) 2022-09-27T16:31:35.2021865Z test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.381s) 2022-09-27T16:31:35.2083313Z test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:35.2143098Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:35.2201381Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:35.2259070Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:35.2323592Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:35.2381494Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:35.2443699Z test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:35.2600606Z test_vmapvjp_has_batch_rule_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:35.3343862Z test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:31:35.4463568Z test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:31:35.4521672Z test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:35.4579494Z test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:35.4953054Z test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [2, 5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:35.4954447Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:31:35.5133116Z ok (0.048s) 2022-09-27T16:31:36.0136911Z test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.506s) 2022-09-27T16:31:36.0610070Z test_vmapvjp_has_batch_rule_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:31:36.1146474Z test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:36.3060293Z test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.191s) 2022-09-27T16:31:36.3596047Z test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:36.4128507Z test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T16:31:36.4782258Z test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:36.4839900Z test_vmapvjp_has_batch_rule_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:36.4949816Z test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:31:36.5059628Z test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:37.3471635Z test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.833s) 2022-09-27T16:31:37.5181568Z test_vmapvjp_has_batch_rule_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.181s) 2022-09-27T16:31:37.5313919Z test_vmapvjp_has_batch_rule_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:37.5475416Z test_vmapvjp_has_batch_rule_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:37.5512228Z test_vmapvjp_has_batch_rule_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:31:37.5642313Z test_vmapvjp_has_batch_rule_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:37.5790330Z test_vmapvjp_has_batch_rule_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:37.5847248Z test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:37.5903782Z test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.010s) 2022-09-27T16:31:37.6159674Z test_vmapvjp_has_batch_rule_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:37.6431835Z test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:37.6565681Z test_vmapvjp_has_batch_rule_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:37.6758969Z test_vmapvjp_has_batch_rule_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:31:37.6923050Z test_vmapvjp_has_batch_rule_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:31:37.7067889Z test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:31:37.7247460Z test_vmapvjp_has_batch_rule_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:37.9228166Z test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.208s) 2022-09-27T16:31:38.1306170Z test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.213s) 2022-09-27T16:31:39.1812102Z test_vmapvjp_has_batch_rule_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.045s) 2022-09-27T16:31:39.2004344Z test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:39.2477798Z test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:39.2522330Z test_vmapvjp_has_batch_rule_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:39.4321641Z test_vmapvjp_has_batch_rule_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.191s) 2022-09-27T16:31:39.4488403Z test_vmapvjp_has_batch_rule_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:39.4706174Z test_vmapvjp_has_batch_rule_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:39.4862090Z test_vmapvjp_has_batch_rule_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:39.4899902Z test_vmapvjp_has_batch_rule_normal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:31:39.4937717Z test_vmapvjp_has_batch_rule_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:31:39.4982005Z test_vmapvjp_has_batch_rule_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T16:31:39.5026131Z test_vmapvjp_has_batch_rule_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:39.5070354Z test_vmapvjp_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:40.7921897Z test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.292s) 2022-09-27T16:31:40.7972228Z test_vmapvjp_has_batch_rule_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:31:40.8174643Z test_vmapvjp_has_batch_rule_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:40.8250221Z test_vmapvjp_has_batch_rule_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:40.8422120Z test_vmapvjp_has_batch_rule_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:40.9043082Z test_vmapvjp_has_batch_rule_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:31:40.9896560Z test_vmapvjp_has_batch_rule_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:31:41.0281447Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:41.0665333Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:31:41.1050025Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:31:41.1433802Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:41.1817357Z test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:31:41.1937711Z test_vmapvjp_has_batch_rule_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:31:41.2939506Z test_vmapvjp_has_batch_rule_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T16:31:41.4547858Z test_vmapvjp_has_batch_rule_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T16:31:41.4607524Z test_vmapvjp_has_batch_rule_put_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:41.8408910Z test_vmapvjp_has_batch_rule_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.375s) 2022-09-27T16:31:41.8478287Z test_vmapvjp_has_batch_rule_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:41.8614156Z test_vmapvjp_has_batch_rule_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:41.8658954Z test_vmapvjp_has_batch_rule_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:41.8704105Z test_vmapvjp_has_batch_rule_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.001s) 2022-09-27T16:31:41.8748828Z test_vmapvjp_has_batch_rule_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:41.8793164Z test_vmapvjp_has_batch_rule_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:41.8926759Z test_vmapvjp_has_batch_rule_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:41.9047008Z test_vmapvjp_has_batch_rule_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:41.9184468Z test_vmapvjp_has_batch_rule_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:41.9960021Z test_vmapvjp_has_batch_rule_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:31:42.0017628Z test_vmapvjp_has_batch_rule_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:42.0868947Z test_vmapvjp_has_batch_rule_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:31:42.1067299Z test_vmapvjp_has_batch_rule_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:42.1343767Z test_vmapvjp_has_batch_rule_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:42.1606151Z test_vmapvjp_has_batch_rule_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:42.1650648Z test_vmapvjp_has_batch_rule_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:42.1695152Z test_vmapvjp_has_batch_rule_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:42.1789263Z test_vmapvjp_has_batch_rule_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:31:42.1883988Z test_vmapvjp_has_batch_rule_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:42.2465413Z test_vmapvjp_has_batch_rule_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:42.3686655Z test_vmapvjp_has_batch_rule_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:31:42.3793016Z test_vmapvjp_has_batch_rule_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-09-27T16:31:42.4001180Z test_vmapvjp_has_batch_rule_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:42.4210460Z test_vmapvjp_has_batch_rule_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:42.4418252Z test_vmapvjp_has_batch_rule_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:42.4558893Z test_vmapvjp_has_batch_rule_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:42.5367327Z test_vmapvjp_has_batch_rule_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:31:42.6429316Z test_vmapvjp_has_batch_rule_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.110s) 2022-09-27T16:31:42.7589199Z test_vmapvjp_has_batch_rule_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.110s) 2022-09-27T16:31:42.7653638Z test_vmapvjp_has_batch_rule_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:42.7717320Z test_vmapvjp_has_batch_rule_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:42.7781081Z test_vmapvjp_has_batch_rule_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:42.7844251Z test_vmapvjp_has_batch_rule_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:42.7907097Z test_vmapvjp_has_batch_rule_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:42.7951487Z test_vmapvjp_has_batch_rule_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:42.8008790Z test_vmapvjp_has_batch_rule_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:42.8065669Z test_vmapvjp_has_batch_rule_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:42.8271194Z test_vmapvjp_has_batch_rule_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:42.8732445Z test_vmapvjp_has_batch_rule_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:42.8807844Z test_vmapvjp_has_batch_rule_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:42.8852428Z test_vmapvjp_has_batch_rule_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:42.8897277Z test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:42.9002249Z test_vmapvjp_has_batch_rule_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T16:31:42.9002838Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:31:42.9197546Z ok (0.031s) 2022-09-27T16:31:42.9273652Z test_vmapvjp_has_batch_rule_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:42.9318303Z test_vmapvjp_has_batch_rule_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:42.9398335Z test_vmapvjp_has_batch_rule_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:31:42.9673884Z test_vmapvjp_has_batch_rule_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:42.9752322Z test_vmapvjp_has_batch_rule_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:43.0710027Z test_vmapvjp_has_batch_rule_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:31:43.1324481Z test_vmapvjp_has_batch_rule_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:43.1990551Z test_vmapvjp_has_batch_rule_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:43.4103788Z test_vmapvjp_has_batch_rule_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T16:31:43.4147461Z test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:31:43.4190509Z test_vmapvjp_has_batch_rule_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:43.4233937Z test_vmapvjp_has_batch_rule_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.4276312Z test_vmapvjp_has_batch_rule_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.4319226Z test_vmapvjp_has_batch_rule_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:43.4361675Z test_vmapvjp_has_batch_rule_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.4404573Z test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.4447288Z test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.4484048Z test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:31:43.4520557Z test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:31:43.4628010Z test_vmapvjp_has_batch_rule_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:31:43.4771979Z test_vmapvjp_has_batch_rule_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:43.4816304Z test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:43.4860429Z test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.4971712Z test_vmapvjp_has_batch_rule_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:43.5131265Z test_vmapvjp_has_batch_rule_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:43.5294324Z test_vmapvjp_has_batch_rule_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:43.5338647Z test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.5376361Z test_vmapvjp_has_batch_rule_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:31:43.5432664Z test_vmapvjp_has_batch_rule_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:43.5477082Z test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.5521148Z test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.5564938Z test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.5608856Z test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:43.5779561Z test_vmapvjp_has_batch_rule_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:43.5926719Z test_vmapvjp_has_batch_rule_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:43.6311662Z test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:43.6356119Z test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.6400025Z test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:43.6437870Z test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:31:43.6475415Z test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:31:43.6513054Z test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:31:43.6550702Z test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:31:43.6594761Z test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:43.7461989Z test_vmapvjp_has_batch_rule_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:31:43.7506625Z test_vmapvjp_has_batch_rule_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:43.7714215Z test_vmapvjp_has_batch_rule_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.023s) 2022-09-27T16:31:43.8183122Z test_vmapvjp_has_batch_rule_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:31:43.8779474Z test_vmapvjp_has_batch_rule_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:43.8857206Z test_vmapvjp_has_batch_rule_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:31:43.8997305Z test_vmapvjp_has_batch_rule_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:43.9245202Z test_vmapvjp_has_batch_rule_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:44.0217560Z test_vmapvjp_has_batch_rule_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T16:31:44.0642564Z test_vmapvjp_has_batch_rule_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:44.1433725Z test_vmapvjp_has_batch_rule_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.077s) 2022-09-27T16:31:44.1498324Z test_vmapvjp_has_batch_rule_stft_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:44.3039156Z test_vmapvjp_has_batch_rule_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.145s) 2022-09-27T16:31:44.3677954Z test_vmapvjp_has_batch_rule_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.074s) 2022-09-27T16:31:44.4226682Z test_vmapvjp_has_batch_rule_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:46.6122645Z test_vmapvjp_has_batch_rule_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.192s) 2022-09-27T16:31:46.6201014Z test_vmapvjp_has_batch_rule_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:46.7137777Z test_vmapvjp_has_batch_rule_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:31:46.7264069Z test_vmapvjp_has_batch_rule_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:46.7661916Z test_vmapvjp_has_batch_rule_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:31:46.7719580Z test_vmapvjp_has_batch_rule_take_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:46.7802005Z test_vmapvjp_has_batch_rule_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:46.7878653Z test_vmapvjp_has_batch_rule_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-09-27T16:31:46.7879524Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T16:31:46.7907191Z ok (0.010s) 2022-09-27T16:31:46.7964934Z test_vmapvjp_has_batch_rule_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:46.8216201Z test_vmapvjp_has_batch_rule_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:46.9182196Z test_vmapvjp_has_batch_rule_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:31:46.9220395Z test_vmapvjp_has_batch_rule_to_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:31:46.9279263Z test_vmapvjp_has_batch_rule_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:46.9840314Z test_vmapvjp_has_batch_rule_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:31:46.9921697Z test_vmapvjp_has_batch_rule_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:31:47.0669531Z test_vmapvjp_has_batch_rule_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:31:47.1513274Z test_vmapvjp_has_batch_rule_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:31:47.2356257Z test_vmapvjp_has_batch_rule_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:31:47.4399350Z test_vmapvjp_has_batch_rule_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T16:31:47.4694703Z test_vmapvjp_has_batch_rule_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:31:47.4985911Z test_vmapvjp_has_batch_rule_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:47.5766776Z test_vmapvjp_has_batch_rule_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:31:47.5875603Z test_vmapvjp_has_batch_rule_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:47.9156569Z test_vmapvjp_has_batch_rule_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.333s) 2022-09-27T16:31:47.9529544Z test_vmapvjp_has_batch_rule_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:31:47.9597565Z test_vmapvjp_has_batch_rule_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:47.9640808Z test_vmapvjp_has_batch_rule_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:47.9683668Z test_vmapvjp_has_batch_rule_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:47.9726623Z test_vmapvjp_has_batch_rule_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:48.0023935Z test_vmapvjp_has_batch_rule_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:31:48.0402911Z test_vmapvjp_has_batch_rule_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:48.1113467Z test_vmapvjp_has_batch_rule_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:48.1169750Z test_vmapvjp_has_batch_rule_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:31:48.1233275Z test_vmapvjp_has_batch_rule_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:48.1508460Z test_vmapvjp_has_batch_rule_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:48.1778679Z test_vmapvjp_has_batch_rule_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.029s) 2022-09-27T16:31:48.2208558Z test_vmapvjp_has_batch_rule_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.034s) 2022-09-27T16:31:48.2902258Z test_vmapvjp_has_batch_rule_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:31:48.3717464Z test_vmapvjp_has_batch_rule_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:31:48.5328934Z test_vmapvjp_has_batch_rule_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:31:48.5464339Z test_vmapvjp_has_batch_rule_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:48.5509196Z test_vmapvjp_has_batch_rule_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:48.5553395Z test_vmapvjp_has_batch_rule_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:48.5574542Z test_vmapvjp_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:48.5595849Z test_vmapvjp_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:48.5617190Z test_vmapvjp_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:48.5638578Z test_vmapvjp_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:48.6482819Z test_vmapvjp_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:31:48.7308379Z test_vmapvjp_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:31:48.9030879Z test_vmapvjp_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:31:48.9257610Z test_vmapvjp_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:48.9279400Z test_vmapvjp_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:48.9301000Z test_vmapvjp_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:49.2643768Z test_vmapvjp_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.333s) 2022-09-27T16:31:49.3795815Z test_vmapvjp_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.112s) 2022-09-27T16:31:49.4298376Z test_vmapvjp_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:31:49.4731579Z test_vmapvjp_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.047s) 2022-09-27T16:31:49.7757743Z test_vmapvjp_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.300s) 2022-09-27T16:31:49.7807881Z test_vmapvjp_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:31:49.7808758Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:31:49.7812483Z expected failure (0.016s) 2022-09-27T16:31:49.8274154Z test_vmapvjp_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:31:49.8693039Z test_vmapvjp_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:49.8714823Z test_vmapvjp_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:49.8737403Z test_vmapvjp_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:49.8758785Z test_vmapvjp_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:49.8780367Z test_vmapvjp_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:49.8801696Z test_vmapvjp_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:49.8823310Z test_vmapvjp_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:49.8844790Z test_vmapvjp_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:49.8866196Z test_vmapvjp_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:49.8887477Z test_vmapvjp_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:49.8909071Z test_vmapvjp_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:31:50.0544716Z test_vmapvjp_istft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:31:50.0566426Z test_vmapvjp_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:50.0588010Z test_vmapvjp_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:50.0609381Z test_vmapvjp_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:50.0630892Z test_vmapvjp_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:50.0652614Z test_vmapvjp_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:31:50.0928638Z test_vmapvjp_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:50.1734266Z test_vmapvjp_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:31:50.3557634Z test_vmapvjp_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.189s) 2022-09-27T16:31:50.3579300Z test_vmapvjp_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:50.8068922Z test_vmapvjp_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.459s) 2022-09-27T16:31:50.8294413Z test_vmapvjp_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:31:50.9783991Z test_vmapvjp_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T16:31:51.1262012Z test_vmapvjp_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.159s) 2022-09-27T16:31:51.1622220Z test_vmapvjp_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:31:51.2177755Z test_vmapvjp_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T16:31:51.3110897Z test_vmapvjp_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.103s) 2022-09-27T16:31:51.7564994Z test_vmapvjp_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.450s) 2022-09-27T16:31:51.7623754Z test_vmapvjp_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:31:51.9356112Z test_vmapvjp_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:31:52.0188641Z test_vmapvjp_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:31:52.0873663Z test_vmapvjp_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:31:52.1502614Z test_vmapvjp_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.063s) 2022-09-27T16:31:52.2242448Z test_vmapvjp_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:31:52.2975451Z test_vmapvjp_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T16:31:52.2997623Z test_vmapvjp_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:52.3019462Z test_vmapvjp_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:52.3041011Z test_vmapvjp_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:31:57.5180097Z test_vmapvjp_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.217s) 2022-09-27T16:31:58.8542992Z test_vmapvjp_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.330s) 2022-09-27T16:31:59.2161314Z test_vmapvjp_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.374s) 2022-09-27T16:31:59.4178244Z test_vmapvjp_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.192s) 2022-09-27T16:31:59.6124051Z test_vmapvjp_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.189s) 2022-09-27T16:32:12.5824070Z test_vmapvjp_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (12.984s) 2022-09-27T16:32:13.2201599Z test_vmapvjp_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.632s) 2022-09-27T16:32:13.4120686Z test_vmapvjp_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T16:32:13.4143897Z test_vmapvjp_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:13.4165695Z test_vmapvjp_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:13.9077023Z test_vmapvjp_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.490s) 2022-09-27T16:32:14.7302866Z test_vmapvjp_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.824s) 2022-09-27T16:32:15.3491551Z test_vmapvjp_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.620s) 2022-09-27T16:32:15.6452273Z test_vmapvjp_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.306s) 2022-09-27T16:32:15.7453893Z test_vmapvjp_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.089s) 2022-09-27T16:32:15.7475975Z test_vmapvjp_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:16.4565098Z test_vmapvjp_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.713s) 2022-09-27T16:32:16.6110539Z test_vmapvjp_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:32:16.9927179Z test_vmapvjp_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.381s) 2022-09-27T16:32:17.3760146Z test_vmapvjp_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.380s) 2022-09-27T16:32:24.5557230Z test_vmapvjp_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (7.178s) 2022-09-27T16:32:28.3752863Z test_vmapvjp_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.818s) 2022-09-27T16:32:28.3768902Z test_vmapvjp_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:32:28.4011546Z test_vmapvjp_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:32:28.5030852Z test_vmapvjp_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T16:32:28.6036320Z test_vmapvjp_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T16:32:29.3867848Z test_vmapvjp_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.786s) 2022-09-27T16:32:30.7918718Z test_vmapvjp_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.402s) 2022-09-27T16:32:30.7941527Z test_vmapvjp_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:30.8165752Z test_vmapvjp_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:32:30.8266137Z test_vmapvjp_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:32:30.8490071Z test_vmapvjp_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:32:30.8705320Z test_vmapvjp_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:32:30.9153648Z test_vmapvjp_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:32:30.9631751Z test_vmapvjp_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:32:30.9850954Z test_vmapvjp_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:32:31.0064118Z test_vmapvjp_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-09-27T16:32:31.0666258Z test_vmapvjp_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:32:31.1578384Z test_vmapvjp_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:32:31.1600148Z test_vmapvjp_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:31.1621457Z test_vmapvjp_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:31.1642616Z test_vmapvjp_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:31.1663879Z test_vmapvjp_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:31.2006646Z test_vmapvjp_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:32:31.2028225Z test_vmapvjp_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:31.3324638Z test_vmapvjp_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T16:32:31.3346171Z test_vmapvjp_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:31.3367421Z test_vmapvjp_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:31.3388613Z test_vmapvjp_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:31.7465441Z test_vmapvjp_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.411s) 2022-09-27T16:32:34.8788622Z test_vmapvjp_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.135s) 2022-09-27T16:32:35.3813069Z test_vmapvjp_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.490s) 2022-09-27T16:32:35.4228309Z test_vmapvjp_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:32:35.4640611Z test_vmapvjp_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:32:35.6479033Z test_vmapvjp_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:32:35.7204177Z test_vmapvjp_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:32:35.7248885Z test_vmapvjp_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:32:35.7291922Z test_vmapvjp_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:32:36.0381181Z test_vmapvjp_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.316s) 2022-09-27T16:32:36.0813364Z test_vmapvjp_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:32:36.2558420Z test_vmapvjp_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T16:32:36.2730856Z test_vmapvjp_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:32:36.3046992Z test_vmapvjp_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:32:36.4788101Z test_vmapvjp_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:32:36.6171124Z test_vmapvjp_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.127s) 2022-09-27T16:32:36.7118149Z test_vmapvjp_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:32:38.7924193Z test_vmapvjp_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.080s) 2022-09-27T16:32:40.8570306Z test_vmapvjp_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.073s) 2022-09-27T16:32:41.0319765Z test_vmapvjp_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:32:41.0494079Z test_vmapvjp_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:32:41.0811754Z test_vmapvjp_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:32:41.2557269Z test_vmapvjp_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.171s) 2022-09-27T16:32:41.2778657Z test_vmapvjp_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.034s) 2022-09-27T16:32:41.3363639Z test_vmapvjp_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:32:41.3552237Z test_vmapvjp_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:32:41.3955052Z test_vmapvjp_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.053s) 2022-09-27T16:32:41.5564103Z test_vmapvjp_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T16:32:41.5584704Z test_vmapvjp_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:41.5794320Z test_vmapvjp_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:32:41.6649954Z test_vmapvjp_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.076s) 2022-09-27T16:32:41.7503775Z test_vmapvjp_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:32:41.8359881Z test_vmapvjp_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:32:41.8586830Z test_vmapvjp_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:32:42.1583771Z test_vmapvjp_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.306s) 2022-09-27T16:32:42.2559436Z test_vmapvjp_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:32:42.6424461Z test_vmapvjp_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.399s) 2022-09-27T16:32:42.9005258Z test_vmapvjp_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.259s) 2022-09-27T16:32:42.9026926Z test_vmapvjp_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:42.9139071Z test_vmapvjp_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:32:44.7766412Z test_vmapvjp_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.863s) 2022-09-27T16:32:44.7789803Z test_vmapvjp_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:32:44.7877276Z test_vmapvjp_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:32:44.7898836Z test_vmapvjp_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:44.7919973Z test_vmapvjp_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:44.7941312Z test_vmapvjp_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:32:44.7962577Z test_vmapvjp_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:44.7983632Z test_vmapvjp_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:44.8004513Z test_vmapvjp_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:32:44.8512943Z test_vmapvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:32:44.9351775Z test_vmapvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:32:45.0519750Z test_vmapvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:32:45.1234837Z test_vmapvjp_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:32:45.3253061Z test_vmapvjp_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T16:32:45.5048076Z test_vmapvjp_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:32:45.5822567Z test_vmapvjp_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:32:45.6490205Z test_vmapvjp_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:32:45.7190468Z test_vmapvjp_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:32:47.4553019Z test_vmapvjp_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.731s) 2022-09-27T16:32:49.6902160Z test_vmapvjp_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.245s) 2022-09-27T16:32:49.9282465Z test_vmapvjp_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.234s) 2022-09-27T16:32:50.6869600Z test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.753s) 2022-09-27T16:32:50.7089270Z test_vmapvjp_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:32:51.1823336Z test_vmapvjp_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.475s) 2022-09-27T16:32:52.8710576Z test_vmapvjp_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.681s) 2022-09-27T16:32:52.9054932Z test_vmapvjp_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.034s) 2022-09-27T16:32:52.9942288Z test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.084s) 2022-09-27T16:32:53.0740565Z test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:32:53.1085010Z test_vmapvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:32:53.1438163Z test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:32:53.2213210Z test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:32:53.2950228Z test_vmapvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:32:53.3722312Z test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:32:53.4493679Z test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:32:53.5226786Z test_vmapvjp_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:32:53.9431024Z test_vmapvjp_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.418s) 2022-09-27T16:32:54.4468513Z test_vmapvjp_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.514s) 2022-09-27T16:32:55.0927223Z test_vmapvjp_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.633s) 2022-09-27T16:32:55.5681932Z test_vmapvjp_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.483s) 2022-09-27T16:32:55.8485580Z test_vmapvjp_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.285s) 2022-09-27T16:32:56.2680888Z test_vmapvjp_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.422s) 2022-09-27T16:32:56.2773416Z test_vmapvjp_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:32:56.2774477Z return torch.ctc_loss( 2022-09-27T16:32:56.2788225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_ctc_loss_backward.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:32:56.2789330Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:32:57.8346613Z ok (1.565s) 2022-09-27T16:32:57.8362289Z test_vmapvjp_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:32:57.8376716Z test_vmapvjp_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:32:57.8391214Z test_vmapvjp_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:32:57.8609310Z test_vmapvjp_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:32:57.8648486Z test_vmapvjp_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:32:57.8649642Z ret, _, _, _ = torch.embedding_bag( 2022-09-27T16:32:58.5379041Z ok (0.680s) 2022-09-27T16:32:58.5853450Z test_vmapvjp_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:32:58.6778484Z test_vmapvjp_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T16:32:58.6793363Z test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:32:58.6807893Z test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:32:58.6890348Z test_vmapvjp_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.010s) 2022-09-27T16:32:58.6979641Z test_vmapvjp_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.011s) 2022-09-27T16:32:58.7029687Z test_vmapvjp_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:32:58.7638114Z test_vmapvjp_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:32:59.1193623Z test_vmapvjp_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.358s) 2022-09-27T16:32:59.7943375Z test_vmapvjp_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.664s) 2022-09-27T16:32:59.8564622Z test_vmapvjp_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:32:59.8990182Z test_vmapvjp_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:32:59.9210022Z test_vmapvjp_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:32:59.9503961Z test_vmapvjp_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:32:59.9936374Z test_vmapvjp_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:33:00.2312736Z test_vmapvjp_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.228s) 2022-09-27T16:33:00.4233193Z test_vmapvjp_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.203s) 2022-09-27T16:33:00.4795687Z test_vmapvjp_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:33:00.5928044Z test_vmapvjp_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T16:33:00.7007429Z test_vmapvjp_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T16:33:00.8046731Z test_vmapvjp_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.109s) 2022-09-27T16:33:00.9013326Z test_vmapvjp_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:33:01.0048954Z test_vmapvjp_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T16:33:01.1200914Z test_vmapvjp_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.115s) 2022-09-27T16:33:01.4681746Z test_vmapvjp_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.349s) 2022-09-27T16:33:01.5908043Z test_vmapvjp_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.119s) 2022-09-27T16:33:01.8388092Z test_vmapvjp_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.250s) 2022-09-27T16:33:01.9023427Z test_vmapvjp_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.057s) 2022-09-27T16:33:02.4723542Z test_vmapvjp_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.574s) 2022-09-27T16:33:02.6112561Z test_vmapvjp_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T16:33:02.6339673Z test_vmapvjp_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:03.5051045Z test_vmapvjp_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.873s) 2022-09-27T16:33:10.9802896Z test_vmapvjp_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (7.478s) 2022-09-27T16:33:22.5682686Z test_vmapvjp_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (11.588s) 2022-09-27T16:33:27.8045427Z test_vmapvjp_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.229s) 2022-09-27T16:33:30.3436669Z test_vmapvjp_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.547s) 2022-09-27T16:33:30.6833985Z test_vmapvjp_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.333s) 2022-09-27T16:33:31.2744377Z test_vmapvjp_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.599s) 2022-09-27T16:33:31.3742511Z test_vmapvjp_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.096s) 2022-09-27T16:33:33.0011272Z test_vmapvjp_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.631s) 2022-09-27T16:33:33.2488208Z test_vmapvjp_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.250s) 2022-09-27T16:33:33.2746211Z test_vmapvjp_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:33.4119972Z test_vmapvjp_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.145s) 2022-09-27T16:33:33.6252859Z test_vmapvjp_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.208s) 2022-09-27T16:33:33.7062628Z test_vmapvjp_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:33:33.7095884Z test_vmapvjp_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:33:33.7096764Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-09-27T16:33:33.7591143Z ok (0.047s) 2022-09-27T16:33:33.8603111Z test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T16:33:34.8240868Z test_vmapvjp_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.961s) 2022-09-27T16:33:34.9121439Z test_vmapvjp_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:33:35.0070983Z test_vmapvjp_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:33:35.4038655Z test_vmapvjp_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.397s) 2022-09-27T16:33:35.5065295Z test_vmapvjp_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:33:35.6090917Z test_vmapvjp_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.110s) 2022-09-27T16:33:35.7535685Z test_vmapvjp_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.141s) 2022-09-27T16:33:35.7567369Z test_vmapvjp_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_pdist_forward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:33:35.7568465Z return self.op(*args, **kwargs) 2022-09-27T16:33:35.8255239Z ok (0.079s) 2022-09-27T16:33:35.8415912Z test_vmapvjp_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:35.8576360Z test_vmapvjp_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:37.6669092Z test_vmapvjp_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.807s) 2022-09-27T16:33:38.0471472Z test_vmapvjp_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.382s) 2022-09-27T16:33:38.0696001Z test_vmapvjp_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:38.0992517Z test_vmapvjp_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:33:38.1007364Z test_vmapvjp_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:38.1227446Z test_vmapvjp_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:38.1473614Z test_vmapvjp_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:38.3181411Z test_vmapvjp_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:33:38.4315725Z test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.106s) 2022-09-27T16:33:38.4783955Z test_vmapvjp_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:33:38.5280908Z test_vmapvjp_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:33:38.5496035Z test_vmapvjp_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:38.5841932Z test_vmapvjp_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:33:38.6106110Z test_vmapvjp_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:38.6343486Z test_vmapvjp_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:38.6656625Z test_vmapvjp_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:39.1009530Z test_vmapvjp_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.432s) 2022-09-27T16:33:39.5549135Z test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.454s) 2022-09-27T16:33:41.6800487Z test_vmapvjp_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.125s) 2022-09-27T16:33:41.7127041Z test_vmapvjp_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:33:41.8053502Z test_vmapvjp_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:33:41.8075522Z test_vmapvjp_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:42.1738015Z test_vmapvjp_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.379s) 2022-09-27T16:33:42.2010874Z test_vmapvjp_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:42.2387891Z test_vmapvjp_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:33:42.2625301Z test_vmapvjp_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:42.2640469Z test_vmapvjp_normal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:42.2655343Z test_vmapvjp_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:42.2677065Z test_vmapvjp_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:33:42.2698577Z test_vmapvjp_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:42.2720073Z test_vmapvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:47.7791695Z test_vmapvjp_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.504s) 2022-09-27T16:33:47.7827617Z test_vmapvjp_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:47.8035280Z test_vmapvjp_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:47.8125986Z test_vmapvjp_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:33:47.8426325Z test_vmapvjp_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:47.9455370Z test_vmapvjp_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T16:33:48.1337220Z test_vmapvjp_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.189s) 2022-09-27T16:33:48.2096562Z test_vmapvjp_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T16:33:48.2855673Z test_vmapvjp_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:33:48.3614811Z test_vmapvjp_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:33:48.4375648Z test_vmapvjp_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T16:33:48.5135716Z test_vmapvjp_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:33:48.5329076Z test_vmapvjp_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:48.7419440Z test_vmapvjp_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.205s) 2022-09-27T16:33:49.0618166Z test_vmapvjp_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.315s) 2022-09-27T16:33:49.8986010Z test_vmapvjp_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.837s) 2022-09-27T16:33:50.6144395Z test_vmapvjp_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.712s) 2022-09-27T16:33:51.0003623Z test_vmapvjp_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.384s) 2022-09-27T16:33:51.0223844Z test_vmapvjp_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:51.0245933Z test_vmapvjp_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:51.0267242Z test_vmapvjp_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:51.0288387Z test_vmapvjp_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:51.0309623Z test_vmapvjp_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:51.0529900Z test_vmapvjp_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:51.0724145Z test_vmapvjp_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:51.0950509Z test_vmapvjp_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:51.2658968Z test_vmapvjp_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T16:33:51.3122698Z test_vmapvjp_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:33:51.4868538Z test_vmapvjp_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.176s) 2022-09-27T16:33:51.5207709Z test_vmapvjp_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:51.5753786Z test_vmapvjp_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:33:51.6257848Z test_vmapvjp_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:33:51.6279425Z test_vmapvjp_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:51.6300913Z test_vmapvjp_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:51.6438002Z test_vmapvjp_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:51.6576333Z test_vmapvjp_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:51.7746011Z test_vmapvjp_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:33:52.0324138Z test_vmapvjp_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.269s) 2022-09-27T16:33:52.0415264Z test_vmapvjp_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:33:52.0624934Z test_vmapvjp_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:52.0834650Z test_vmapvjp_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:52.1044802Z test_vmapvjp_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:52.1277980Z test_vmapvjp_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:52.3140427Z test_vmapvjp_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:33:52.5600638Z test_vmapvjp_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.252s) 2022-09-27T16:33:52.8247940Z test_vmapvjp_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.269s) 2022-09-27T16:33:53.7419901Z test_vmapvjp_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.909s) 2022-09-27T16:33:54.6595056Z test_vmapvjp_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.916s) 2022-09-27T16:33:55.5924348Z test_vmapvjp_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.944s) 2022-09-27T16:33:55.5984318Z test_vmapvjp_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:33:56.3927700Z test_vmapvjp_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.788s) 2022-09-27T16:33:56.3949984Z test_vmapvjp_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:57.1534607Z test_vmapvjp_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.774s) 2022-09-27T16:33:57.8785409Z test_vmapvjp_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.714s) 2022-09-27T16:33:57.9152677Z test_vmapvjp_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.033s) 2022-09-27T16:33:58.0092011Z test_vmapvjp_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.097s) 2022-09-27T16:33:58.0183780Z test_vmapvjp_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:58.0205006Z test_vmapvjp_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:58.0225525Z test_vmapvjp_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:58.0437406Z test_vmapvjp_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:58.0526315Z test_vmapvjp_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:58.0547371Z test_vmapvjp_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:58.0646525Z test_vmapvjp_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:58.0910375Z test_vmapvjp_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-09-27T16:33:58.1005140Z test_vmapvjp_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:58.3957547Z test_vmapvjp_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.291s) 2022-09-27T16:33:58.4405488Z test_vmapvjp_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:33:58.4881704Z test_vmapvjp_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.051s) 2022-09-27T16:33:58.9291622Z test_vmapvjp_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.430s) 2022-09-27T16:33:58.9312939Z test_vmapvjp_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:33:58.9333572Z test_vmapvjp_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:33:58.9354085Z test_vmapvjp_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:58.9374459Z test_vmapvjp_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:58.9394987Z test_vmapvjp_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:58.9415486Z test_vmapvjp_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:58.9435935Z test_vmapvjp_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:58.9456251Z test_vmapvjp_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:58.9470514Z test_vmapvjp_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:58.9484928Z test_vmapvjp_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:33:58.9645986Z test_vmapvjp_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:58.9881199Z test_vmapvjp_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:58.9902659Z test_vmapvjp_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:33:58.9923652Z test_vmapvjp_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:59.0087394Z test_vmapvjp_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:59.0346609Z test_vmapvjp_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:33:59.0612865Z test_vmapvjp_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:59.0634278Z test_vmapvjp_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:59.0648998Z test_vmapvjp_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:59.0904389Z test_vmapvjp_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:33:59.0925676Z test_vmapvjp_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:59.0946783Z test_vmapvjp_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:33:59.0967633Z test_vmapvjp_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:59.0988728Z test_vmapvjp_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:59.1267278Z test_vmapvjp_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:59.1505269Z test_vmapvjp_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:33:59.2259465Z test_vmapvjp_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T16:33:59.2280598Z test_vmapvjp_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:59.2301736Z test_vmapvjp_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:59.2316472Z test_vmapvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:59.2331043Z test_vmapvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:33:59.2346214Z test_vmapvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:59.2359942Z test_vmapvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:59.2380765Z test_vmapvjp_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:59.4239109Z test_vmapvjp_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.187s) 2022-09-27T16:33:59.4260249Z test_vmapvjp_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:33:59.4633182Z test_vmapvjp_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:33:59.5567118Z test_vmapvjp_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T16:33:59.6779423Z test_vmapvjp_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T16:33:59.6874907Z test_vmapvjp_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:33:59.7104212Z test_vmapvjp_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:33:59.7574888Z test_vmapvjp_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:33:59.9880828Z test_vmapvjp_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.228s) 2022-09-27T16:34:00.0686248Z test_vmapvjp_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:34:00.2244883Z test_vmapvjp_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.155s) 2022-09-27T16:34:00.3280187Z test_vmapvjp_stft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T16:34:00.5121272Z test_vmapvjp_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.181s) 2022-09-27T16:34:00.6446559Z test_vmapvjp_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.136s) 2022-09-27T16:34:00.7571174Z test_vmapvjp_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T16:34:04.7430257Z test_vmapvjp_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.985s) 2022-09-27T16:34:04.7522776Z test_vmapvjp_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:34:04.9207100Z test_vmapvjp_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.171s) 2022-09-27T16:34:04.9412538Z test_vmapvjp_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:34:05.0180655Z test_vmapvjp_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:34:05.0315131Z test_vmapvjp_take_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:34:05.0417518Z test_vmapvjp_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-09-27T16:34:05.0509027Z test_vmapvjp_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:34:05.0543549Z test_vmapvjp_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:34:05.1020379Z test_vmapvjp_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:34:05.3029399Z test_vmapvjp_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.197s) 2022-09-27T16:34:05.3044264Z test_vmapvjp_to_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:34:05.3087381Z test_vmapvjp_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14846: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_sparse. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:34:05.3088630Z op=lambda x, *args: x.to_sparse(*args), 2022-09-27T16:34:05.3095067Z expected failure (0.000s) 2022-09-27T16:34:05.4194108Z test_vmapvjp_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.112s) 2022-09-27T16:34:05.4287532Z test_vmapvjp_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-09-27T16:34:05.4845023Z test_vmapvjp_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:34:05.6563277Z test_vmapvjp_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T16:34:05.8279605Z test_vmapvjp_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.174s) 2022-09-27T16:34:06.2841084Z test_vmapvjp_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.458s) 2022-09-27T16:34:06.3397450Z test_vmapvjp_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:34:06.3958562Z test_vmapvjp_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:34:06.5668050Z test_vmapvjp_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:34:06.5763191Z test_vmapvjp_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:34:07.2739740Z test_vmapvjp_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.704s) 2022-09-27T16:34:07.3473789Z test_vmapvjp_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.059s) 2022-09-27T16:34:07.5256207Z test_vmapvjp_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.191s) 2022-09-27T16:34:07.5277135Z test_vmapvjp_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:34:07.5297698Z test_vmapvjp_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:34:07.5318190Z test_vmapvjp_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:34:07.5912345Z test_vmapvjp_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:34:07.6649524Z test_vmapvjp_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:34:07.8083216Z test_vmapvjp_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T16:34:07.8282042Z test_vmapvjp_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:34:07.8330675Z test_vmapvjp_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:34:07.8871775Z test_vmapvjp_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:34:07.9370395Z test_vmapvjp_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:34:08.0201030Z test_vmapvjp_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T16:34:08.1040830Z test_vmapvjp_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:34:08.2841171Z test_vmapvjp_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T16:34:08.4656158Z test_vmapvjp_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.179s) 2022-09-27T16:34:08.4873239Z test_vmapvjp_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-09-27T16:34:08.4894637Z test_vmapvjp_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:34:08.4915730Z test_vmapvjp_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:34:08.5396271Z test_vmapvjpvjp_H_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:34:08.5894697Z test_vmapvjpvjp_T_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.058s) 2022-09-27T16:34:09.0361396Z test_vmapvjpvjp___getitem___cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.442s) 2022-09-27T16:34:10.6993342Z test_vmapvjpvjp___getitem___functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.665s) 2022-09-27T16:34:11.7422074Z test_vmapvjpvjp___radd___cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.039s) 2022-09-27T16:34:13.0704369Z test_vmapvjpvjp___rdiv___cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.326s) 2022-09-27T16:34:15.5179275Z test_vmapvjpvjp___rmatmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.456s) 2022-09-27T16:34:16.7118074Z test_vmapvjpvjp___rmod___cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.188s) 2022-09-27T16:34:17.8834658Z test_vmapvjpvjp___rmul___cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.172s) 2022-09-27T16:34:19.2977012Z test_vmapvjpvjp___rpow___cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.410s) 2022-09-27T16:34:20.3861868Z test_vmapvjpvjp___rsub___cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.094s) 2022-09-27T16:34:22.8948288Z test_vmapvjpvjp__masked_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.509s) 2022-09-27T16:34:25.4013370Z test_vmapvjpvjp__masked_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.501s) 2022-09-27T16:34:25.4059991Z test_vmapvjpvjp__masked_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:34:25.4105793Z test_vmapvjpvjp__masked_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:34:25.4195263Z test_vmapvjpvjp__masked_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:34:25.7768123Z test_vmapvjpvjp__masked_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.365s) 2022-09-27T16:34:26.3648950Z test_vmapvjpvjp__masked_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.585s) 2022-09-27T16:34:28.4603384Z test_vmapvjpvjp__masked_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.091s) 2022-09-27T16:34:31.2325351Z test_vmapvjpvjp__masked_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.784s) 2022-09-27T16:34:33.9477238Z test_vmapvjpvjp__masked_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.705s) 2022-09-27T16:34:34.4743495Z test_vmapvjpvjp__masked_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.530s) 2022-09-27T16:34:47.1835986Z test_vmapvjpvjp__masked_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (12.708s) 2022-09-27T16:34:48.6379786Z test_vmapvjpvjp__masked_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.462s) 2022-09-27T16:34:52.8332883Z test_vmapvjpvjp__masked_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.183s) 2022-09-27T16:34:53.4018774Z test_vmapvjpvjp__masked_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.570s) 2022-09-27T16:34:53.9944869Z test_vmapvjpvjp__masked_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.596s) 2022-09-27T16:34:58.3704501Z test_vmapvjpvjp__masked_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.380s) 2022-09-27T16:35:00.6235305Z test_vmapvjpvjp__masked_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.251s) 2022-09-27T16:35:04.5000160Z test_vmapvjpvjp__masked_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.876s) 2022-09-27T16:35:04.5317452Z test_vmapvjpvjp_abs_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:35:04.6201467Z test_vmapvjpvjp_acos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:35:04.7055596Z test_vmapvjpvjp_acosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:35:05.9888075Z test_vmapvjpvjp_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.280s) 2022-09-27T16:35:10.7948454Z test_vmapvjpvjp_addbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.803s) 2022-09-27T16:35:19.7664252Z test_vmapvjpvjp_addcdiv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (8.973s) 2022-09-27T16:35:27.7833894Z test_vmapvjpvjp_addcmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (8.015s) 2022-09-27T16:35:30.0024401Z test_vmapvjpvjp_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.220s) 2022-09-27T16:35:32.0815157Z test_vmapvjpvjp_addmm_decomposed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.078s) 2022-09-27T16:35:36.3657553Z test_vmapvjpvjp_addmv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.290s) 2022-09-27T16:35:39.3543230Z test_vmapvjpvjp_addr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.993s) 2022-09-27T16:35:39.3590839Z test_vmapvjpvjp_all_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:35:39.3637261Z test_vmapvjpvjp_allclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:35:39.9251836Z test_vmapvjpvjp_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.561s) 2022-09-27T16:35:40.4857702Z test_vmapvjpvjp_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.573s) 2022-09-27T16:35:40.4905276Z test_vmapvjpvjp_aminmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:35:40.5177016Z test_vmapvjpvjp_angle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:35:40.5223215Z test_vmapvjpvjp_any_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:35:40.5268856Z test_vmapvjpvjp_arange_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:35:40.5314344Z test_vmapvjpvjp_argmax_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:35:40.5359527Z test_vmapvjpvjp_argmin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:35:40.5404605Z test_vmapvjpvjp_argsort_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:35:40.5449788Z test_vmapvjpvjp_argwhere_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:35:40.5527795Z test_vmapvjpvjp_as_strided_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:35:40.5612431Z test_vmapvjpvjp_as_strided_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:35:40.5980852Z test_vmapvjpvjp_asin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:35:40.6329236Z test_vmapvjpvjp_asinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:35:42.0863496Z test_vmapvjpvjp_atan2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.448s) 2022-09-27T16:35:42.1216982Z test_vmapvjpvjp_atan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:35:42.1578943Z test_vmapvjpvjp_atanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:35:42.1618416Z test_vmapvjpvjp_atleast_1d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:35:42.1657467Z test_vmapvjpvjp_atleast_2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:35:42.1696257Z test_vmapvjpvjp_atleast_3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:35:46.6903898Z test_vmapvjpvjp_baddbmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.508s) 2022-09-27T16:35:46.6942248Z test_vmapvjpvjp_bernoulli_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:35:46.7919701Z test_vmapvjpvjp_bfloat16_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.096s) 2022-09-27T16:35:46.8872410Z test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T16:35:48.9429402Z test_vmapvjpvjp_block_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.050s) 2022-09-27T16:35:49.1007928Z test_vmapvjpvjp_bmm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:35:49.1054171Z test_vmapvjpvjp_bool_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:35:49.1099125Z test_vmapvjpvjp_bool_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:35:49.1143622Z test_vmapvjpvjp_broadcast_shapes_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:36:16.2965525Z test_vmapvjpvjp_broadcast_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (27.180s) 2022-09-27T16:36:16.4712335Z test_vmapvjpvjp_broadcast_to_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.183s) 2022-09-27T16:36:16.4758218Z test_vmapvjpvjp_bucketize_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:36:16.4802709Z test_vmapvjpvjp_byte_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:36:16.4848114Z test_vmapvjpvjp_byte_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:36:17.4177411Z test_vmapvjpvjp_cartesian_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.933s) 2022-09-27T16:36:18.2262333Z test_vmapvjpvjp_cat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.808s) 2022-09-27T16:36:18.2307593Z test_vmapvjpvjp_cdist_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T16:36:18.2580246Z test_vmapvjpvjp_ceil_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:18.3648772Z test_vmapvjpvjp_chalf_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.111s) 2022-09-27T16:36:18.3694001Z test_vmapvjpvjp_char_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:36:18.3739189Z test_vmapvjpvjp_char_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:36:19.0918537Z test_vmapvjpvjp_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.716s) 2022-09-27T16:36:19.5876890Z test_vmapvjpvjp_cholesky_inverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.508s) 2022-09-27T16:36:21.9201153Z test_vmapvjpvjp_cholesky_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.321s) 2022-09-27T16:36:23.1791754Z test_vmapvjpvjp_chunk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.269s) 2022-09-27T16:36:25.0068810Z test_vmapvjpvjp_clamp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.829s) 2022-09-27T16:36:26.1844069Z test_vmapvjpvjp_clamp_max_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.173s) 2022-09-27T16:36:27.3648183Z test_vmapvjpvjp_clamp_min_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.185s) 2022-09-27T16:36:27.4145654Z test_vmapvjpvjp_clone_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-09-27T16:36:27.7864449Z test_vmapvjpvjp_column_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.371s) 2022-09-27T16:36:28.5470960Z test_vmapvjpvjp_combinations_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.763s) 2022-09-27T16:36:29.7307333Z test_vmapvjpvjp_complex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.183s) 2022-09-27T16:36:29.7953996Z test_vmapvjpvjp_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:36:29.8223522Z test_vmapvjpvjp_conj_physical_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:31.0092504Z test_vmapvjpvjp_constant_pad_nd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.198s) 2022-09-27T16:36:31.0564814Z test_vmapvjpvjp_contiguous_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:36:32.3346076Z test_vmapvjpvjp_copysign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.282s) 2022-09-27T16:36:32.6145191Z test_vmapvjpvjp_corrcoef_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.270s) 2022-09-27T16:36:32.6947870Z test_vmapvjpvjp_cos_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T16:36:32.7718840Z test_vmapvjpvjp_cosh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:36:32.7765562Z test_vmapvjpvjp_count_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.017s) 2022-09-27T16:36:34.8159901Z test_vmapvjpvjp_cov_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.037s) 2022-09-27T16:36:35.1986723Z test_vmapvjpvjp_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.378s) 2022-09-27T16:36:35.2788342Z test_vmapvjpvjp_cummax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:36:35.3587258Z test_vmapvjpvjp_cummin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:36:35.3666618Z test_vmapvjpvjp_cumprod_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:35.4704240Z test_vmapvjpvjp_cumsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T16:36:36.6650506Z test_vmapvjpvjp_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.191s) 2022-09-27T16:36:36.7406033Z test_vmapvjpvjp_deg2rad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:36:37.1207637Z test_vmapvjpvjp_diag_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.379s) 2022-09-27T16:36:37.4875730Z test_vmapvjpvjp_diag_embed_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.364s) 2022-09-27T16:36:37.6171349Z test_vmapvjpvjp_diagflat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.142s) 2022-09-27T16:36:37.9737097Z test_vmapvjpvjp_diagonal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.346s) 2022-09-27T16:36:39.8438835Z test_vmapvjpvjp_diagonal_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.879s) 2022-09-27T16:37:03.3866461Z test_vmapvjpvjp_diff_cpu_float32 (__main__.TestOperatorsCPU) ... ok (23.538s) 2022-09-27T16:37:03.4632223Z test_vmapvjpvjp_digamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:37:13.9319894Z test_vmapvjpvjp_dist_cpu_float32 (__main__.TestOperatorsCPU) ... ok (10.472s) 2022-09-27T16:37:14.9009420Z test_vmapvjpvjp_div_floor_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.964s) 2022-09-27T16:37:16.2736404Z test_vmapvjpvjp_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.375s) 2022-09-27T16:37:17.2344981Z test_vmapvjpvjp_div_trunc_rounding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.953s) 2022-09-27T16:37:17.3655910Z test_vmapvjpvjp_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.144s) 2022-09-27T16:37:17.4649567Z test_vmapvjpvjp_double_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.095s) 2022-09-27T16:37:17.5614460Z test_vmapvjpvjp_double_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T16:37:17.9204125Z test_vmapvjpvjp_dsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.357s) 2022-09-27T16:37:19.2311031Z test_vmapvjpvjp_dstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.313s) 2022-09-27T16:37:20.6486416Z test_vmapvjpvjp_einsum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.411s) 2022-09-27T16:37:20.6532906Z test_vmapvjpvjp_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:37:20.6577288Z test_vmapvjpvjp_empty_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:20.6621148Z test_vmapvjpvjp_eq_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:20.6665245Z test_vmapvjpvjp_equal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:20.7037376Z test_vmapvjpvjp_erf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.045s) 2022-09-27T16:37:20.7911795Z test_vmapvjpvjp_erfc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.089s) 2022-09-27T16:37:20.8302371Z test_vmapvjpvjp_erfinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:37:20.9093675Z test_vmapvjpvjp_exp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:37:20.9854746Z test_vmapvjpvjp_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:37:21.0602375Z test_vmapvjpvjp_expand_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:37:21.2823422Z test_vmapvjpvjp_expand_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.217s) 2022-09-27T16:37:21.3146380Z test_vmapvjpvjp_expm1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-09-27T16:37:21.3192468Z test_vmapvjpvjp_eye_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:37:21.5352089Z test_vmapvjpvjp_fft_fft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.209s) 2022-09-27T16:37:21.7511754Z test_vmapvjpvjp_fft_fft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.223s) 2022-09-27T16:37:22.0079744Z test_vmapvjpvjp_fft_fftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.254s) 2022-09-27T16:37:22.1384194Z test_vmapvjpvjp_fft_fftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T16:37:22.4043022Z test_vmapvjpvjp_fft_hfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.270s) 2022-09-27T16:37:22.6638646Z test_vmapvjpvjp_fft_hfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T16:37:23.0147359Z test_vmapvjpvjp_fft_hfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.364s) 2022-09-27T16:37:23.2096948Z test_vmapvjpvjp_fft_ifft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T16:37:23.4378705Z test_vmapvjpvjp_fft_ifft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.222s) 2022-09-27T16:37:23.6917197Z test_vmapvjpvjp_fft_ifftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.256s) 2022-09-27T16:37:23.8220724Z test_vmapvjpvjp_fft_ifftshift_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T16:37:24.0560793Z test_vmapvjpvjp_fft_ihfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.237s) 2022-09-27T16:37:24.3279627Z test_vmapvjpvjp_fft_ihfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.269s) 2022-09-27T16:37:24.6378675Z test_vmapvjpvjp_fft_ihfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.311s) 2022-09-27T16:37:24.8616723Z test_vmapvjpvjp_fft_irfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.225s) 2022-09-27T16:37:25.1282061Z test_vmapvjpvjp_fft_irfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.270s) 2022-09-27T16:37:25.4379656Z test_vmapvjpvjp_fft_irfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.315s) 2022-09-27T16:37:25.6490163Z test_vmapvjpvjp_fft_rfft2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T16:37:25.8860021Z test_vmapvjpvjp_fft_rfft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.234s) 2022-09-27T16:37:26.1665824Z test_vmapvjpvjp_fft_rfftn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.284s) 2022-09-27T16:37:26.2453440Z test_vmapvjpvjp_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T16:37:26.3849145Z test_vmapvjpvjp_flatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T16:37:26.6240042Z test_vmapvjpvjp_flip_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.237s) 2022-09-27T16:37:26.6755006Z test_vmapvjpvjp_fliplr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:37:26.7267130Z test_vmapvjpvjp_flipud_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:37:26.8156122Z test_vmapvjpvjp_float_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.094s) 2022-09-27T16:37:26.9018408Z test_vmapvjpvjp_float_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:37:28.9648533Z test_vmapvjpvjp_float_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.067s) 2022-09-27T16:37:28.9923758Z test_vmapvjpvjp_floor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:37:28.9968940Z test_vmapvjpvjp_floor_divide_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:30.1948204Z test_vmapvjpvjp_fmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.205s) 2022-09-27T16:37:31.3970253Z test_vmapvjpvjp_fmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.188s) 2022-09-27T16:37:32.5802291Z test_vmapvjpvjp_fmod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.188s) 2022-09-27T16:37:32.6491225Z test_vmapvjpvjp_frac_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:37:32.7265227Z test_vmapvjpvjp_frexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:37:32.7311328Z test_vmapvjpvjp_full_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:37:32.8553439Z test_vmapvjpvjp_gather_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T16:37:32.8597791Z test_vmapvjpvjp_ge_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:32.8642027Z test_vmapvjpvjp_geqrf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:33.9590176Z test_vmapvjpvjp_gradient_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.101s) 2022-09-27T16:37:33.9636508Z test_vmapvjpvjp_gt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:34.0601528Z test_vmapvjpvjp_half_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.104s) 2022-09-27T16:37:34.1568704Z test_vmapvjpvjp_half_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T16:37:34.1614449Z test_vmapvjpvjp_heaviside_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:34.1659536Z test_vmapvjpvjp_histc_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:34.1704616Z test_vmapvjpvjp_histogram_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:34.1749674Z test_vmapvjpvjp_histogramdd_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:37:34.5342562Z test_vmapvjpvjp_hsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.358s) 2022-09-27T16:37:35.7177922Z test_vmapvjpvjp_hstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.180s) 2022-09-27T16:37:37.1078938Z test_vmapvjpvjp_hypot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.391s) 2022-09-27T16:37:37.1948458Z test_vmapvjpvjp_i0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:37:37.1995279Z test_vmapvjpvjp_igamma_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:37:37.2040447Z test_vmapvjpvjp_igammac_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:38.3261029Z test_vmapvjpvjp_index_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.123s) 2022-09-27T16:37:38.7120791Z test_vmapvjpvjp_index_copy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.381s) 2022-09-27T16:37:38.7934859Z test_vmapvjpvjp_index_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:37:39.3308907Z test_vmapvjpvjp_index_put_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.537s) 2022-09-27T16:37:40.3422662Z test_vmapvjpvjp_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.021s) 2022-09-27T16:37:40.3525600Z test_vmapvjpvjp_index_reduce_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:37:40.4314380Z test_vmapvjpvjp_index_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.081s) 2022-09-27T16:37:40.7276222Z test_vmapvjpvjp_inner_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.300s) 2022-09-27T16:37:40.7322239Z test_vmapvjpvjp_int_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:40.7367730Z test_vmapvjpvjp_int_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:37:40.7413106Z test_vmapvjpvjp_isclose_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:40.7458027Z test_vmapvjpvjp_isfinite_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:40.7504067Z test_vmapvjpvjp_isin_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:37:40.7549052Z test_vmapvjpvjp_isinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:40.7594548Z test_vmapvjpvjp_isnan_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:40.7639871Z test_vmapvjpvjp_isneginf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:40.7685032Z test_vmapvjpvjp_isposinf_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:37:40.7729919Z test_vmapvjpvjp_isreal_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:40.7829080Z test_vmapvjpvjp_istft_cpu_float32 (__main__.TestOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::col2im. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:37:40.7829940Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:37:41.3412001Z ok (0.570s) 2022-09-27T16:37:41.3458640Z test_vmapvjpvjp_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:41.3504163Z test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:41.3549432Z test_vmapvjpvjp_jiterator_binary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:37:41.3594837Z test_vmapvjpvjp_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:41.3640107Z test_vmapvjpvjp_jiterator_unary_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:41.5843275Z test_vmapvjpvjp_kron_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.223s) 2022-09-27T16:37:41.8476574Z test_vmapvjpvjp_kthvalue_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.269s) 2022-09-27T16:37:43.1996261Z test_vmapvjpvjp_ldexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.345s) 2022-09-27T16:37:43.2043723Z test_vmapvjpvjp_le_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:37:49.0069852Z test_vmapvjpvjp_lerp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.802s) 2022-09-27T16:37:49.0855262Z test_vmapvjpvjp_lgamma_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:37:49.8019928Z test_vmapvjpvjp_linalg_cholesky_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.721s) 2022-09-27T16:37:50.5150093Z test_vmapvjpvjp_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.706s) 2022-09-27T16:37:50.6851471Z test_vmapvjpvjp_linalg_cond_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.177s) 2022-09-27T16:37:51.0669199Z test_vmapvjpvjp_linalg_cross_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.379s) 2022-09-27T16:37:51.4995234Z test_vmapvjpvjp_linalg_det_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.437s) 2022-09-27T16:37:54.3090797Z test_vmapvjpvjp_linalg_det_singular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.800s) 2022-09-27T16:37:54.3212866Z test_vmapvjpvjp_linalg_eig_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:37:55.2850832Z test_vmapvjpvjp_linalg_eigh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.966s) 2022-09-27T16:37:55.2951700Z test_vmapvjpvjp_linalg_eigvals_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:37:55.6011652Z test_vmapvjpvjp_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.317s) 2022-09-27T16:37:56.5599412Z test_vmapvjpvjp_linalg_householder_product_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.958s) 2022-09-27T16:37:56.8594231Z test_vmapvjpvjp_linalg_inv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.300s) 2022-09-27T16:37:57.1599881Z test_vmapvjpvjp_linalg_inv_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.300s) 2022-09-27T16:37:57.1646546Z test_vmapvjpvjp_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:57.1692200Z test_vmapvjpvjp_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:37:57.1738082Z test_vmapvjpvjp_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:38:52.3495355Z test_vmapvjpvjp_linalg_lstsq_cpu_float32 (__main__.TestOperatorsCPU) ... ok (55.171s) 2022-09-27T16:39:05.5726227Z test_vmapvjpvjp_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorsCPU) ... ok (13.225s) 2022-09-27T16:39:07.5778968Z test_vmapvjpvjp_linalg_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.997s) 2022-09-27T16:39:08.6612013Z test_vmapvjpvjp_linalg_lu_factor_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.084s) 2022-09-27T16:39:09.7308850Z test_vmapvjpvjp_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.078s) 2022-09-27T16:39:46.3943837Z test_vmapvjpvjp_linalg_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (36.656s) 2022-09-27T16:39:48.8102566Z test_vmapvjpvjp_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.422s) 2022-09-27T16:39:49.6111008Z test_vmapvjpvjp_linalg_matrix_power_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.797s) 2022-09-27T16:39:49.6159207Z test_vmapvjpvjp_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:39:49.6206339Z test_vmapvjpvjp_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:40:13.1282730Z test_vmapvjpvjp_linalg_multi_dot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (23.507s) 2022-09-27T16:40:16.6565487Z test_vmapvjpvjp_linalg_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.522s) 2022-09-27T16:40:19.3072893Z test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.648s) 2022-09-27T16:40:20.9443781Z test_vmapvjpvjp_linalg_pinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.645s) 2022-09-27T16:40:21.4931337Z test_vmapvjpvjp_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.552s) 2022-09-27T16:40:21.4979335Z test_vmapvjpvjp_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:40:25.6050109Z test_vmapvjpvjp_linalg_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.100s) 2022-09-27T16:40:26.2678691Z test_vmapvjpvjp_linalg_slogdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.667s) 2022-09-27T16:40:29.4357978Z test_vmapvjpvjp_linalg_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.172s) 2022-09-27T16:40:32.5606820Z test_vmapvjpvjp_linalg_solve_ex_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.117s) 2022-09-27T16:41:04.4260162Z test_vmapvjpvjp_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (31.873s) 2022-09-27T16:41:26.5354763Z test_vmapvjpvjp_linalg_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (22.108s) 2022-09-27T16:41:27.9785763Z test_vmapvjpvjp_linalg_svdvals_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.441s) 2022-09-27T16:41:28.0710220Z test_vmapvjpvjp_linalg_tensorinv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:41:28.8915033Z test_vmapvjpvjp_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.814s) 2022-09-27T16:41:28.9562921Z test_vmapvjpvjp_linalg_vander_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.063s) 2022-09-27T16:41:34.5828529Z test_vmapvjpvjp_linalg_vecdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.627s) 2022-09-27T16:41:40.4635623Z test_vmapvjpvjp_linalg_vector_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.880s) 2022-09-27T16:41:40.4682908Z test_vmapvjpvjp_linspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:41:40.5505795Z test_vmapvjpvjp_log10_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:41:40.5844221Z test_vmapvjpvjp_log1p_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:41:40.6664903Z test_vmapvjpvjp_log2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-09-27T16:41:40.7437611Z test_vmapvjpvjp_log_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:41:40.9172747Z test_vmapvjpvjp_log_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:41:41.1054513Z test_vmapvjpvjp_log_softmax_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T16:41:41.2621173Z test_vmapvjpvjp_logaddexp2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.157s) 2022-09-27T16:41:41.4126385Z test_vmapvjpvjp_logaddexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T16:41:41.7193663Z test_vmapvjpvjp_logcumsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.316s) 2022-09-27T16:41:42.0897278Z test_vmapvjpvjp_logdet_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.364s) 2022-09-27T16:41:42.0944421Z test_vmapvjpvjp_logical_and_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:41:42.0989944Z test_vmapvjpvjp_logical_not_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:41:42.1035362Z test_vmapvjpvjp_logical_or_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:41:42.1080760Z test_vmapvjpvjp_logical_xor_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:41:42.2353751Z test_vmapvjpvjp_logit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T16:41:42.2399473Z test_vmapvjpvjp_logspace_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:41:42.7085834Z test_vmapvjpvjp_logsumexp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.460s) 2022-09-27T16:41:42.7133673Z test_vmapvjpvjp_long_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:41:42.7179424Z test_vmapvjpvjp_long_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:41:42.7224809Z test_vmapvjpvjp_lt_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:41:44.8688606Z test_vmapvjpvjp_lu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.152s) 2022-09-27T16:41:53.6195778Z test_vmapvjpvjp_lu_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (8.744s) 2022-09-27T16:41:54.6526158Z test_vmapvjpvjp_lu_unpack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.033s) 2022-09-27T16:41:54.8048662Z test_vmapvjpvjp_mH_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:41:54.9568684Z test_vmapvjpvjp_mT_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.153s) 2022-09-27T16:41:55.4745050Z test_vmapvjpvjp_masked_fill_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.507s) 2022-09-27T16:41:55.6020808Z test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.128s) 2022-09-27T16:41:56.1615791Z test_vmapvjpvjp_masked_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.569s) 2022-09-27T16:41:56.3662219Z test_vmapvjpvjp_masked_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.205s) 2022-09-27T16:41:58.7476513Z test_vmapvjpvjp_matmul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.375s) 2022-09-27T16:41:58.9030611Z test_vmapvjpvjp_matrix_exp_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:42:00.2901564Z test_vmapvjpvjp_max_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.395s) 2022-09-27T16:42:00.3501680Z test_vmapvjpvjp_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:42:00.4569267Z test_vmapvjpvjp_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T16:42:01.8281017Z test_vmapvjpvjp_maximum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.370s) 2022-09-27T16:42:02.3374958Z test_vmapvjpvjp_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.508s) 2022-09-27T16:42:02.6732128Z test_vmapvjpvjp_median_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.336s) 2022-09-27T16:43:05.6349513Z test_vmapvjpvjp_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (62.951s) 2022-09-27T16:44:08.4997990Z test_vmapvjpvjp_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorsCPU) ... ok (62.870s) 2022-09-27T16:44:09.8532654Z test_vmapvjpvjp_min_binary_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.354s) 2022-09-27T16:44:09.9122893Z test_vmapvjpvjp_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.063s) 2022-09-27T16:44:10.0171617Z test_vmapvjpvjp_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:44:11.3698961Z test_vmapvjpvjp_minimum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.359s) 2022-09-27T16:44:11.5301259Z test_vmapvjpvjp_mm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.166s) 2022-09-27T16:44:11.7539120Z test_vmapvjpvjp_mode_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.216s) 2022-09-27T16:44:11.8070726Z test_vmapvjpvjp_movedim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.048s) 2022-09-27T16:44:11.9253011Z test_vmapvjpvjp_msort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.126s) 2022-09-27T16:44:13.1017991Z test_vmapvjpvjp_mul_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.171s) 2022-09-27T16:44:13.1064040Z test_vmapvjpvjp_multinomial_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:44:13.2526748Z test_vmapvjpvjp_mv_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.158s) 2022-09-27T16:44:13.5629503Z test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T16:44:13.8727928Z test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.317s) 2022-09-27T16:44:14.1827085Z test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.315s) 2022-09-27T16:44:14.2627680Z test_vmapvjpvjp_nan_to_num_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:44:15.3368668Z test_vmapvjpvjp_nanmean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.071s) 2022-09-27T16:44:15.6881114Z test_vmapvjpvjp_nanmedian_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.349s) 2022-09-27T16:44:17.0027553Z test_vmapvjpvjp_nanquantile_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (1.314s) 2022-09-27T16:44:17.9573373Z test_vmapvjpvjp_nansum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.960s) 2022-09-27T16:44:17.9621002Z test_vmapvjpvjp_narrow_copy_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:44:18.2084898Z test_vmapvjpvjp_narrow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.238s) 2022-09-27T16:44:18.2572223Z test_vmapvjpvjp_native_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.063s) 2022-09-27T16:44:18.2618362Z test_vmapvjpvjp_ne_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:44:18.2907471Z test_vmapvjpvjp_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:44:18.2953134Z test_vmapvjpvjp_new_empty_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:44:18.2998312Z test_vmapvjpvjp_new_empty_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:44:18.3043289Z test_vmapvjpvjp_new_full_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:44:18.3088772Z test_vmapvjpvjp_new_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:44:18.3133715Z test_vmapvjpvjp_new_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:44:18.3178740Z test_vmapvjpvjp_nextafter_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:44:18.4925201Z test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.175s) 2022-09-27T16:44:18.7665000Z test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.284s) 2022-09-27T16:44:19.1393919Z test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.363s) 2022-09-27T16:44:19.3768816Z test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.240s) 2022-09-27T16:44:20.0250505Z test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.650s) 2022-09-27T16:44:20.5914665Z test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.575s) 2022-09-27T16:44:20.8525097Z test_vmapvjpvjp_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.252s) 2022-09-27T16:44:21.0469088Z test_vmapvjpvjp_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T16:44:21.2674193Z test_vmapvjpvjp_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.221s) 2022-09-27T16:44:21.2769988Z test_vmapvjpvjp_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.023s) 2022-09-27T16:45:35.6638657Z test_vmapvjpvjp_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (74.384s) 2022-09-27T16:45:35.8200475Z test_vmapvjpvjp_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.159s) 2022-09-27T16:45:41.7243969Z test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorsCPU) ... ok (5.905s) 2022-09-27T16:45:41.8056474Z test_vmapvjpvjp_nn_functional_celu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:45:48.4865349Z test_vmapvjpvjp_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.677s) 2022-09-27T16:46:15.0204438Z test_vmapvjpvjp_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (26.535s) 2022-09-27T16:46:15.2659277Z test_vmapvjpvjp_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T16:46:16.8967484Z test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.633s) 2022-09-27T16:46:18.1138841Z test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.204s) 2022-09-27T16:46:18.3584718Z test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.253s) 2022-09-27T16:46:18.6012484Z test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.237s) 2022-09-27T16:46:19.6802547Z test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.082s) 2022-09-27T16:46:20.7706363Z test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.085s) 2022-09-27T16:46:21.8406073Z test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.079s) 2022-09-27T16:46:22.9117580Z test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.074s) 2022-09-27T16:46:24.0069334Z test_vmapvjpvjp_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.084s) 2022-09-27T16:46:30.0253542Z test_vmapvjpvjp_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.027s) 2022-09-27T16:46:37.0885671Z test_vmapvjpvjp_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (7.064s) 2022-09-27T16:46:47.2342865Z test_vmapvjpvjp_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (10.145s) 2022-09-27T16:46:55.0890782Z test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (7.859s) 2022-09-27T16:46:57.8970964Z test_vmapvjpvjp_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.804s) 2022-09-27T16:46:59.9317079Z test_vmapvjpvjp_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.028s) 2022-09-27T16:46:59.9403243Z test_vmapvjpvjp_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:46:59.9442423Z test_vmapvjpvjp_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:46:59.9480985Z test_vmapvjpvjp_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:46:59.9520563Z test_vmapvjpvjp_nn_functional_dropout_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:47:00.0338543Z test_vmapvjpvjp_nn_functional_elu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:47:00.0385157Z test_vmapvjpvjp_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T16:47:00.1213703Z test_vmapvjpvjp_nn_functional_embedding_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T16:47:00.2832149Z test_vmapvjpvjp_nn_functional_embedding_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.173s) 2022-09-27T16:47:00.2871138Z test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:47:00.7122204Z test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.427s) 2022-09-27T16:47:00.7161459Z test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:47:00.7200302Z test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:47:00.7294124Z test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:47:00.9940408Z test_vmapvjpvjp_nn_functional_gelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.254s) 2022-09-27T16:47:02.5073484Z test_vmapvjpvjp_nn_functional_glu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.524s) 2022-09-27T16:47:02.5119714Z test_vmapvjpvjp_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T16:47:02.8488892Z test_vmapvjpvjp_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.338s) 2022-09-27T16:47:02.9922559Z test_vmapvjpvjp_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.150s) 2022-09-27T16:47:02.9967755Z test_vmapvjpvjp_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T16:47:03.1087251Z test_vmapvjpvjp_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.117s) 2022-09-27T16:47:03.2536496Z test_vmapvjpvjp_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T16:47:04.8128003Z test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.564s) 2022-09-27T16:47:06.3560502Z test_vmapvjpvjp_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.549s) 2022-09-27T16:47:06.3654948Z test_vmapvjpvjp_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:47:06.7049475Z test_vmapvjpvjp_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.344s) 2022-09-27T16:47:07.0447448Z test_vmapvjpvjp_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.343s) 2022-09-27T16:47:07.3739338Z test_vmapvjpvjp_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.329s) 2022-09-27T16:47:07.6806678Z test_vmapvjpvjp_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.301s) 2022-09-27T16:47:08.0090453Z test_vmapvjpvjp_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.333s) 2022-09-27T16:47:08.3766895Z test_vmapvjpvjp_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.363s) 2022-09-27T16:47:10.9768466Z test_vmapvjpvjp_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.606s) 2022-09-27T16:47:11.8141397Z test_vmapvjpvjp_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.842s) 2022-09-27T16:47:11.8598487Z test_vmapvjpvjp_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.047s) 2022-09-27T16:47:12.0846831Z test_vmapvjpvjp_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.222s) 2022-09-27T16:47:19.3198815Z test_vmapvjpvjp_nn_functional_linear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (7.232s) 2022-09-27T16:47:19.9037955Z test_vmapvjpvjp_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.584s) 2022-09-27T16:47:19.9862725Z test_vmapvjpvjp_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:47:20.7304401Z test_vmapvjpvjp_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.747s) 2022-09-27T16:47:45.6558519Z test_vmapvjpvjp_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (24.918s) 2022-09-27T16:47:49.5750418Z test_vmapvjpvjp_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (3.925s) 2022-09-27T16:48:06.6933896Z test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (17.110s) 2022-09-27T16:48:11.0457749Z test_vmapvjpvjp_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.352s) 2022-09-27T16:48:11.6936144Z test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.648s) 2022-09-27T16:48:12.7166002Z test_vmapvjpvjp_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (1.030s) 2022-09-27T16:48:12.9294581Z test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.209s) 2022-09-27T16:48:15.7947774Z test_vmapvjpvjp_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.866s) 2022-09-27T16:48:16.3287692Z test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.538s) 2022-09-27T16:48:16.4323041Z test_vmapvjpvjp_nn_functional_mish_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:48:17.4691803Z test_vmapvjpvjp_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.028s) 2022-09-27T16:48:19.0902778Z test_vmapvjpvjp_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.627s) 2022-09-27T16:48:19.0950516Z test_vmapvjpvjp_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T16:48:19.0996696Z test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T16:48:19.2908395Z test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.189s) 2022-09-27T16:48:20.9021240Z test_vmapvjpvjp_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.618s) 2022-09-27T16:48:21.2888972Z test_vmapvjpvjp_nn_functional_normalize_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.394s) 2022-09-27T16:48:21.6536982Z test_vmapvjpvjp_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.354s) 2022-09-27T16:48:22.8715439Z test_vmapvjpvjp_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.223s) 2022-09-27T16:48:23.1792257Z test_vmapvjpvjp_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.303s) 2022-09-27T16:48:23.4867117Z test_vmapvjpvjp_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.317s) 2022-09-27T16:48:24.6093097Z test_vmapvjpvjp_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.110s) 2022-09-27T16:48:24.6140569Z test_vmapvjpvjp_nn_functional_pdist_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.016s) 2022-09-27T16:48:24.6683685Z test_vmapvjpvjp_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:48:24.7227443Z test_vmapvjpvjp_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:48:38.4396689Z test_vmapvjpvjp_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (13.716s) 2022-09-27T16:48:41.1297253Z test_vmapvjpvjp_nn_functional_prelu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.682s) 2022-09-27T16:48:41.2056129Z test_vmapvjpvjp_nn_functional_relu6_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:48:41.3097848Z test_vmapvjpvjp_nn_functional_relu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.110s) 2022-09-27T16:48:41.3200430Z test_vmapvjpvjp_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:48:41.4009027Z test_vmapvjpvjp_nn_functional_selu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T16:48:41.4923098Z test_vmapvjpvjp_nn_functional_silu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.094s) 2022-09-27T16:48:42.9020483Z test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.407s) 2022-09-27T16:48:43.1115553Z test_vmapvjpvjp_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.218s) 2022-09-27T16:48:43.2887951Z test_vmapvjpvjp_nn_functional_softmin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.177s) 2022-09-27T16:48:43.4777540Z test_vmapvjpvjp_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.181s) 2022-09-27T16:48:43.5583298Z test_vmapvjpvjp_nn_functional_softplus_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:48:43.6780202Z test_vmapvjpvjp_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.120s) 2022-09-27T16:48:43.7850568Z test_vmapvjpvjp_nn_functional_softsign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.103s) 2022-09-27T16:48:43.8716128Z test_vmapvjpvjp_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:48:43.9734434Z test_vmapvjpvjp_nn_functional_threshold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T16:48:51.2693574Z test_vmapvjpvjp_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (7.304s) 2022-09-27T16:48:58.6853605Z test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorsCPU) ... ok (7.418s) 2022-09-27T16:49:05.2746654Z test_vmapvjpvjp_nn_functional_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (6.578s) 2022-09-27T16:49:05.3877178Z test_vmapvjpvjp_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:49:05.7165929Z test_vmapvjpvjp_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.339s) 2022-09-27T16:49:05.7211434Z test_vmapvjpvjp_nonzero_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:07.2188300Z test_vmapvjpvjp_norm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.491s) 2022-09-27T16:49:07.3240559Z test_vmapvjpvjp_norm_fro_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.110s) 2022-09-27T16:49:07.4573615Z test_vmapvjpvjp_norm_inf_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.143s) 2022-09-27T16:49:07.5538039Z test_vmapvjpvjp_norm_nuc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.095s) 2022-09-27T16:49:07.5642388Z test_vmapvjpvjp_normal_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:49:07.5742086Z test_vmapvjpvjp_normal_number_mean_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:49:07.5787355Z test_vmapvjpvjp_ones_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:07.5833147Z test_vmapvjpvjp_ones_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:49:07.5878438Z test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:18.0946587Z test_vmapvjpvjp_ops_aten_index_put_functorch_cpu_float32 (__main__.TestOperatorsCPU) ... ok (10.505s) 2022-09-27T16:49:18.1014479Z test_vmapvjpvjp_ormqr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:18.2450496Z test_vmapvjpvjp_outer_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.151s) 2022-09-27T16:49:18.2656969Z test_vmapvjpvjp_pca_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.026s) 2022-09-27T16:49:18.3614390Z test_vmapvjpvjp_permute_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:49:18.9120459Z test_vmapvjpvjp_pinverse_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.545s) 2022-09-27T16:49:20.5749205Z test_vmapvjpvjp_polar_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.674s) 2022-09-27T16:49:20.8369279Z test_vmapvjpvjp_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.254s) 2022-09-27T16:49:21.0990952Z test_vmapvjpvjp_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.269s) 2022-09-27T16:49:21.3608371Z test_vmapvjpvjp_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.254s) 2022-09-27T16:49:21.6230524Z test_vmapvjpvjp_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.270s) 2022-09-27T16:49:21.8849796Z test_vmapvjpvjp_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.252s) 2022-09-27T16:49:21.9515029Z test_vmapvjpvjp_positive_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:49:23.8519242Z test_vmapvjpvjp_pow_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.897s) 2022-09-27T16:49:27.7672781Z test_vmapvjpvjp_prod_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.908s) 2022-09-27T16:49:27.7955206Z test_vmapvjpvjp_put_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.033s) 2022-09-27T16:49:31.8841352Z test_vmapvjpvjp_qr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.095s) 2022-09-27T16:49:33.1573202Z test_vmapvjpvjp_quantile_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (1.259s) 2022-09-27T16:49:33.2328380Z test_vmapvjpvjp_rad2deg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.080s) 2022-09-27T16:49:33.2374359Z test_vmapvjpvjp_rand_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:33.2419201Z test_vmapvjpvjp_randint_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:49:33.2464005Z test_vmapvjpvjp_randn_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:33.2508910Z test_vmapvjpvjp_randn_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:33.3262890Z test_vmapvjpvjp_ravel_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:49:33.3949887Z test_vmapvjpvjp_real_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:49:33.4775001Z test_vmapvjpvjp_reciprocal_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.089s) 2022-09-27T16:49:34.6710803Z test_vmapvjpvjp_remainder_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.201s) 2022-09-27T16:49:34.8617767Z test_vmapvjpvjp_renorm_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.189s) 2022-09-27T16:49:35.4353741Z test_vmapvjpvjp_repeat_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.561s) 2022-09-27T16:49:35.5506774Z test_vmapvjpvjp_repeat_interleave_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.130s) 2022-09-27T16:49:35.6487910Z test_vmapvjpvjp_reshape_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.088s) 2022-09-27T16:49:35.8164517Z test_vmapvjpvjp_reshape_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.171s) 2022-09-27T16:49:35.8210107Z test_vmapvjpvjp_resize__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:35.8255149Z test_vmapvjpvjp_resize_as__cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:49:35.8722433Z test_vmapvjpvjp_resolve_conj_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:49:35.9187867Z test_vmapvjpvjp_resolve_neg_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:49:36.3050475Z test_vmapvjpvjp_roll_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.379s) 2022-09-27T16:49:37.1405933Z test_vmapvjpvjp_rot90_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.845s) 2022-09-27T16:49:37.1681623Z test_vmapvjpvjp_round_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:49:37.2347812Z test_vmapvjpvjp_round_decimals_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:49:37.3012659Z test_vmapvjpvjp_round_decimals_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.064s) 2022-09-27T16:49:37.3676633Z test_vmapvjpvjp_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.062s) 2022-09-27T16:49:37.4540251Z test_vmapvjpvjp_rsqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T16:49:38.7657795Z test_vmapvjpvjp_rsub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.308s) 2022-09-27T16:49:39.5917241Z test_vmapvjpvjp_scatter_add_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.817s) 2022-09-27T16:49:40.4682417Z test_vmapvjpvjp_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.884s) 2022-09-27T16:49:43.5169054Z test_vmapvjpvjp_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.048s) 2022-09-27T16:49:46.5647320Z test_vmapvjpvjp_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.048s) 2022-09-27T16:49:49.5507933Z test_vmapvjpvjp_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.989s) 2022-09-27T16:49:49.5618602Z test_vmapvjpvjp_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:49:52.1656711Z test_vmapvjpvjp_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.615s) 2022-09-27T16:49:52.1704060Z test_vmapvjpvjp_searchsorted_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:52.1749527Z test_vmapvjpvjp_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.000s) 2022-09-27T16:49:52.1794446Z test_vmapvjpvjp_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Operation does not support gradgrad (0.016s) 2022-09-27T16:49:52.3017282Z test_vmapvjpvjp_select_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:49:52.9347677Z test_vmapvjpvjp_select_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.643s) 2022-09-27T16:49:52.9625094Z test_vmapvjpvjp_sgn_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:49:52.9670910Z test_vmapvjpvjp_short_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:49:52.9715953Z test_vmapvjpvjp_short_functorch_no_channels_last_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:53.0515214Z test_vmapvjpvjp_sigmoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-09-27T16:49:53.0787915Z test_vmapvjpvjp_sign_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:49:53.0833106Z test_vmapvjpvjp_signbit_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:53.1172319Z test_vmapvjpvjp_sin_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:49:53.2261756Z test_vmapvjpvjp_sinc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.111s) 2022-09-27T16:49:53.2577654Z test_vmapvjpvjp_sinh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:49:55.5946927Z test_vmapvjpvjp_slice_scatter_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.344s) 2022-09-27T16:49:55.7649450Z test_vmapvjpvjp_softmax_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.171s) 2022-09-27T16:49:55.9462538Z test_vmapvjpvjp_softmax_with_dtype_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.177s) 2022-09-27T16:49:57.4557282Z test_vmapvjpvjp_sort_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.501s) 2022-09-27T16:49:57.4603490Z test_vmapvjpvjp_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorsCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:49:57.4647820Z test_vmapvjpvjp_special_airy_ai_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:57.4691376Z test_vmapvjpvjp_special_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:57.4734807Z test_vmapvjpvjp_special_bessel_j1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:49:57.4778245Z test_vmapvjpvjp_special_bessel_y0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:57.4821707Z test_vmapvjpvjp_special_bessel_y1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.010s) 2022-09-27T16:49:57.4864990Z test_vmapvjpvjp_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:57.4908416Z test_vmapvjpvjp_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:57.4945708Z test_vmapvjpvjp_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:49:57.4983154Z test_vmapvjpvjp_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:49:57.5541737Z test_vmapvjpvjp_special_entr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-09-27T16:49:57.6429521Z test_vmapvjpvjp_special_erfcx_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T16:49:57.6475007Z test_vmapvjpvjp_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:57.6519709Z test_vmapvjpvjp_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:57.7210331Z test_vmapvjpvjp_special_i0e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:49:57.8284399Z test_vmapvjpvjp_special_i1_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T16:49:57.9452333Z test_vmapvjpvjp_special_i1e_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.114s) 2022-09-27T16:49:57.9498367Z test_vmapvjpvjp_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:57.9536753Z test_vmapvjpvjp_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:49:58.0540784Z test_vmapvjpvjp_special_log_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.098s) 2022-09-27T16:49:58.0585771Z test_vmapvjpvjp_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:58.0630566Z test_vmapvjpvjp_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:58.0675284Z test_vmapvjpvjp_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:49:58.0719967Z test_vmapvjpvjp_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:58.1747941Z test_vmapvjpvjp_special_ndtr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.104s) 2022-09-27T16:49:58.2681991Z test_vmapvjpvjp_special_ndtri_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.083s) 2022-09-27T16:49:58.5296766Z test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.268s) 2022-09-27T16:49:58.5341452Z test_vmapvjpvjp_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:49:58.5386343Z test_vmapvjpvjp_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:49:58.5424615Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:49:58.5462552Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:49:58.5500673Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:49:58.5538769Z test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:49:58.5583207Z test_vmapvjpvjp_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:50:00.0093155Z test_vmapvjpvjp_special_xlog1py_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.448s) 2022-09-27T16:50:00.0140824Z test_vmapvjpvjp_special_zeta_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:50:00.1644143Z test_vmapvjpvjp_split_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T16:50:00.5367665Z test_vmapvjpvjp_split_list_args_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.373s) 2022-09-27T16:50:01.0269812Z test_vmapvjpvjp_split_with_sizes_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.477s) 2022-09-27T16:50:01.0605323Z test_vmapvjpvjp_sqrt_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.047s) 2022-09-27T16:50:01.1438239Z test_vmapvjpvjp_square_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:50:01.3077116Z test_vmapvjpvjp_squeeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.161s) 2022-09-27T16:50:04.1132953Z test_vmapvjpvjp_stack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (2.813s) 2022-09-27T16:50:04.4612154Z test_vmapvjpvjp_std_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.347s) 2022-09-27T16:50:05.2251604Z test_vmapvjpvjp_std_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.768s) 2022-09-27T16:50:05.6321072Z test_vmapvjpvjp_stft_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.396s) 2022-09-27T16:50:06.9458883Z test_vmapvjpvjp_sub_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.325s) 2022-09-27T16:50:07.4307643Z test_vmapvjpvjp_sum_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.487s) 2022-09-27T16:50:07.8103132Z test_vmapvjpvjp_sum_to_size_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.377s) 2022-09-27T16:50:30.5890355Z test_vmapvjpvjp_svd_cpu_float32 (__main__.TestOperatorsCPU) ... ok (22.776s) 2022-09-27T16:50:30.6098061Z test_vmapvjpvjp_svd_lowrank_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.026s) 2022-09-27T16:50:31.5781503Z test_vmapvjpvjp_symeig_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.960s) 2022-09-27T16:50:31.6498855Z test_vmapvjpvjp_t_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.067s) 2022-09-27T16:50:31.7852195Z test_vmapvjpvjp_take_along_dim_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.145s) 2022-09-27T16:50:31.8086027Z test_vmapvjpvjp_take_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.026s) 2022-09-27T16:50:31.8442386Z test_vmapvjpvjp_tan_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:50:31.8758419Z test_vmapvjpvjp_tanh_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:50:31.8814301Z test_vmapvjpvjp_tensor_split_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:50:32.2252197Z test_vmapvjpvjp_tensordot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.348s) 2022-09-27T16:50:32.8877532Z test_vmapvjpvjp_tile_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.664s) 2022-09-27T16:50:32.9211720Z test_vmapvjpvjp_to_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.031s) 2022-09-27T16:50:32.9294744Z test_vmapvjpvjp_to_sparse_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:50:33.2881025Z test_vmapvjpvjp_topk_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.348s) 2022-09-27T16:50:33.3195684Z test_vmapvjpvjp_trace_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.032s) 2022-09-27T16:50:33.5064033Z test_vmapvjpvjp_transpose_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.191s) 2022-09-27T16:50:34.7015138Z test_vmapvjpvjp_trapezoid_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.202s) 2022-09-27T16:50:35.8936946Z test_vmapvjpvjp_trapz_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.186s) 2022-09-27T16:50:39.9211106Z test_vmapvjpvjp_triangular_solve_cpu_float32 (__main__.TestOperatorsCPU) ... ok (4.019s) 2022-09-27T16:50:40.1173191Z test_vmapvjpvjp_tril_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T16:50:40.3158660Z test_vmapvjpvjp_triu_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.190s) 2022-09-27T16:50:41.7047208Z test_vmapvjpvjp_true_divide_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.393s) 2022-09-27T16:50:41.7332504Z test_vmapvjpvjp_trunc_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.031s) 2022-09-27T16:50:45.1865532Z test_vmapvjpvjp_unbind_cpu_float32 (__main__.TestOperatorsCPU) ... ok (3.455s) 2022-09-27T16:50:45.4261782Z test_vmapvjpvjp_unflatten_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.244s) 2022-09-27T16:50:46.0220118Z test_vmapvjpvjp_unfold_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.593s) 2022-09-27T16:50:46.0266994Z test_vmapvjpvjp_uniform_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:50:46.0312413Z test_vmapvjpvjp_unique_consecutive_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:50:46.0357322Z test_vmapvjpvjp_unique_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.016s) 2022-09-27T16:50:46.2448495Z test_vmapvjpvjp_unsqueeze_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.206s) 2022-09-27T16:50:46.5267530Z test_vmapvjpvjp_var_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.284s) 2022-09-27T16:50:47.1637577Z test_vmapvjpvjp_var_mean_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.631s) 2022-09-27T16:50:47.2945594Z test_vmapvjpvjp_vdot_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.127s) 2022-09-27T16:50:47.3036353Z test_vmapvjpvjp_view_as_complex_cpu_float32 (__main__.TestOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:50:47.4014604Z test_vmapvjpvjp_view_as_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.096s) 2022-09-27T16:50:47.5693956Z test_vmapvjpvjp_view_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.167s) 2022-09-27T16:50:47.9249987Z test_vmapvjpvjp_vsplit_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.364s) 2022-09-27T16:50:49.1412324Z test_vmapvjpvjp_vstack_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.202s) 2022-09-27T16:50:49.7855018Z test_vmapvjpvjp_where_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.657s) 2022-09-27T16:50:51.2002706Z test_vmapvjpvjp_xlogy_cpu_float32 (__main__.TestOperatorsCPU) ... ok (1.410s) 2022-09-27T16:50:51.2695945Z test_vmapvjpvjp_zero__cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.073s) 2022-09-27T16:50:51.2742501Z test_vmapvjpvjp_zeros_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:50:51.2787928Z test_vmapvjpvjp_zeros_like_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! Autograd not supported. (0.000s) 2022-09-27T16:50:51.2838757Z test_vmapvmapjvp_linalg_solve_cpu (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-09-27T16:50:51.2840777Z 2022-09-27T16:50:51.2841256Z ---------------------------------------------------------------------- 2022-09-27T16:50:51.2841628Z Ran 8772 tests in 3612.297s 2022-09-27T16:50:51.2841813Z 2022-09-27T16:50:51.2841976Z OK (skipped=1917, expected failures=330) 2022-09-27T16:50:51.2842179Z 2022-09-27T16:50:51.2842311Z Generating XML reports... 2022-09-27T16:50:52.3610228Z Generated XML report: test-reports\python-unittest\functorch\test\test_ops\TEST-TestOperatorsCPU-20220927155038.xml 2022-09-27T16:50:52.9330945Z Running C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_pythonkey ... [2022-09-27 16:50:52.924653] 2022-09-27T16:50:52.9331623Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_pythonkey.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:52.924653] 2022-09-27T16:50:55.2717671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T16:50:55.2718361Z warnings.warn(msg, FutureWarning) 2022-09-27T16:50:55.2719968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-09-27T16:50:55.2738933Z warnings.warn(msg, FutureWarning) 2022-09-27T16:50:55.2739531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-09-27T16:50:55.2740181Z warnings.warn(msg, FutureWarning) 2022-09-27T16:50:55.2741276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-09-27T16:50:55.2741800Z warnings.warn(msg, FutureWarning) 2022-09-27T16:50:55.2743802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-09-27T16:50:55.2744474Z warnings.warn(msg, FutureWarning) 2022-09-27T16:50:55.2749944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-09-27T16:50:55.2750638Z warnings.warn(msg, FutureWarning) 2022-09-27T16:50:55.2789115Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_pythonkey.py:45: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-09-27T16:50:55.2789699Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-09-27T16:50:55.4428277Z 2022-09-27T16:50:55.4428544Z Running tests... 2022-09-27T16:50:55.4428911Z ---------------------------------------------------------------------- 2022-09-27T16:50:55.4429391Z Test results will be stored in test-reports\python-unittest\functorch\test\test_pythonkey 2022-09-27T16:50:55.4443129Z test_batch_norm_amp (__main__.TestAOTAutograd) ... skip: CUDA is unavailable (0.016s) 2022-09-27T16:50:55.4660409Z test_batchnorm (__main__.TestAOTAutograd) ... ok (0.016s) 2022-09-27T16:50:55.4798910Z test_compilation_context (__main__.TestAOTAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-09-27T16:50:55.4799861Z warnings.warn( 2022-09-27T16:50:55.4828732Z ok (0.016s) 2022-09-27T16:50:55.4938088Z test_dupe_arg (__main__.TestAOTAutograd) ... ok (0.016s) 2022-09-27T16:50:55.5050366Z test_grad_context (__main__.TestAOTAutograd) ... ok (0.000s) 2022-09-27T16:50:55.5180732Z test_inner_grad (__main__.TestAOTAutograd) ... ok (0.016s) 2022-09-27T16:50:55.5399828Z test_list_codegen (__main__.TestAOTAutograd) ... ok (0.031s) 2022-09-27T16:50:55.5634307Z test_module (__main__.TestAOTAutograd) ... ok (0.016s) 2022-09-27T16:50:55.5755369Z test_multi_output (__main__.TestAOTAutograd) ... ok (0.016s) 2022-09-27T16:50:55.5878649Z test_multi_output_list (__main__.TestAOTAutograd) ... ok (0.016s) 2022-09-27T16:50:55.6471706Z test_no_grad_input_output (__main__.TestAOTAutograd) ... ok (0.048s) 2022-09-27T16:50:55.6793378Z test_output_dict (__main__.TestAOTAutograd) ... ok (0.031s) 2022-09-27T16:50:55.6835142Z test_resize_input (__main__.TestAOTAutograd) ... ok (0.016s) 2022-09-27T16:50:55.6924409Z test_single_output (__main__.TestAOTAutograd) ... ok (0.000s) 2022-09-27T16:50:55.7133153Z test_aot_module_simplified (__main__.TestAOTModuleSimplified) ... ok (0.031s) 2022-09-27T16:50:55.7422137Z test_aot_module_simplified_preserves_stack_trace (__main__.TestAOTModuleSimplified) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-09-27T16:50:55.7422937Z warnings.warn( 2022-09-27T16:50:55.7426973Z ok (0.016s) 2022-09-27T16:50:55.8294299Z test_aot_autograd_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.096s) 2022-09-27T16:50:55.8509440Z test_aot_autograd_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:55.8546903Z test_aot_autograd_exhaustive___getitem___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:55.8633393Z test_aot_autograd_exhaustive___getitem___functorch_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:55.9587214Z test_aot_autograd_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.095s) 2022-09-27T16:50:56.1499565Z test_aot_autograd_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.192s) 2022-09-27T16:50:56.4153968Z test_aot_autograd_exhaustive___rmatmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.265s) 2022-09-27T16:50:56.5539946Z test_aot_autograd_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.146s) 2022-09-27T16:50:56.6682850Z test_aot_autograd_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.110s) 2022-09-27T16:50:56.6718673Z test_aot_autograd_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:50:56.6719390Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:50:56.8976547Z ok (0.223s) 2022-09-27T16:50:57.0037614Z test_aot_autograd_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.110s) 2022-09-27T16:50:57.0073006Z test_aot_autograd_exhaustive__masked_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0107342Z test_aot_autograd_exhaustive__masked_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0142363Z test_aot_autograd_exhaustive__masked_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:57.0174971Z test_aot_autograd_exhaustive__masked_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:57.0214215Z test_aot_autograd_exhaustive__masked_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0253086Z test_aot_autograd_exhaustive__masked_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0293035Z test_aot_autograd_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.0339432Z test_aot_autograd_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0374185Z test_aot_autograd_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0408642Z test_aot_autograd_exhaustive__masked_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0448466Z test_aot_autograd_exhaustive__masked_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.0483151Z test_aot_autograd_exhaustive__masked_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0532232Z test_aot_autograd_exhaustive__masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0566669Z test_aot_autograd_exhaustive__masked_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0606336Z test_aot_autograd_exhaustive__masked_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.0645237Z test_aot_autograd_exhaustive__masked_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0689724Z test_aot_autograd_exhaustive__masked_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0724103Z test_aot_autograd_exhaustive__masked_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.0768588Z test_aot_autograd_exhaustive__masked_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.0910254Z test_aot_autograd_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:57.1383889Z test_aot_autograd_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-09-27T16:50:57.1794456Z test_aot_autograd_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-09-27T16:50:57.2792361Z test_aot_autograd_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.095s) 2022-09-27T16:50:57.2830943Z test_aot_autograd_exhaustive_addbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.3077383Z test_aot_autograd_exhaustive_addcdiv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.3272615Z test_aot_autograd_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.3311566Z test_aot_autograd_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.3349646Z test_aot_autograd_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.3385201Z test_aot_autograd_exhaustive_addmv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.3690009Z test_aot_autograd_exhaustive_addr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.031s) 2022-09-27T16:50:57.3724370Z test_aot_autograd_exhaustive_all_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:57.3758603Z test_aot_autograd_exhaustive_allclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:57.3976332Z test_aot_autograd_exhaustive_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.033s) 2022-09-27T16:50:57.4189107Z test_aot_autograd_exhaustive_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.4223436Z test_aot_autograd_exhaustive_aminmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:57.4355714Z test_aot_autograd_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:57.4389857Z test_aot_autograd_exhaustive_any_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:57.4424776Z test_aot_autograd_exhaustive_arange_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:57.4458762Z test_aot_autograd_exhaustive_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:57.4492567Z test_aot_autograd_exhaustive_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:57.4526573Z test_aot_autograd_exhaustive_argsort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:57.4560427Z test_aot_autograd_exhaustive_argwhere_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:57.4596604Z test_aot_autograd_exhaustive_as_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.4636452Z test_aot_autograd_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.4812292Z test_aot_autograd_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:57.4975458Z test_aot_autograd_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:57.6726230Z test_aot_autograd_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.173s) 2022-09-27T16:50:57.6882140Z test_aot_autograd_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:57.7065704Z test_aot_autograd_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:57.7464901Z test_aot_autograd_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.047s) 2022-09-27T16:50:57.7887774Z test_aot_autograd_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.047s) 2022-09-27T16:50:57.8364150Z test_aot_autograd_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.048s) 2022-09-27T16:50:57.8406849Z test_aot_autograd_exhaustive_baddbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:57.8946181Z test_aot_autograd_exhaustive_bernoulli_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-09-27T16:50:57.9078407Z test_aot_autograd_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.9209276Z test_aot_autograd_exhaustive_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:57.9952621Z test_aot_autograd_exhaustive_block_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.079s) 2022-09-27T16:50:58.0122001Z test_aot_autograd_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:58.0155881Z test_aot_autograd_exhaustive_bool_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:58.0189207Z test_aot_autograd_exhaustive_bool_functorch_no_channels_last_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:58.0222028Z test_aot_autograd_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:58.0258570Z test_aot_autograd_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: output is a tuple (0.000s) 2022-09-27T16:50:58.0298480Z test_aot_autograd_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:58.0331793Z test_aot_autograd_exhaustive_bucketize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:58.0364811Z test_aot_autograd_exhaustive_byte_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:58.0397919Z test_aot_autograd_exhaustive_byte_functorch_no_channels_last_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:58.1082677Z test_aot_autograd_exhaustive_cartesian_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.080s) 2022-09-27T16:50:58.1117905Z test_aot_autograd_exhaustive_cat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:58.1381035Z test_aot_autograd_exhaustive_cdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.031s) 2022-09-27T16:50:58.1506323Z test_aot_autograd_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:58.1542519Z test_aot_autograd_exhaustive_chalf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-09-27T16:50:58.1543508Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T16:50:58.7977135Z expected failure (0.649s) 2022-09-27T16:50:58.8012475Z test_aot_autograd_exhaustive_char_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:58.8046523Z test_aot_autograd_exhaustive_char_functorch_no_channels_last_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:58.8087944Z test_aot_autograd_exhaustive_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:58.8315520Z test_aot_autograd_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:58.8553054Z test_aot_autograd_exhaustive_cholesky_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.031s) 2022-09-27T16:50:58.8588633Z test_aot_autograd_exhaustive_chunk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:58.9343776Z test_aot_autograd_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.080s) 2022-09-27T16:50:59.0925283Z test_aot_autograd_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.159s) 2022-09-27T16:50:59.2521024Z test_aot_autograd_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.157s) 2022-09-27T16:50:59.2722759Z test_aot_autograd_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:59.2759829Z test_aot_autograd_exhaustive_column_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:59.2796253Z test_aot_autograd_exhaustive_combinations_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:59.4108491Z test_aot_autograd_exhaustive_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.129s) 2022-09-27T16:50:59.4337648Z test_aot_autograd_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:59.4446780Z test_aot_autograd_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:59.4481757Z test_aot_autograd_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:59.4646600Z test_aot_autograd_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:50:59.6355023Z test_aot_autograd_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.174s) 2022-09-27T16:50:59.6443069Z test_aot_autograd_exhaustive_corrcoef_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:50:59.6824245Z test_aot_autograd_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:50:59.7171191Z test_aot_autograd_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:50:59.7205491Z test_aot_autograd_exhaustive_count_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:50:59.7292307Z test_aot_autograd_exhaustive_cov_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:50:59.7446614Z test_aot_autograd_exhaustive_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:59.7483082Z test_aot_autograd_exhaustive_cummax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:59.7519391Z test_aot_autograd_exhaustive_cummin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:59.7556005Z test_aot_autograd_exhaustive_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:59.7592586Z test_aot_autograd_exhaustive_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:59.7960731Z test_aot_autograd_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.032s) 2022-09-27T16:50:59.8291377Z test_aot_autograd_exhaustive_deg2rad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:50:59.8419347Z test_aot_autograd_exhaustive_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:59.8550747Z test_aot_autograd_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:59.8926294Z test_aot_autograd_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.032s) 2022-09-27T16:50:59.9059357Z test_aot_autograd_exhaustive_diagonal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:59.9221404Z test_aot_autograd_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:59.9309869Z test_aot_autograd_exhaustive_diff_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:50:59.9659452Z test_aot_autograd_exhaustive_digamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-09-27T16:50:59.9694867Z test_aot_autograd_exhaustive_dist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:50:59.9731125Z test_aot_autograd_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.2046640Z test_aot_autograd_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.238s) 2022-09-27T16:51:00.2083468Z test_aot_autograd_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.2225446Z test_aot_autograd_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:00.2356792Z test_aot_autograd_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:00.2488422Z test_aot_autograd_exhaustive_double_functorch_no_channels_last_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:00.2524308Z test_aot_autograd_exhaustive_dsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.2560730Z test_aot_autograd_exhaustive_dstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.2602573Z test_aot_autograd_exhaustive_einsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:00.2636409Z test_aot_autograd_exhaustive_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:00.2670250Z test_aot_autograd_exhaustive_empty_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:00.2704062Z test_aot_autograd_exhaustive_eq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:00.2737787Z test_aot_autograd_exhaustive_equal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:00.2911696Z test_aot_autograd_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:00.3350364Z test_aot_autograd_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:00.3521647Z test_aot_autograd_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:00.3949256Z test_aot_autograd_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-09-27T16:51:00.4348421Z test_aot_autograd_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:00.4679541Z test_aot_autograd_exhaustive_expand_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:00.4715104Z test_aot_autograd_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.4893013Z test_aot_autograd_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:00.4926799Z test_aot_autograd_exhaustive_eye_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:00.4964382Z test_aot_autograd_exhaustive_fft_fft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5003463Z test_aot_autograd_exhaustive_fft_fft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:00.5042072Z test_aot_autograd_exhaustive_fft_fftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5179346Z test_aot_autograd_exhaustive_fft_fftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:00.5217272Z test_aot_autograd_exhaustive_fft_hfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5255463Z test_aot_autograd_exhaustive_fft_hfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5293866Z test_aot_autograd_exhaustive_fft_hfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5332298Z test_aot_autograd_exhaustive_fft_ifft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:00.5370370Z test_aot_autograd_exhaustive_fft_ifft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5408866Z test_aot_autograd_exhaustive_fft_ifftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5545871Z test_aot_autograd_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:00.5583794Z test_aot_autograd_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5623704Z test_aot_autograd_exhaustive_fft_ihfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:00.5662395Z test_aot_autograd_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5699977Z test_aot_autograd_exhaustive_fft_irfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5738215Z test_aot_autograd_exhaustive_fft_irfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5776827Z test_aot_autograd_exhaustive_fft_irfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5817415Z test_aot_autograd_exhaustive_fft_rfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.017s) 2022-09-27T16:51:00.5855198Z test_aot_autograd_exhaustive_fft_rfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5893834Z test_aot_autograd_exhaustive_fft_rfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.5929027Z test_aot_autograd_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.6066421Z test_aot_autograd_exhaustive_flatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:00.6101928Z test_aot_autograd_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:00.6326965Z test_aot_autograd_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:00.6550552Z test_aot_autograd_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:00.6650326Z test_aot_autograd_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:00.6750948Z test_aot_autograd_exhaustive_float_functorch_no_channels_last_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:00.9820161Z test_aot_autograd_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.301s) 2022-09-27T16:51:00.9946221Z test_aot_autograd_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:00.9979906Z test_aot_autograd_exhaustive_floor_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.1756375Z test_aot_autograd_exhaustive_fmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.173s) 2022-09-27T16:51:01.3533427Z test_aot_autograd_exhaustive_fmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.175s) 2022-09-27T16:51:01.4781870Z test_aot_autograd_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.126s) 2022-09-27T16:51:01.5059436Z test_aot_autograd_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:01.5094489Z test_aot_autograd_exhaustive_frexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: output is a tuple (0.000s) 2022-09-27T16:51:01.5127153Z test_aot_autograd_exhaustive_full_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.5167028Z test_aot_autograd_exhaustive_gather_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:01.5199787Z test_aot_autograd_exhaustive_ge_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.5232541Z test_aot_autograd_exhaustive_geqrf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.5270014Z test_aot_autograd_exhaustive_gradient_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:01.5303625Z test_aot_autograd_exhaustive_gt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:01.5431306Z test_aot_autograd_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:01.5559939Z test_aot_autograd_exhaustive_half_functorch_no_channels_last_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:01.5593410Z test_aot_autograd_exhaustive_heaviside_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.5626979Z test_aot_autograd_exhaustive_histc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:01.5659736Z test_aot_autograd_exhaustive_histogram_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.5692757Z test_aot_autograd_exhaustive_histogramdd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.5727529Z test_aot_autograd_exhaustive_hsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:01.5763517Z test_aot_autograd_exhaustive_hstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:01.7345253Z test_aot_autograd_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.143s) 2022-09-27T16:51:01.7595612Z test_aot_autograd_exhaustive_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:01.7629164Z test_aot_autograd_exhaustive_igamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.7663137Z test_aot_autograd_exhaustive_igammac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:01.7697956Z test_aot_autograd_exhaustive_index_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:01.7732979Z test_aot_autograd_exhaustive_index_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:01.7768204Z test_aot_autograd_exhaustive_index_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:01.7806659Z test_aot_autograd_exhaustive_index_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:01.7850906Z test_aot_autograd_exhaustive_index_put_functorch_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:01.7885934Z test_aot_autograd_exhaustive_index_reduce_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:01.7920062Z test_aot_autograd_exhaustive_index_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:01.8316660Z test_aot_autograd_exhaustive_inner_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:01.8350816Z test_aot_autograd_exhaustive_int_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.8384623Z test_aot_autograd_exhaustive_int_functorch_no_channels_last_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.8418546Z test_aot_autograd_exhaustive_isclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.8452162Z test_aot_autograd_exhaustive_isfinite_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.8486300Z test_aot_autograd_exhaustive_isin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:01.8520016Z test_aot_autograd_exhaustive_isinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.8553738Z test_aot_autograd_exhaustive_isnan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.8587229Z test_aot_autograd_exhaustive_isneginf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.8622140Z test_aot_autograd_exhaustive_isposinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:01.8655733Z test_aot_autograd_exhaustive_isreal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:01.8690960Z test_aot_autograd_exhaustive_istft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:01.8725062Z test_aot_autograd_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:51:01.8758954Z test_aot_autograd_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:51:01.8794735Z test_aot_autograd_exhaustive_jiterator_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:51:01.8828602Z test_aot_autograd_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:51:01.8862704Z test_aot_autograd_exhaustive_jiterator_unary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:51:01.9114783Z test_aot_autograd_exhaustive_kron_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:01.9154242Z test_aot_autograd_exhaustive_kthvalue_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:02.0848536Z test_aot_autograd_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.173s) 2022-09-27T16:51:02.0881915Z test_aot_autograd_exhaustive_le_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:02.0930291Z test_aot_autograd_exhaustive_lerp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:02.1264672Z test_aot_autograd_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:02.1305751Z test_aot_autograd_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:02.1345681Z test_aot_autograd_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:02.2552123Z test_aot_autograd_exhaustive_linalg_cond_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.111s) 2022-09-27T16:51:02.2704418Z test_aot_autograd_exhaustive_linalg_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:02.4394688Z test_aot_autograd_exhaustive_linalg_det_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.175s) 2022-09-27T16:51:02.8076561Z test_aot_autograd_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.375s) 2022-09-27T16:51:02.8118177Z test_aot_autograd_exhaustive_linalg_eig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: output is a tuple (0.000s) 2022-09-27T16:51:02.8157662Z test_aot_autograd_exhaustive_linalg_eigh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:03.0362053Z test_aot_autograd_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.222s) 2022-09-27T16:51:03.0401848Z test_aot_autograd_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:05.0854663Z test_aot_autograd_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.048s) 2022-09-27T16:51:05.4051317Z test_aot_autograd_exhaustive_linalg_inv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.326s) 2022-09-27T16:51:05.4090627Z test_aot_autograd_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: output is a tuple (0.000s) 2022-09-27T16:51:05.4125336Z test_aot_autograd_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:05.4158978Z test_aot_autograd_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:05.4194534Z test_aot_autograd_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:05.4296443Z test_aot_autograd_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.010s) 2022-09-27T16:51:05.4396140Z test_aot_autograd_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:05.4431802Z test_aot_autograd_exhaustive_linalg_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:05.4469801Z test_aot_autograd_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:05.4505252Z test_aot_autograd_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:05.4543084Z test_aot_autograd_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:05.4579082Z test_aot_autograd_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:05.4615629Z test_aot_autograd_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:05.4649714Z test_aot_autograd_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:05.4683657Z test_aot_autograd_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:05.4727081Z test_aot_autograd_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:05.4810223Z test_aot_autograd_exhaustive_linalg_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:05.4850731Z test_aot_autograd_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.010s) 2022-09-27T16:51:05.4887777Z test_aot_autograd_exhaustive_linalg_pinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:05.4924478Z test_aot_autograd_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:05.4958666Z test_aot_autograd_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:51:05.4995986Z test_aot_autograd_exhaustive_linalg_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: output is a tuple (0.000s) 2022-09-27T16:51:05.5033874Z test_aot_autograd_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: output is a tuple (0.016s) 2022-09-27T16:51:05.9463707Z test_aot_autograd_exhaustive_linalg_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.442s) 2022-09-27T16:51:05.9502503Z test_aot_autograd_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: output is a tuple (0.000s) 2022-09-27T16:51:05.9539939Z test_aot_autograd_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:05.9576683Z test_aot_autograd_exhaustive_linalg_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:06.8817860Z test_aot_autograd_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.934s) 2022-09-27T16:51:06.8859369Z test_aot_autograd_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:06.8895553Z test_aot_autograd_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:06.8930656Z test_aot_autograd_exhaustive_linalg_vander_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:06.9074005Z test_aot_autograd_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.001s) 2022-09-27T16:51:06.9109392Z test_aot_autograd_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:06.9142336Z test_aot_autograd_exhaustive_linspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:06.9493619Z test_aot_autograd_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:06.9637591Z test_aot_autograd_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:06.9993546Z test_aot_autograd_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-09-27T16:51:07.0309205Z test_aot_autograd_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:07.0347252Z test_aot_autograd_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:07.0385910Z test_aot_autograd_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:07.0601044Z test_aot_autograd_exhaustive_logaddexp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:07.0812121Z test_aot_autograd_exhaustive_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:07.0852472Z test_aot_autograd_exhaustive_logcumsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:07.2985760Z test_aot_autograd_exhaustive_logdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.207s) 2022-09-27T16:51:07.3020343Z test_aot_autograd_exhaustive_logical_and_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:07.3054676Z test_aot_autograd_exhaustive_logical_not_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:07.3089774Z test_aot_autograd_exhaustive_logical_or_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:07.3123734Z test_aot_autograd_exhaustive_logical_xor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:07.3257730Z test_aot_autograd_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:07.3291610Z test_aot_autograd_exhaustive_logspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:07.3333007Z test_aot_autograd_exhaustive_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:07.3366996Z test_aot_autograd_exhaustive_long_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:07.3403137Z test_aot_autograd_exhaustive_long_functorch_no_channels_last_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:07.3436890Z test_aot_autograd_exhaustive_lt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:07.3473572Z test_aot_autograd_exhaustive_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:07.3511222Z test_aot_autograd_exhaustive_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:07.3548958Z test_aot_autograd_exhaustive_lu_unpack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:07.4132317Z test_aot_autograd_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:07.4705402Z test_aot_autograd_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:07.4740848Z test_aot_autograd_exhaustive_masked_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:07.4775536Z test_aot_autograd_exhaustive_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:07.4810684Z test_aot_autograd_exhaustive_masked_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:07.4851091Z test_aot_autograd_exhaustive_masked_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:07.7514179Z test_aot_autograd_exhaustive_matmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.258s) 2022-09-27T16:51:07.7987459Z test_aot_autograd_exhaustive_matrix_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:07.9827712Z test_aot_autograd_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.189s) 2022-09-27T16:51:08.0241554Z test_aot_autograd_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:08.0278222Z test_aot_autograd_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:08.2108221Z test_aot_autograd_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.173s) 2022-09-27T16:51:08.2245313Z test_aot_autograd_exhaustive_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:08.2469088Z test_aot_autograd_exhaustive_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.032s) 2022-09-27T16:51:08.2512903Z test_aot_autograd_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:08.2555955Z test_aot_autograd_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:08.5316089Z test_aot_autograd_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.285s) 2022-09-27T16:51:08.5717417Z test_aot_autograd_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:08.5753977Z test_aot_autograd_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:08.7557926Z test_aot_autograd_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.185s) 2022-09-27T16:51:08.7721868Z test_aot_autograd_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:08.7762339Z test_aot_autograd_exhaustive_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: output is a tuple (0.000s) 2022-09-27T16:51:08.7798218Z test_aot_autograd_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:08.7825583Z test_aot_autograd_exhaustive_msort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:51:08.8964998Z test_aot_autograd_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.111s) 2022-09-27T16:51:08.8999264Z test_aot_autograd_exhaustive_multinomial_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:08.9168443Z test_aot_autograd_exhaustive_mv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:08.9204623Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:08.9240391Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:08.9275952Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:08.9707700Z test_aot_autograd_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:08.9947175Z test_aot_autograd_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.0167664Z test_aot_autograd_exhaustive_nanmedian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.0208626Z test_aot_autograd_exhaustive_nanquantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.0370508Z test_aot_autograd_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.0403538Z test_aot_autograd_exhaustive_narrow_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:09.0437747Z test_aot_autograd_exhaustive_narrow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.0472905Z test_aot_autograd_exhaustive_native_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.0505892Z test_aot_autograd_exhaustive_ne_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:09.0628111Z test_aot_autograd_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:09.0661701Z test_aot_autograd_exhaustive_new_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:09.0694380Z test_aot_autograd_exhaustive_new_empty_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:09.0726967Z test_aot_autograd_exhaustive_new_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:09.0759487Z test_aot_autograd_exhaustive_new_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:09.0792019Z test_aot_autograd_exhaustive_new_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:09.0824876Z test_aot_autograd_exhaustive_nextafter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:09.0859224Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.0893712Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.0928155Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.0962368Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.0996523Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.1030999Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.1065310Z test_aot_autograd_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.1099802Z test_aot_autograd_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.1135030Z test_aot_autograd_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.017s) 2022-09-27T16:51:09.1171135Z test_aot_autograd_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.001s) 2022-09-27T16:51:09.5641612Z test_aot_autograd_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.445s) 2022-09-27T16:51:09.6607247Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.095s) 2022-09-27T16:51:09.6634454Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:51:09.6951181Z test_aot_autograd_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:09.6987143Z test_aot_autograd_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7022933Z test_aot_autograd_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7058356Z test_aot_autograd_exhaustive_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.7094138Z test_aot_autograd_exhaustive_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7130231Z test_aot_autograd_exhaustive_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7165632Z test_aot_autograd_exhaustive_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7200931Z test_aot_autograd_exhaustive_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.7236633Z test_aot_autograd_exhaustive_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7272324Z test_aot_autograd_exhaustive_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7307800Z test_aot_autograd_exhaustive_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7343469Z test_aot_autograd_exhaustive_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.7581788Z test_aot_autograd_exhaustive_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:09.7617312Z test_aot_autograd_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7653271Z test_aot_autograd_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.7688998Z test_aot_autograd_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.001s) 2022-09-27T16:51:09.7724810Z test_aot_autograd_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7759508Z test_aot_autograd_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7810138Z test_aot_autograd_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7848616Z test_aot_autograd_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.7883234Z test_aot_autograd_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7917668Z test_aot_autograd_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.7952178Z test_aot_autograd_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.8267823Z test_aot_autograd_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:09.8303940Z test_aot_autograd_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.8338580Z test_aot_autograd_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.8376909Z test_aot_autograd_exhaustive_nn_functional_embedding_functorch_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.8411746Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.8446398Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.8497506Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.8554871Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.8590314Z test_aot_autograd_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.8628205Z test_aot_autograd_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.8694377Z test_aot_autograd_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.8757884Z test_aot_autograd_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.8793525Z test_aot_autograd_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.001s) 2022-09-27T16:51:09.8828156Z test_aot_autograd_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.9157359Z test_aot_autograd_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:09.9380774Z test_aot_autograd_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:09.9435349Z test_aot_autograd_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.9485374Z test_aot_autograd_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.9520159Z test_aot_autograd_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.9556665Z test_aot_autograd_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.9596434Z test_aot_autograd_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.9636297Z test_aot_autograd_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.9676214Z test_aot_autograd_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.9716160Z test_aot_autograd_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:09.9755801Z test_aot_autograd_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.9796050Z test_aot_autograd_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:09.9831377Z test_aot_autograd_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.0023246Z test_aot_autograd_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:10.0058679Z test_aot_autograd_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:10.0266625Z test_aot_autograd_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:10.3287028Z test_aot_autograd_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.300s) 2022-09-27T16:51:10.3323134Z test_aot_autograd_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.3677478Z test_aot_autograd_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:10.3704441Z test_aot_autograd_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:51:10.3740309Z test_aot_autograd_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.3776009Z test_aot_autograd_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.3811774Z test_aot_autograd_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.3853834Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.017s) 2022-09-27T16:51:10.3890443Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.3927033Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.3970554Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.4007395Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:10.4048815Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.4664630Z test_aot_autograd_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-09-27T16:51:10.4820379Z test_aot_autograd_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:10.4856467Z test_aot_autograd_exhaustive_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.4893360Z test_aot_autograd_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.4929044Z test_aot_autograd_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.6272579Z test_aot_autograd_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.144s) 2022-09-27T16:51:10.6308940Z test_aot_autograd_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.6344792Z test_aot_autograd_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.6381766Z test_aot_autograd_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:10.6417041Z test_aot_autograd_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.6452706Z test_aot_autograd_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.6488264Z test_aot_autograd_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.6956422Z test_aot_autograd_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.047s) 2022-09-27T16:51:10.7490333Z test_aot_autograd_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.063s) 2022-09-27T16:51:10.7525839Z test_aot_autograd_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.7560977Z test_aot_autograd_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.7597135Z test_aot_autograd_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:10.8791747Z test_aot_autograd_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.127s) 2022-09-27T16:51:10.9120068Z test_aot_autograd_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:10.9649334Z test_aot_autograd_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:10.9684955Z test_aot_autograd_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:11.0011442Z test_aot_autograd_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:11.0541485Z test_aot_autograd_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:11.0695926Z test_aot_autograd_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:11.0840835Z test_aot_autograd_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:11.0878822Z test_aot_autograd_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.0916712Z test_aot_autograd_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.0951881Z test_aot_autograd_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.0987285Z test_aot_autograd_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:11.1564314Z test_aot_autograd_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:11.2054123Z test_aot_autograd_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:11.2094895Z test_aot_autograd_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:11.2131289Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.2168031Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.2203045Z test_aot_autograd_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.2240034Z test_aot_autograd_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:11.2280569Z test_aot_autograd_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.2314608Z test_aot_autograd_exhaustive_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:11.2350024Z test_aot_autograd_exhaustive_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.2547240Z test_aot_autograd_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.031s) 2022-09-27T16:51:11.2582640Z test_aot_autograd_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.2617960Z test_aot_autograd_exhaustive_norm_nuc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.3107789Z test_aot_autograd_exhaustive_normal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.048s) 2022-09-27T16:51:11.3141751Z test_aot_autograd_exhaustive_normal_number_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.3174857Z test_aot_autograd_exhaustive_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:11.3207411Z test_aot_autograd_exhaustive_ones_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:11.3240225Z test_aot_autograd_exhaustive_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:11.3349802Z test_aot_autograd_exhaustive_ops_aten_index_put_functorch_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:11.3382571Z test_aot_autograd_exhaustive_ormqr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:11.3581640Z test_aot_autograd_exhaustive_outer_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:11.3618754Z test_aot_autograd_exhaustive_pca_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:11.3653054Z test_aot_autograd_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:11.9116043Z test_aot_autograd_exhaustive_pinverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.538s) 2022-09-27T16:51:12.2169457Z test_aot_autograd_exhaustive_polar_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.300s) 2022-09-27T16:51:12.2205469Z test_aot_autograd_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:12.2240699Z test_aot_autograd_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:12.2275297Z test_aot_autograd_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:12.2309935Z test_aot_autograd_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:12.2344670Z test_aot_autograd_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:12.2560772Z test_aot_autograd_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:12.5250788Z test_aot_autograd_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.273s) 2022-09-27T16:51:12.5561281Z test_aot_autograd_exhaustive_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.031s) 2022-09-27T16:51:12.5597325Z test_aot_autograd_exhaustive_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.006s) 2022-09-27T16:51:12.5635098Z test_aot_autograd_exhaustive_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_pythonkey.py:452: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:51:12.5635929Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:51:12.5636288Z Q, R = torch.qr(A, some) 2022-09-27T16:51:12.5636567Z should be replaced with 2022-09-27T16:51:12.5638380Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2355.) 2022-09-27T16:51:12.5638956Z return op.op(*args, **kwargs) 2022-09-27T16:51:12.5639263Z skip: output is a tuple (0.000s) 2022-09-27T16:51:12.5679207Z test_aot_autograd_exhaustive_quantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:12.5991687Z test_aot_autograd_exhaustive_rad2deg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:12.6026060Z test_aot_autograd_exhaustive_rand_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:12.6060301Z test_aot_autograd_exhaustive_randint_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:12.6094051Z test_aot_autograd_exhaustive_randn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:12.6127977Z test_aot_autograd_exhaustive_randn_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:12.6483619Z test_aot_autograd_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:12.6702518Z test_aot_autograd_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:12.7148290Z test_aot_autograd_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:12.8398104Z test_aot_autograd_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.130s) 2022-09-27T16:51:12.8433385Z test_aot_autograd_exhaustive_renorm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:12.8477563Z test_aot_autograd_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:12.8513869Z test_aot_autograd_exhaustive_repeat_interleave_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:12.8961573Z test_aot_autograd_exhaustive_reshape_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:12.8996404Z test_aot_autograd_exhaustive_reshape_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:12.9029478Z test_aot_autograd_exhaustive_resize__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:12.9062416Z test_aot_autograd_exhaustive_resize_as__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:12.9219822Z test_aot_autograd_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:12.9377580Z test_aot_autograd_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:12.9412275Z test_aot_autograd_exhaustive_roll_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:12.9539681Z test_aot_autograd_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:12.9665870Z test_aot_autograd_exhaustive_round_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:12.9700649Z test_aot_autograd_exhaustive_round_decimals_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:12.9734860Z test_aot_autograd_exhaustive_round_decimals_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:12.9769479Z test_aot_autograd_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.0228955Z test_aot_autograd_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:13.1276371Z test_aot_autograd_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.114s) 2022-09-27T16:51:13.1322394Z test_aot_autograd_exhaustive_scatter_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.1368467Z test_aot_autograd_exhaustive_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.1408601Z test_aot_autograd_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:13.1448577Z test_aot_autograd_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.1488626Z test_aot_autograd_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.1528727Z test_aot_autograd_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.1568806Z test_aot_autograd_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:13.1601435Z test_aot_autograd_exhaustive_searchsorted_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.1635866Z test_aot_autograd_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.1671472Z test_aot_autograd_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.1705810Z test_aot_autograd_exhaustive_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.1740817Z test_aot_autograd_exhaustive_select_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:13.1894451Z test_aot_autograd_exhaustive_sgn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:13.1927780Z test_aot_autograd_exhaustive_short_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.1960607Z test_aot_autograd_exhaustive_short_functorch_no_channels_last_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.2358558Z test_aot_autograd_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:13.2484076Z test_aot_autograd_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:13.2517300Z test_aot_autograd_exhaustive_signbit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.2657538Z test_aot_autograd_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:13.3313628Z test_aot_autograd_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-09-27T16:51:13.3452351Z test_aot_autograd_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:13.3489869Z test_aot_autograd_exhaustive_slice_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.3527691Z test_aot_autograd_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.3565793Z test_aot_autograd_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:13.3621416Z test_aot_autograd_exhaustive_sort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: output is a tuple (0.000s) 2022-09-27T16:51:13.3654777Z test_aot_autograd_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:51:13.3687679Z test_aot_autograd_exhaustive_special_airy_ai_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:13.3720718Z test_aot_autograd_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.3753835Z test_aot_autograd_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.3786705Z test_aot_autograd_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.3819593Z test_aot_autograd_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.3852886Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:13.3885568Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.3912345Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:51:13.3938685Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:51:13.4214922Z test_aot_autograd_exhaustive_special_entr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:13.4716696Z test_aot_autograd_exhaustive_special_erfcx_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:13.4749762Z test_aot_autograd_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:13.4782465Z test_aot_autograd_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.5144702Z test_aot_autograd_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:13.5660187Z test_aot_autograd_exhaustive_special_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:13.6212755Z test_aot_autograd_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-09-27T16:51:13.6245958Z test_aot_autograd_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.6273018Z test_aot_autograd_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:51:13.6867245Z test_aot_autograd_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-09-27T16:51:13.6901561Z test_aot_autograd_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.6935473Z test_aot_autograd_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.6969175Z test_aot_autograd_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.7002847Z test_aot_autograd_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.7682945Z test_aot_autograd_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-09-27T16:51:13.8213787Z test_aot_autograd_exhaustive_special_ndtri_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.057s) 2022-09-27T16:51:13.8249652Z test_aot_autograd_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:13.8283580Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.8317546Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:13.8345003Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:51:13.8372143Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:51:13.8399176Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:51:13.8426293Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:51:13.8459554Z test_aot_autograd_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:14.0147597Z test_aot_autograd_exhaustive_special_xlog1py_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.171s) 2022-09-27T16:51:14.0181120Z test_aot_autograd_exhaustive_special_zeta_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:14.0215782Z test_aot_autograd_exhaustive_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.0249995Z test_aot_autograd_exhaustive_split_list_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:14.0284254Z test_aot_autograd_exhaustive_split_with_sizes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.0465346Z test_aot_autograd_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:14.0850058Z test_aot_autograd_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-09-27T16:51:14.1106036Z test_aot_autograd_exhaustive_squeeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.026s) 2022-09-27T16:51:14.1140469Z test_aot_autograd_exhaustive_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.1377382Z test_aot_autograd_exhaustive_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.025s) 2022-09-27T16:51:14.1417517Z test_aot_autograd_exhaustive_std_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: output is a tuple (0.000s) 2022-09-27T16:51:14.1453175Z test_aot_autograd_exhaustive_stft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.2515692Z test_aot_autograd_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.104s) 2022-09-27T16:51:14.2640288Z test_aot_autograd_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:14.2674785Z test_aot_autograd_exhaustive_sum_to_size_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.2710675Z test_aot_autograd_exhaustive_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:14.2746170Z test_aot_autograd_exhaustive_svd_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.2783593Z test_aot_autograd_exhaustive_symeig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.3091724Z test_aot_autograd_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:14.3131942Z test_aot_autograd_exhaustive_take_along_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:14.3166796Z test_aot_autograd_exhaustive_take_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.3350166Z test_aot_autograd_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:14.3510577Z test_aot_autograd_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:14.3546485Z test_aot_autograd_exhaustive_tensor_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.3583459Z test_aot_autograd_exhaustive_tensordot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.3630372Z test_aot_autograd_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:14.3665513Z test_aot_autograd_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.3776293Z test_aot_autograd_exhaustive_to_sparse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:51:14.3817616Z test_aot_autograd_exhaustive_topk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.3989774Z test_aot_autograd_exhaustive_trace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-09-27T16:51:14.4025789Z test_aot_autograd_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:14.4382615Z test_aot_autograd_exhaustive_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.031s) 2022-09-27T16:51:14.4737075Z test_aot_autograd_exhaustive_trapz_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.032s) 2022-09-27T16:51:14.4775112Z test_aot_autograd_exhaustive_triangular_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_pythonkey.py:452: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:51:14.4776139Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:51:14.4776596Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:51:14.4776905Z should be replaced with 2022-09-27T16:51:14.4777479Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:51:14.4778013Z return op.op(*args, **kwargs) 2022-09-27T16:51:14.4778367Z skip: output is a tuple (0.000s) 2022-09-27T16:51:14.4904453Z test_aot_autograd_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:14.5032704Z test_aot_autograd_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:14.6463852Z test_aot_autograd_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.143s) 2022-09-27T16:51:14.6595787Z test_aot_autograd_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:14.6630999Z test_aot_autograd_exhaustive_unbind_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.6665630Z test_aot_autograd_exhaustive_unflatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.6710685Z test_aot_autograd_exhaustive_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.6744438Z test_aot_autograd_exhaustive_uniform_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:14.6777476Z test_aot_autograd_exhaustive_unique_consecutive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:14.6810612Z test_aot_autograd_exhaustive_unique_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:14.6848581Z test_aot_autograd_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.7021955Z test_aot_autograd_exhaustive_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:14.7060592Z test_aot_autograd_exhaustive_var_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: output is a tuple (0.016s) 2022-09-27T16:51:14.7205022Z test_aot_autograd_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:14.7332094Z test_aot_autograd_exhaustive_view_as_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:14.7781300Z test_aot_autograd_exhaustive_view_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:14.7817043Z test_aot_autograd_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.016s) 2022-09-27T16:51:14.7852751Z test_aot_autograd_exhaustive_vsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.001s) 2022-09-27T16:51:14.7889085Z test_aot_autograd_exhaustive_vstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.7925447Z test_aot_autograd_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: not all inputs are float tensors (0.000s) 2022-09-27T16:51:14.9520717Z test_aot_autograd_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.158s) 2022-09-27T16:51:14.9851926Z test_aot_autograd_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:14.9886060Z test_aot_autograd_exhaustive_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:14.9919124Z test_aot_autograd_exhaustive_zeros_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:14.9927280Z test_autocast (__main__.TestPartitioning) ... skip: CUDA is unavailable (0.000s) 2022-09-27T16:51:15.0042419Z test_contiguous (__main__.TestPartitioning) ... ok (0.016s) 2022-09-27T16:51:15.0182407Z test_default_partitioner_getitem (__main__.TestPartitioning) ... ok (0.000s) 2022-09-27T16:51:15.2832283Z test_meta_tensor_inplace_op (__main__.TestPartitioning) ... ok (0.269s) 2022-09-27T16:51:15.3565631Z test_min_cut_partitioner (__main__.TestPartitioning) ... ok (0.079s) 2022-09-27T16:51:15.3620932Z test_preserve_random (__main__.TestPartitioning) ... ok (0.000s) 2022-09-27T16:51:15.3801389Z test_recompute_partitioning (__main__.TestPartitioning) ... ok (0.016s) 2022-09-27T16:51:15.4028342Z test_external_calls_cpu (__main__.TestPythonKeyCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T16:51:15.4029034Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:51:15.4622138Z ok (0.095s) 2022-09-27T16:51:15.4660963Z test_make_fx_cpu (__main__.TestPythonKeyCPU) ... ok (0.000s) 2022-09-27T16:51:15.4714241Z test_make_fx_functionalize_cpu (__main__.TestPythonKeyCPU) ... ok (0.000s) 2022-09-27T16:51:15.4772680Z test_make_fx_grad_cpu (__main__.TestPythonKeyCPU) ... ok (0.016s) 2022-09-27T16:51:15.4953236Z test_make_fx_jacrev_cpu (__main__.TestPythonKeyCPU) ... ok (0.017s) 2022-09-27T16:51:15.4969644Z test_make_fx_no_decompose_cpu (__main__.TestPythonKeyCPU) ... skip: error: maximum recursion reached (0.000s) 2022-09-27T16:51:15.5018997Z test_make_fx_vjp_cpu (__main__.TestPythonKeyCPU) ... ok (0.000s) 2022-09-27T16:51:15.5054387Z test_make_fx_vmap_cpu (__main__.TestPythonKeyCPU) ... ok (0.000s) 2022-09-27T16:51:15.5305959Z test_nnc_jit_cpu (__main__.TestPythonKeyCPU) ... ok (0.031s) 2022-09-27T16:51:15.5801811Z test_nnc_passthrough_cpu (__main__.TestPythonKeyCPU) ... ok (0.047s) 2022-09-27T16:51:15.6048536Z test_nnc_pytrees_cpu (__main__.TestPythonKeyCPU) ... ok (0.032s) 2022-09-27T16:51:15.6294366Z test_nnc_scalar_cpu (__main__.TestPythonKeyCPU) ... ok (0.016s) 2022-09-27T16:51:15.6303952Z test_resnet18_backward_trace_cpu (__main__.TestPythonKeyCPU) ... skip: test requires torchvision (0.000s) 2022-09-27T16:51:15.6337296Z test_scalar_device_cpu (__main__.TestPythonKeyCPU) ... ok (0.000s) 2022-09-27T16:51:15.6337647Z 2022-09-27T16:51:15.6337921Z ---------------------------------------------------------------------- 2022-09-27T16:51:15.6338188Z Ran 663 tests in 20.188s 2022-09-27T16:51:15.6338311Z 2022-09-27T16:51:15.6338477Z OK (skipped=369, expected failures=4) 2022-09-27T16:51:15.6338623Z 2022-09-27T16:51:15.6338704Z Generating XML reports... 2022-09-27T16:51:15.6410894Z Generated XML report: test-reports\python-unittest\functorch\test\test_pythonkey\TEST-TestAOTAutograd-20220927165055.xml 2022-09-27T16:51:15.6443295Z Generated XML report: test-reports\python-unittest\functorch\test\test_pythonkey\TEST-TestAOTModuleSimplified-20220927165055.xml 2022-09-27T16:51:15.7106394Z Generated XML report: test-reports\python-unittest\functorch\test\test_pythonkey\TEST-TestEagerFusionOpInfoCPU-20220927165055.xml 2022-09-27T16:51:15.7118347Z Generated XML report: test-reports\python-unittest\functorch\test\test_pythonkey\TEST-TestPartitioning-20220927165055.xml 2022-09-27T16:51:15.7137413Z Generated XML report: test-reports\python-unittest\functorch\test\test_pythonkey\TEST-TestPythonKeyCPU-20220927165055.xml 2022-09-27T16:51:16.1153545Z Running C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_vmap ... [2022-09-27 16:51:16.109064] 2022-09-27T16:51:16.1154179Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\functorch\\test\\test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:16.109064] 2022-09-27T16:51:18.4584989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T16:51:18.4585541Z warnings.warn(msg, FutureWarning) 2022-09-27T16:51:18.4586132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-09-27T16:51:18.4586681Z warnings.warn(msg, FutureWarning) 2022-09-27T16:51:18.4607418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-09-27T16:51:18.4607965Z warnings.warn(msg, FutureWarning) 2022-09-27T16:51:18.4609387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-09-27T16:51:18.4609908Z warnings.warn(msg, FutureWarning) 2022-09-27T16:51:18.4611943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-09-27T16:51:18.4612604Z warnings.warn(msg, FutureWarning) 2022-09-27T16:51:18.4618254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-09-27T16:51:18.4618934Z warnings.warn(msg, FutureWarning) 2022-09-27T16:51:18.5489377Z 2022-09-27T16:51:18.5489692Z Running tests... 2022-09-27T16:51:18.5489987Z ---------------------------------------------------------------------- 2022-09-27T16:51:18.5490365Z Test results will be stored in test-reports\python-unittest\functorch\test\test_vmap 2022-09-27T16:51:18.5552116Z test_alpha_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_vmap.py:3898: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:18.5553242Z slices_equal = vmap(vmap(lambda x, y: (x == y).all(), (0, None)), (None, 0))(tensor, tensor) 2022-09-27T16:51:18.5556962Z ok (0.016s) 2022-09-27T16:51:18.5586883Z test_alpha_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:18.5615756Z test_alpha_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.1906814Z test_alpha_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.633s) 2022-09-27T16:51:19.1934159Z test_alpha_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.1958508Z test_alpha_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.1980541Z test_alpha_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.2003255Z test_alpha_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2025744Z test_alpha_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2084582Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2139370Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.2193652Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2247987Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2303138Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.2357332Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2398582Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2437243Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2477332Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.2515899Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2554261Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2592933Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2631708Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.2670256Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2708873Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2747278Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2786190Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.2824637Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2864995Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2903427Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.2954571Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.2993285Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3032029Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3083382Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3121871Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.3160493Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3210827Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3257492Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.3304368Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3350869Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3397895Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3444821Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.3491563Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3530340Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3572357Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.3610496Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3648906Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3687397Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3726146Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.3764818Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-09-27T16:51:19.3803286Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3841728Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3880328Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3918882Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.3957218Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.3995637Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4034475Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4077865Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.4116407Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4154968Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4199165Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4237800Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.4276279Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4319883Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4393241Z test_chunk_vmap_in_dim_0_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.4463936Z test_chunk_vmap_in_dim_0_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4533763Z test_chunk_vmap_in_dim_0_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.4604750Z test_chunk_vmap_in_dim_1_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4671408Z test_chunk_vmap_in_dim_1_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4738503Z test_chunk_vmap_in_dim_1_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.4816578Z test_chunk_vmap_in_dim_2_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4886617Z test_chunk_vmap_in_dim_2_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.4955778Z test_chunk_vmap_in_dim_2_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.4987270Z test_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5018083Z test_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.5047087Z test_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5072837Z test_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5098371Z test_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5123826Z test_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5146911Z test_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5170450Z test_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.5193614Z test_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5293146Z test_factory_ops_randomness_different_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5353913Z test_factory_ops_randomness_different_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.5384473Z test_factory_ops_randomness_error_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5415070Z test_factory_ops_randomness_error_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5505530Z test_factory_ops_randomness_same_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.5559048Z test_factory_ops_randomness_same_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5592999Z test_feature_alpha_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5627650Z test_feature_alpha_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5660491Z test_feature_alpha_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.5689033Z test_feature_alpha_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5717479Z test_feature_alpha_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5745887Z test_feature_alpha_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5773137Z test_feature_alpha_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5801014Z test_feature_alpha_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.017s) 2022-09-27T16:51:19.5828199Z test_feature_alpha_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-09-27T16:51:19.5865592Z test_feature_dropout_randomness_different_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5902713Z test_feature_dropout_randomness_different_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5941040Z test_feature_dropout_randomness_different_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.5979473Z test_feature_dropout_randomness_different_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.6016366Z test_feature_dropout_randomness_different_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6053446Z test_feature_dropout_randomness_different_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6086204Z test_feature_dropout_randomness_error_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6118948Z test_feature_dropout_randomness_error_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.6151660Z test_feature_dropout_randomness_error_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6184353Z test_feature_dropout_randomness_error_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6216811Z test_feature_dropout_randomness_error_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6249352Z test_feature_dropout_randomness_error_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6280917Z test_feature_dropout_randomness_same_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.6312384Z test_feature_dropout_randomness_same_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6344100Z test_feature_dropout_randomness_same_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6375787Z test_feature_dropout_randomness_same_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6407215Z test_feature_dropout_randomness_same_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6438966Z test_feature_dropout_randomness_same_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.6471337Z test_jacfwd_with_random_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6517352Z test_like_functions_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6563564Z test_like_functions_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6609846Z test_like_functions_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.6640995Z test_like_functions_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6671779Z test_like_functions_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6702387Z test_like_functions_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.6798934Z test_like_functions_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.021s) 2022-09-27T16:51:19.6896208Z test_like_functions_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.010s) 2022-09-27T16:51:19.6989557Z test_like_functions_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-09-27T16:51:19.7046080Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7102282Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.7157180Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7213670Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7270538Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.7327086Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7366937Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7406884Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.7446233Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7485822Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7525395Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7564975Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.7604569Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7644092Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7692846Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.7732382Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.001s) 2022-09-27T16:51:19.7772066Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7821374Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7869058Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.7917185Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.7964521Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8013399Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8062885Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.8112150Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8151665Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8191399Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.8230845Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8270196Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8309946Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8349540Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.8389337Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8428936Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8470441Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8510084Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.8549823Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8591540Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8674819Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.8757486Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.8838359Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.8920170Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9002855Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.9083810Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9146251Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_vmap.py:4301: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 14, 14], which does not match the required output shape [4, 3, 3, 14, 14]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:51:19.9147257Z lambda t, o, _: torch.binomial(t, (o - 0.5), **kwargs), 2022-09-27T16:51:19.9166138Z ok (0.016s) 2022-09-27T16:51:19.9248917Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9329743Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.9366659Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9403380Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9440069Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.9476741Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9513427Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9550173Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9586718Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.9623346Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9659713Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9696297Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9732753Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9769469Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.9805933Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9842401Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9878839Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:19.9915823Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:19.9952330Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0021509Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0087950Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.0154948Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0220725Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0287426Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.0355003Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0421441Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.0488018Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0556234Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.0622112Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0658772Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0695320Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0731824Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.0768455Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0805114Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0841633Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0878231Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.0914664Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0951198Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.0987912Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.1024569Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.1061348Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.1097917Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.1134215Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.1170715Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.1207213Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.1243816Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.1298118Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.1541211Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.031s) 2022-09-27T16:51:20.1795048Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.1832798Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.1870248Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.1907538Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.1944397Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.2154452Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.031s) 2022-09-27T16:51:20.2373369Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.2583321Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.2747064Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.2928821Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.032s) 2022-09-27T16:51:20.2966442Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.3003690Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.3040835Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.3078043Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.3211078Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.3351555Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.3481421Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.3674965Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.3866278Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.032s) 2022-09-27T16:51:20.4056000Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.4092445Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.4128456Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.4164460Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.4200249Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.4236400Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.4392740Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.4530138Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.4670270Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.4809720Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.4848987Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.4887309Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.4924676Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.4962027Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.4999973Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.5106915Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.5140906Z test_randperm_randomness_different_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.5173831Z test_randperm_randomness_different_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.5203544Z test_randperm_randomness_error_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.5233419Z test_randperm_randomness_error_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.5265760Z test_randperm_randomness_same_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.5297972Z test_randperm_randomness_same_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-09-27T16:51:20.5330066Z test_unsupported_random_cpu (__main__.TestRandomnessCPU) ... ok (0.000s) 2022-09-27T16:51:20.5355739Z test_fails_with_autograd_function_transform_grad_and_value_cpu (__main__.TestTransformFailureCPU) ... ok (0.000s) 2022-09-27T16:51:20.5379069Z test_fails_with_autograd_function_transform_grad_cpu (__main__.TestTransformFailureCPU) ... ok (0.000s) 2022-09-27T16:51:20.5404489Z test_fails_with_autograd_function_transform_jacfwd_cpu (__main__.TestTransformFailureCPU) ... ok (0.000s) 2022-09-27T16:51:20.5427622Z test_fails_with_autograd_function_transform_jacrev_cpu (__main__.TestTransformFailureCPU) ... ok (0.000s) 2022-09-27T16:51:20.5451159Z test_fails_with_autograd_function_transform_jvp_cpu (__main__.TestTransformFailureCPU) ... ok (0.016s) 2022-09-27T16:51:20.5474222Z test_fails_with_autograd_function_transform_vjp_cpu (__main__.TestTransformFailureCPU) ... ok (0.000s) 2022-09-27T16:51:20.5496893Z test_fails_with_autograd_function_transform_vmap_cpu (__main__.TestTransformFailureCPU) ... ok (0.000s) 2022-09-27T16:51:20.5549058Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.5566177Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... skip: error: element 0 of tensors does not require grad and does not have a grad_fn (0.000s) 2022-09-27T16:51:20.5585670Z test_batch_rule_does_not_need_to_handle_no_batched_input (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.5604540Z test_batched_gradient_basic (__main__.TestVmapAPI) ... ok (0.016s) 2022-09-27T16:51:20.5618377Z test_constant_function (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.5635627Z test_data_dependent_control_flow_throws (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.5654439Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.5681463Z test_fallback_atan2 (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:20.5682504Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:20.6371639Z ok (0.064s) 2022-09-27T16:51:20.6389889Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.6401627Z test_fallback_masked_fill (__main__.TestVmapAPI) ... skip: (0.016s) 2022-09-27T16:51:20.6465029Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.6488014Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... expected failure (0.000s) 2022-09-27T16:51:20.6502660Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.6529709Z test_fallback_zero_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:20.6530728Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:20.6551155Z ok (0.000s) 2022-09-27T16:51:20.6565822Z test_func_with_no_inputs (__main__.TestVmapAPI) ... ok (0.016s) 2022-09-27T16:51:20.6577730Z test_func_with_no_tensors (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.6591646Z test_functools_partial (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.6612024Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... expected failure (0.000s) 2022-09-27T16:51:20.6636235Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.6655673Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.6686285Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:20.6687304Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:20.6694955Z expected failure (0.000s) 2022-09-27T16:51:20.7286080Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... ok (0.063s) 2022-09-27T16:51:20.7479613Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... ok (0.016s) 2022-09-27T16:51:20.7501185Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... ok (0.016s) 2022-09-27T16:51:20.7517470Z test_item_throws (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T16:51:20.7530934Z test_multiple_inputs (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7557438Z test_multiple_out_dims (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7573237Z test_multiple_outputs (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7587171Z test_multiple_outputs2 (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7602973Z test_nested_negative_in_dims (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7619144Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7658132Z test_nested_out_dims (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7672582Z test_nested_with_diag_embed (__main__.TestVmapAPI) ... ok (0.016s) 2022-09-27T16:51:20.7698104Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7716495Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7733894Z test_nn_module (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7769897Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7785572Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7809450Z test_non_zero_in_dims (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7830020Z test_none_in_dims (__main__.TestVmapAPI) ... ok (0.016s) 2022-09-27T16:51:20.7893770Z test_nonzero_out_dims (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7908737Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7930181Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7973771Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.7993793Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... ok (0.016s) 2022-09-27T16:51:20.8008539Z test_out_dims_edge_case (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.8025771Z test_out_dims_must_be_int_or_collection_of_int_err_msg (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.8043968Z test_pytree_odict_returns (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.8067699Z test_pytree_returns (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.8086831Z test_pytree_returns_broadcast_nested (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.8105542Z test_pytree_returns_broadcast_simple (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.8124976Z test_pytree_returns_outdims (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.8158125Z test_reshape_dim_into (__main__.TestVmapAPI) ... ok (0.016s) 2022-09-27T16:51:20.8182656Z test_reshape_dim_outof (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.8203535Z test_single_input (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.8222182Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:51:20.8226192Z test_vmap_autocast_cpu (__main__.TestVmapAPI) ... skip: Somehow, vmap and autocast do not work on CPU (0.000s) 2022-09-27T16:51:20.8230400Z test_vmap_autocast_cuda (__main__.TestVmapAPI) ... skip: CUDA is unavailable (0.000s) 2022-09-27T16:51:20.8298245Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.016s) 2022-09-27T16:51:20.8340961Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8373667Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8486635Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.016s) 2022-09-27T16:51:20.8509002Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8548109Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8601321Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8648081Z test_inplace_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.016s) 2022-09-27T16:51:20.8681072Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8715793Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8748185Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8784865Z test_log_softmax_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.016s) 2022-09-27T16:51:20.8824469Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8848745Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8872843Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8896574Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.8996858Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.017s) 2022-09-27T16:51:20.9018492Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.9040073Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.9080211Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.9114597Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.016s) 2022-09-27T16:51:20.9156336Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.9181830Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.9250419Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.016s) 2022-09-27T16:51:20.9266797Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\test_vmap.py:3025: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:51:20.9267762Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:51:20.9268246Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:51:20.9268553Z should be replaced with 2022-09-27T16:51:20.9268908Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:51:20.9269220Z and 2022-09-27T16:51:20.9269482Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:51:20.9269793Z should be replaced with 2022-09-27T16:51:20.9270382Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2806.) 2022-09-27T16:51:20.9270979Z return torch.symeig(x, eigenvectors=True)[0] 2022-09-27T16:51:20.9305718Z ok (0.000s) 2022-09-27T16:51:20.9331952Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.9371609Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.9395218Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.9417783Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.016s) 2022-09-27T16:51:20.9433087Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... expected failure (0.000s) 2022-09-27T16:51:20.9444314Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.9467002Z test_where_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:51:20.9535192Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:20.9568006Z test_adaptive_avg_pool2d (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:20.9632729Z test_argmax_dim (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:20.9786569Z test_arithmetic_add (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:20.9939669Z test_arithmetic_add_dunder (__main__.TestVmapOperators) ... ok (0.017s) 2022-09-27T16:51:21.0098080Z test_arithmetic_div (__main__.TestVmapOperators) ... ok (0.019s) 2022-09-27T16:51:21.0258697Z test_arithmetic_div_dunder (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.0410841Z test_arithmetic_mul (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.0562487Z test_arithmetic_mul_dunder (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.0722210Z test_arithmetic_pow (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:51:21.0885860Z test_arithmetic_pow_dunder (__main__.TestVmapOperators) ... ok (0.026s) 2022-09-27T16:51:21.1038518Z test_arithmetic_sub (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.1190295Z test_arithmetic_sub_dunder (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.1506716Z test_as_strided (__main__.TestVmapOperators) ... ok (0.031s) 2022-09-27T16:51:21.1608521Z test_bmm (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.1663629Z test_cat (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.1913590Z test_chunk (__main__.TestVmapOperators) ... ok (0.026s) 2022-09-27T16:51:21.1953246Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.1998382Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2040610Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2089162Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.2130102Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2178271Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2220620Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.2269852Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2309587Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2359467Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2402103Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.2453070Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2495827Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2548407Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.2591426Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2643705Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2684891Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.2736705Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.2918776Z test_clamp (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:51:21.2983643Z test_clamp_inplace_variant_clamp_max_ (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.3047518Z test_clamp_inplace_variant_clamp_min_ (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:51:21.3149287Z test_clamp_variant_clamp_max (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.3251069Z test_clamp_variant_clamp_min (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.3386472Z test_clone (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.4030955Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.057s) 2022-09-27T16:51:21.4119771Z test_conj (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.4135056Z test_conj_bit (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.4193940Z test_contiguous (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.7116533Z test_conv2d (__main__.TestVmapOperators) ... ok (0.291s) 2022-09-27T16:51:21.7146289Z test_copy_ (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.7171929Z test_cross_batch_size_three (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.7225763Z test_diagonal (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.7315657Z test_dot (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.7397614Z test_expand_as (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.7514569Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.7607109Z test_imag (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.7625185Z test_is_complex (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.7687665Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.7705876Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.7755619Z test_mean (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.7816451Z test_mean_dim (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.7916014Z test_mm (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:51:21.7953102Z test_mode_key (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.8049590Z test_movedim (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:51:21.8142263Z test_mv (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.8192184Z test_narrow (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.8213436Z test_new_empty (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.8325592Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.8351477Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.8398252Z test_nll_loss (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.8435944Z test_one_hot (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.8527984Z test_real (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.8550191Z test_repeat (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.8610893Z test_reshape (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.8684401Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.8755521Z test_result_type (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.8809468Z test_roll_no_dims (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.8851174Z test_select (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.8881886Z test_silu_backward (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:51:21.8925818Z test_slice (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.8975053Z test_slogdet (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:51:21.9473164Z test_split (__main__.TestVmapOperators) ... ok (0.047s) 2022-09-27T16:51:21.9637300Z test_squeeze (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.9692683Z test_stack (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.9708731Z test_stride (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.9753459Z test_sum (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:21.9807729Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:21.9851557Z test_t (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:51:22.1133734Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.119s) 2022-09-27T16:51:22.1188054Z test_to (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.1233605Z test_trace (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.1294272Z test_transpose (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.1378528Z test_unary_pointwise_abs (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.1474016Z test_unary_pointwise_acos (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.1567498Z test_unary_pointwise_asin (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.1658702Z test_unary_pointwise_atan (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.1746318Z test_unary_pointwise_ceil (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.1837694Z test_unary_pointwise_cos (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.1925109Z test_unary_pointwise_cosh (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:51:22.2018511Z test_unary_pointwise_digamma (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.2108858Z test_unary_pointwise_exp (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.2196755Z test_unary_pointwise_expm1 (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.2284053Z test_unary_pointwise_floor (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.2369498Z test_unary_pointwise_frac (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.2470527Z test_unary_pointwise_lgamma (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.2563091Z test_unary_pointwise_log (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.2656048Z test_unary_pointwise_log10 (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.2749196Z test_unary_pointwise_log1p (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.2841797Z test_unary_pointwise_log2 (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.2926363Z test_unary_pointwise_neg (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.3012674Z test_unary_pointwise_reciprocal (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:51:22.3099495Z test_unary_pointwise_relu (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.3192171Z test_unary_pointwise_round (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.3279104Z test_unary_pointwise_rsqrt (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:51:22.3365626Z test_unary_pointwise_sigmoid (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.3455287Z test_unary_pointwise_sign (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.3546521Z test_unary_pointwise_sin (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.3633462Z test_unary_pointwise_sinh (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.3717998Z test_unary_pointwise_sqrt (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.3809056Z test_unary_pointwise_tan (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.3894121Z test_unary_pointwise_tanh (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.3982379Z test_unary_pointwise_trunc (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:51:22.6144955Z test_unbind (__main__.TestVmapOperators) ... ok (0.208s) 2022-09-27T16:51:22.6190684Z test_unfold (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.6216456Z test_unsafe_view (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.6303627Z test_unsqueeze (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.6366185Z test_view (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.6439196Z test_view_as (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.6657518Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.031s) 2022-09-27T16:51:22.6751452Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.6767449Z test_vmap_fallback_check (__main__.TestVmapOperators) ... expected failure (0.000s) 2022-09-27T16:51:22.6778873Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:51:22.6792807Z test_weird_matmul_case (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:51:22.7813075Z test_advanced_indexing_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.088s) 2022-09-27T16:51:22.7840377Z test_batch_norm_training_False_track_running_stats_False_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:22.7866455Z test_batch_norm_training_False_track_running_stats_False_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:22.7998895Z test_batch_norm_training_False_track_running_stats_True_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:22.8139372Z test_batch_norm_training_False_track_running_stats_True_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:22.8261210Z test_batch_norm_training_True_track_running_stats_False_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:22.8394085Z test_batch_norm_training_True_track_running_stats_False_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:22.8528252Z test_batch_norm_training_True_track_running_stats_True_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:22.8671631Z test_batch_norm_training_True_track_running_stats_True_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:23.0809509Z test_conv_double_backward_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.208s) 2022-09-27T16:51:23.0859255Z test_fill__Tensor_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:23.0876093Z test_flatten_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:23.0891498Z test_foo_like_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:23.0924025Z test_group_norm_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:23.1012344Z test_index_put_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:23.1126740Z test_inplace_on_view_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:23.1145945Z test_isinf_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:23.1164093Z test_isnan_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:23.1194314Z test_linalg_eigh_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:23.1195364Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:23.1203512Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:23.1204472Z return op(*args, **kwargs) 2022-09-27T16:51:23.1383048Z ok (0.016s) 2022-09-27T16:51:23.5957919Z test_linalg_svd_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.462s) 2022-09-27T16:51:23.5976238Z test_namedtuple_returns_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:23.6000352Z test_nested_advanced_indexing_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:23.6086456Z test_op_has_batch_rule_H_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:23.6172768Z test_op_has_batch_rule_T_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:23.6544400Z test_op_has_batch_rule___getitem___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.048s) 2022-09-27T16:51:23.8235697Z test_op_has_batch_rule___getitem___functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.158s) 2022-09-27T16:51:23.8556029Z test_op_has_batch_rule___radd___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:23.8889151Z test_op_has_batch_rule___rdiv___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:23.9425307Z test_op_has_batch_rule___rmatmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:23.9752432Z test_op_has_batch_rule___rmod___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:24.0068536Z test_op_has_batch_rule___rmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:24.0136684Z test_op_has_batch_rule___rpow___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:51:24.0137707Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:51:24.0146638Z expected failure (0.016s) 2022-09-27T16:51:24.0463552Z test_op_has_batch_rule___rsub___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:24.2300457Z test_op_has_batch_rule__masked_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.174s) 2022-09-27T16:51:24.4133498Z test_op_has_batch_rule__masked_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.191s) 2022-09-27T16:51:24.5274690Z test_op_has_batch_rule__masked_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-09-27T16:51:24.6412182Z test_op_has_batch_rule__masked_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-09-27T16:51:24.6708949Z test_op_has_batch_rule__masked_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:24.7004344Z test_op_has_batch_rule__masked_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:24.7416583Z test_op_has_batch_rule__masked_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:24.8058636Z test_op_has_batch_rule__masked_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-09-27T16:51:25.0197179Z test_op_has_batch_rule__masked_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.219s) 2022-09-27T16:51:25.2704137Z test_op_has_batch_rule__masked_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.252s) 2022-09-27T16:51:25.3126154Z test_op_has_batch_rule__masked_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-09-27T16:51:26.2591459Z test_op_has_batch_rule__masked_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.940s) 2022-09-27T16:51:26.3369067Z test_op_has_batch_rule__masked_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:51:26.5267493Z test_op_has_batch_rule__masked_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.192s) 2022-09-27T16:51:26.5679559Z test_op_has_batch_rule__masked_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:26.6099574Z test_op_has_batch_rule__masked_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:27.2772943Z test_op_has_batch_rule__masked_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.663s) 2022-09-27T16:51:27.4634016Z test_op_has_batch_rule__masked_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.191s) 2022-09-27T16:51:28.1191621Z test_op_has_batch_rule__masked_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.663s) 2022-09-27T16:51:28.1282543Z test_op_has_batch_rule_abs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-09-27T16:51:28.1415590Z test_op_has_batch_rule_acos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:28.1546324Z test_op_has_batch_rule_acosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:28.2118559Z test_op_has_batch_rule_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:28.2624076Z test_op_has_batch_rule_addbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:28.3379297Z test_op_has_batch_rule_addcdiv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-09-27T16:51:28.4133434Z test_op_has_batch_rule_addcmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.080s) 2022-09-27T16:51:28.4385801Z test_op_has_batch_rule_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:28.4638256Z test_op_has_batch_rule_addmm_decomposed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:28.5085020Z test_op_has_batch_rule_addmv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:28.5616210Z test_op_has_batch_rule_addr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:28.5683377Z test_op_has_batch_rule_all_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:28.5763393Z test_op_has_batch_rule_allclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:28.6150864Z test_op_has_batch_rule_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:28.6536018Z test_op_has_batch_rule_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:28.6749969Z test_op_has_batch_rule_aminmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:29: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:51:28.6751362Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T16:51:28.6769381Z ok (0.035s) 2022-09-27T16:51:28.6843277Z test_op_has_batch_rule_angle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-09-27T16:51:28.6910942Z test_op_has_batch_rule_any_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-09-27T16:51:28.6975046Z test_op_has_batch_rule_arange_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:28.7198805Z test_op_has_batch_rule_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:28.7420731Z test_op_has_batch_rule_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:28.8026661Z test_op_has_batch_rule_argsort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:51:28.8092331Z test_op_has_batch_rule_argwhere_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:28.8167390Z test_op_has_batch_rule_as_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:28.8277631Z test_op_has_batch_rule_as_strided_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:28.8367439Z test_op_has_batch_rule_asin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:28.8457414Z test_op_has_batch_rule_asinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:28.9025201Z test_op_has_batch_rule_atan2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:51:28.9114754Z test_op_has_batch_rule_atan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:28.9203414Z test_op_has_batch_rule_atanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:28.9977709Z test_op_has_batch_rule_atleast_1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-09-27T16:51:29.0759316Z test_op_has_batch_rule_atleast_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-09-27T16:51:29.1552306Z test_op_has_batch_rule_atleast_3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.087s) 2022-09-27T16:51:29.2032486Z test_op_has_batch_rule_baddbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:29.2144046Z test_op_has_batch_rule_bernoulli_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:29.2264161Z test_op_has_batch_rule_bfloat16_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:29.2373144Z test_op_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:29.2663050Z test_op_has_batch_rule_block_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:29.2753075Z test_op_has_batch_rule_bmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:29.2873841Z test_op_has_batch_rule_bool_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:29.2983862Z test_op_has_batch_rule_bool_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:29.3045270Z test_op_has_batch_rule_broadcast_shapes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:51:29.3361910Z test_op_has_batch_rule_broadcast_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:29.3528126Z test_op_has_batch_rule_broadcast_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:29.3619890Z test_op_has_batch_rule_bucketize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:29.3739312Z test_op_has_batch_rule_byte_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:51:29.3848704Z test_op_has_batch_rule_byte_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:29.4030224Z test_op_has_batch_rule_cartesian_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:29.4389134Z test_op_has_batch_rule_cat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.031s) 2022-09-27T16:51:30.2486165Z test_op_has_batch_rule_cdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.814s) 2022-09-27T16:51:30.2578576Z test_op_has_batch_rule_ceil_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:30.2640745Z test_op_has_batch_rule_chalf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-09-27T16:51:30.2641463Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T16:51:30.2649328Z expected failure (0.016s) 2022-09-27T16:51:30.2773348Z test_op_has_batch_rule_char_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:30.2886256Z test_op_has_batch_rule_char_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:30.2953454Z test_op_has_batch_rule_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:29: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T16:51:30.2954178Z L = torch.cholesky(A) 2022-09-27T16:51:30.2954477Z should be replaced with 2022-09-27T16:51:30.2954777Z L = torch.linalg.cholesky(A) 2022-09-27T16:51:30.2955028Z and 2022-09-27T16:51:30.2955288Z U = torch.cholesky(A, upper=True) 2022-09-27T16:51:30.2955583Z should be replaced with 2022-09-27T16:51:30.2955894Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:51:30.2956574Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1626.) 2022-09-27T16:51:30.2957269Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T16:51:30.3158450Z ok (0.031s) 2022-09-27T16:51:30.3393954Z test_op_has_batch_rule_cholesky_inverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:30.3833160Z test_op_has_batch_rule_cholesky_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:30.3983994Z test_op_has_batch_rule_chunk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:30.4453461Z test_op_has_batch_rule_clamp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:30.4515262Z test_op_has_batch_rule_clamp_max_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:30.4576495Z test_op_has_batch_rule_clamp_min_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:30.4661603Z test_op_has_batch_rule_clone_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:30.4731621Z test_op_has_batch_rule_column_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:30.5159762Z test_op_has_batch_rule_combinations_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:30.5233367Z test_op_has_batch_rule_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:30.5326497Z test_op_has_batch_rule_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:30.5399887Z test_op_has_batch_rule_conj_physical_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:30.6286487Z test_op_has_batch_rule_constant_pad_nd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.083s) 2022-09-27T16:51:30.6370940Z test_op_has_batch_rule_contiguous_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:30.6443133Z test_op_has_batch_rule_copysign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:30.6587649Z test_op_has_batch_rule_corrcoef_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:30.6725539Z test_op_has_batch_rule_cos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:30.6860438Z test_op_has_batch_rule_cosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:30.6929490Z test_op_has_batch_rule_count_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:30.7947331Z test_op_has_batch_rule_cov_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.104s) 2022-09-27T16:51:30.8087514Z test_op_has_batch_rule_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-09-27T16:51:30.8209562Z test_op_has_batch_rule_cummax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:30.8331561Z test_op_has_batch_rule_cummin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:30.8531080Z test_op_has_batch_rule_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:30.8646562Z test_op_has_batch_rule_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:30.8951723Z test_op_has_batch_rule_cumulative_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:30.9090766Z test_op_has_batch_rule_deg2rad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:30.9370666Z test_op_has_batch_rule_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:30.9714739Z test_op_has_batch_rule_diag_embed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:30.9784893Z test_op_has_batch_rule_diagflat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:31.0272697Z test_op_has_batch_rule_diagonal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:31.0797533Z test_op_has_batch_rule_diagonal_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:31.3658707Z test_op_has_batch_rule_diff_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.285s) 2022-09-27T16:51:31.3858360Z test_op_has_batch_rule_digamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:31.5417166Z test_op_has_batch_rule_dist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.142s) 2022-09-27T16:51:31.6007853Z test_op_has_batch_rule_div_floor_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-09-27T16:51:31.6562853Z test_op_has_batch_rule_div_no_rounding_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:31.7133174Z test_op_has_batch_rule_div_trunc_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:31.7222526Z test_op_has_batch_rule_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:31.7343947Z test_op_has_batch_rule_double_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:31.7453379Z test_op_has_batch_rule_double_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:31.7588318Z test_op_has_batch_rule_dsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:31.7831227Z test_op_has_batch_rule_dstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:31.8222880Z test_op_has_batch_rule_einsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:31.8286127Z test_op_has_batch_rule_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:31.8415086Z test_op_has_batch_rule_empty_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:31.8766725Z test_op_has_batch_rule_eq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:31.8831374Z test_op_has_batch_rule_equal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:31.8939385Z test_op_has_batch_rule_erf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:31.9105277Z test_op_has_batch_rule_erfc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:31.9208271Z test_op_has_batch_rule_erfinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:31.9375289Z test_op_has_batch_rule_exp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:31.9509895Z test_op_has_batch_rule_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:31.9649158Z test_op_has_batch_rule_expand_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:31.9850569Z test_op_has_batch_rule_expand_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:31.9955087Z test_op_has_batch_rule_expm1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.0020014Z test_op_has_batch_rule_eye_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:32.0194814Z test_op_has_batch_rule_fft_fft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.0383096Z test_op_has_batch_rule_fft_fft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.0590016Z test_op_has_batch_rule_fft_fftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.0722968Z test_op_has_batch_rule_fft_fftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.0902097Z test_op_has_batch_rule_fft_hfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.1086564Z test_op_has_batch_rule_fft_hfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.1295043Z test_op_has_batch_rule_fft_hfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:32.1467190Z test_op_has_batch_rule_fft_ifft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.1660642Z test_op_has_batch_rule_fft_ifft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.1867683Z test_op_has_batch_rule_fft_ifftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.2000043Z test_op_has_batch_rule_fft_ifftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.2072775Z test_op_has_batch_rule_fft_ihfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:32.2260422Z test_op_has_batch_rule_fft_ihfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:32.2334410Z test_op_has_batch_rule_fft_ihfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:32.2504328Z test_op_has_batch_rule_fft_irfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.2682583Z test_op_has_batch_rule_fft_irfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.2883222Z test_op_has_batch_rule_fft_irfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:32.3048973Z test_op_has_batch_rule_fft_rfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.3231382Z test_op_has_batch_rule_fft_rfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.3432098Z test_op_has_batch_rule_fft_rfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.3573809Z test_op_has_batch_rule_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.3710189Z test_op_has_batch_rule_flatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.3906831Z test_op_has_batch_rule_flip_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-09-27T16:51:32.4004474Z test_op_has_batch_rule_fliplr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.4101269Z test_op_has_batch_rule_flipud_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:32.4221155Z test_op_has_batch_rule_float_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:32.4330577Z test_op_has_batch_rule_float_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.4677314Z test_op_has_batch_rule_float_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:32.4768100Z test_op_has_batch_rule_floor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:32.5107373Z test_op_has_batch_rule_floor_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:32.5433617Z test_op_has_batch_rule_fmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:32.5759558Z test_op_has_batch_rule_fmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:32.6093503Z test_op_has_batch_rule_fmod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:32.6228262Z test_op_has_batch_rule_frac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.6347582Z test_op_has_batch_rule_frexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:32.6502795Z test_op_has_batch_rule_full_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.6879811Z test_op_has_batch_rule_gather_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:32.7435816Z test_op_has_batch_rule_ge_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:32.8241570Z test_op_has_batch_rule_geqrf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:51:32.8782064Z test_op_has_batch_rule_gradient_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:32.9338461Z test_op_has_batch_rule_gt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:32.9461529Z test_op_has_batch_rule_half_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:32.9573513Z test_op_has_batch_rule_half_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:32.9898084Z test_op_has_batch_rule_heaviside_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:33.0009088Z test_op_has_batch_rule_histc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:33.0182157Z test_op_has_batch_rule_histogram_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:33.0378290Z test_op_has_batch_rule_histogramdd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:33.0515082Z test_op_has_batch_rule_hsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:33.0746389Z test_op_has_batch_rule_hstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:33.1072914Z test_op_has_batch_rule_hypot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:33.1206434Z test_op_has_batch_rule_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:33.1812595Z test_op_has_batch_rule_igamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:33.2417228Z test_op_has_batch_rule_igammac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:33.3018713Z test_op_has_batch_rule_index_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:33.3257627Z test_op_has_batch_rule_index_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:33.3328782Z test_op_has_batch_rule_index_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:33.3531645Z test_op_has_batch_rule_index_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:33.4624917Z test_op_has_batch_rule_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.112s) 2022-09-27T16:51:33.4688150Z test_op_has_batch_rule_index_reduce_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:29: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1007.) 2022-09-27T16:51:33.4688861Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T16:51:33.4696464Z expected failure (0.000s) 2022-09-27T16:51:33.4862209Z test_op_has_batch_rule_index_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:33.4981938Z test_op_has_batch_rule_inner_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:33.5105019Z test_op_has_batch_rule_int_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:33.5217202Z test_op_has_batch_rule_int_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:33.5331890Z test_op_has_batch_rule_isclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:33.5433993Z test_op_has_batch_rule_isfinite_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:33.5504063Z test_op_has_batch_rule_isin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:33.5579440Z test_op_has_batch_rule_isinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:33.5653667Z test_op_has_batch_rule_isnan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:33.5728169Z test_op_has_batch_rule_isneginf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:33.5803238Z test_op_has_batch_rule_isposinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:33.5902716Z test_op_has_batch_rule_isreal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:33.5966074Z test_op_has_batch_rule_istft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:980.) 2022-09-27T16:51:33.5967084Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T16:51:33.5975130Z expected failure (0.000s) 2022-09-27T16:51:33.6034289Z test_op_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:51:33.6093659Z test_op_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:51:33.6152931Z test_op_has_batch_rule_jiterator_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:51:33.6212232Z test_op_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:51:33.6271346Z test_op_has_batch_rule_jiterator_unary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:51:33.6392492Z test_op_has_batch_rule_kron_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:33.6712338Z test_op_has_batch_rule_kthvalue_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:33.7058287Z test_op_has_batch_rule_ldexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-09-27T16:51:33.7615721Z test_op_has_batch_rule_le_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:33.8280984Z test_op_has_batch_rule_lerp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:51:33.8448852Z test_op_has_batch_rule_lgamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:33.8729740Z test_op_has_batch_rule_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:33.9103038Z test_op_has_batch_rule_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.046s) 2022-09-27T16:51:33.9220605Z test_op_has_batch_rule_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:33.9307545Z test_op_has_batch_rule_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:33.9653802Z test_op_has_batch_rule_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:34.0726642Z test_op_has_batch_rule_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.120s) 2022-09-27T16:51:34.1007308Z test_op_has_batch_rule_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:34.1059569Z test_op_has_batch_rule_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:51:34.1276854Z test_op_has_batch_rule_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:34.1459949Z test_op_has_batch_rule_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:34.1984454Z test_op_has_batch_rule_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-09-27T16:51:34.2283715Z test_op_has_batch_rule_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:34.2520771Z test_op_has_batch_rule_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-09-27T16:51:34.2591444Z test_op_has_batch_rule_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:34.2750519Z test_op_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:34.2804204Z test_op_has_batch_rule_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:51:34.5654705Z test_op_has_batch_rule_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.283s) 2022-09-27T16:51:34.7375968Z test_op_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.174s) 2022-09-27T16:51:34.7446973Z test_op_has_batch_rule_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:34.7517790Z test_op_has_batch_rule_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:34.7977030Z test_op_has_batch_rule_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:35.3869866Z test_op_has_batch_rule_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.584s) 2022-09-27T16:51:35.5114592Z test_op_has_batch_rule_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.126s) 2022-09-27T16:51:35.5751116Z test_op_has_batch_rule_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:35.7030213Z test_op_has_batch_rule_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.128s) 2022-09-27T16:51:35.7224599Z test_op_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:35.7891912Z test_op_has_batch_rule_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:35.9374196Z test_op_has_batch_rule_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.158s) 2022-09-27T16:51:36.0486347Z test_op_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.110s) 2022-09-27T16:51:36.0964356Z test_op_has_batch_rule_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:36.1169700Z test_op_has_batch_rule_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:36.1229347Z test_op_has_batch_rule_linalg_pinv_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:51:36.2043279Z test_op_has_batch_rule_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.095s) 2022-09-27T16:51:36.2320456Z test_op_has_batch_rule_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:36.2951229Z test_op_has_batch_rule_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:36.3787423Z test_op_has_batch_rule_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.095s) 2022-09-27T16:51:36.7874620Z test_op_has_batch_rule_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.411s) 2022-09-27T16:51:37.3504333Z test_op_has_batch_rule_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.554s) 2022-09-27T16:51:37.4054598Z test_op_has_batch_rule_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-09-27T16:51:37.4162599Z test_op_has_batch_rule_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:37.4232694Z test_op_has_batch_rule_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:37.4299893Z test_op_has_batch_rule_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:37.4367263Z test_op_has_batch_rule_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:37.6690487Z test_op_has_batch_rule_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.237s) 2022-09-27T16:51:37.6756575Z test_op_has_batch_rule_linspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:37.6890354Z test_op_has_batch_rule_log10_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-09-27T16:51:37.6997732Z test_op_has_batch_rule_log1p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:37.7130542Z test_op_has_batch_rule_log2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:37.7264499Z test_op_has_batch_rule_log_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:37.7556368Z test_op_has_batch_rule_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:37.7849775Z test_op_has_batch_rule_log_softmax_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:37.7937740Z test_op_has_batch_rule_logaddexp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:37.8025171Z test_op_has_batch_rule_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:37.8192379Z test_op_has_batch_rule_logcumsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:37.8432360Z test_op_has_batch_rule_logdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:37.8763510Z test_op_has_batch_rule_logical_and_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:37.8863531Z test_op_has_batch_rule_logical_not_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:37.9193262Z test_op_has_batch_rule_logical_or_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:37.9522948Z test_op_has_batch_rule_logical_xor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:37.9735973Z test_op_has_batch_rule_logit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:37.9802120Z test_op_has_batch_rule_logspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:38.0372574Z test_op_has_batch_rule_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:38.0494666Z test_op_has_batch_rule_long_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:38.0605773Z test_op_has_batch_rule_long_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:38.1160048Z test_op_has_batch_rule_lt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:38.1222941Z test_op_has_batch_rule_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1660: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T16:51:38.1223727Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:51:38.1224044Z should be replaced with 2022-09-27T16:51:38.1224385Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:51:38.1224690Z and 2022-09-27T16:51:38.1225004Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:51:38.1225322Z should be replaced with 2022-09-27T16:51:38.1225918Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1925.) 2022-09-27T16:51:38.1226565Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T16:51:38.2032899Z ok (0.095s) 2022-09-27T16:51:38.2096942Z test_op_has_batch_rule_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:29: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T16:51:38.2097535Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T16:51:38.2097799Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T16:51:38.2098155Z should be replaced with 2022-09-27T16:51:38.2098579Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2079.) 2022-09-27T16:51:38.2099022Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T16:51:38.2105700Z expected failure (0.000s) 2022-09-27T16:51:38.2176084Z test_op_has_batch_rule_lu_unpack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:38.2401697Z test_op_has_batch_rule_mH_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:38.2549421Z test_op_has_batch_rule_mT_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:38.2758287Z test_op_has_batch_rule_masked_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:38.3070865Z test_op_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:38.3141050Z test_op_has_batch_rule_masked_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:38.3267752Z test_op_has_batch_rule_masked_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:38.4236662Z test_op_has_batch_rule_matmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.096s) 2022-09-27T16:51:38.4310834Z test_op_has_batch_rule_matrix_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:38.4873760Z test_op_has_batch_rule_max_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:38.4960619Z test_op_has_batch_rule_max_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:38.5103701Z test_op_has_batch_rule_max_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:38.5428394Z test_op_has_batch_rule_maximum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:38.5798643Z test_op_has_batch_rule_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:38.6095247Z test_op_has_batch_rule_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:38.7103305Z test_op_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-09-27T16:51:38.8085597Z test_op_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.094s) 2022-09-27T16:51:38.8656730Z test_op_has_batch_rule_min_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:38.8744679Z test_op_has_batch_rule_min_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:38.8888589Z test_op_has_batch_rule_min_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:38.9213555Z test_op_has_batch_rule_minimum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:38.9304141Z test_op_has_batch_rule_mm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:38.9520819Z test_op_has_batch_rule_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:38.9760555Z test_op_has_batch_rule_movedim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:38.9970106Z test_op_has_batch_rule_msort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:39.0771559Z test_op_has_batch_rule_mul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.078s) 2022-09-27T16:51:39.3639772Z test_op_has_batch_rule_multinomial_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.291s) 2022-09-27T16:51:39.3832332Z test_op_has_batch_rule_mv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:39.4695952Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.099s) 2022-09-27T16:51:39.5555274Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:51:39.6295733Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:51:39.6427503Z test_op_has_batch_rule_nan_to_num_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:39.6498598Z test_op_has_batch_rule_nanmean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:39.6787283Z test_op_has_batch_rule_nanmedian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:39.6863156Z test_op_has_batch_rule_nanquantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:39.6933017Z test_op_has_batch_rule_nansum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:39.6999598Z test_op_has_batch_rule_narrow_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:39.7081654Z test_op_has_batch_rule_narrow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:39.8439647Z test_op_has_batch_rule_native_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.126s) 2022-09-27T16:51:39.8991935Z test_op_has_batch_rule_ne_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-09-27T16:51:39.9088712Z test_op_has_batch_rule_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:39.9233017Z test_op_has_batch_rule_new_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:39.9303196Z test_op_has_batch_rule_new_empty_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:39.9466457Z test_op_has_batch_rule_new_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:39.9621287Z test_op_has_batch_rule_new_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:39.9776111Z test_op_has_batch_rule_new_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:40.0104161Z test_op_has_batch_rule_nextafter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:40.0257229Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:40.0490807Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:40.0788738Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:40.1005342Z test_op_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:40.1558083Z test_op_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:40.2071471Z test_op_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:40.2301894Z test_op_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:40.2555467Z test_op_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:40.2817434Z test_op_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:40.5499251Z test_op_has_batch_rule_nn_functional_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.269s) 2022-09-27T16:51:40.5595621Z test_op_has_batch_rule_nn_functional_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:40.6002406Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:40.7104917Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-09-27T16:51:40.7240412Z test_op_has_batch_rule_nn_functional_celu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:40.8766207Z test_op_has_batch_rule_nn_functional_conv1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.158s) 2022-09-27T16:51:41.0802191Z test_op_has_batch_rule_nn_functional_conv2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:894.) 2022-09-27T16:51:41.0803219Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T16:51:41.4011778Z ok (0.524s) 2022-09-27T16:51:41.4135115Z test_op_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:41.4338474Z test_op_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:41.4529959Z test_op_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:41.4650699Z test_op_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:41.4773548Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:41.4953060Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:41.5130083Z test_op_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:41.5318520Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:41.5503045Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:41.5672311Z test_op_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:41.6904853Z test_op_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.126s) 2022-09-27T16:51:41.8552951Z test_op_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.158s) 2022-09-27T16:51:42.2305162Z test_op_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.380s) 2022-09-27T16:51:42.2938516Z test_op_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-09-27T16:51:42.3338416Z test_op_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:42.4105037Z test_op_has_batch_rule_nn_functional_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.065s) 2022-09-27T16:51:42.4185095Z test_op_has_batch_rule_nn_functional_ctc_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:42.4251631Z test_op_has_batch_rule_nn_functional_dropout2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:51:42.4253013Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:51:42.4512393Z expected failure (0.031s) 2022-09-27T16:51:42.4850187Z test_op_has_batch_rule_nn_functional_dropout3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.034s) 2022-09-27T16:51:42.5170496Z test_op_has_batch_rule_nn_functional_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.037s) 2022-09-27T16:51:42.5306685Z test_op_has_batch_rule_nn_functional_elu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:42.5379596Z test_op_has_batch_rule_nn_functional_embedding_bag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:42.5645105Z test_op_has_batch_rule_nn_functional_embedding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.031s) 2022-09-27T16:51:42.5886427Z test_op_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:42.6094542Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:42.7323205Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.120s) 2022-09-27T16:51:42.7429731Z test_op_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:42.7538093Z test_op_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:51:42.7610354Z test_op_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:42.7801819Z test_op_has_batch_rule_nn_functional_gelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:42.8535988Z test_op_has_batch_rule_nn_functional_glu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-09-27T16:51:42.9709840Z test_op_has_batch_rule_nn_functional_grid_sample_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.104s) 2022-09-27T16:51:42.9927360Z test_op_has_batch_rule_nn_functional_group_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:43.0065975Z test_op_has_batch_rule_nn_functional_hardshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-09-27T16:51:43.0201868Z test_op_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:43.0315787Z test_op_has_batch_rule_nn_functional_hardswish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:43.0456073Z test_op_has_batch_rule_nn_functional_hardtanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:43.0908704Z test_op_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:43.0980174Z test_op_has_batch_rule_nn_functional_huber_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:43.1057651Z test_op_has_batch_rule_nn_functional_instance_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:43.1351311Z test_op_has_batch_rule_nn_functional_interpolate_area_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:43.1658951Z test_op_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:43.1952487Z test_op_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:43.2223615Z test_op_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:43.2517108Z test_op_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:43.2860063Z test_op_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:43.2929737Z test_op_has_batch_rule_nn_functional_kl_div_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:43.2996869Z test_op_has_batch_rule_nn_functional_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: Using a target size (torch.Size([5])) that is different to the input size (torch.Size([5, 4])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:51:43.2997744Z return self.op(*args, **kwargs) 2022-09-27T16:51:43.3209971Z ok (0.031s) 2022-09-27T16:51:43.3951368Z test_op_has_batch_rule_nn_functional_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-09-27T16:51:43.4131358Z test_op_has_batch_rule_nn_functional_leaky_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:43.4957582Z test_op_has_batch_rule_nn_functional_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:51:43.5246833Z test_op_has_batch_rule_nn_functional_local_response_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:43.5345872Z test_op_has_batch_rule_nn_functional_logsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:43.5431848Z test_op_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:43.5612043Z test_op_has_batch_rule_nn_functional_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:46.3078665Z test_op_has_batch_rule_nn_functional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (2.754s) 2022-09-27T16:51:46.3189939Z test_op_has_batch_rule_nn_functional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:46.3262958Z test_op_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:46.3335403Z test_op_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:46.3406313Z test_op_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:46.3484397Z test_op_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:46.3555352Z test_op_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:46.3632049Z test_op_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:46.3767293Z test_op_has_batch_rule_nn_functional_mish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:46.4015534Z test_op_has_batch_rule_nn_functional_mse_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:46.4369684Z test_op_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:46.4439950Z test_op_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:46.4509565Z test_op_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:46.4753848Z test_op_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:46.6781738Z test_op_has_batch_rule_nn_functional_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.206s) 2022-09-27T16:51:46.6990288Z test_op_has_batch_rule_nn_functional_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:46.7203188Z test_op_has_batch_rule_nn_functional_pad_circular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:46.8146617Z test_op_has_batch_rule_nn_functional_pad_constant_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.094s) 2022-09-27T16:51:46.8421309Z test_op_has_batch_rule_nn_functional_pad_reflect_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:46.8694431Z test_op_has_batch_rule_nn_functional_pad_replicate_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:46.8965652Z test_op_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-09-27T16:51:46.9034624Z test_op_has_batch_rule_nn_functional_pdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:46.9123773Z test_op_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:46.9213256Z test_op_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:47.2058328Z test_op_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.280s) 2022-09-27T16:51:47.2723111Z test_op_has_batch_rule_nn_functional_prelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.078s) 2022-09-27T16:51:47.2819751Z test_op_has_batch_rule_nn_functional_relu6_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:47.2929751Z test_op_has_batch_rule_nn_functional_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:47.3032982Z test_op_has_batch_rule_nn_functional_rrelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:51:47.3164801Z test_op_has_batch_rule_nn_functional_selu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:47.3295992Z test_op_has_batch_rule_nn_functional_silu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:47.3363680Z test_op_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:47.3454952Z test_op_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:47.3600251Z test_op_has_batch_rule_nn_functional_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:47.3748672Z test_op_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:47.3847104Z test_op_has_batch_rule_nn_functional_softplus_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:47.3982693Z test_op_has_batch_rule_nn_functional_softshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:47.4086305Z test_op_has_batch_rule_nn_functional_softsign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:47.4186089Z test_op_has_batch_rule_nn_functional_tanhshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:47.4306736Z test_op_has_batch_rule_nn_functional_threshold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:47.4378383Z test_op_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:47.5056452Z test_op_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-09-27T16:51:47.9963588Z test_op_has_batch_rule_nn_functional_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.485s) 2022-09-27T16:51:48.0026366Z test_op_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:51:48.0027336Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:51:48.0092766Z ok (0.016s) 2022-09-27T16:51:48.0159912Z test_op_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:51:48.0160849Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:51:48.0355980Z ok (0.031s) 2022-09-27T16:51:48.0429368Z test_op_has_batch_rule_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:48.1134855Z test_op_has_batch_rule_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-09-27T16:51:48.1240179Z test_op_has_batch_rule_norm_fro_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:48.1359491Z test_op_has_batch_rule_norm_inf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:48.1463594Z test_op_has_batch_rule_norm_nuc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:48.1552119Z test_op_has_batch_rule_normal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:48.1636306Z test_op_has_batch_rule_normal_number_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:48.1698913Z test_op_has_batch_rule_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:48.1847228Z test_op_has_batch_rule_ones_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:48.2149752Z test_op_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:50.2721063Z test_op_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (2.047s) 2022-09-27T16:51:50.3045636Z test_op_has_batch_rule_ormqr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.041s) 2022-09-27T16:51:50.3162636Z test_op_has_batch_rule_outer_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:50.3259519Z test_op_has_batch_rule_pca_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:50.3387302Z test_op_has_batch_rule_permute_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:50.3597762Z test_op_has_batch_rule_pinverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:50.3956477Z test_op_has_batch_rule_polar_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:50.4159751Z test_op_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:50.4363399Z test_op_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:50.4567465Z test_op_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:50.4771400Z test_op_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:50.4974882Z test_op_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:50.5072011Z test_op_has_batch_rule_positive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:50.5398824Z test_op_has_batch_rule_pow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:50.5985301Z test_op_has_batch_rule_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:51:50.6056296Z test_op_has_batch_rule_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:50.6119794Z test_op_has_batch_rule_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:29: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:51:50.6120581Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:51:50.6120963Z Q, R = torch.qr(A, some) 2022-09-27T16:51:50.6121242Z should be replaced with 2022-09-27T16:51:50.6121832Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2355.) 2022-09-27T16:51:50.6122465Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T16:51:50.6887153Z ok (0.083s) 2022-09-27T16:51:50.6964927Z test_op_has_batch_rule_quantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:50.7104627Z test_op_has_batch_rule_rad2deg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:50.7191136Z test_op_has_batch_rule_rand_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:50.7277707Z test_op_has_batch_rule_randint_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:50.7330637Z test_op_has_batch_rule_randn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.000s) 2022-09-27T16:51:50.7416382Z test_op_has_batch_rule_randn_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:50.7516991Z test_op_has_batch_rule_ravel_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:50.7613986Z test_op_has_batch_rule_real_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:50.7748694Z test_op_has_batch_rule_reciprocal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:50.8086832Z test_op_has_batch_rule_remainder_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:50.8166704Z test_op_has_batch_rule_renorm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:50.8812501Z test_op_has_batch_rule_repeat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:50.8939438Z test_op_has_batch_rule_repeat_interleave_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:50.9122423Z test_op_has_batch_rule_reshape_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:50.9326788Z test_op_has_batch_rule_reshape_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:50.9411607Z test_op_has_batch_rule_resize__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:50.9481470Z test_op_has_batch_rule_resize_as__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:50.9566287Z test_op_has_batch_rule_resolve_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:50.9650878Z test_op_has_batch_rule_resolve_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:50.9986838Z test_op_has_batch_rule_roll_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:51.0654070Z test_op_has_batch_rule_rot90_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:51.0761500Z test_op_has_batch_rule_round_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:51.0932088Z test_op_has_batch_rule_round_decimals_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:51.1102103Z test_op_has_batch_rule_round_decimals_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:51:51.1271566Z test_op_has_batch_rule_round_decimals_neg_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:51.1406085Z test_op_has_batch_rule_rsqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:51.1785180Z test_op_has_batch_rule_rsub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:51.2474684Z test_op_has_batch_rule_scatter_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:51:51.4059169Z test_op_has_batch_rule_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.150s) 2022-09-27T16:51:51.4128225Z test_op_has_batch_rule_scatter_reduce_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:29: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:51:51.4128955Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T16:51:51.4137113Z expected failure (0.016s) 2022-09-27T16:51:51.4213195Z test_op_has_batch_rule_scatter_reduce_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:51.4289154Z test_op_has_batch_rule_scatter_reduce_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:51.4364172Z test_op_has_batch_rule_scatter_reduce_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:51.4439517Z test_op_has_batch_rule_scatter_reduce_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:51:51.5389374Z test_op_has_batch_rule_searchsorted_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:35.) 2022-09-27T16:51:51.5390605Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T16:51:51.5391766Z C:\actions-runner\_work\pytorch\pytorch\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:41.) 2022-09-27T16:51:51.5392926Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T16:51:51.5439943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:47.) 2022-09-27T16:51:51.5441008Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:51.9998320Z ok (0.550s) 2022-09-27T16:51:52.0069034Z test_op_has_batch_rule_segment_reduce_lengths_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:52.0138630Z test_op_has_batch_rule_segment_reduce_offsets_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:52.0270218Z test_op_has_batch_rule_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.0496416Z test_op_has_batch_rule_select_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.0586739Z test_op_has_batch_rule_sgn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.0711058Z test_op_has_batch_rule_short_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:52.0824435Z test_op_has_batch_rule_short_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.0897297Z test_op_has_batch_rule_sigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T16:51:52.0898099Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:51:52.1026183Z ok (0.016s) 2022-09-27T16:51:52.1117265Z test_op_has_batch_rule_sign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:52.1192037Z test_op_has_batch_rule_signbit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.1284958Z test_op_has_batch_rule_sin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:52.1448413Z test_op_has_batch_rule_sinc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.1537432Z test_op_has_batch_rule_sinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.2306712Z test_op_has_batch_rule_slice_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:51:52.2592599Z test_op_has_batch_rule_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:52.2883997Z test_op_has_batch_rule_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:52.4284768Z test_op_has_batch_rule_sort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.127s) 2022-09-27T16:51:52.4343467Z test_op_has_batch_rule_sparse_sampled_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:51:52.4411094Z test_op_has_batch_rule_special_airy_ai_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:52.4477587Z test_op_has_batch_rule_special_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:52.4543895Z test_op_has_batch_rule_special_bessel_j1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:52.4609761Z test_op_has_batch_rule_special_bessel_y0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:52.4676076Z test_op_has_batch_rule_special_bessel_y1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:52.4744081Z test_op_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:52.4811924Z test_op_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:52.4862648Z test_op_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:51:52.4912978Z test_op_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:51:52.4995399Z test_op_has_batch_rule_special_entr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.5090802Z test_op_has_batch_rule_special_erfcx_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:52.5159201Z test_op_has_batch_rule_special_hermite_polynomial_h_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:52.5226197Z test_op_has_batch_rule_special_hermite_polynomial_he_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:52.5309170Z test_op_has_batch_rule_special_i0e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.5392004Z test_op_has_batch_rule_special_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:52.5475230Z test_op_has_batch_rule_special_i1e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.5543167Z test_op_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:52.5593673Z test_op_has_batch_rule_special_legendre_polynomial_p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:51:52.5658877Z test_op_has_batch_rule_special_log_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:52.5724681Z test_op_has_batch_rule_special_modified_bessel_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:52.5790559Z test_op_has_batch_rule_special_modified_bessel_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:52.5856709Z test_op_has_batch_rule_special_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:52.5922385Z test_op_has_batch_rule_special_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:52.6025956Z test_op_has_batch_rule_special_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:52.6123971Z test_op_has_batch_rule_special_ndtri_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.6327525Z test_op_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.6396104Z test_op_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:52.6464276Z test_op_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:52.6517131Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:51:52.6569229Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:51:52.6620793Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:51:52.6672416Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:51:52.6739489Z test_op_has_batch_rule_special_spherical_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:52.7064377Z test_op_has_batch_rule_special_xlog1py_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:52.7425390Z test_op_has_batch_rule_special_zeta_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:52.7526908Z test_op_has_batch_rule_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.7672254Z test_op_has_batch_rule_split_list_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.7844035Z test_op_has_batch_rule_split_with_sizes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.7933160Z test_op_has_batch_rule_sqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:52.8031772Z test_op_has_batch_rule_square_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.8277997Z test_op_has_batch_rule_squeeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:52.8724544Z test_op_has_batch_rule_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:52.8913779Z test_op_has_batch_rule_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:52.9155718Z test_op_has_batch_rule_std_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:52.9218646Z test_op_has_batch_rule_stft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:610: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:804.) 2022-09-27T16:51:52.9219851Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T16:51:52.9228208Z expected failure (0.016s) 2022-09-27T16:51:52.9882402Z test_op_has_batch_rule_sub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-09-27T16:51:53.0205313Z test_op_has_batch_rule_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:53.0518116Z test_op_has_batch_rule_sum_to_size_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:53.6352923Z test_op_has_batch_rule_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.586s) 2022-09-27T16:51:53.6447559Z test_op_has_batch_rule_svd_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:53.6686569Z test_op_has_batch_rule_symeig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:53.6832038Z test_op_has_batch_rule_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:53.7041010Z test_op_has_batch_rule_take_along_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:53.7164214Z test_op_has_batch_rule_take_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:53.7256067Z test_op_has_batch_rule_tan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:53.7323273Z test_op_has_batch_rule_tanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-09-27T16:51:53.7324040Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T16:51:53.7358560Z ok (0.016s) 2022-09-27T16:51:53.7427986Z test_op_has_batch_rule_tensor_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:53.7556540Z test_op_has_batch_rule_tensordot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:53.8407862Z test_op_has_batch_rule_tile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.095s) 2022-09-27T16:51:53.8460637Z test_op_has_batch_rule_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:51:53.8531816Z test_op_has_batch_rule_to_sparse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:53.8887456Z test_op_has_batch_rule_topk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:53.8965116Z test_op_has_batch_rule_trace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:53.9668645Z test_op_has_batch_rule_transpose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-09-27T16:51:53.9975892Z test_op_has_batch_rule_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-09-27T16:51:54.0281590Z test_op_has_batch_rule_trapz_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:54.0345982Z test_op_has_batch_rule_triangular_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:29: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:51:54.0346919Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:51:54.0347361Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:51:54.0347670Z should be replaced with 2022-09-27T16:51:54.0348238Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:51:54.0348861Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-09-27T16:51:54.0847240Z ok (0.048s) 2022-09-27T16:51:54.1022176Z test_op_has_batch_rule_tril_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:54.1197610Z test_op_has_batch_rule_triu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:54.1660271Z test_op_has_batch_rule_true_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:54.1750755Z test_op_has_batch_rule_trunc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:54.2029584Z test_op_has_batch_rule_unbind_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:54.2244873Z test_op_has_batch_rule_unflatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:54.2674233Z test_op_has_batch_rule_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:54.2777209Z test_op_has_batch_rule_uniform_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:54.2967575Z test_op_has_batch_rule_unique_consecutive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:54.3154776Z test_op_has_batch_rule_unique_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:54.3445915Z test_op_has_batch_rule_unsqueeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:54.3631885Z test_op_has_batch_rule_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-09-27T16:51:54.3867279Z test_op_has_batch_rule_var_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-09-27T16:51:54.3933781Z test_op_has_batch_rule_vdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:54.4006800Z test_op_has_batch_rule_view_as_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:51:54.4189512Z test_op_has_batch_rule_view_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:54.4397891Z test_op_has_batch_rule_view_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:54.4534608Z test_op_has_batch_rule_vsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:54.4891872Z test_op_has_batch_rule_vstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:54.5270180Z test_op_has_batch_rule_where_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:54.5825228Z test_op_has_batch_rule_xlogy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:51:54.5964016Z test_op_has_batch_rule_zero__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:54.6027062Z test_op_has_batch_rule_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:54.6174338Z test_op_has_batch_rule_zeros_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:54.6196066Z test_torch_return_types_returns_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:54.6239265Z test_vmap_exhaustive_H_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:54.6282749Z test_vmap_exhaustive_T_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:54.6610323Z test_vmap_exhaustive___getitem___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.031s) 2022-09-27T16:51:54.8224068Z test_vmap_exhaustive___getitem___functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.158s) 2022-09-27T16:51:54.8501142Z test_vmap_exhaustive___radd___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:54.8789792Z test_vmap_exhaustive___rdiv___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:51:54.9278419Z test_vmap_exhaustive___rmatmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:51:54.9562091Z test_vmap_exhaustive___rmod___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:54.9836461Z test_vmap_exhaustive___rmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:54.9865532Z test_vmap_exhaustive___rpow___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::detach_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:54.9866755Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:51:54.9868923Z expected failure (0.016s) 2022-09-27T16:51:55.0142750Z test_vmap_exhaustive___rsub___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-09-27T16:51:55.1943348Z test_vmap_exhaustive__masked_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.191s) 2022-09-27T16:51:55.3736561Z test_vmap_exhaustive__masked_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.171s) 2022-09-27T16:51:55.4840814Z test_vmap_exhaustive__masked_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.104s) 2022-09-27T16:51:55.5946403Z test_vmap_exhaustive__masked_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.108s) 2022-09-27T16:51:55.6195953Z test_vmap_exhaustive__masked_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:55.6446636Z test_vmap_exhaustive__masked_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:55.6816031Z test_vmap_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:55.7410908Z test_vmap_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:51:55.9520402Z test_vmap_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.212s) 2022-09-27T16:51:56.1996974Z test_vmap_exhaustive__masked_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.259s) 2022-09-27T16:51:56.2371784Z test_vmap_exhaustive__masked_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:57.1676133Z test_vmap_exhaustive__masked_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.930s) 2022-09-27T16:51:57.2391905Z test_vmap_exhaustive__masked_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-09-27T16:51:57.4212430Z test_vmap_exhaustive__masked_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.181s) 2022-09-27T16:51:57.4579264Z test_vmap_exhaustive__masked_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:57.4957149Z test_vmap_exhaustive__masked_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:58.1645633Z test_vmap_exhaustive__masked_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.673s) 2022-09-27T16:51:58.3473327Z test_vmap_exhaustive__masked_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.174s) 2022-09-27T16:51:59.0037287Z test_vmap_exhaustive__masked_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.666s) 2022-09-27T16:51:59.0080132Z test_vmap_exhaustive_abs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.0080950Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.0084219Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::absolute_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.0084874Z return op(*args, **kwargs) 2022-09-27T16:51:59.0116304Z ok (0.000s) 2022-09-27T16:51:59.0155777Z test_vmap_exhaustive_acos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.0156634Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.0159303Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccos_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.0159947Z return op(*args, **kwargs) 2022-09-27T16:51:59.0283472Z ok (0.016s) 2022-09-27T16:51:59.0321931Z test_vmap_exhaustive_acosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.0322705Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.0325436Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccosh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.0326082Z return op(*args, **kwargs) 2022-09-27T16:51:59.0450039Z ok (0.016s) 2022-09-27T16:51:59.0979282Z test_vmap_exhaustive_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-09-27T16:51:59.1012298Z test_vmap_exhaustive_addbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.1013380Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.1016868Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.1017740Z return op(*args, **kwargs) 2022-09-27T16:51:59.1619818Z ok (0.064s) 2022-09-27T16:51:59.1674545Z test_vmap_exhaustive_addcdiv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.1675609Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.1678500Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcdiv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.1679449Z return op(*args, **kwargs) 2022-09-27T16:51:59.2679412Z ok (0.103s) 2022-09-27T16:51:59.2733888Z test_vmap_exhaustive_addcmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.2734976Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.2738003Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcmul_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.2738866Z return op(*args, **kwargs) 2022-09-27T16:51:59.3736290Z ok (0.104s) 2022-09-27T16:51:59.3774801Z test_vmap_exhaustive_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.3775868Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.3779049Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.3779913Z return op(*args, **kwargs) 2022-09-27T16:51:59.4017350Z ok (0.020s) 2022-09-27T16:51:59.4291327Z test_vmap_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:59.4322246Z test_vmap_exhaustive_addmv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.4323315Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.4326519Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.4327388Z return op(*args, **kwargs) 2022-09-27T16:51:59.4823005Z ok (0.041s) 2022-09-27T16:51:59.4856080Z test_vmap_exhaustive_addr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.4857247Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.4860372Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addr_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.4861228Z return op(*args, **kwargs) 2022-09-27T16:51:59.5438403Z ok (0.073s) 2022-09-27T16:51:59.5458639Z test_vmap_exhaustive_all_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.5459706Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.5462431Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.5463293Z return op(*args, **kwargs) 2022-09-27T16:51:59.5474825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.5475764Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.5478702Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all.dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.5479559Z return op(*args, **kwargs) 2022-09-27T16:51:59.5654450Z ok (0.016s) 2022-09-27T16:51:59.5692735Z test_vmap_exhaustive_allclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:59.6038653Z test_vmap_exhaustive_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-09-27T16:51:59.6383859Z test_vmap_exhaustive_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:51:59.6571202Z test_vmap_exhaustive_aminmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:59.6603004Z test_vmap_exhaustive_angle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:51:59.6623078Z test_vmap_exhaustive_any_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.6623880Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.6626668Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.6627311Z return op(*args, **kwargs) 2022-09-27T16:51:59.6800590Z ok (0.016s) 2022-09-27T16:51:59.6823956Z test_vmap_exhaustive_arange_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:51:59.7005912Z test_vmap_exhaustive_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:51:59.7187845Z test_vmap_exhaustive_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:51:59.7751116Z test_vmap_exhaustive_argsort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:51:59.7770618Z test_vmap_exhaustive_argwhere_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.7771688Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.7774380Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::argwhere. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.7775257Z return op(*args, **kwargs) 2022-09-27T16:51:59.7855195Z ok (0.026s) 2022-09-27T16:51:59.7883625Z test_vmap_exhaustive_as_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.7884703Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.7887857Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.7888726Z return op(*args, **kwargs) 2022-09-27T16:51:59.7921038Z expected failure (0.000s) 2022-09-27T16:51:59.7946417Z test_vmap_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:10473: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.7947620Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-09-27T16:51:59.8132299Z ok (0.016s) 2022-09-27T16:51:59.8174948Z test_vmap_exhaustive_asin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.8176088Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.8179256Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsin_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.8180113Z return op(*args, **kwargs) 2022-09-27T16:51:59.8215162Z ok (0.016s) 2022-09-27T16:51:59.8258311Z test_vmap_exhaustive_asinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.8259352Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.8262433Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsinh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.8263301Z return op(*args, **kwargs) 2022-09-27T16:51:59.8297164Z ok (0.000s) 2022-09-27T16:51:59.8336295Z test_vmap_exhaustive_atan2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.8337339Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.8339988Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.8340848Z return op(*args, **kwargs) 2022-09-27T16:51:59.8344869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.8345798Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.8348938Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.8349831Z return op(*args, **kwargs) 2022-09-27T16:51:59.9108043Z ok (0.089s) 2022-09-27T16:51:59.9150211Z test_vmap_exhaustive_atan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.9151275Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.9154549Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.9155414Z return op(*args, **kwargs) 2022-09-27T16:51:59.9189831Z ok (0.000s) 2022-09-27T16:51:59.9232261Z test_vmap_exhaustive_atanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.9233306Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:51:59.9236296Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctanh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:51:59.9237159Z return op(*args, **kwargs) 2022-09-27T16:51:59.9269908Z ok (0.016s) 2022-09-27T16:51:59.9995022Z test_vmap_exhaustive_atleast_1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:52:00.0724651Z test_vmap_exhaustive_atleast_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.078s) 2022-09-27T16:52:00.1462787Z test_vmap_exhaustive_atleast_3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.080s) 2022-09-27T16:52:00.1501367Z test_vmap_exhaustive_baddbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:00.1502446Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:00.1505880Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::baddbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:00.1506914Z return op(*args, **kwargs) 2022-09-27T16:52:00.2030358Z ok (0.048s) 2022-09-27T16:52:00.2092450Z test_vmap_exhaustive_bernoulli_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:00.2170052Z test_vmap_exhaustive_bfloat16_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:00.2238007Z test_vmap_exhaustive_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:00.2483241Z test_vmap_exhaustive_block_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:00.2532440Z test_vmap_exhaustive_bmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:00.2611268Z test_vmap_exhaustive_bool_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:00.2679848Z test_vmap_exhaustive_bool_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:00.2699619Z test_vmap_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:00.2975894Z test_vmap_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:00.3099307Z test_vmap_exhaustive_broadcast_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:00.3142865Z test_vmap_exhaustive_bucketize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:00.3143961Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:00.3148911Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bucketize.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:00.3149804Z return op(*args, **kwargs) 2022-09-27T16:52:00.3859784Z ok (0.079s) 2022-09-27T16:52:00.3938576Z test_vmap_exhaustive_byte_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:00.4007724Z test_vmap_exhaustive_byte_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:00.4143135Z test_vmap_exhaustive_cartesian_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:00.4458582Z test_vmap_exhaustive_cat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.032s) 2022-09-27T16:52:01.2409159Z test_vmap_exhaustive_cdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.793s) 2022-09-27T16:52:01.2458691Z test_vmap_exhaustive_ceil_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:01.2480035Z test_vmap_exhaustive_chalf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:13883: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::chalf. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.2480886Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T16:52:01.2558713Z ok (0.016s) 2022-09-27T16:52:01.2640434Z test_vmap_exhaustive_char_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:01.2710685Z test_vmap_exhaustive_char_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:01.2939301Z test_vmap_exhaustive_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:01.3131991Z test_vmap_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:01.3531989Z test_vmap_exhaustive_cholesky_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:01.3642933Z test_vmap_exhaustive_chunk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:01.3679780Z test_vmap_exhaustive_clamp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.3680844Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:01.3684154Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clamp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.3685019Z return op(*args, **kwargs) 2022-09-27T16:52:01.3689866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.3690794Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:01.3694350Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clip_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.3695208Z return op(*args, **kwargs) 2022-09-27T16:52:01.4496192Z ok (0.081s) 2022-09-27T16:52:01.4516747Z test_vmap_exhaustive_clamp_max_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:01.4536588Z test_vmap_exhaustive_clamp_min_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:01.4580758Z test_vmap_exhaustive_clone_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:01.4609654Z test_vmap_exhaustive_column_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:01.5004147Z test_vmap_exhaustive_combinations_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:01.5031497Z test_vmap_exhaustive_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.5032727Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:01.5035586Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.5036551Z return op(*args, **kwargs) 2022-09-27T16:52:01.5337677Z ok (0.031s) 2022-09-27T16:52:01.5392103Z test_vmap_exhaustive_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:01.5418689Z test_vmap_exhaustive_conj_physical_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.5419765Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:01.5422552Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::conj_physical_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.5423411Z return op(*args, **kwargs) 2022-09-27T16:52:01.5439827Z ok (0.000s) 2022-09-27T16:52:01.6303521Z test_vmap_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:52:01.6346899Z test_vmap_exhaustive_contiguous_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:01.6371518Z test_vmap_exhaustive_copysign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.6372323Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:01.6375259Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.6375915Z return op(*args, **kwargs) 2022-09-27T16:52:01.6380163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.6380865Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:01.6384103Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.6384748Z return op(*args, **kwargs) 2022-09-27T16:52:01.6799102Z ok (0.048s) 2022-09-27T16:52:01.6901187Z test_vmap_exhaustive_corrcoef_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:01.6996761Z test_vmap_exhaustive_cos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:01.7088885Z test_vmap_exhaustive_cosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:01.7109496Z test_vmap_exhaustive_count_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.7110574Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:01.7113250Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::count_nonzero. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.7114134Z return op(*args, **kwargs) 2022-09-27T16:52:01.7406655Z ok (0.031s) 2022-09-27T16:52:01.8376802Z test_vmap_exhaustive_cov_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.096s) 2022-09-27T16:52:01.8474165Z test_vmap_exhaustive_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:01.8553750Z test_vmap_exhaustive_cummax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:01.8633241Z test_vmap_exhaustive_cummin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:01.8660818Z test_vmap_exhaustive_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.8664162Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:01.8665152Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.8666015Z return op(*args, **kwargs) 2022-09-27T16:52:01.8942378Z ok (0.032s) 2022-09-27T16:52:01.8971337Z test_vmap_exhaustive_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.8972423Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:01.8975351Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumsum_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.8976215Z return op(*args, **kwargs) 2022-09-27T16:52:01.9076932Z ok (0.016s) 2022-09-27T16:52:01.9336642Z test_vmap_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:01.9433224Z test_vmap_exhaustive_deg2rad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:01.9668322Z test_vmap_exhaustive_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:01.9970142Z test_vmap_exhaustive_diag_embed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:01.9992406Z test_vmap_exhaustive_diagflat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.9993488Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:01.9996120Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:01.9996975Z return op(*args, **kwargs) 2022-09-27T16:52:02.0062475Z ok (0.000s) 2022-09-27T16:52:02.0510764Z test_vmap_exhaustive_diagonal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:02.0996473Z test_vmap_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:52:02.3777341Z test_vmap_exhaustive_diff_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.284s) 2022-09-27T16:52:02.3935089Z test_vmap_exhaustive_digamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:02.5466751Z test_vmap_exhaustive_dist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.143s) 2022-09-27T16:52:02.5501499Z test_vmap_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:02.5502322Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:02.5505446Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::div_.Tensor_mode. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:02.5506088Z return op(*args, **kwargs) 2022-09-27T16:52:02.6316498Z ok (0.095s) 2022-09-27T16:52:02.7093780Z test_vmap_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-09-27T16:52:02.7914319Z test_vmap_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-09-27T16:52:02.7961229Z test_vmap_exhaustive_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:02.8040184Z test_vmap_exhaustive_double_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:02.8108126Z test_vmap_exhaustive_double_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:02.8199928Z test_vmap_exhaustive_dsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:02.8397937Z test_vmap_exhaustive_dstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:02.8740725Z test_vmap_exhaustive_einsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:02.8761522Z test_vmap_exhaustive_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:02.8846451Z test_vmap_exhaustive_empty_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:02.9157185Z test_vmap_exhaustive_eq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:02.9178948Z test_vmap_exhaustive_equal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:02.9242410Z test_vmap_exhaustive_erf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:02.9367482Z test_vmap_exhaustive_erfc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:02.9426642Z test_vmap_exhaustive_erfinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:02.9551408Z test_vmap_exhaustive_exp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:02.9643726Z test_vmap_exhaustive_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:02.9740940Z test_vmap_exhaustive_expand_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:02.9901293Z test_vmap_exhaustive_expand_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:02.9962482Z test_vmap_exhaustive_expm1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:02.9984460Z test_vmap_exhaustive_eye_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:03.0113910Z test_vmap_exhaustive_fft_fft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:03.0257677Z test_vmap_exhaustive_fft_fft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.0421634Z test_vmap_exhaustive_fft_fftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.0511551Z test_vmap_exhaustive_fft_fftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.0645894Z test_vmap_exhaustive_fft_hfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.0788370Z test_vmap_exhaustive_fft_hfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.0954127Z test_vmap_exhaustive_fft_hfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:03.1083181Z test_vmap_exhaustive_fft_ifft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.1234674Z test_vmap_exhaustive_fft_ifft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.1399359Z test_vmap_exhaustive_fft_ifftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.1487761Z test_vmap_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:03.1513233Z test_vmap_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.1514344Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:03.1518393Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.1519370Z return op(*args, **kwargs) 2022-09-27T16:52:03.1634678Z ok (0.016s) 2022-09-27T16:52:03.1780474Z test_vmap_exhaustive_fft_ihfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.1806464Z test_vmap_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.1807563Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:03.1812131Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.1813034Z return op(*args, **kwargs) 2022-09-27T16:52:03.1966242Z ok (0.026s) 2022-09-27T16:52:03.2094334Z test_vmap_exhaustive_fft_irfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:03.2230102Z test_vmap_exhaustive_fft_irfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.2387586Z test_vmap_exhaustive_fft_irfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.2510505Z test_vmap_exhaustive_fft_rfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.2649482Z test_vmap_exhaustive_fft_rfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.2807007Z test_vmap_exhaustive_fft_rfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.2906056Z test_vmap_exhaustive_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:03.3000620Z test_vmap_exhaustive_flatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:03.3153201Z test_vmap_exhaustive_flip_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.3208160Z test_vmap_exhaustive_fliplr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.3262142Z test_vmap_exhaustive_flipud_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:03.3339492Z test_vmap_exhaustive_float_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:03.3407061Z test_vmap_exhaustive_float_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.3711404Z test_vmap_exhaustive_float_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:03.3758371Z test_vmap_exhaustive_floor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:03.3787781Z test_vmap_exhaustive_floor_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.3788958Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:03.3791541Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::floor_divide_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.3792411Z return op(*args, **kwargs) 2022-09-27T16:52:03.4206069Z ok (0.041s) 2022-09-27T16:52:03.4490988Z test_vmap_exhaustive_fmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:03.4776832Z test_vmap_exhaustive_fmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:52:03.4809061Z test_vmap_exhaustive_fmod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.4809866Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:03.4812727Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fmod_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.4813375Z return op(*args, **kwargs) 2022-09-27T16:52:03.5214378Z ok (0.041s) 2022-09-27T16:52:03.5306454Z test_vmap_exhaustive_frac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.5382372Z test_vmap_exhaustive_frexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:03.5494791Z test_vmap_exhaustive_full_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.5823149Z test_vmap_exhaustive_gather_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:03.6336990Z test_vmap_exhaustive_ge_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:52:03.7103845Z test_vmap_exhaustive_geqrf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-09-27T16:52:03.7599639Z test_vmap_exhaustive_gradient_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:52:03.8116045Z test_vmap_exhaustive_gt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:52:03.8196360Z test_vmap_exhaustive_half_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:03.8265847Z test_vmap_exhaustive_half_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:03.8299934Z test_vmap_exhaustive_heaviside_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.8300758Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:03.8303645Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::heaviside_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.8304864Z return op(*args, **kwargs) 2022-09-27T16:52:03.8694297Z ok (0.031s) 2022-09-27T16:52:03.8756179Z test_vmap_exhaustive_histc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.8756982Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:03.8760325Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histc. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:03.8760965Z return op(*args, **kwargs) 2022-09-27T16:52:04.0283063Z ok (0.171s) 2022-09-27T16:52:04.0406068Z test_vmap_exhaustive_histogram_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histogram.bin_ct. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.0406894Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:04.0411860Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histogram.bin_ct. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.0412513Z return op(*args, **kwargs) 2022-09-27T16:52:04.0431373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histogram.bins_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.0432077Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:04.0437017Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histogram.bins_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.0437674Z return op(*args, **kwargs) 2022-09-27T16:52:04.7510116Z ok (0.720s) 2022-09-27T16:52:04.7664228Z test_vmap_exhaustive_histogramdd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:52:04.7759558Z test_vmap_exhaustive_hsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:04.7947585Z test_vmap_exhaustive_hstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:04.7981742Z test_vmap_exhaustive_hypot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.7982892Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:04.7985663Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::hypot_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.7986526Z return op(*args, **kwargs) 2022-09-27T16:52:04.8376760Z ok (0.041s) 2022-09-27T16:52:04.8467259Z test_vmap_exhaustive_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:04.8507129Z test_vmap_exhaustive_igamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.8508167Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:04.8511053Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.8511916Z return op(*args, **kwargs) 2022-09-27T16:52:04.9181387Z ok (0.067s) 2022-09-27T16:52:04.9221156Z test_vmap_exhaustive_igammac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.9222218Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:04.9224977Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igammac_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.9225850Z return op(*args, **kwargs) 2022-09-27T16:52:04.9893712Z ok (0.073s) 2022-09-27T16:52:04.9924089Z test_vmap_exhaustive_index_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.9927593Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:04.9928326Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:04.9929028Z return op(*args, **kwargs) 2022-09-27T16:52:05.0996257Z ok (0.100s) 2022-09-27T16:52:05.1026070Z test_vmap_exhaustive_index_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.1026947Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:05.1030416Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_copy_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.1031065Z return op(*args, **kwargs) 2022-09-27T16:52:05.1371880Z ok (0.047s) 2022-09-27T16:52:05.1393817Z test_vmap_exhaustive_index_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.1394602Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:05.1397915Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.1398570Z return op(*args, **kwargs) 2022-09-27T16:52:05.1403349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.1404050Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:05.1407492Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill_.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.1408129Z return op(*args, **kwargs) 2022-09-27T16:52:05.1583711Z ok (0.016s) 2022-09-27T16:52:05.1741763Z test_vmap_exhaustive_index_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:05.2777223Z test_vmap_exhaustive_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.112s) 2022-09-27T16:52:05.2799355Z test_vmap_exhaustive_index_reduce_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.2800339Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:05.2803772Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.2804417Z return op(*args, **kwargs) 2022-09-27T16:52:05.2809874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.2810576Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:05.2814279Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.2814911Z return op(*args, **kwargs) 2022-09-27T16:52:05.7240638Z ok (0.444s) 2022-09-27T16:52:05.7362579Z test_vmap_exhaustive_index_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:05.7439646Z test_vmap_exhaustive_inner_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:05.7520715Z test_vmap_exhaustive_int_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:05.7591154Z test_vmap_exhaustive_int_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:05.7615363Z test_vmap_exhaustive_isclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.7616426Z return self.op(*args, **kwargs) 2022-09-27T16:52:05.7664744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.7665686Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:05.7670841Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.7671770Z return op(*args, **kwargs) 2022-09-27T16:52:05.8386887Z ok (0.079s) 2022-09-27T16:52:05.8449635Z test_vmap_exhaustive_isfinite_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:05.8472662Z test_vmap_exhaustive_isin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.8473745Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:05.8476800Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isin.Tensor_Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.8477752Z return op(*args, **kwargs) 2022-09-27T16:52:05.8547369Z ok (0.016s) 2022-09-27T16:52:05.8581095Z test_vmap_exhaustive_isinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:05.8613912Z test_vmap_exhaustive_isnan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:05.8646138Z test_vmap_exhaustive_isneginf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:05.8678304Z test_vmap_exhaustive_isposinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:05.8734544Z test_vmap_exhaustive_isreal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:05.8760096Z test_vmap_exhaustive_istft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.8761165Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:05.8766251Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::istft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.8767121Z return op(*args, **kwargs) 2022-09-27T16:52:05.9062258Z ok (0.032s) 2022-09-27T16:52:05.9079561Z test_vmap_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:52:05.9096429Z test_vmap_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:52:05.9113240Z test_vmap_exhaustive_jiterator_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:52:05.9129841Z test_vmap_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:52:05.9146545Z test_vmap_exhaustive_jiterator_unary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:52:05.9224929Z test_vmap_exhaustive_kron_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:05.9496269Z test_vmap_exhaustive_kthvalue_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:05.9531581Z test_vmap_exhaustive_ldexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.9532734Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:05.9535724Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ldexp_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:05.9536579Z return op(*args, **kwargs) 2022-09-27T16:52:05.9956672Z ok (0.047s) 2022-09-27T16:52:06.0471056Z test_vmap_exhaustive_le_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:52:06.0513896Z test_vmap_exhaustive_lerp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:06.0514959Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:06.0517969Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:06.0518836Z return op(*args, **kwargs) 2022-09-27T16:52:06.0740579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:06.0741522Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:06.0744862Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:06.0745728Z return op(*args, **kwargs) 2022-09-27T16:52:06.1379158Z ok (0.094s) 2022-09-27T16:52:06.1505289Z test_vmap_exhaustive_lgamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:06.1745187Z test_vmap_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:06.2072970Z test_vmap_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:06.2148272Z test_vmap_exhaustive_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:06.2191805Z test_vmap_exhaustive_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:06.2497181Z test_vmap_exhaustive_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:06.3518108Z test_vmap_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-09-27T16:52:06.3756660Z test_vmap_exhaustive_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:06.3766884Z test_vmap_exhaustive_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:52:06.3945057Z test_vmap_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-09-27T16:52:06.4086476Z test_vmap_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:06.4557335Z test_vmap_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:06.4814140Z test_vmap_exhaustive_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:06.5009174Z test_vmap_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:06.5030894Z test_vmap_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:06.5031993Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:06.5036894Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:06.5037779Z return op(*args, **kwargs) 2022-09-27T16:52:06.5121055Z ok (0.016s) 2022-09-27T16:52:06.5238762Z test_vmap_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:06.5264989Z test_vmap_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:06.5266107Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:06.5269724Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:06.5270627Z return op(*args, **kwargs) 2022-09-27T16:52:06.6318579Z ok (0.111s) 2022-09-27T16:52:06.9147912Z test_vmap_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.284s) 2022-09-27T16:52:07.0836785Z test_vmap_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.174s) 2022-09-27T16:52:07.0860141Z test_vmap_exhaustive_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:07.0861314Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:07.0867388Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:07.0868271Z return op(*args, **kwargs) 2022-09-27T16:52:07.1361117Z ok (0.048s) 2022-09-27T16:52:07.1384418Z test_vmap_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:07.1385510Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:07.1390351Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:07.1391213Z return op(*args, **kwargs) 2022-09-27T16:52:07.1783835Z ok (0.047s) 2022-09-27T16:52:07.2209087Z test_vmap_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:52:07.8092710Z test_vmap_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.585s) 2022-09-27T16:52:07.9322429Z test_vmap_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.126s) 2022-09-27T16:52:07.9926714Z test_vmap_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:52:08.1183814Z test_vmap_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.129s) 2022-09-27T16:52:08.1339511Z test_vmap_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:08.1961378Z test_vmap_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:52:08.3433631Z test_vmap_exhaustive_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.142s) 2022-09-27T16:52:08.4506202Z test_vmap_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-09-27T16:52:08.4950270Z test_vmap_exhaustive_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:08.5115761Z test_vmap_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:08.5132981Z test_vmap_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:52:08.5920751Z test_vmap_exhaustive_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:52:08.6161207Z test_vmap_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:08.6760272Z test_vmap_exhaustive_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:52:08.7570541Z test_vmap_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:52:09.1723661Z test_vmap_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.425s) 2022-09-27T16:52:09.7440905Z test_vmap_exhaustive_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.571s) 2022-09-27T16:52:09.7956269Z test_vmap_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:09.8029230Z test_vmap_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:09.8045511Z test_vmap_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:09.8046652Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:09.8050117Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:09.8051010Z return op(*args, **kwargs) 2022-09-27T16:52:09.8205111Z ok (0.016s) 2022-09-27T16:52:09.8226357Z test_vmap_exhaustive_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:09.8227448Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:09.8230576Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:09.8231464Z return op(*args, **kwargs) 2022-09-27T16:52:09.8389005Z ok (0.016s) 2022-09-27T16:52:09.8410609Z test_vmap_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:09.8411689Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:09.8414731Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:09.8415608Z return op(*args, **kwargs) 2022-09-27T16:52:09.9765302Z ok (0.142s) 2022-09-27T16:52:10.2184789Z test_vmap_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.233s) 2022-09-27T16:52:10.2207977Z test_vmap_exhaustive_linspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:10.2301479Z test_vmap_exhaustive_log10_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:10.2365472Z test_vmap_exhaustive_log1p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:10.2458776Z test_vmap_exhaustive_log2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:10.2551652Z test_vmap_exhaustive_log_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:10.2806312Z test_vmap_exhaustive_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:10.3064691Z test_vmap_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:10.3110655Z test_vmap_exhaustive_logaddexp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:10.3156157Z test_vmap_exhaustive_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:10.3280093Z test_vmap_exhaustive_logcumsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:10.3481913Z test_vmap_exhaustive_logdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:10.3773252Z test_vmap_exhaustive_logical_and_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:10.3831670Z test_vmap_exhaustive_logical_not_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-09-27T16:52:10.4122529Z test_vmap_exhaustive_logical_or_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:10.4414745Z test_vmap_exhaustive_logical_xor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:10.4588040Z test_vmap_exhaustive_logit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:10.4610488Z test_vmap_exhaustive_logspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:10.5135447Z test_vmap_exhaustive_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-09-27T16:52:10.5216258Z test_vmap_exhaustive_long_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:10.5287042Z test_vmap_exhaustive_long_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:10.5807641Z test_vmap_exhaustive_lt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:10.6658813Z test_vmap_exhaustive_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.082s) 2022-09-27T16:52:10.6683196Z test_vmap_exhaustive_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:10.6684297Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:10.6687935Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:10.6688812Z return op(*args, **kwargs) 2022-09-27T16:52:10.8362336Z ok (0.173s) 2022-09-27T16:52:10.8385302Z test_vmap_exhaustive_lu_unpack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:10.8386388Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:10.8392833Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:10.8393710Z return op(*args, **kwargs) 2022-09-27T16:52:10.9365297Z ok (0.096s) 2022-09-27T16:52:10.9553266Z test_vmap_exhaustive_mH_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:10.9660694Z test_vmap_exhaustive_mT_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:10.9686667Z test_vmap_exhaustive_masked_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:10.9687760Z return self.op(*args, **kwargs) 2022-09-27T16:52:10.9811043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:10.9812011Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:10.9815442Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:10.9816312Z return op(*args, **kwargs) 2022-09-27T16:52:10.9820834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:10.9821785Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:10.9825355Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:10.9826232Z return op(*args, **kwargs) 2022-09-27T16:52:11.0315256Z ok (0.064s) 2022-09-27T16:52:11.0590809Z test_vmap_exhaustive_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:11.0613291Z test_vmap_exhaustive_masked_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:11.0614381Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:11.0617562Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:11.0618442Z return op(*args, **kwargs) 2022-09-27T16:52:11.0623224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:11.0624168Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:11.0627609Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:11.0628548Z return op(*args, **kwargs) 2022-09-27T16:52:11.1055023Z ok (0.050s) 2022-09-27T16:52:11.1139103Z test_vmap_exhaustive_masked_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-09-27T16:52:11.2068548Z test_vmap_exhaustive_matmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.088s) 2022-09-27T16:52:11.2098880Z test_vmap_exhaustive_matrix_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:11.2099964Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:11.2107589Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:11.2108529Z return op(*args, **kwargs) 2022-09-27T16:52:11.2258027Z ok (0.016s) 2022-09-27T16:52:11.2786009Z test_vmap_exhaustive_max_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-09-27T16:52:11.2831842Z test_vmap_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:11.2933652Z test_vmap_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:11.3218984Z test_vmap_exhaustive_maximum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:52:11.3549635Z test_vmap_exhaustive_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:11.3809025Z test_vmap_exhaustive_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-09-27T16:52:11.4757939Z test_vmap_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.094s) 2022-09-27T16:52:11.5680518Z test_vmap_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:52:11.6208131Z test_vmap_exhaustive_min_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-09-27T16:52:11.6254099Z test_vmap_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:11.6356152Z test_vmap_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:11.6641762Z test_vmap_exhaustive_minimum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:11.6691361Z test_vmap_exhaustive_mm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:11.6866246Z test_vmap_exhaustive_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:11.7065047Z test_vmap_exhaustive_movedim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:11.7234572Z test_vmap_exhaustive_msort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:11.8003214Z test_vmap_exhaustive_mul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.080s) 2022-09-27T16:52:12.0835322Z test_vmap_exhaustive_multinomial_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.285s) 2022-09-27T16:52:12.0919663Z test_vmap_exhaustive_mv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:12.1691484Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.080s) 2022-09-27T16:52:12.2460276Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:52:12.3228813Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:52:12.3354865Z test_vmap_exhaustive_nan_to_num_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:12.3379680Z test_vmap_exhaustive_nanmean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.3380477Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:12.3383905Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.3384558Z return op(*args, **kwargs) 2022-09-27T16:52:12.3975269Z ok (0.064s) 2022-09-27T16:52:12.4234371Z test_vmap_exhaustive_nanmedian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:12.4265717Z test_vmap_exhaustive_nanquantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.4266602Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:12.4271599Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.4272268Z return op(*args, **kwargs) 2022-09-27T16:52:12.5091074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.5096472Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:12.5097195Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.5097836Z return op(*args, **kwargs) 2022-09-27T16:52:12.6761223Z ok (0.253s) 2022-09-27T16:52:12.6785868Z test_vmap_exhaustive_nansum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.6786673Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:12.6789538Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.6790183Z return op(*args, **kwargs) 2022-09-27T16:52:12.7281213Z ok (0.064s) 2022-09-27T16:52:12.7302381Z test_vmap_exhaustive_narrow_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py:475: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::narrow_copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.7303170Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:12.7306549Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::narrow_copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.7307191Z return op(*args, **kwargs) 2022-09-27T16:52:12.7384788Z ok (0.000s) 2022-09-27T16:52:12.7427701Z test_vmap_exhaustive_narrow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:12.8769057Z test_vmap_exhaustive_native_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.126s) 2022-09-27T16:52:12.9290373Z test_vmap_exhaustive_ne_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:52:12.9341746Z test_vmap_exhaustive_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.9342816Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:12.9345753Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::negative_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.9346635Z return op(*args, **kwargs) 2022-09-27T16:52:12.9377696Z ok (0.016s) 2022-09-27T16:52:12.9481110Z test_vmap_exhaustive_new_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:12.9509725Z test_vmap_exhaustive_new_empty_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:12.9635331Z test_vmap_exhaustive_new_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:12.9753134Z test_vmap_exhaustive_new_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:12.9870966Z test_vmap_exhaustive_new_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:12.9905214Z test_vmap_exhaustive_nextafter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.9906288Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:12.9909248Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nextafter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:12.9910121Z return op(*args, **kwargs) 2022-09-27T16:52:13.0309310Z ok (0.048s) 2022-09-27T16:52:13.0423197Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:13.0617252Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:13.0876893Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:13.1055356Z test_vmap_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:13.1573131Z test_vmap_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:52:13.2040513Z test_vmap_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-09-27T16:52:13.2232440Z test_vmap_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:13.2445617Z test_vmap_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:13.2668202Z test_vmap_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:13.5301056Z test_vmap_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.254s) 2022-09-27T16:52:13.5351082Z test_vmap_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:13.5352174Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:13.5357730Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:13.5358595Z return op(*args, **kwargs) 2022-09-27T16:52:13.8352997Z ok (0.316s) 2022-09-27T16:52:13.8710733Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:13.9780655Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-09-27T16:52:13.9874013Z test_vmap_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:14.1312157Z test_vmap_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.142s) 2022-09-27T16:52:14.6365475Z test_vmap_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.509s) 2022-09-27T16:52:14.6439817Z test_vmap_exhaustive_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:14.6593345Z test_vmap_exhaustive_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:14.6736882Z test_vmap_exhaustive_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:14.6810980Z test_vmap_exhaustive_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:14.6886826Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:14.7021080Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:14.7155316Z test_vmap_exhaustive_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:14.7298882Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:14.7441640Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:14.7567371Z test_vmap_exhaustive_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:14.8761859Z test_vmap_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.119s) 2022-09-27T16:52:15.0361111Z test_vmap_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.155s) 2022-09-27T16:52:15.4394378Z test_vmap_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.395s) 2022-09-27T16:52:15.5111493Z test_vmap_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.083s) 2022-09-27T16:52:15.5544891Z test_vmap_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:15.6411198Z test_vmap_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.083s) 2022-09-27T16:52:15.6459769Z test_vmap_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:15.6460578Z return torch.ctc_loss( 2022-09-27T16:52:15.8928581Z ok (0.254s) 2022-09-27T16:52:15.9207001Z test_vmap_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.026s) 2022-09-27T16:52:15.9498663Z test_vmap_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.031s) 2022-09-27T16:52:15.9774775Z test_vmap_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.026s) 2022-09-27T16:52:15.9866873Z test_vmap_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:15.9890163Z test_vmap_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:15.9891258Z ret, _, _, _ = torch.embedding_bag( 2022-09-27T16:52:16.0223144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:16.0224170Z torch.embedding_renorm_(weight.detach(), input, max_norm, norm_type) 2022-09-27T16:52:16.0267659Z expected failure (0.041s) 2022-09-27T16:52:16.0518729Z test_vmap_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.031s) 2022-09-27T16:52:16.0715763Z test_vmap_exhaustive_nn_functional_embedding_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:16.0880920Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.026s) 2022-09-27T16:52:16.2114035Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.108s) 2022-09-27T16:52:16.2196590Z test_vmap_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:16.2284807Z test_vmap_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:16.2308615Z test_vmap_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:16.2309734Z if torch.any(var < 0): 2022-09-27T16:52:16.2315445Z expected failure (0.000s) 2022-09-27T16:52:16.2458720Z test_vmap_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:16.3143721Z test_vmap_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-09-27T16:52:16.4278742Z test_vmap_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.104s) 2022-09-27T16:52:16.4452847Z test_vmap_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:16.4547217Z test_vmap_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:16.4638821Z test_vmap_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:16.4708580Z test_vmap_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:16.4805342Z test_vmap_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:16.5206489Z test_vmap_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-09-27T16:52:16.5228240Z test_vmap_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:16.5229508Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-09-27T16:52:16.5531777Z ok (0.031s) 2022-09-27T16:52:16.5567218Z test_vmap_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:16.5814379Z test_vmap_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:16.6073835Z test_vmap_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:16.6319027Z test_vmap_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:16.6542969Z test_vmap_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:16.6787334Z test_vmap_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:16.7080033Z test_vmap_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:16.7102145Z test_vmap_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:16.7103871Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-09-27T16:52:16.7164722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:52:16.7165471Z warnings.warn( 2022-09-27T16:52:16.7643286Z ok (0.048s) 2022-09-27T16:52:16.7879046Z test_vmap_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:16.8575005Z test_vmap_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:52:16.8710568Z test_vmap_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:16.9489302Z test_vmap_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:52:16.9734926Z test_vmap_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:16.9792026Z test_vmap_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:16.9830039Z test_vmap_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:16.9831246Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-09-27T16:52:17.1551224Z ok (0.173s) 2022-09-27T16:52:17.1598105Z test_vmap_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:696: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool1d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:17.1599270Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T16:52:18.8467031Z ok (1.686s) 2022-09-27T16:52:21.5836323Z test_vmap_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (2.748s) 2022-09-27T16:52:21.5862560Z test_vmap_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:843: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:21.5863796Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T16:52:21.5930629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:21.5932229Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-09-27T16:52:22.8158546Z ok (1.218s) 2022-09-27T16:52:22.8185104Z test_vmap_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:948: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:22.8186346Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-09-27T16:52:23.3991658Z ok (0.593s) 2022-09-27T16:52:23.4960983Z test_vmap_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.094s) 2022-09-27T16:52:23.4995666Z test_vmap_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:980: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:23.4996786Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-09-27T16:52:24.6155093Z ok (1.123s) 2022-09-27T16:52:24.7653904Z test_vmap_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.142s) 2022-09-27T16:52:24.7678456Z test_vmap_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1012: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:24.7679642Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-09-27T16:52:25.1705759Z ok (0.410s) 2022-09-27T16:52:25.2546057Z test_vmap_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-09-27T16:52:25.2639820Z test_vmap_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:25.2843217Z test_vmap_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:25.3151817Z test_vmap_exhaustive_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:25.3174348Z test_vmap_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:25.3175580Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-09-27T16:52:25.3321344Z ok (0.016s) 2022-09-27T16:52:25.3343139Z test_vmap_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:25.3344333Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-09-27T16:52:25.3435605Z ok (0.016s) 2022-09-27T16:52:25.3635858Z test_vmap_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:25.5629759Z test_vmap_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.206s) 2022-09-27T16:52:25.5841247Z test_vmap_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-09-27T16:52:25.6063694Z test_vmap_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-09-27T16:52:25.6951955Z test_vmap_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.095s) 2022-09-27T16:52:25.7182333Z test_vmap_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:25.7411824Z test_vmap_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:25.7634536Z test_vmap_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:25.7655179Z test_vmap_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:25.7656287Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:25.7658734Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:25.7659575Z return op(*args, **kwargs) 2022-09-27T16:52:25.7788056Z ok (0.016s) 2022-09-27T16:52:25.7835361Z test_vmap_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:25.7881959Z test_vmap_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:26.0639965Z test_vmap_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.275s) 2022-09-27T16:52:26.1263715Z test_vmap_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:52:26.1318782Z test_vmap_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:26.1387016Z test_vmap_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:26.1448683Z test_vmap_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:26.1538286Z test_vmap_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:26.1627931Z test_vmap_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:26.1649359Z test_vmap_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:26.1650252Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-09-27T16:52:26.1916530Z ok (0.025s) 2022-09-27T16:52:26.1944925Z test_vmap_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:26.1945758Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-09-27T16:52:26.2180258Z ok (0.026s) 2022-09-27T16:52:26.2281981Z test_vmap_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:26.2385314Z test_vmap_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:26.2439736Z test_vmap_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:26.2529725Z test_vmap_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:26.2588755Z test_vmap_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:26.2644909Z test_vmap_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:26.2722310Z test_vmap_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:26.2746527Z test_vmap_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:26.2747416Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-09-27T16:52:26.3332109Z ok (0.073s) 2022-09-27T16:52:26.3958416Z test_vmap_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:52:26.8862564Z test_vmap_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.483s) 2022-09-27T16:52:26.8947673Z test_vmap_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:26.9167507Z test_vmap_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:52:26.9198385Z test_vmap_exhaustive_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:26.9845019Z test_vmap_exhaustive_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-09-27T16:52:26.9908666Z test_vmap_exhaustive_norm_fro_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:26.9986197Z test_vmap_exhaustive_norm_inf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:27.0047728Z test_vmap_exhaustive_norm_nuc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:27.0094131Z test_vmap_exhaustive_normal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:27.0137032Z test_vmap_exhaustive_normal_number_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:27.0157805Z test_vmap_exhaustive_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:27.0263739Z test_vmap_exhaustive_ones_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:27.0525977Z test_vmap_exhaustive_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:29.1426927Z test_vmap_exhaustive_ops_aten_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (2.090s) 2022-09-27T16:52:29.1464255Z test_vmap_exhaustive_ormqr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:29.1465326Z return self.op(*args, **kwargs) 2022-09-27T16:52:29.1721023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:29.1721967Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:29.1725756Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:29.1726603Z return op(*args, **kwargs) 2022-09-27T16:52:30.0969622Z ok (0.963s) 2022-09-27T16:52:30.1045260Z test_vmap_exhaustive_outer_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:30.1097184Z test_vmap_exhaustive_pca_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:30.1180490Z test_vmap_exhaustive_permute_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:30.1347564Z test_vmap_exhaustive_pinverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:30.1663352Z test_vmap_exhaustive_polar_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:30.1691626Z test_vmap_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.1692834Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:30.1695251Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::polygamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.1696128Z return op(*args, **kwargs) 2022-09-27T16:52:30.1980984Z ok (0.032s) 2022-09-27T16:52:30.2294774Z test_vmap_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:30.2609323Z test_vmap_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:30.2923848Z test_vmap_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:30.3237110Z test_vmap_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:30.3291113Z test_vmap_exhaustive_positive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:30.3321000Z test_vmap_exhaustive_pow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.3322067Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:30.3324841Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pow_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.3325708Z return op(*args, **kwargs) 2022-09-27T16:52:30.3723234Z ok (0.047s) 2022-09-27T16:52:30.4262808Z test_vmap_exhaustive_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-09-27T16:52:30.4286106Z test_vmap_exhaustive_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.4286880Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:30.4290387Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.4291006Z return op(*args, **kwargs) 2022-09-27T16:52:30.4296207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.4296959Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:30.4300457Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.4301092Z return op(*args, **kwargs) 2022-09-27T16:52:30.6986264Z ok (0.272s) 2022-09-27T16:52:30.7821285Z test_vmap_exhaustive_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.096s) 2022-09-27T16:52:30.7864871Z test_vmap_exhaustive_quantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.7865987Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:30.7872622Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.7873501Z return op(*args, **kwargs) 2022-09-27T16:52:30.8733891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.8734819Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:30.8740509Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:30.8741387Z return op(*args, **kwargs) 2022-09-27T16:52:31.0392371Z ok (0.253s) 2022-09-27T16:52:31.0490123Z test_vmap_exhaustive_rad2deg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:31.0534964Z test_vmap_exhaustive_rand_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:31.0579044Z test_vmap_exhaustive_randint_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:31.0589291Z test_vmap_exhaustive_randn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.000s) 2022-09-27T16:52:31.0632979Z test_vmap_exhaustive_randn_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:31.0690617Z test_vmap_exhaustive_ravel_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:31.0744895Z test_vmap_exhaustive_real_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:31.0838671Z test_vmap_exhaustive_reciprocal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:31.0868569Z test_vmap_exhaustive_remainder_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.0869771Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:31.0872572Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::remainder_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.0873517Z return op(*args, **kwargs) 2022-09-27T16:52:31.1282427Z ok (0.048s) 2022-09-27T16:52:31.1306250Z test_vmap_exhaustive_renorm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.1307310Z return self.op(*args, **kwargs) 2022-09-27T16:52:31.1316882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.1317815Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:31.1321426Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.1322274Z return op(*args, **kwargs) 2022-09-27T16:52:31.1327357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.1328264Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:31.1331890Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.1332746Z return op(*args, **kwargs) 2022-09-27T16:52:31.1459723Z ok (0.016s) 2022-09-27T16:52:31.2066422Z test_vmap_exhaustive_repeat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:52:31.2150112Z test_vmap_exhaustive_repeat_interleave_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:31.2289745Z test_vmap_exhaustive_reshape_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:31.2451245Z test_vmap_exhaustive_reshape_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:31.2493498Z test_vmap_exhaustive_resize__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:31.2514881Z test_vmap_exhaustive_resize_as__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14594: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.2516019Z op=lambda x, other: torch.resize_as_(x.clone(), other), 2022-09-27T16:52:31.2523165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.2524098Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:31.2527253Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.2528111Z return op(*args, **kwargs) 2022-09-27T16:52:31.2569549Z expected failure (0.016s) 2022-09-27T16:52:31.2611496Z test_vmap_exhaustive_resolve_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:31.2653215Z test_vmap_exhaustive_resolve_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:31.2947816Z test_vmap_exhaustive_roll_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-09-27T16:52:31.3566140Z test_vmap_exhaustive_rot90_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:52:31.3629632Z test_vmap_exhaustive_round_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:31.3756337Z test_vmap_exhaustive_round_decimals_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:31.3885235Z test_vmap_exhaustive_round_decimals_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-09-27T16:52:31.4013284Z test_vmap_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:31.4105061Z test_vmap_exhaustive_rsqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:31.4441635Z test_vmap_exhaustive_rsub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:31.4697953Z test_vmap_exhaustive_scatter_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.4698754Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:31.4702323Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.4703025Z return op(*args, **kwargs) 2022-09-27T16:52:31.5523816Z ok (0.096s) 2022-09-27T16:52:31.5780466Z test_vmap_exhaustive_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.5781288Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:31.5784664Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.src. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.5785315Z return op(*args, **kwargs) 2022-09-27T16:52:31.5903006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.5903733Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:31.5907318Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.5907970Z return op(*args, **kwargs) 2022-09-27T16:52:31.8316350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.8317103Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:31.8320137Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.8320801Z return op(*args, **kwargs) 2022-09-27T16:52:31.8376112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.8377017Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:31.8380328Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.8381073Z return op(*args, **kwargs) 2022-09-27T16:52:31.8487660Z ok (0.300s) 2022-09-27T16:52:31.8517275Z test_vmap_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.8518099Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:31.8521688Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.8522346Z return op(*args, **kwargs) 2022-09-27T16:52:31.8527836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.8528521Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:31.8532442Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce_.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:31.8533073Z return op(*args, **kwargs) 2022-09-27T16:52:32.1347661Z ok (0.285s) 2022-09-27T16:52:32.4210746Z test_vmap_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.285s) 2022-09-27T16:52:32.7450024Z test_vmap_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.332s) 2022-09-27T16:52:33.0309908Z test_vmap_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.285s) 2022-09-27T16:52:33.3169286Z test_vmap_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.285s) 2022-09-27T16:52:33.8717045Z test_vmap_exhaustive_searchsorted_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.553s) 2022-09-27T16:52:33.8744325Z test_vmap_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:33.8745449Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:33.8748792Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:33.8749771Z return op(*args, **kwargs) 2022-09-27T16:52:34.0349988Z ok (0.158s) 2022-09-27T16:52:34.1848347Z test_vmap_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.149s) 2022-09-27T16:52:34.1938777Z test_vmap_exhaustive_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:34.2121939Z test_vmap_exhaustive_select_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:34.2170444Z test_vmap_exhaustive_sgn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:34.2249727Z test_vmap_exhaustive_short_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:34.2318754Z test_vmap_exhaustive_short_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:34.2471376Z test_vmap_exhaustive_sigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:34.2518769Z test_vmap_exhaustive_sign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:34.2550829Z test_vmap_exhaustive_signbit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:34.2600276Z test_vmap_exhaustive_sin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:34.2721882Z test_vmap_exhaustive_sinc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:34.2770390Z test_vmap_exhaustive_sinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:34.3502175Z test_vmap_exhaustive_slice_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-09-27T16:52:34.3747013Z test_vmap_exhaustive_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:52:34.3996988Z test_vmap_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:52:34.5370126Z test_vmap_exhaustive_sort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.137s) 2022-09-27T16:52:34.5386891Z test_vmap_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:52:34.5406565Z test_vmap_exhaustive_special_airy_ai_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5407388Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.5410229Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_airy_ai. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5410887Z return op(*args, **kwargs) 2022-09-27T16:52:34.5447567Z ok (0.016s) 2022-09-27T16:52:34.5467476Z test_vmap_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5468302Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.5470965Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5471624Z return op(*args, **kwargs) 2022-09-27T16:52:34.5507283Z ok (0.000s) 2022-09-27T16:52:34.5527100Z test_vmap_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5527908Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.5530647Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5531303Z return op(*args, **kwargs) 2022-09-27T16:52:34.5567122Z ok (0.000s) 2022-09-27T16:52:34.5587639Z test_vmap_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5588450Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.5591309Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5591968Z return op(*args, **kwargs) 2022-09-27T16:52:34.5627793Z ok (0.016s) 2022-09-27T16:52:34.5647536Z test_vmap_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5648353Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.5651149Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5651809Z return op(*args, **kwargs) 2022-09-27T16:52:34.5687548Z ok (0.000s) 2022-09-27T16:52:34.5709034Z test_vmap_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5709945Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.5712793Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_t. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.5713453Z return op(*args, **kwargs) 2022-09-27T16:52:34.5986891Z ok (0.026s) 2022-09-27T16:52:34.6009099Z test_vmap_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.6009945Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.6012682Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_u. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.6013348Z return op(*args, **kwargs) 2022-09-27T16:52:34.6285446Z ok (0.031s) 2022-09-27T16:52:34.6295850Z test_vmap_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:52:34.6305741Z test_vmap_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:52:34.6353961Z test_vmap_exhaustive_special_entr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-09-27T16:52:34.6413307Z test_vmap_exhaustive_special_erfcx_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-09-27T16:52:34.6434427Z test_vmap_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.6435304Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.6438137Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_h. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.6438806Z return op(*args, **kwargs) 2022-09-27T16:52:34.6712655Z ok (0.026s) 2022-09-27T16:52:34.6733932Z test_vmap_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.6734764Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.6737570Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_he. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.6738245Z return op(*args, **kwargs) 2022-09-27T16:52:34.7012348Z ok (0.026s) 2022-09-27T16:52:34.7054440Z test_vmap_exhaustive_special_i0e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:34.7097005Z test_vmap_exhaustive_special_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:34.7138855Z test_vmap_exhaustive_special_i1e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:34.7160061Z test_vmap_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7160915Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.7163691Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_laguerre_polynomial_l. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7164362Z return op(*args, **kwargs) 2022-09-27T16:52:34.7439067Z ok (0.031s) 2022-09-27T16:52:34.7449504Z test_vmap_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:52:34.7468759Z test_vmap_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7469555Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.7472596Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7473245Z return op(*args, **kwargs) 2022-09-27T16:52:34.7508865Z ok (0.000s) 2022-09-27T16:52:34.7528689Z test_vmap_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7529585Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.7532254Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7532923Z return op(*args, **kwargs) 2022-09-27T16:52:34.7569387Z ok (0.016s) 2022-09-27T16:52:34.7589153Z test_vmap_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7589991Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.7592860Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7593521Z return op(*args, **kwargs) 2022-09-27T16:52:34.7629081Z ok (0.000s) 2022-09-27T16:52:34.7648923Z test_vmap_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7649745Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.7652423Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7653079Z return op(*args, **kwargs) 2022-09-27T16:52:34.7688899Z ok (0.000s) 2022-09-27T16:52:34.7709701Z test_vmap_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7710556Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.7713352Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.7714017Z return op(*args, **kwargs) 2022-09-27T16:52:34.7749637Z ok (0.016s) 2022-09-27T16:52:34.7812024Z test_vmap_exhaustive_special_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:34.7867125Z test_vmap_exhaustive_special_ndtri_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:34.8027758Z test_vmap_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:34.8047907Z test_vmap_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.8048753Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.8051519Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.8052182Z return op(*args, **kwargs) 2022-09-27T16:52:34.8089905Z ok (0.010s) 2022-09-27T16:52:34.8110214Z test_vmap_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.8111128Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.8113948Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.8114618Z return op(*args, **kwargs) 2022-09-27T16:52:34.8151284Z ok (0.000s) 2022-09-27T16:52:34.8161927Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:52:34.8172021Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:52:34.8182126Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:52:34.8192152Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:52:34.8211828Z test_vmap_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\functorch\_src\vmap.py: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.8212667Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.8215440Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_spherical_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.8216163Z return op(*args, **kwargs) 2022-09-27T16:52:34.8253505Z ok (0.016s) 2022-09-27T16:52:34.8535632Z test_vmap_exhaustive_special_xlog1py_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:52:34.8854030Z test_vmap_exhaustive_special_zeta_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:34.8915031Z test_vmap_exhaustive_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:34.9018253Z test_vmap_exhaustive_split_list_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:34.9148992Z test_vmap_exhaustive_split_with_sizes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:34.9195942Z test_vmap_exhaustive_sqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:34.9223511Z test_vmap_exhaustive_square_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.9224294Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:34.9227039Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::square_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:34.9227688Z return op(*args, **kwargs) 2022-09-27T16:52:34.9294827Z ok (0.016s) 2022-09-27T16:52:34.9500004Z test_vmap_exhaustive_squeeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:34.9904415Z test_vmap_exhaustive_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:35.0050537Z test_vmap_exhaustive_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-09-27T16:52:35.0250606Z test_vmap_exhaustive_std_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:35.0275536Z test_vmap_exhaustive_stft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:610: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::stft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:35.0276830Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T16:52:35.0514489Z ok (0.016s) 2022-09-27T16:52:35.0556018Z test_vmap_exhaustive_sub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:35.0557088Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:35.0559889Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::subtract_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:35.0560780Z return op(*args, **kwargs) 2022-09-27T16:52:35.1517211Z ok (0.105s) 2022-09-27T16:52:35.1797414Z test_vmap_exhaustive_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:35.2067548Z test_vmap_exhaustive_sum_to_size_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:52:35.7850699Z test_vmap_exhaustive_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.581s) 2022-09-27T16:52:35.7901297Z test_vmap_exhaustive_svd_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:35.8097372Z test_vmap_exhaustive_symeig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:35.8199368Z test_vmap_exhaustive_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:35.8366327Z test_vmap_exhaustive_take_along_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:35.8440569Z test_vmap_exhaustive_take_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:35.8441641Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:35.8444590Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:35.8445438Z return op(*args, **kwargs) 2022-09-27T16:52:35.8726552Z ok (0.031s) 2022-09-27T16:52:35.8778707Z test_vmap_exhaustive_tan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:35.8838210Z test_vmap_exhaustive_tanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:35.8866050Z test_vmap_exhaustive_tensor_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-09-27T16:52:35.8952167Z test_vmap_exhaustive_tensordot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:35.9796134Z test_vmap_exhaustive_tile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.078s) 2022-09-27T16:52:35.9808376Z test_vmap_exhaustive_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:52:35.9839315Z test_vmap_exhaustive_to_sparse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14846: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_sparse. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:35.9840427Z op=lambda x, *args: x.to_sparse(*args), 2022-09-27T16:52:35.9846350Z expected failure (0.000s) 2022-09-27T16:52:36.0164373Z test_vmap_exhaustive_topk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-09-27T16:52:36.0200301Z test_vmap_exhaustive_trace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.0858064Z test_vmap_exhaustive_transpose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:52:36.1123702Z test_vmap_exhaustive_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-09-27T16:52:36.1389215Z test_vmap_exhaustive_trapz_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:36.1909826Z test_vmap_exhaustive_triangular_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-09-27T16:52:36.1937075Z test_vmap_exhaustive_tril_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.1938155Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:36.1940882Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.1941729Z return op(*args, **kwargs) 2022-09-27T16:52:36.2166795Z ok (0.016s) 2022-09-27T16:52:36.2194827Z test_vmap_exhaustive_triu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.2195879Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:36.2198663Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triu_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.2199511Z return op(*args, **kwargs) 2022-09-27T16:52:36.2424286Z ok (0.031s) 2022-09-27T16:52:36.2846204Z test_vmap_exhaustive_true_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:36.2889186Z test_vmap_exhaustive_trunc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.2890351Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:36.2893395Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fix_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.2894255Z return op(*args, **kwargs) 2022-09-27T16:52:36.2929565Z ok (0.010s) 2022-09-27T16:52:36.3164532Z test_vmap_exhaustive_unbind_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.3338059Z test_vmap_exhaustive_unflatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.3727503Z test_vmap_exhaustive_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:36.3788712Z test_vmap_exhaustive_uniform_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:36.3941468Z test_vmap_exhaustive_unique_consecutive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:36.4091111Z test_vmap_exhaustive_unique_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.021s) 2022-09-27T16:52:36.4343963Z test_vmap_exhaustive_unsqueeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.4486424Z test_vmap_exhaustive_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.4680722Z test_vmap_exhaustive_var_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.4702291Z test_vmap_exhaustive_vdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.4703085Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:36.4706046Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.4706688Z return op(*args, **kwargs) 2022-09-27T16:52:36.4729591Z ok (0.016s) 2022-09-27T16:52:36.4761518Z test_vmap_exhaustive_view_as_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:36.4902710Z test_vmap_exhaustive_view_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.5066941Z test_vmap_exhaustive_view_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.5160600Z test_vmap_exhaustive_vsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.5473759Z test_vmap_exhaustive_vstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:36.5808335Z test_vmap_exhaustive_where_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-09-27T16:52:36.5842590Z test_vmap_exhaustive_xlogy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.5843465Z batched_outputs = func(*batched_inputs, **kwargs) 2022-09-27T16:52:36.5846279Z C:\actions-runner\_work\pytorch\pytorch\functorch\test\common_utils.py:287: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::xlogy_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.5846910Z return op(*args, **kwargs) 2022-09-27T16:52:36.6464801Z ok (0.063s) 2022-09-27T16:52:36.6560352Z test_vmap_exhaustive_zero__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.6581203Z test_vmap_exhaustive_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:36.6686993Z test_vmap_exhaustive_zeros_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.6732087Z test_vmap_linalg_failure_1D_input_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.6775384Z test_vmap_linalg_failure_1D_input_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.6807746Z test_vmap_linalg_failure_1D_input_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.6837019Z test_vmap_linalg_failure_1D_input_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:36.6889912Z test_vmap_linalg_failure_1D_input_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.7067767Z test_vmap_linalg_failure_1D_input_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:36.7110629Z test_vmap_linalg_failure_1D_input_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.7144438Z test_vmap_linalg_failure_1D_input_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.7145534Z return self.op(*args, **kwargs) 2022-09-27T16:52:36.7159222Z ok (0.000s) 2022-09-27T16:52:36.7201724Z test_vmap_linalg_failure_1D_input_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.7249512Z test_vmap_linalg_failure_1D_input_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.7320037Z test_vmap_linalg_failure_1D_input_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.7362757Z test_vmap_linalg_failure_1D_input_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.7405865Z test_vmap_linalg_failure_1D_input_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.7437515Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.7438691Z return self.op(*args, **kwargs) 2022-09-27T16:52:36.7439015Z ok (0.000s) 2022-09-27T16:52:36.7470840Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.7485521Z test_vmap_linalg_failure_1D_input_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:52:36.7665933Z test_vmap_linalg_failure_1D_input_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.7845775Z test_vmap_linalg_failure_1D_input_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.7878285Z test_vmap_linalg_failure_1D_input_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.7879373Z return self.op(*args, **kwargs) 2022-09-27T16:52:36.7922073Z ok (0.016s) 2022-09-27T16:52:36.7955006Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchedFallback.cpp:84.) 2022-09-27T16:52:36.7956079Z return self.op(*args, **kwargs) 2022-09-27T16:52:36.8023444Z ok (0.016s) 2022-09-27T16:52:36.8095274Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.8386659Z test_vmap_linalg_failure_1D_input_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-09-27T16:52:36.8703854Z test_vmap_linalg_failure_1D_input_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-09-27T16:52:36.8794153Z test_vmap_linalg_failure_1D_input_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.9006577Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-09-27T16:52:36.9048923Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.9063338Z test_vmap_linalg_failure_1D_input_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:52:36.9134704Z test_vmap_linalg_failure_1D_input_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:36.9163418Z test_vmap_linalg_failure_1D_input_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:36.9227585Z test_vmap_linalg_failure_1D_input_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.9269899Z test_vmap_linalg_failure_1D_input_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.9291720Z test_vmap_linalg_failure_1D_input_linalg_pinv_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:52:36.9411897Z test_vmap_linalg_failure_1D_input_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.9465240Z test_vmap_linalg_failure_1D_input_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:36.9548604Z test_vmap_linalg_failure_1D_input_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:36.9631358Z test_vmap_linalg_failure_1D_input_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:37.0092555Z test_vmap_linalg_failure_1D_input_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-09-27T16:52:37.0827432Z test_vmap_linalg_failure_1D_input_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-09-27T16:52:37.0920230Z test_vmap_linalg_failure_1D_input_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-09-27T16:52:37.0945965Z test_vmap_linalg_failure_1D_input_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:37.0971488Z test_vmap_linalg_failure_1D_input_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:37.0998737Z test_vmap_linalg_failure_1D_input_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:37.1041604Z test_vmap_linalg_failure_1D_input_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:52:37.1071137Z test_vmap_linalg_failure_1D_input_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:52:37.1095651Z test_vmap_multi_dot_failure_1D_input_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.000s) 2022-09-27T16:52:37.1096338Z 2022-09-27T16:52:37.1096621Z ---------------------------------------------------------------------- 2022-09-27T16:52:37.1096985Z Ran 1804 tests in 78.578s 2022-09-27T16:52:37.1097136Z 2022-09-27T16:52:37.1097288Z OK (skipped=42, expected failures=220) 2022-09-27T16:52:37.1097479Z 2022-09-27T16:52:37.1097605Z Generating XML reports... 2022-09-27T16:52:37.1414395Z Generated XML report: test-reports\python-unittest\functorch\test\test_vmap\TEST-TestRandomnessCPU-20220927165118.xml 2022-09-27T16:52:37.1433982Z Generated XML report: test-reports\python-unittest\functorch\test\test_vmap\TEST-TestTransformFailureCPU-20220927165118.xml 2022-09-27T16:52:37.1492917Z Generated XML report: test-reports\python-unittest\functorch\test\test_vmap\TEST-TestVmapAPI-20220927165118.xml 2022-09-27T16:52:37.1528360Z Generated XML report: test-reports\python-unittest\functorch\test\test_vmap\TEST-TestVmapBatchedGradientCPU-20220927165118.xml 2022-09-27T16:52:37.1647316Z Generated XML report: test-reports\python-unittest\functorch\test\test_vmap\TEST-TestVmapOperators-20220927165118.xml 2022-09-27T16:52:37.2965565Z Generated XML report: test-reports\python-unittest\functorch\test\test_vmap\TEST-TestVmapOperatorsOpInfoCPU-20220927165118.xml 2022-09-27T16:52:37.9613237Z 2022-09-27T16:52:37.9613624Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-09-27T16:52:37.9617525Z 2022-09-27T16:52:37.9617758Z (base) C:\actions-runner\_work\pytorch\pytorch>if ERRORLEVEL 1 goto fail 2022-09-27T16:52:37.9619206Z 2022-09-27T16:52:37.9619414Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-09-27T16:52:37.9642306Z + assert_git_not_dirty 2022-09-27T16:52:37.9642715Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2022-09-27T16:52:37.9642963Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2022-09-27T16:52:37.9721650Z ++ git status --porcelain 2022-09-27T16:52:38.5993114Z + git_status= 2022-09-27T16:52:38.5993440Z + [[ -n '' ]] 2022-09-27T16:52:38.5993708Z + echo 'TEST PASSED' 2022-09-27T16:52:38.5993980Z TEST PASSED 2022-09-27T16:52:38.6160065Z Prepare all required actions 2022-09-27T16:52:38.6160606Z Getting action download info 2022-09-27T16:52:38.8104488Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T16:52:39.0957564Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:52:39.0957797Z with: 2022-09-27T16:52:39.0958271Z github-token: *** 2022-09-27T16:52:39.0958446Z env: 2022-09-27T16:52:39.0958625Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:39.0958896Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:39.0959128Z ##[endgroup] 2022-09-27T16:52:39.1090566Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:52:39.1090801Z with: 2022-09-27T16:52:39.1090964Z shell: bash 2022-09-27T16:52:39.1091140Z timeout_minutes: 10 2022-09-27T16:52:39.1091323Z max_attempts: 5 2022-09-27T16:52:39.1091506Z retry_wait_seconds: 30 2022-09-27T16:52:39.1091959Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T16:52:39.1092355Z polling_interval_seconds: 1 2022-09-27T16:52:39.1092556Z warning_on_retry: true 2022-09-27T16:52:39.1092750Z continue_on_error: false 2022-09-27T16:52:39.1092930Z env: 2022-09-27T16:52:39.1093107Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:39.1093358Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:39.1093805Z GITHUB_TOKEN: *** 2022-09-27T16:52:39.1093982Z ##[endgroup] 2022-09-27T16:52:39.1861891Z 2022-09-27T16:52:39.2080173Z + python3 -m pip install requests==2.26.0 2022-09-27T16:52:39.7968775Z Collecting requests==2.26.0 2022-09-27T16:52:39.8060156Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-09-27T16:52:39.9308069Z Collecting urllib3<1.27,>=1.21.1 2022-09-27T16:52:39.9373901Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-09-27T16:52:39.9742801Z Collecting certifi>=2017.4.17 2022-09-27T16:52:39.9952772Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-09-27T16:52:40.0105544Z -------------------------------------- 161.1/161.1 kB 9.4 MB/s eta 0:00:00 2022-09-27T16:52:40.0368546Z Collecting idna<4,>=2.5 2022-09-27T16:52:40.0407234Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-09-27T16:52:40.0476293Z ---------------------------------------- 61.5/61.5 kB ? eta 0:00:00 2022-09-27T16:52:40.0904250Z Collecting charset-normalizer~=2.0.0 2022-09-27T16:52:40.0981231Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-09-27T16:52:40.1953533Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-09-27T16:52:41.0088803Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-09-27T16:52:41.0876877Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-040c62b807db5db21 2022-09-27T16:52:43.4082045Z + GHA_WORKFLOW_JOB_ID=8576518672 2022-09-27T16:52:43.4083288Z + echo '::set-output name=job-id::8576518672' 2022-09-27T16:52:44.2318416Z Command completed after 1 attempt(s). 2022-09-27T16:52:44.2318661Z 2022-09-27T16:52:44.2553751Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:52:44.2554047Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:52:44.2581767Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T16:52:44.2582039Z env: 2022-09-27T16:52:44.2582222Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:44.2582497Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:44.2582744Z MONITOR_SCRIPT_PID: 1875 2022-09-27T16:52:44.2582935Z ##[endgroup] 2022-09-27T16:52:44.2945600Z Prepare all required actions 2022-09-27T16:52:44.2945952Z Getting action download info 2022-09-27T16:52:44.4796663Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T16:52:45.1933379Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:52:45.4320571Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:52:45.4320789Z with: 2022-09-27T16:52:45.4321032Z file-suffix: test-functorch-1-1-windows.4xlarge_8576518672 2022-09-27T16:52:45.4321265Z env: 2022-09-27T16:52:45.4321441Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:45.4321705Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:45.4321931Z ##[endgroup] 2022-09-27T16:52:45.4448125Z ##[group]Run # -ir => recursive include all files in pattern 2022-09-27T16:52:45.4448427Z # -ir => recursive include all files in pattern 2022-09-27T16:52:45.4448741Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-09-27T16:52:45.4471432Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:52:45.4471714Z env: 2022-09-27T16:52:45.4471893Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:45.4472273Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:45.4472595Z FILE_SUFFIX: test-functorch-1-1-windows.4xlarge_8576518672 2022-09-27T16:52:45.4472824Z ##[endgroup] 2022-09-27T16:52:45.8298429Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:52:45.9201524Z Finished 2022-09-27T16:52:46.0847575Z 2022-09-27T16:52:46.0847984Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T16:52:46.0848189Z 2022-09-27T16:52:46.0848284Z Scanning the drive: 2022-09-27T16:52:46.0848491Z 5 files, 353337 bytes (346 KiB) 2022-09-27T16:52:46.0848616Z 2022-09-27T16:52:46.0848830Z Creating archive: test-jsons-test-functorch-1-1-windows.4xlarge_8576518672.zip 2022-09-27T16:52:46.0849039Z 2022-09-27T16:52:46.0849162Z Add new data to archive: 5 files, 353337 bytes (346 KiB) 2022-09-27T16:52:46.0849318Z 2022-09-27T16:52:46.0849323Z 2022-09-27T16:52:46.0849406Z Files read from disk: 5 2022-09-27T16:52:46.0849614Z Archive size: 38264 bytes (38 KiB) 2022-09-27T16:52:46.0849817Z Everything is Ok 2022-09-27T16:52:46.1224707Z ##[group]Run # -ir => recursive include all files in pattern 2022-09-27T16:52:46.1225019Z # -ir => recursive include all files in pattern 2022-09-27T16:52:46.1225300Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' 2022-09-27T16:52:46.1248501Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:52:46.1248781Z env: 2022-09-27T16:52:46.1248949Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:46.1249221Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:46.1249554Z FILE_SUFFIX: test-functorch-1-1-windows.4xlarge_8576518672 2022-09-27T16:52:46.1249796Z ##[endgroup] 2022-09-27T16:52:46.4585706Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:52:46.5422062Z Finished 2022-09-27T16:52:46.7266342Z 2022-09-27T16:52:46.7266779Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T16:52:46.7266981Z 2022-09-27T16:52:46.7267081Z Scanning the drive: 2022-09-27T16:52:46.7267293Z 36 files, 2875772 bytes (2809 KiB) 2022-09-27T16:52:46.7267405Z 2022-09-27T16:52:46.7267617Z Creating archive: test-reports-test-functorch-1-1-windows.4xlarge_8576518672.zip 2022-09-27T16:52:46.7267848Z 2022-09-27T16:52:46.7267975Z Add new data to archive: 36 files, 2875772 bytes (2809 KiB) 2022-09-27T16:52:46.7268128Z 2022-09-27T16:52:46.7268133Z 2022-09-27T16:52:46.7268221Z Files read from disk: 36 2022-09-27T16:52:46.7268432Z Archive size: 164623 bytes (161 KiB) 2022-09-27T16:52:46.7269569Z Everything is Ok 2022-09-27T16:52:46.7583867Z ##[group]Run # -ir => recursive include all files in pattern 2022-09-27T16:52:46.7584174Z # -ir => recursive include all files in pattern 2022-09-27T16:52:46.7584524Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-09-27T16:52:46.7607427Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:52:46.7607700Z env: 2022-09-27T16:52:46.7607867Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:46.7608132Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:46.7608452Z FILE_SUFFIX: test-functorch-1-1-windows.4xlarge_8576518672 2022-09-27T16:52:46.7608699Z ##[endgroup] 2022-09-27T16:52:47.0932789Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:52:47.1761855Z Finished 2022-09-27T16:52:47.3763781Z 2022-09-27T16:52:47.3764232Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T16:52:47.3764451Z 2022-09-27T16:52:47.3764546Z Scanning the drive: 2022-09-27T16:52:47.3764754Z 1 file, 2519359 bytes (2461 KiB) 2022-09-27T16:52:47.3764915Z 2022-09-27T16:52:47.3765130Z Creating archive: usage-log-test-functorch-1-1-windows.4xlarge_8576518672.zip 2022-09-27T16:52:47.3765355Z 2022-09-27T16:52:47.3765478Z Add new data to archive: 1 file, 2519359 bytes (2461 KiB) 2022-09-27T16:52:47.3765628Z 2022-09-27T16:52:47.3765633Z 2022-09-27T16:52:47.3765717Z Files read from disk: 1 2022-09-27T16:52:47.3765913Z Archive size: 93659 bytes (92 KiB) 2022-09-27T16:52:47.3766119Z Everything is Ok 2022-09-27T16:52:47.4104845Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:52:47.4105118Z with: 2022-09-27T16:52:47.4105370Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:52:47.4105645Z retention-days: 14 2022-09-27T16:52:47.4105853Z if-no-files-found: warn 2022-09-27T16:52:47.4106099Z path: test-jsons-*.zip 2022-09-27T16:52:47.4106331Z name: artifact 2022-09-27T16:52:47.4106577Z s3-bucket: gha-artifacts 2022-09-27T16:52:47.4106815Z region: us-east-1 2022-09-27T16:52:47.4106994Z env: 2022-09-27T16:52:47.4107216Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:47.4107529Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:47.4107815Z ##[endgroup] 2022-09-27T16:52:48.2568474Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:52:48.2568841Z With the provided path, there will be 1 file uploaded 2022-09-27T16:52:48.2569179Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:52:48.2583429Z Starting upload of test-jsons-test-functorch-1-1-windows.4xlarge_8576518672.zip 2022-09-27T16:52:48.9289889Z Finished upload of test-jsons-test-functorch-1-1-windows.4xlarge_8576518672.zip 2022-09-27T16:52:48.9552966Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:52:48.9553203Z with: 2022-09-27T16:52:48.9553416Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:52:48.9553653Z retention-days: 14 2022-09-27T16:52:48.9553859Z if-no-files-found: error 2022-09-27T16:52:48.9554058Z path: test-reports-*.zip 2022-09-27T16:52:48.9554259Z name: artifact 2022-09-27T16:52:48.9554442Z s3-bucket: gha-artifacts 2022-09-27T16:52:48.9554632Z region: us-east-1 2022-09-27T16:52:48.9554798Z env: 2022-09-27T16:52:48.9554957Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:48.9555221Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:48.9555461Z ##[endgroup] 2022-09-27T16:52:49.3224008Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:52:49.3224336Z With the provided path, there will be 1 file uploaded 2022-09-27T16:52:49.3224625Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:52:49.3237835Z Starting upload of test-reports-test-functorch-1-1-windows.4xlarge_8576518672.zip 2022-09-27T16:52:49.4685232Z Finished upload of test-reports-test-functorch-1-1-windows.4xlarge_8576518672.zip 2022-09-27T16:52:49.4933374Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:52:49.4933608Z with: 2022-09-27T16:52:49.4933817Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:52:49.4934123Z retention-days: 14 2022-09-27T16:52:49.4934313Z if-no-files-found: ignore 2022-09-27T16:52:49.4934517Z path: usage-log-*.zip 2022-09-27T16:52:49.4934701Z name: artifact 2022-09-27T16:52:49.4934886Z s3-bucket: gha-artifacts 2022-09-27T16:52:49.4935077Z region: us-east-1 2022-09-27T16:52:49.4935228Z env: 2022-09-27T16:52:49.4935399Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:49.4935657Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:49.4935896Z ##[endgroup] 2022-09-27T16:52:49.8603685Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:52:49.8604007Z With the provided path, there will be 1 file uploaded 2022-09-27T16:52:49.8604300Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:52:49.8617605Z Starting upload of usage-log-test-functorch-1-1-windows.4xlarge_8576518672.zip 2022-09-27T16:52:50.0206566Z Finished upload of usage-log-test-functorch-1-1-windows.4xlarge_8576518672.zip 2022-09-27T16:52:50.0449196Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T16:52:50.0449512Z .github/scripts/parse_ref.py 2022-09-27T16:52:50.0855462Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:52:50.0855747Z env: 2022-09-27T16:52:50.0855917Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:50.0856189Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:50.0856437Z ##[endgroup] 2022-09-27T16:52:50.4229317Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:52:50.5053125Z Finished 2022-09-27T16:52:50.7406671Z ##[group]Run set -x 2022-09-27T16:52:50.7406931Z set -x 2022-09-27T16:52:50.7407165Z python3 -m pip install -r requirements.txt 2022-09-27T16:52:50.7407427Z python3 -m pip install boto3==1.19.12 2022-09-27T16:52:50.7407726Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:52:50.7438130Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T16:52:50.7438407Z env: 2022-09-27T16:52:50.7438572Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:50.7438843Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:52:50.7439106Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:52:50.7439299Z BRANCH: 2022-09-27T16:52:50.7439473Z TEST_CONFIG: functorch 2022-09-27T16:52:50.7439655Z SHARD_NUMBER: 1 2022-09-27T16:52:50.7439854Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-09-27T16:52:50.7440064Z PR_NUMBER: 85462 2022-09-27T16:52:50.7440297Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:52:50.7440516Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:52:50.7440735Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:52:50.7440931Z TAG: 2022-09-27T16:52:50.7441098Z WORKFLOW_ID: 3133193930 2022-09-27T16:52:50.7441561Z GITHUB_TOKEN: *** 2022-09-27T16:52:50.7441759Z GHA_WORKFLOW_JOB_ID: 8576518672 2022-09-27T16:52:50.7441947Z ##[endgroup] 2022-09-27T16:52:50.7648947Z + python3 -m pip install -r requirements.txt 2022-09-27T16:52:51.3158417Z Collecting astunparse 2022-09-27T16:52:51.3239082Z Using cached astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-09-27T16:52:51.3456107Z Collecting expecttest 2022-09-27T16:52:51.3514692Z Using cached expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-09-27T16:52:51.3750099Z Collecting future 2022-09-27T16:52:51.3830551Z Using cached future-0.18.2.tar.gz (829 kB) 2022-09-27T16:52:51.7915939Z Preparing metadata (setup.py): started 2022-09-27T16:52:52.4889970Z Preparing metadata (setup.py): finished with status 'done' 2022-09-27T16:52:52.9296231Z Collecting hypothesis 2022-09-27T16:52:52.9537723Z Downloading hypothesis-6.54.6-py3-none-any.whl (390 kB) 2022-09-27T16:52:52.9825348Z ------------------------------------- 390.5/390.5 kB 23.8 MB/s eta 0:00:00 2022-09-27T16:52:53.1668420Z Collecting numpy 2022-09-27T16:52:53.1854547Z Downloading numpy-1.23.3-cp310-cp310-win_amd64.whl (14.6 MB) 2022-09-27T16:52:53.4472854Z --------------------------------------- 14.6/14.6 MB 40.9 MB/s eta 0:00:00 2022-09-27T16:52:53.5023099Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T16:52:53.5397914Z Collecting pyyaml 2022-09-27T16:52:53.5571979Z Using cached PyYAML-6.0-cp310-cp310-win_amd64.whl (151 kB) 2022-09-27T16:52:53.5657466Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T16:52:53.5661254Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from -r requirements.txt (line 10)) (63.2.0) 2022-09-27T16:52:53.6127874Z Collecting six 2022-09-27T16:52:53.6186153Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-09-27T16:52:53.6426607Z Collecting types-dataclasses 2022-09-27T16:52:53.6484227Z Using cached types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-09-27T16:52:53.6723572Z Collecting typing_extensions 2022-09-27T16:52:53.6782946Z Using cached typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-09-27T16:52:53.7066722Z Collecting sympy 2022-09-27T16:52:53.7299570Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-09-27T16:52:53.8366790Z Collecting wheel<1.0,>=0.23.0 2022-09-27T16:52:53.8427665Z Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-09-27T16:52:53.9070620Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-09-27T16:52:53.9131315Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-09-27T16:52:53.9389494Z Collecting attrs>=19.2.0 2022-09-27T16:52:53.9448986Z Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-09-27T16:52:53.9786642Z Collecting exceptiongroup>=1.0.0rc8 2022-09-27T16:52:53.9855134Z Using cached exceptiongroup-1.0.0rc9-py3-none-any.whl (12 kB) 2022-09-27T16:52:54.0184645Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T16:52:54.0197655Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T16:52:54.0203870Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T16:52:54.0214946Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T16:52:54.0428941Z Collecting mpmath>=0.19 2022-09-27T16:52:54.0517117Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-09-27T16:52:54.2011974Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-09-27T16:52:54.2896715Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, future, expecttest, exceptiongroup, attrs, hypothesis, astunparse 2022-09-27T16:53:25.2336200Z Running setup.py install for future: started 2022-09-27T16:53:28.8191889Z Running setup.py install for future: finished with status 'done' 2022-09-27T16:53:30.3497999Z Successfully installed astunparse-1.6.3 attrs-22.1.0 exceptiongroup-1.0.0rc9 expecttest-0.1.3 future-0.18.2 hypothesis-6.54.6 mpmath-1.2.1 numpy-1.23.3 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.3.0 wheel-0.37.1 2022-09-27T16:53:30.5336114Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:53:31.4938349Z Collecting boto3==1.19.12 2022-09-27T16:53:31.5015636Z Using cached boto3-1.19.12-py3-none-any.whl (131 kB) 2022-09-27T16:53:31.9372603Z Collecting botocore<1.23.0,>=1.22.12 2022-09-27T16:53:31.9656722Z Using cached botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-09-27T16:53:32.0689633Z Collecting s3transfer<0.6.0,>=0.5.0 2022-09-27T16:53:32.0778658Z Using cached s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-09-27T16:53:32.1045926Z Collecting jmespath<1.0.0,>=0.7.1 2022-09-27T16:53:32.1105825Z Using cached jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-09-27T16:53:32.1427207Z Collecting python-dateutil<3.0.0,>=2.1 2022-09-27T16:53:32.1492034Z Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-09-27T16:53:32.1583463Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T16:53:32.3325387Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-09-27T16:53:32.5619795Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-09-27T16:53:39.1433493Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-09-27T16:53:39.2438422Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:53:50.6395683Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:53:50.6395918Z 2022-09-27T16:53:50.6396057Z ----- Historic stats comparison result ------ 2022-09-27T16:53:50.6397982Z 2022-09-27T16:53:50.6399837Z job: win-vs2019-cpu-py3 2022-09-27T16:53:50.6400155Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:53:50.6400402Z 2022-09-27T16:53:50.6400656Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:53:50.6400938Z 2022-09-27T16:53:50.6401055Z : (master) 2022-09-27T16:53:50.6401318Z | 2022-09-27T16:53:50.6401692Z | * 52424e2bf3 (HEAD) total time 3736.54s 2022-09-27T16:53:50.6402029Z | | 2022-09-27T16:53:50.6402299Z | : (4 commits) 2022-09-27T16:53:50.6402584Z |/ 2022-09-27T16:53:50.6404375Z * c7c2578f93 (base) 3 reports, total time 4196.44s � 874.10s 2022-09-27T16:53:50.6404734Z * 99ad8a3048 3 reports, total time 4128.93s � 942.22s 2022-09-27T16:53:50.6405016Z * 34296e2f4c 3 reports, total time 4177.36s � 1079.30s 2022-09-27T16:53:50.6405297Z * 4523ac7aa1 3 reports, total time 4161.15s � 996.44s 2022-09-27T16:53:50.6405633Z * f21e77d9a6 3 reports, total time 4156.43s � 1059.47s 2022-09-27T16:53:50.6405917Z * 26a861cb27 3 reports, total time 4100.52s � 1004.98s 2022-09-27T16:53:50.6406189Z * 56a41b5998 3 reports, total time 4124.25s � 967.94s 2022-09-27T16:53:50.6406458Z * 1910c5847e 3 reports, total time 4106.53s � 1002.68s 2022-09-27T16:53:50.6406736Z * caa0ab557d 3 reports, total time 4198.84s � 1015.21s 2022-09-27T16:53:50.6406982Z * 0336308be5 0 reports 2022-09-27T16:53:50.6407151Z | 2022-09-27T16:53:50.6407311Z : 2022-09-27T16:53:50.6407409Z 2022-09-27T16:53:50.6407542Z Removed (across 684 suites) 0 tests, totaling 0.00s 2022-09-27T16:53:50.6407829Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:53:50.6408109Z Added (across 33 suites) 11620 tests, totaling +3736.54s 2022-09-27T16:53:50.7341117Z Prepare all required actions 2022-09-27T16:53:50.7374483Z ##[group]Run ./.github/actions/teardown-win 2022-09-27T16:53:50.7374691Z with: 2022-09-27T16:53:50.7374857Z env: 2022-09-27T16:53:50.7375042Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:50.7375321Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:53:50.7375572Z ##[endgroup] 2022-09-27T16:53:50.7505778Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-09-27T16:53:50.7506460Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-09-27T16:53:50.7529683Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:53:50.7529961Z env: 2022-09-27T16:53:50.7530146Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:50.7530427Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:53:50.7530664Z ##[endgroup] 2022-09-27T16:53:51.1045599Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:53:51.1875309Z Finished 2022-09-27T16:53:51.4840397Z Holding runner until all ssh sessions have logged out 2022-09-27T16:53:51.5161039Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-09-27T16:53:51.5161343Z .github\scripts\kill_active_ssh_sessions.ps1 2022-09-27T16:53:51.5184110Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:53:51.5184402Z env: 2022-09-27T16:53:51.5184591Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:51.5184867Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:53:51.5185124Z ##[endgroup] 2022-09-27T16:53:51.8543317Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:53:51.9378697Z Finished 2022-09-27T16:53:51.9970047Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-09-27T16:53:51.9970388Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-09-27T16:53:51.9970626Z rm -rf ./* 2022-09-27T16:53:51.9997689Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T16:53:51.9998069Z env: 2022-09-27T16:53:51.9998250Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:51.9998537Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:53:51.9998800Z EXTRA_DELETE_DIR: 2022-09-27T16:53:51.9998994Z ##[endgroup] 2022-09-27T16:54:07.9743992Z Post job cleanup. 2022-09-27T16:54:07.9857611Z Post job cleanup. 2022-09-27T16:54:08.3631439Z Cache hit occurred on the primary key setup-python-Windows-python-3.10.7-pip-48add261c4f172cdb6d82f0530dcb9bdc7b72fa1aed86e243bf3832a23e32c1d, not saving cache. 2022-09-27T16:54:08.3874696Z Post job cleanup. 2022-09-27T16:54:08.4051703Z Post job cleanup. 2022-09-27T16:54:08.8300202Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-09-27T16:54:08.8481585Z git version 2.37.3.windows.1 2022-09-27T16:54:08.8535716Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\b5dacc90-d209-4dad-9f7b-10ad91833b15\.gitconfig' 2022-09-27T16:54:08.8592616Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b5dacc90-d209-4dad-9f7b-10ad91833b15' before making global git config changes 2022-09-27T16:54:08.8593096Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:54:08.8603111Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-09-27T16:54:08.8833470Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:54:08.9047282Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-09-27T16:54:09.3910971Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:54:09.4084679Z http.https://github.com/.extraheader 2022-09-27T16:54:09.4122706Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:54:09.4350337Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-09-27T16:54:09.8369419Z Cleaning up orphan processes